Skip to content

Commit ef2a6bc

Browse files
committed
[css-transitions] Emphasize the most substantive changes in the changes section.
1 parent 4bf55c3 commit ef2a6bc

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

css-transitions/Overview.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Transitions" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-11-11 name=dcterms.date>
13+
<meta content=2013-11-12 name=dcterms.date>
1414
<meta content="L. David Baron" name=dcterms.creator>
1515
<meta content=W3C name=dcterms.publisher>
1616
<meta content="http://dev.w3.org/csswg/css3-transitions/"
@@ -40,7 +40,7 @@
4040

4141
<h1>CSS Transitions</h1>
4242

43-
<h2 class="no-num no-toc">Editor's Draft 11 November 2013</h2>
43+
<h2 class="no-num no-toc">Editor's Draft 12 November 2013</h2>
4444

4545
<dl>
4646
<dt>This version:
@@ -1777,8 +1777,8 @@ <h2 id=changes><span class=secno>8. </span>Changes since Working Draft of
17771777
<li>Define initial values of event properties, using initializers in <a
17781778
href="#TransitionEventInit">TransitionEventInit</a>.
17791779

1780-
<li>Define the model for starting of transitions and their interaction
1781-
with other animations more precisely:
1780+
<li><strong>Define the model for starting of transitions and their
1781+
interaction with other animations more precisely</strong>:
17821782
<ul>
17831783
<li>Define the <a href="#before-change-style">before-change style</a>
17841784
and <a href="#after-change-style">after-change style</a> used for the
@@ -1797,10 +1797,10 @@ <h2 id=changes><span class=secno>8. </span>Changes since Working Draft of
17971797
inheritance model
17981798
</ul>
17991799

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.
1800+
<li><strong>Change the <a href="#reversing">rules for automatic reversing
1801+
of transitions</a> to shorten the duration (and negative delay) based on
1802+
the portion of the value space traversed instead of reversing and jumping
1803+
into the middle of the timing function.</strong>
18041804

18051805
<li>Move the <a href="#reversing">section on reversing of transitions</a>
18061806
to be a subsection of the section on starting of transitions, since it

css-transitions/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1750,14 +1750,14 @@ <h2 id="changes">Changes since Working Draft of 12 February 2013</h2>
17501750
<li>Make the behavior of simultaneous changes of 'transition-*' properties and transitionable properties even clearer.
17511751
<li>Computed Value line for shorthands should say "see individual properties".
17521752
<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>:
17541754
<ul>
17551755
<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>.
17561756
<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.
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.
1760+
<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>
17611761
<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.
17621762
</ul>
17631763

0 commit comments

Comments
 (0)