css-transitions/Overview.src.html

changeset 9050
1cb2b4e9ea3b
parent 9048
7730c3fca2a1
child 9077
3379bf6d2b39
     1.1 --- a/css-transitions/Overview.src.html	Fri Sep 06 15:29:57 2013 +0200
     1.2 +++ b/css-transitions/Overview.src.html	Fri Sep 06 16:17:52 2013 +0100
     1.3 @@ -76,11 +76,6 @@
     1.4  <h2 class="no-num no-toc" id="status">Status of this document</h2>
     1.5  <!--status-->
     1.6  
     1.7 -<p>
     1.8 -  The <a href="ChangeLog">list of changes made to this specification</a> is
     1.9 -  available.
    1.10 -</p>
    1.11 -
    1.12  <h2 class="no-num no-toc" id="contents">Table of Contents</h2>
    1.13  <!--toc-->
    1.14  
    1.15 @@ -1551,6 +1546,25 @@
    1.16         </tr>
    1.17        </table> -->
    1.18  
    1.19 +<h2 id="changes">Changes since Working Draft of 12 February 2013</h2>
    1.20 +
    1.21 +<p>The following are the substantive changes made since the
    1.22 +<a href="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/">Working Draft
    1.23 +dated 12 February 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 +</ul>
    1.32 +
    1.33 +<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.34 +
    1.35 +<p>For changes in previous working drafts, see
    1.36 +<a href="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/ChangeLog">the ChangeLog</a>, and the above version control logs.</p>
    1.37 +
    1.38  <h2 id="acknowledgments">Acknowledgments</h2>
    1.39  
    1.40  <p>Thanks especially to the feedback from

mercurial