Skip to content

Commit e939983

Browse files
committed
[css-values-4][editorial] Add a note that combinators aren't associative. w3c#8017
1 parent 830c846 commit e939983

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css-values-4/Overview.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,10 @@ Component Value Combinators</h3>
229229
b || a || c
230230
</pre>
231231

232+
Note: Combinators are <em>not</em> associative, so grouping is significant.
233+
For example, ''a || b || c'' and ''a || [ b || c ]'' are distinct grammars:
234+
the first allows a value like ''b a c'', but the second does not.
235+
232236
<h3 id="component-multipliers">
233237
Component Value Multipliers</h3>
234238

0 commit comments

Comments
 (0)