- From: Xidorn Quan via GitHub <sysbot+gh@w3.org>
- Date: Thu, 31 May 2018 12:40:42 +0000
- To: public-css-archive@w3.org
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