File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3009,6 +3009,10 @@ <h2 id=parsing><span class=secno>5. </span> Parsing</h2>
30093009
30103010 < dd > An at-rule has a name, a prelude consisting of a list of component
30113011 values, and an optional value consisting of an simple {} block.
3012+ < p class =note > This specification places no limits on what an at-rule's
3013+ value may contain. Individual at-rules must define whether they accept a
3014+ value, and if so, how to parse it (preferably using one of the parser
3015+ algorithms or entry points defined in this specification).
30123016
30133017 < dt > < dfn id =qualified-rule0 > qualified rule</ dfn >
30143018
Original file line number Diff line number Diff line change @@ -2404,6 +2404,13 @@ <h2>
24042404 a prelude consisting of a list of component values,
24052405 and an optional value consisting of an simple {} block.
24062406
2407+ < p class ='note '>
2408+ This specification places no limits on what an at-rule's value may contain.
2409+ Individual at-rules must define whether they accept a value,
2410+ and if so,
2411+ how to parse it
2412+ (preferably using one of the parser algorithms or entry points defined in this specification).
2413+
24072414 < dt > < dfn > qualified rule</ dfn >
24082415 < dd >
24092416 A qualified rule has
You can’t perform that action at this time.
0 commit comments