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

> This may actually be replaced by
> ```
> <image># [ normal | none | <content-list> ] [/ <string> ]?
> ```

No, it can't: 
- `#` means `one or more times` but original syntax allows image list 
to be omitted, i.e. `zero or more times` should be used
- original syntax says that `<image>` list should be followed by 
comma, in your variant the comma after the list is prohibited

> Also, a space is missing between first-letter and ].

Agree. Thank you.

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

Received on Monday, 31 October 2016 15:29:12 UTC