We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfc091 commit c987ff2Copy full SHA for c987ff2
1 file changed
css-syntax-3/Overview.bs
@@ -2477,6 +2477,18 @@ Consume a simple block</h4>
2477
and append it to the value of the block.
2478
</dl>
2479
2480
+ Note: CSS has an unfortunate syntactic ambiguity
2481
+ between blocks that can contain declarations
2482
+ and blocks that can contain qualified rules,
2483
+ so any "consume" algorithms that handle rules
2484
+ will initially use this more generic algorithm
2485
+ rather than the more specific
2486
+ [=consume a list of declarations=]
2487
+ or [=consume a list of rules=] algorithms.
2488
+ These more specific algorithms are instead invoked when grammars are applied,
2489
+ depending on whether it contains a <<declaration-list>>
2490
+ or a <<rule-list>>/<<stylesheet>>.
2491
+
2492
2493
<h4 id="consume-function">
2494
Consume a function</h4>
0 commit comments