[csswg-drafts] [css-transitions-1] transition-property and transition shorthand conflict on whether none can be listed

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

== [css-transitions-1] transition-property and transition shorthand conflict on whether none can be listed ==
`transition-property: none | <single-transition-property>#`
`transition: [ [ none | <single-transition-property> ] || <time> || <single-timing-function> || <time> ]#`

The `transition` shorthand allows `none` to be listed multiple times, but the `transition-property` shorthand it's supposed to be assigned into doesn't allow that. One of these syntaxes is therefore wrong.

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

Received on Sunday, 3 December 2017 00:56:11 UTC