[css-transitions] Better section title for reversing section.

Tue, 19 Nov 2013 15:35:38 +0800

author
L. David Baron <dbaron@dbaron.org>
date
Tue, 19 Nov 2013 15:35:38 +0800
changeset 9623
b8e4691d68cc
parent 9622
1e10055cb45a
child 9624
0b6f0dc301a9

[css-transitions] Better section title for reversing section.

css-transitions/Overview.html file | annotate | diff | comparison | revisions
css-transitions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-transitions/Overview.html	Mon Nov 18 19:01:50 2013 -0800
     1.2 +++ b/css-transitions/Overview.html	Tue Nov 19 15:35:38 2013 +0800
     1.3 @@ -10,7 +10,7 @@
     1.4     rel=dcterms.rights>
     1.5    <meta content="CSS Transitions" name=dcterms.title>
     1.6    <meta content=text name=dcterms.type>
     1.7 -  <meta content=2013-11-14 name=dcterms.date>
     1.8 +  <meta content=2013-11-19 name=dcterms.date>
     1.9    <meta content="L. David Baron" name=dcterms.creator>
    1.10    <meta content=W3C name=dcterms.publisher>
    1.11    <meta content="http://dev.w3.org/csswg/css3-transitions/"
    1.12 @@ -40,7 +40,7 @@
    1.13  
    1.14     <h1>CSS Transitions</h1>
    1.15  
    1.16 -   <h2 class="no-num no-toc">Editor's Draft 14 November 2013</h2>
    1.17 +   <h2 class="no-num no-toc">Editor's Draft 19 November 2013</h2>
    1.18  
    1.19     <dl>
    1.20      <dt>This version:
    1.21 @@ -199,8 +199,8 @@
    1.22     <li><a href="#starting"><span class=secno>3. </span> Starting of
    1.23      transitions </a>
    1.24      <ul class=toc>
    1.25 -     <li><a href="#reversing"><span class=secno>3.1. </span> Automatically
    1.26 -      reversing interrupted transitions </a>
    1.27 +     <li><a href="#reversing"><span class=secno>3.1. </span> Faster reversing
    1.28 +      of interrupted transitions </a>
    1.29      </ul>
    1.30  
    1.31     <li><a href="#application"><span class=secno>4. </span> Application of
    1.32 @@ -1083,7 +1083,7 @@
    1.33     value changes because it is inherited (directly or indirectly) from
    1.34     another element that is transitioning the same property.
    1.35  
    1.36 -  <h3 id=reversing><span class=secno>3.1. </span> Automatically reversing
    1.37 +  <h3 id=reversing><span class=secno>3.1. </span> Faster reversing of
    1.38     interrupted transitions</h3>
    1.39  
    1.40    <p> Many common transitions effects involve transitions between two states,
     2.1 --- a/css-transitions/Overview.src.html	Mon Nov 18 19:01:50 2013 -0800
     2.2 +++ b/css-transitions/Overview.src.html	Tue Nov 19 15:35:38 2013 +0800
     2.3 @@ -1092,7 +1092,7 @@
     2.4        </p>
     2.5  
     2.6        <h3 id="reversing">
     2.7 -        Automatically reversing interrupted transitions
     2.8 +        Faster reversing of interrupted transitions
     2.9        </h3>
    2.10        <p>
    2.11          Many common transitions effects involve transitions between two states,

mercurial