css-transitions/Overview.bs

changeset 19660
22c1ec7d629a
parent 19383
68f652c3f1eb
child 19662
8b4265c1a7d9
     1.1 --- a/css-transitions/Overview.bs	Fri Jul 28 15:09:31 2017 -0700
     1.2 +++ b/css-transitions/Overview.bs	Mon Jul 31 15:44:38 2017 +0200
     1.3 @@ -567,7 +567,7 @@
     1.4          implementations must start transitions based on
     1.5          the <a>computed values</a> that changed in that event.
     1.6          If an element is not in the document during that
     1.7 -        style change even or was not in the document during
     1.8 +        style change event or was not in the document during
     1.9          the previous style change event,
    1.10          then transitions are not started for that element
    1.11          in that style change event.
    1.12 @@ -584,9 +584,14 @@
    1.13          the <a>computed values</a> of all properties
    1.14          on the element based on the information
    1.15          known at the start of that <a>style change event</a>,
    1.16 -        but excluding any styles from CSS Transitions in the computation,
    1.17 +        but using the computed values of the 'animation-*' properties from the
    1.18 +        <a>before-change style</a>,
    1.19 +        excluding any styles from CSS Transitions in the computation,
    1.20          and inheriting from
    1.21          the <a>after-change style</a> of the parent.
    1.22 +        Note that this means the <a>after-change style</a> does not differ from
    1.23 +        the <a>before-change style</a> due to newly created or cancelled CSS
    1.24 +        Animations.
    1.25        </p>
    1.26  
    1.27        <div class="note">

mercurial