[css-transitions] regex for <'single-transition'> seems to be wrong

Hello again!

https://www.w3.org/TR/css-transitions-1/#single-transition

The regex seems to be wrong because of the two <time> values. If I read
correctly, the || already allows one or more values in arbitrary order:

<'single-transition'> = [ none | <single-transition-property>]
                        || <time> || <single-timing-function> || <time>

Regards,
---------------------------------------------------------------------
Dennis Heuer
einz@verschwendbare-verweise.seinswende.de

Received on Wednesday, 17 January 2018 02:08:43 UTC