Skip to content

Commit be79bc4

Browse files
committed
[css-transitions] Keep changes section up-to-date.
1 parent 5857664 commit be79bc4

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

css-transitions/Overview.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1796,6 +1796,15 @@ <h2 id=changes><span class=secno>8. </span>Changes since Working Draft of
17961796
<li>Define that CSS transitions participate in CSS's cascading and
17971797
inheritance model
17981798
</ul>
1799+
1800+
<li>Change the <a href="#reversing">rules for automatic reversing of
1801+
transitions</a> to shorten the duration (and negative delay) based on the
1802+
portion of the value space traversed instead of reversing and jumping
1803+
into the middle of the timing function.
1804+
1805+
<li>Move the <a href="#reversing">section on reversing of transitions</a>
1806+
to be a subsection of the section on starting of transitions, since it
1807+
belongs there.
17991808
</ul>
18001809

18011810
<p>For more details on these changes, see the version control change logs,

css-transitions/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,6 +1757,8 @@ <h2 id="changes">Changes since Working Draft of 12 February 2013</h2>
17571757
<li>Add a note pointing out that the above definitions imply that transitions can start simultaneously, from the same change, on ancestors and descendants.
17581758
<li>Define that CSS transitions participate in CSS's cascading and inheritance model
17591759
</ul>
1760+
<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.
1761+
<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.
17601762
</ul>
17611763

17621764
<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>.

0 commit comments

Comments
 (0)