How/when do the <length-percentage> values that can be passed to the rangeStart/rangeEnd attributes on the Animation interface (or via KeyframeAnimationOption) when assigning a DOMString, get resolved.
Specifically, the KeyframeAnimationOption section for rangeEnd says "A DOMString value is parsed as an animation-range-end value to yield a TimelineRangeOffset". animation-range-end is defined as [ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#, so, <length-percentage> values will have to resolved.
Given all that, how/when should a string like 1em be resolved?
How/when do the
<length-percentage>values that can be passed to the rangeStart/rangeEnd attributes on the Animation interface (or via KeyframeAnimationOption) when assigning a DOMString, get resolved.Specifically, the KeyframeAnimationOption section for
rangeEndsays "A DOMString value is parsed as an animation-range-end value to yield a TimelineRangeOffset".animation-range-endis defined as[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#, so,<length-percentage>values will have to resolved.Given all that, how/when should a string like
1embe resolved?