- From: Eric Willigers via GitHub <sysbot+gh@w3.org>
- Date: Fri, 05 Jan 2018 12:18:53 +0000
- To: public-css-archive@w3.org
The Blink use counter excludes syntaxes that have an offset immediately after "center". The counter is only for 3-value syntaxes that match the \<bg-position\> syntax, ``` [ center | [ left | right ] <length-percentage>? ] && [ center | [ top | bottom ] <length-percentage>? ] ``` The logic is essentially as follows: The first value is an identifier. Exactly one of the next two values is an identifier, the other is a \<length-percentage\>. If the second value is an identifier, it is not "center". Otherwise, the first value is not "center". "left" | "right" appear at most once. "top" | "bottom" appear at most once. -- GitHub Notification of comment by ewilligers Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2140#issuecomment-355542218 using your GitHub account
Received on Friday, 5 January 2018 12:18:56 UTC