From 80e0cbce7a726a898905d6116e4e237d3af5432b Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Fri, 27 Sep 2013 12:50:33 +0200 Subject: Typo (confusing dimensions!). --- src/cssparser.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cssparser.cc') diff --git a/src/cssparser.cc b/src/cssparser.cc index 85abb55a..c84a0721 100644 --- a/src/cssparser.cc +++ b/src/cssparser.cc @@ -1344,8 +1344,8 @@ void CssParser::parseShorthandBackgroundPosition (int sh_index, // horizontal position; in most cases in this order. However, as long it is // unambigous, the order can be switched: "10px left" and "left 10px" are // both possible and have the same effect. For this reason, we test both - // possible orders: i = 0 means vertical/horizontal, i = 1 means - // horizontal/vertical. + // possible orders: i = 0 means horizontal/vertical, i = 1 means + // vertical/horizontal. // TODO Still not fully working. -- cgit v1.2.3