We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830c846 commit e939983Copy full SHA for e939983
css-values-4/Overview.bs
@@ -229,6 +229,10 @@ Component Value Combinators</h3>
229
b || a || c
230
</pre>
231
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
+
236
<h3 id="component-multipliers">
237
Component Value Multipliers</h3>
238
0 commit comments