css-transitions/Overview.src.html

changeset 9585
31902c18f45d
parent 9580
b98629add395
child 9623
b8e4691d68cc
     1.1 --- a/css-transitions/Overview.src.html	Wed Nov 13 19:17:55 2013 -0800
     1.2 +++ b/css-transitions/Overview.src.html	Thu Nov 14 11:22:42 2013 +0800
     1.3 @@ -40,7 +40,7 @@
     1.4      (<a href="https://dvcs.w3.org/hg/csswg/log/tip/css-transitions/Overview.src.html">change log</a>,
     1.5      <a href="https://dvcs.w3.org/hg/csswg/log/tip/css3-transitions/Overview.src.html">older change log</a>)
     1.6    <dt>Previous version:
     1.7 -    <dd><a href="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/">http://www.w3.org/TR/2013/WD-css3-transitions-20130212/</a>
     1.8 +    <dd><a href="http://www.w3.org/TR/2013/WD-css3-transitions-20131119/">http://www.w3.org/TR/2013/WD-css3-transitions-20131119/</a>
     1.9    <dt id="editors-list">Editors:
    1.10      <dd><a href="mailto:dino@apple.com">Dean Jackson</a> (<a
    1.11        href="http://www.apple.com/">Apple Inc</a>)
    1.12 @@ -1744,33 +1744,25 @@
    1.13         </tr>
    1.14        </table> -->
    1.15  
    1.16 -<h2 id="changes">Changes since Working Draft of 12 February 2013</h2>
    1.17 +<h2 id="changes">Changes since Working Draft of 19 November 2013</h2>
    1.18  
    1.19  <p>The following are the substantive changes made since the
    1.20 -<a href="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/">Working Draft
    1.21 -dated 12 February 2013</a>:</p>
    1.22 +<a href="http://www.w3.org/TR/2013/WD-css3-transitions-20131119/">Working Draft
    1.23 +dated 19 November 2013</a>:</p>
    1.24  
    1.25  <ul>
    1.26 -  <li>Fixed missed substitution (<span>TransitionEventInit</span> rather than AnimationEventInit) when copying event IDL from css3-animations.
    1.27 -  <li>Make naming of event constructor dictionary parameters more consistent with DOM-Level-3-Events.
    1.28 -  <li>Make the behavior of simultaneous changes of 'transition-*' properties and transitionable properties even clearer.
    1.29 -  <li>Computed Value line for shorthands should say "see individual properties".
    1.30 -  <li>Define initial values of event properties,  using initializers in <span>TransitionEventInit</span>.
    1.31 -  <li><strong>Define the model for starting of transitions and their interaction with other animations more precisely</strong>:
    1.32 -    <ul>
    1.33 -      <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.34 -      <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.35 -      <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.36 -      <li>Define that CSS transitions participate in CSS's cascading and inheritance model
    1.37 -    </ul>
    1.38 -  <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.39 -  <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.40 +  <li class="issue">... ADD CHANGES HERE ...
    1.41  </ul>
    1.42  
    1.43 -<p>For more details on these changes, see the version control change logs, which are split in two parts because of a file renaming: <a href="https://dvcs.w3.org/hg/csswg/log/tip/css-transitions/Overview.src.html">change log since 2013 March 28</a>, <a href="https://dvcs.w3.org/hg/csswg/log/tip/css3-transitions/Overview.src.html">change log before 2013 March 28</a>.
    1.44 +<p>For more details on these changes, see the version control <a href="https://dvcs.w3.org/hg/csswg/log/tip/css-transitions/Overview.src.html">change log</a>.</p>
    1.45  
    1.46 -<p>For changes in previous working drafts, see
    1.47 -<a href="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/ChangeLog">the ChangeLog</a>, and the above version control logs.</p>
    1.48 +<p>For changes in earlier working drafts:</p>
    1.49 +
    1.50 +<ol>
    1.51 +  <li>see the <a href="http://www.w3.org/TR/2013/WD-css3-transitions-20131119/#changes">changes section in the 19 November 2013 Working Draft</a>
    1.52 +  <li>see the <a href="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/ChangeLog">the ChangeLog</a> for changes in previous working drafts
    1.53 +  <li>For more details on these changes, see the version control change logs, which are split in two parts because of a file renaming: <a href="https://dvcs.w3.org/hg/csswg/log/tip/css-transitions/Overview.src.html">change log since 2013 March 28</a>, <a href="https://dvcs.w3.org/hg/csswg/log/tip/css3-transitions/Overview.src.html">change log before 2013 March 28</a>.
    1.54 +</ol>
    1.55  
    1.56  <h2 id="acknowledgments">Acknowledgments</h2>
    1.57  

mercurial