css-transitions/Overview.src.html

changeset 9081
1b274b3a1e4b
parent 9080
d377b9f852f3
child 9082
bc715cd7b08c
     1.1 --- a/css-transitions/Overview.src.html	Tue Sep 10 11:30:26 2013 +0200
     1.2 +++ b/css-transitions/Overview.src.html	Tue Sep 10 11:30:26 2013 +0200
     1.3 @@ -1103,6 +1103,15 @@
     1.4          undergoing a CSS Animation ([[CSS3-ANIMATIONS]]) on the same element.
     1.5        </p>
     1.6  
     1.7 +      <p class="note">
     1.8 +        Note that this behavior of transitions not applying to the cascade
     1.9 +        when an animation on the same element and property is running
    1.10 +        does not affect whether the transition has started or ended.
    1.11 +        APIs that detect whether transitions are running
    1.12 +        (such as <a href="#transition-events">transition events</a>)
    1.13 +        still report that a transition is running.
    1.14 +      </p>
    1.15 +
    1.16        <p>
    1.17          If the current time is at or before the
    1.18          <span>start time</span> of the transition
    1.19 @@ -1717,7 +1726,7 @@
    1.20    <li>Define the model for starting of transitions and their interaction with other animations more precisely:
    1.21      <ul>
    1.22        <li>Define the <span>before-change style</span> and <span>after-change style</span> used for the style comparison, using the new concept of a <span>style change event</span>.
    1.23 -      <li>Define that a CSS transition for a property does not affect computed style when a CSS Animation for the same property is running.
    1.24 +      <li>Define that a CSS transition for a property does not affect computed style when a CSS Animation for the same property is running, but that the transition is still running in terms of APIs.
    1.25        <li>Add a note pointing out that the above definitions imply that transitions can start simultaneously, from the same change, on ancestors and descendants.
    1.26        <li>Define that CSS transitions participate in CSS's cascading and inheritance model
    1.27      </ul>

mercurial