Skip to content

Commit bf4d9ee

Browse files
committed
[css-syntax] 'consume an at-rule' always returns a value, so no need for the caveat. Fixes #1839.
1 parent ffd73a9 commit bf4d9ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

css-syntax-3/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2241,9 +2241,8 @@ Consume a list of rules</h4>
22412241
<dt><<at-keyword-token>>
22422242
<dd>
22432243
<a>Reconsume the current input token</a>.
2244-
<a>Consume an at-rule</a>.
2245-
If anything is returned,
2246-
append it to the list of rules.
2244+
<a>Consume an at-rule</a>,
2245+
and append the returned value to the list of rules.
22472246

22482247
<dt>anything else
22492248
<dd>

0 commit comments

Comments
 (0)