@@ -6390,6 +6390,9 @@ The <dfn>animation property name to IDL attribute name</dfn> algorithm for
6390
6390
1. If <var>property</var> refers to the CSS 'float' property,
6391
6391
return the string "cssFloat".
6392
6392
6393
+ 1. If <var>property</var> refers to the CSS 'offset' property,
6394
+ return the string "cssOffset".
6395
+
6393
6396
1. Otherwise, return the result of applying the <a>CSS property to IDL
6394
6397
attribute</a> algorithm [[!CSSOM]] to <var>property</var>.
6395
6398
@@ -6402,6 +6405,9 @@ The <dfn>IDL attribute name to animation property name</dfn> algorithm for
6402
6405
1. If <var>attribute</var> is the string "cssFloat", then return
6403
6406
an animation property representing the CSS 'float' property.
6404
6407
6408
+ 1. If <var>attribute</var> is the string "cssOffset", then return
6409
+ an animation property representing the CSS 'offset' property.
6410
+
6405
6411
1. Otherwise, return the result of applying the <a>IDL attribute to CSS
6406
6412
property</a> algorithm [[!CSSOM]] to <var>attribute</var>.
6407
6413
@@ -7437,7 +7443,10 @@ title="Application Programming Interface">API</abbr> defined in
7437
7443
7438
7444
<h2 id="acknowledgements">Acknowledgements</h2>
7439
7445
7440
- Thank you to Michiel “Pomax” Kamermans for help with the
7446
+ Thank you to Steve Block, Michael Giuffrida, Ryan Seys, and Eric Willigers
7447
+ for their contributions to this specification.
7448
+
7449
+ Thank you also to Michiel “Pomax” Kamermans for help with the
7441
7450
equations for a proposed smooth timing function although this feature
7442
7451
has been deferred to a subsequent specification.
7443
7452
@@ -7459,6 +7468,9 @@ The following changes have been made since the <a
7459
7468
accommodate timelines that change direction.
7460
7469
* Dropped keyframe spacing, distance calculation, and retention of invalid
7461
7470
keyframe property values.
7471
+ * Added special handling to allow animating the 'offset' property from the
7472
+ programming interface using <code>cssOffset</code> to avoid conflict with
7473
+ the attribute name used to specify keyframe offsets.
7462
7474
7463
7475
<!-- @endif -->
7464
7476
0 commit comments