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
Copy file name to clipboardExpand all lines: css-transitions/Overview.src.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1750,14 +1750,14 @@ <h2 id="changes">Changes since Working Draft of 12 February 2013</h2>
1750
1750
<li>Make the behavior of simultaneous changes of 'transition-*' properties and transitionable properties even clearer.
1751
1751
<li>Computed Value line for shorthands should say "see individual properties".
1752
1752
<li>Define initial values of event properties, using initializers in <span>TransitionEventInit</span>.
1753
-
<li>Define the model for starting of transitions and their interaction with other animations more precisely:
1753
+
<li><strong>Define the model for starting of transitions and their interaction with other animations more precisely</strong>:
1754
1754
<ul>
1755
1755
<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>.
1756
1756
<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.
1757
1757
<li>Add a note pointing out that the above definitions imply that transitions can start simultaneously, from the same change, on ancestors and descendants.
1758
1758
<li>Define that CSS transitions participate in CSS's cascading and inheritance model
1759
1759
</ul>
1760
-
<li>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.
1760
+
<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>
1761
1761
<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.
0 commit comments