Re: [csswg-drafts] [css-lists] canonical property order of list-style.

I've mentioned before, there is precedent. The syntax of `animation` is
```
<time> || <timing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ]
```
which should allow free reordering of the terms, but `<keyframes-name>` is always parsed the latest, and thus something like `ease ease` is not ambiguous.

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

Received on Thursday, 31 May 2018 12:40:49 UTC