[web-animations] Remove step about ignoring computedOffset when processing a keyframe object since it's not needed

Fri, 18 Apr 2014 12:51:27 +0900

author
Brian Birtles <birtles@gmail.com>
date
Fri, 18 Apr 2014 12:51:27 +0900
changeset 1482
51b58a3b5e10
parent 1481
9177e3621841
child 1483
62dfb5945dd2

[web-animations] Remove step about ignoring computedOffset when processing a keyframe object since it's not needed

This will only ever be needed if there is a CSS property computedOffset or
computed-offset and then we'll probably have bigger problems.

web-animations/index.html file | annotate | diff | comparison | revisions
     1.1 --- a/web-animations/index.html	Thu Apr 17 21:45:39 2014 +0200
     1.2 +++ b/web-animations/index.html	Fri Apr 18 12:51:27 2014 +0900
     1.3 @@ -7364,11 +7364,6 @@
     1.4                    name 'offset'.
     1.5                  </dd>
     1.6                  <dt>If <var>property</var> is a case-sensitive match for
     1.7 -                  the string 'computedOffset',</dt>
     1.8 -                <dd>
     1.9 -                  Ignore <var>property</var> and continue to the next property.
    1.10 -                </dd>
    1.11 -                <dt>If <var>property</var> is a case-sensitive match for
    1.12                    the string 'easing',</dt>
    1.13                  <dd>
    1.14                    <p>

mercurial