[css3-transitions] Make the behavior of simultaneous changes of 'transition-*' properties and transitionable properties even clearer.

Wed, 20 Feb 2013 20:10:21 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Wed, 20 Feb 2013 20:10:21 -0800
changeset 7516
05f1ef63bcaf
parent 7515
c95c915b8180
child 7517
5e26a796fb84

[css3-transitions] Make the behavior of simultaneous changes of 'transition-*' properties and transitionable properties even clearer.

Per http://lists.w3.org/Archives/Public/www-style/2013Feb/0568.html

css3-transitions/Overview.html file | annotate | diff | comparison | revisions
css3-transitions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-transitions/Overview.html	Wed Feb 20 16:36:53 2013 -0800
     1.2 +++ b/css3-transitions/Overview.html	Wed Feb 20 20:10:21 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-02-14 name=dcterms.issued>
     1.8 +  <meta content=2013-02-20 name=dcterms.issued>
     1.9    <meta content="http://dev.w3.org/csswg/css3-transitions/"
    1.10     name=dcterms.creator>
    1.11    <meta content=W3C name=dcterms.publisher>
    1.12 @@ -38,7 +38,7 @@
    1.13  
    1.14     <h1>CSS Transitions</h1>
    1.15  
    1.16 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 February
    1.17 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 February
    1.18      2013</h2>
    1.19  
    1.20     <dl>
    1.21 @@ -878,7 +878,11 @@
    1.22     class=property>transition-timing-function</code></a>’, and ‘<a
    1.23     href="#transition-delay"><code
    1.24     class=property>transition-delay</code></a>’ properties at the time the
    1.25 -   animatable property would first have its new computed value.
    1.26 +   animatable property would first have its new computed value. This means
    1.27 +   that when one of these ‘<code class=css>transition-*</code>’
    1.28 +   properties changes at the same time as a property whose change might
    1.29 +   transition, it is the <em>new</em> values of the ‘<code
    1.30 +   class=css>transition-*</code>’ properties that control the transition.
    1.31  
    1.32    <div class=example id=manual-reversing-example>
    1.33     <p style="display:none"> Example(s):
     2.1 --- a/css3-transitions/Overview.src.html	Wed Feb 20 16:36:53 2013 -0800
     2.2 +++ b/css3-transitions/Overview.src.html	Wed Feb 20 20:10:21 2013 -0800
     2.3 @@ -870,6 +870,11 @@
     2.4          'transition-timing-function', and 'transition-delay' properties
     2.5          at the time the animatable property would first have its new
     2.6          computed value.
     2.7 +        This means that when one of these 'transition-*' properties
     2.8 +        changes at the same time as
     2.9 +        a property whose change might transition,
    2.10 +        it is the <em>new</em> values of the 'transition-*' properties
    2.11 +        that control the transition.
    2.12        </p>
    2.13        <div class="example" id="manual-reversing-example">
    2.14          <p style="display:none">

mercurial