You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Fixed missed substitution (<span>TransitionEventInit</span> rather than AnimationEventInit) when copying event IDL from css3-animations.
1755
-
<li>Make naming of event constructor dictionary parameters more consistent with DOM-Level-3-Events.
1756
-
<li>Make the behavior of simultaneous changes of 'transition-*' properties and transitionable properties even clearer.
1757
-
<li>Computed Value line for shorthands should say "see individual properties".
1758
-
<li>Define initial values of event properties, using initializers in <span>TransitionEventInit</span>.
1759
-
<li><strong>Define the model for starting of transitions and their interaction with other animations more precisely</strong>:
1760
-
<ul>
1761
-
<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>.
1762
-
<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.
1763
-
<li>Add a note pointing out that the above definitions imply that transitions can start simultaneously, from the same change, on ancestors and descendants.
1764
-
<li>Define that CSS transitions participate in CSS's cascading and inheritance model
1765
-
</ul>
1766
-
<li><strong>Change the <ahref="#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>
1767
-
<li>Move the <ahref="#reversing">section on reversing of transitions</a> to be a subsection of the section on starting of transitions, since it belongs there.
1754
+
<liclass="issue">... ADD CHANGES HERE ...
1768
1755
</ul>
1769
1756
1770
-
<p>For more details on these changes, see the version control change logs, which are split in two parts because of a file renaming: <ahref="https://dvcs.w3.org/hg/csswg/log/tip/css-transitions/Overview.src.html">change log since 2013 March 28</a>, <ahref="https://dvcs.w3.org/hg/csswg/log/tip/css3-transitions/Overview.src.html">change log before 2013 March 28</a>.
1757
+
<p>For more details on these changes, see the version control <ahref="https://dvcs.w3.org/hg/csswg/log/tip/css-transitions/Overview.src.html">change log</a>.</p>
1771
1758
1772
-
<p>For changes in previous working drafts, see
1773
-
<ahref="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/ChangeLog">the ChangeLog</a>, and the above version control logs.</p>
1759
+
<p>For changes in earlier working drafts:</p>
1760
+
1761
+
<ol>
1762
+
<li>see the <ahref="http://www.w3.org/TR/2013/WD-css3-transitions-20131119/#changes">changes section in the 19 November 2013 Working Draft</a>
1763
+
<li>see the <ahref="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/ChangeLog">the ChangeLog</a> for changes in previous working drafts
1764
+
<li>For more details on these changes, see the version control change logs, which are split in two parts because of a file renaming: <ahref="https://dvcs.w3.org/hg/csswg/log/tip/css-transitions/Overview.src.html">change log since 2013 March 28</a>, <ahref="https://dvcs.w3.org/hg/csswg/log/tip/css3-transitions/Overview.src.html">change log before 2013 March 28</a>.
0 commit comments