Skip to content

Commit 6f0cd05

Browse files
committed
[css-transitions] Better section title for reversing section.
1 parent 170e753 commit 6f0cd05

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css-transitions/Overview.html

Lines changed: 5 additions & 5 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-14 name=dcterms.date>
13+
<meta content=2013-11-19 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 14 November 2013</h2>
43+
<h2 class="no-num no-toc">Editor's Draft 19 November 2013</h2>
4444

4545
<dl>
4646
<dt>This version:
@@ -199,8 +199,8 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2>
199199
<li><a href="#starting"><span class=secno>3. </span> Starting of
200200
transitions </a>
201201
<ul class=toc>
202-
<li><a href="#reversing"><span class=secno>3.1. </span> Automatically
203-
reversing interrupted transitions </a>
202+
<li><a href="#reversing"><span class=secno>3.1. </span> Faster reversing
203+
of interrupted transitions </a>
204204
</ul>
205205

206206
<li><a href="#application"><span class=secno>4. </span> Application of
@@ -1083,7 +1083,7 @@ <h2 id=starting><span class=secno>3. </span> Starting of transitions</h2>
10831083
value changes because it is inherited (directly or indirectly) from
10841084
another element that is transitioning the same property.
10851085

1086-
<h3 id=reversing><span class=secno>3.1. </span> Automatically reversing
1086+
<h3 id=reversing><span class=secno>3.1. </span> Faster reversing of
10871087
interrupted transitions</h3>
10881088

10891089
<p> Many common transitions effects involve transitions between two states,

css-transitions/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ <h2 id="starting">
10921092
</p>
10931093

10941094
<h3 id="reversing">
1095-
Automatically reversing interrupted transitions
1095+
Faster reversing of interrupted transitions
10961096
</h3>
10971097
<p>
10981098
Many common transitions effects involve transitions between two states,

0 commit comments

Comments
 (0)