-
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
I'm not entirely sure, but I think... in section 4.3.6 the step 3:
- If the next input code point is EOF, this is a parse error. Return the <url-token>.
Is redundant with the step in the loop (4):
EOF
This is a parse error. Return the <url-token>.
I suggest step (3) to be removed as it's already covered by the loop.
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