diff --git a/Overview.bs b/Overview.bs index 1fcaea2..5e726fc 100644 --- a/Overview.bs +++ b/Overview.bs @@ -6390,6 +6390,9 @@ The animation property name to IDL attribute name algorithm for 1. If property refers to the CSS 'float' property, return the string "cssFloat". +1. If property refers to the CSS 'offset' property, + return the string "cssOffset". + 1. Otherwise, return the result of applying the CSS property to IDL attribute algorithm [[!CSSOM]] to property. @@ -6402,6 +6405,9 @@ The IDL attribute name to animation property name algorithm for 1. If attribute is the string "cssFloat", then return an animation property representing the CSS 'float' property. +1. If attribute is the string "cssOffset", then return + an animation property representing the CSS 'offset' property. + 1. Otherwise, return the result of applying the IDL attribute to CSS property algorithm [[!CSSOM]] to attribute. @@ -7437,7 +7443,10 @@ title="Application Programming Interface">API defined in

Acknowledgements

-Thank you to Michiel “Pomax” Kamermans for help with the +Thank you to Steve Block, Michael Giuffrida, Ryan Seys, and Eric Willigers +for their contributions to this specification. + +Thank you also to Michiel “Pomax” Kamermans for help with the equations for a proposed smooth timing function although this feature has been deferred to a subsequent specification. @@ -7459,6 +7468,9 @@ The following changes have been made since the cssOffset to avoid conflict with + the attribute name used to specify keyframe offsets.