Re: [csswg-drafts] [css-content] Fix syntaxes according to CSS Values and Units grammar

> ```
>   [ <image> ',' ]* [ normal | none | <content-list> ] [/ <string> ]?
> ->
>   [ <image> , ]* [ normal | none | <content-list> ] [/ <string> ]?
> ```

This may actually be replaced by

```
<image># [ normal | none | <content-list> ] [/ <string> ]?
```

Sebastian

-- 
GitHub Notification of comment by SebastianZ
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/663#issuecomment-257268754 
using your GitHub account

Received on Monday, 31 October 2016 11:16:10 UTC