-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Closed Accepted as Obvious BugfixCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.css-images-3Current WorkCurrent Work
Description
https://drafts.csswg.org/css-images-3/#color-stop-syntax
<color-stop-list> = <color-stop>{2,}
<color-stop> = <color> <length-percentage>?
According to this syntax comma between <color-stop> is not needed, but comma is required. Looks like # is missed:
<color-stop-list> = <color-stop>#{2,}
<color-stop> = <color> <length-percentage>?
Metadata
Metadata
Assignees
Labels
Closed Accepted as Obvious BugfixCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.css-images-3Current WorkCurrent Work