[csswg-drafts] [css-images] Wrong <color-stop-list> syntax

lahmatiy has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [css-images] Wrong <color-stop-list> syntax ==
Current syntax 
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>?
```

Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/458 using your GitHub 
account

Received on Thursday, 8 September 2016 22:22:11 UTC