Closed
Description
The <keyframe-selector> production in the @keyframes prelude is defined via the grammar:
<keyframe-selector> = from | to | <percentage [0,100]>
Generally, use of <percentage>
implies the ability to use calc(), but it does not seem to be universally implemented that way.
Is the intention of the spec that calc() should be allowed here?