- From: John Daggett <jdaggett@mozilla.com>
- Date: Thu, 3 Dec 2015 20:29:40 +0900
- To: www-style <www-style@w3.org>
Received on Thursday, 3 December 2015 11:30:11 UTC
In section 2.2 of the CSS Values spec, the double bar combinator is defined as [1]: "A double bar (||) separates two or more options: one or more of them must occur, in any order." So a || b || c implies that "a b", "b c a", and "b" are all valid. However, I'm not sure whether repeated values are allowed or invalid (e.g. "a a"). Seems like it should be invalid but I can't find any wording that clearly disallows this. Cheers, John Daggett [1] http://www.w3.org/TR/css3-values/#component-combinators
Received on Thursday, 3 December 2015 11:30:11 UTC