Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Commit

Permalink
Merge pull request #182 from ewilligers/cssOffset
Browse files Browse the repository at this point in the history
CSS Property 'offset' is IDL attribute 'cssOffset'
  • Loading branch information
birtles committed Mar 10, 2017
2 parents 0054b82 + 47b0038 commit d06587c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Overview.bs
Expand Up @@ -6390,6 +6390,9 @@ The <dfn>animation property name to IDL attribute name</dfn> algorithm for
1. If <var>property</var> refers to the CSS 'float' property,
return the string "cssFloat".
1. If <var>property</var> refers to the CSS 'offset' property,
return the string "cssOffset".
1. Otherwise, return the result of applying the <a>CSS property to IDL
attribute</a> algorithm [[!CSSOM]] to <var>property</var>.
Expand All @@ -6402,6 +6405,9 @@ The <dfn>IDL attribute name to animation property name</dfn> algorithm for
1. If <var>attribute</var> is the string "cssFloat", then return
an animation property representing the CSS 'float' property.
1. If <var>attribute</var> is the string "cssOffset", then return
an animation property representing the CSS 'offset' property.
1. Otherwise, return the result of applying the <a>IDL attribute to CSS
property</a> algorithm [[!CSSOM]] to <var>attribute</var>.
Expand Down Expand Up @@ -7437,7 +7443,10 @@ title="Application Programming Interface">API</abbr> defined in
<h2 id="acknowledgements">Acknowledgements</h2>
Thank you to Michiel &ldquo;Pomax&rdquo; 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 &ldquo;Pomax&rdquo; Kamermans for help with the
equations for a proposed smooth timing function although this feature
has been deferred to a subsequent specification.
Expand All @@ -7459,6 +7468,9 @@ The following changes have been made since the <a
accommodate timelines that change direction.
* Dropped keyframe spacing, distance calculation, and retention of invalid
keyframe property values.
* Added special handling to allow animating the 'offset' property from the
programming interface using <code>cssOffset</code> to avoid conflict with
the attribute name used to specify keyframe offsets.
<!-- @endif -->
Expand Down

0 comments on commit d06587c

Please sign in to comment.