Skip to content

[css-images] Wrong <color-stop-list> syntax #458

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
lahmatiy opened this issue Sep 8, 2016 · 0 comments
Closed

[css-images] Wrong <color-stop-list> syntax #458

lahmatiy opened this issue Sep 8, 2016 · 0 comments
Labels
Closed Accepted as Obvious Bugfix Commenter Satisfied Commenter has indicated satisfaction with the resolution / edits. css-images-3 Current Work

Comments

@lahmatiy
Copy link
Contributor

lahmatiy commented Sep 8, 2016

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>?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed Accepted as Obvious Bugfix Commenter Satisfied Commenter has indicated satisfaction with the resolution / edits. css-images-3 Current Work
Projects
None yet
Development

No branches or pull requests

4 participants