[css-transitions] Clarify that "has started" includes delay.

Wed, 11 Feb 2015 11:16:14 +1100

author
L. David Baron <dbaron@dbaron.org>
date
Wed, 11 Feb 2015 11:16:14 +1100
changeset 15190
b6e5bb6bf803
parent 15189
b7f5bc393024
child 15191
e24fe4941c41

[css-transitions] Clarify that "has started" includes delay.

Fixes the second issue in
https://lists.w3.org/Archives/Public/www-style/2011Jan/0419.html

css-transitions/Overview.bs file | annotate | diff | comparison | revisions
css-transitions/Overview.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-transitions/Overview.bs	Tue Feb 10 18:08:24 2015 +1100
     1.2 +++ b/css-transitions/Overview.bs	Wed Feb 11 11:16:14 2015 +1100
     1.3 @@ -937,7 +937,8 @@
     1.4        </div>
     1.5  
     1.6        <p class="note">
     1.7 -        Note that once the transition of a property has started,
     1.8 +        Note that once the transition of a property has started
     1.9 +        (including being in its delay phase),
    1.10          it continues running based on
    1.11          the original timing function, duration, and
    1.12          delay, even if the 'transition-timing-function',
     2.1 --- a/css-transitions/Overview.html	Tue Feb 10 18:08:24 2015 +1100
     2.2 +++ b/css-transitions/Overview.html	Wed Feb 11 11:16:14 2015 +1100
     2.3 @@ -99,7 +99,7 @@
     2.4     <h1 class="p-name no-ref" id="title">CSS Transitions</h1>
     2.5    
     2.6     <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft,
     2.7 -    <time class="dt-updated" datetime="2015-01-28">28 January 2015</time></span></h2>
     2.8 +    <time class="dt-updated" datetime="2015-02-11">11 February 2015</time></span></h2>
     2.9    
    2.10     <div data-fill-with="spec-metadata">
    2.11      <dl>
    2.12 @@ -130,13 +130,7 @@
    2.13    
    2.14     <div data-fill-with="warning"></div>
    2.15    
    2.16 -   <p class="copyright" data-fill-with="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2015 <a href="http://www.w3.org/">
    2.17 -     <acronym title="World Wide Web Consortium">W3C</acronym>
    2.18 -    </a><sup>®</sup> (<a href="http://www.csail.mit.edu/">
    2.19 -     <acronym title="Massachusetts Institute of Technology">MIT</acronym>
    2.20 -    </a>, <a href="http://www.ercim.eu/">
    2.21 -     <acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym>
    2.22 -    </a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>). W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.
    2.23 +   <p class="copyright" data-fill-with="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2015 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>). W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.
    2.24  </p>
    2.25    
    2.26     <hr title="Separator for header">
    2.27 @@ -1446,7 +1440,8 @@
    2.28  
    2.29        
    2.30     <p class="note" role="note">
    2.31 -        Note that once the transition of a property has started,
    2.32 +        Note that once the transition of a property has started
    2.33 +        (including being in its delay phase),
    2.34          it continues running based on
    2.35          the original timing function, duration, and
    2.36          delay, even if the <a class="property" data-link-type="propdesc" href="#propdef-transition-timing-function">transition-timing-function</a>,

mercurial