css-transitions/Overview.src.html

changeset 9544
795ca83ff695
parent 9530
07f12dfbe9a0
child 9577
8f2b3f149faa
     1.1 --- a/css-transitions/Overview.src.html	Mon Nov 11 23:56:51 2013 -0800
     1.2 +++ b/css-transitions/Overview.src.html	Tue Nov 12 16:31:38 2013 +0800
     1.3 @@ -1750,14 +1750,14 @@
     1.4    <li>Make the behavior of simultaneous changes of 'transition-*' properties and transitionable properties even clearer.
     1.5    <li>Computed Value line for shorthands should say "see individual properties".
     1.6    <li>Define initial values of event properties,  using initializers in <span>TransitionEventInit</span>.
     1.7 -  <li>Define the model for starting of transitions and their interaction with other animations more precisely:
     1.8 +  <li><strong>Define the model for starting of transitions and their interaction with other animations more precisely</strong>:
     1.9      <ul>
    1.10        <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.11        <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.12        <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.13        <li>Define that CSS transitions participate in CSS's cascading and inheritance model
    1.14      </ul>
    1.15 -  <li>Change the <a href="#reversing">rules for automatic reversing of transitions</a> to shorten the duration (and negative delay) based on the portion of the value space traversed instead of reversing and jumping into the middle of the timing function.
    1.16 +  <li><strong>Change the <a href="#reversing">rules for automatic reversing of transitions</a> to shorten the duration (and negative delay) based on the portion of the value space traversed instead of reversing and jumping into the middle of the timing function.</strong>
    1.17    <li>Move the <a href="#reversing">section on reversing of transitions</a> to be a subsection of the section on starting of transitions, since it belongs there.
    1.18  </ul>
    1.19  

mercurial