Skip to content

Commit 03e1639

Browse files
committed
[css3-syntax] Add note about the undefinedness of at-rule values.
1 parent 93e18b2 commit 03e1639

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

css3-syntax/Overview.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

css3-syntax/Overview.src.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)