[csswg-drafts] Pull Request: [web-animations-2] Update ComputedEffectTiming

kevers-google has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [web-animations-2]  Update ComputedEffectTiming ==
[web-animations-2]  Update ComputedEffectTiming

This PR fixes descriptions in ComputedEffectTiming to remove ambiguity over the return value types. Specifically, effects linked to animations with timelines that have an unresolved duration should return times expressed as doubles in milliseconds and not as CSSNumericValues.  Only progress based animations should return their time values expressed as CSS.percent.  

The progress attribute was previously changed to be of type CSSNumberish but without a description change. This property is a fraction and not a time.  Thus, it should not have been changed.  The change is  reverted in this PR.

A few formatting fixers were applied to clearly show the type for each attribute in the "members" section.

See https://github.com/w3c/csswg-drafts/pull/6712


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 4 October 2021 14:47:25 UTC