-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Closed Accepted as EditorialCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.Testing UnnecessaryMemory aid - issue doesn't require testsMemory aid - issue doesn't require testscss-syntax-3
Milestone
Description
5.4.1. Consume a list of rules
The instruction to consume an at-rule currently states:
<at-keyword-token>
Reconsume the current input token. Consume an at-rule. If anything is returned, append it to the list of rules.
The caveat "if anything is returned" is unexpected since 5.4.2. Consume an at-rule always returns an at-rule, and never gives instruction to "return nothing", even upon a parse error. Since this caveat does not appear elsewhere when consuming an at-rule, I suspect it was included accidentally.
Metadata
Metadata
Assignees
Labels
Closed Accepted as EditorialCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.Testing UnnecessaryMemory aid - issue doesn't require testsMemory aid - issue doesn't require testscss-syntax-3