Mention that we're talking about computed values, per http://lists.w3.org/Archives/Public/www-style/2012Apr/0564.html .

Fri, 20 Apr 2012 15:47:11 -0300

author
L. David Baron <dbaron@dbaron.org>
date
Fri, 20 Apr 2012 15:47:11 -0300
changeset 5542
7116a6e2728b
parent 5541
42d0c33e8484
child 5543
2a5e55ca11b7

Mention that we're talking about computed values, per http://lists.w3.org/Archives/Public/www-style/2012Apr/0564.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	Fri Apr 20 10:48:00 2012 -0700
     1.2 +++ b/css3-transitions/Overview.html	Fri Apr 20 15:47:11 2012 -0300
     1.3 @@ -26,14 +26,14 @@
     1.4  
     1.5     <h1>CSS Transitions</h1>
     1.6  
     1.7 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 April 2012</h2>
     1.8 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 April 2012</h2>
     1.9  
    1.10     <dl>
    1.11      <dt>This version:
    1.12  
    1.13 -    <dd> <a href="http://www.w3.org/TR/2012/ED-css3-transitions-20120404/">
    1.14 +    <dd> <a href="http://www.w3.org/TR/2012/ED-css3-transitions-20120420/">
    1.15       http://dev.w3.org/csswg/css3-transitions/</a>
    1.16 -     <!--http://www.w3.org/TR/2012/WD-css3-transitions-20120404/-->
    1.17 +     <!--http://www.w3.org/TR/2012/WD-css3-transitions-20120420/-->
    1.18  
    1.19      <dt>Latest version:
    1.20  
    1.21 @@ -849,7 +849,8 @@
    1.22     class=property>transition-property</code>&rsquo;</a>) in the computed
    1.23     value of &lsquo;<a href="#transition-property"><code
    1.24     class=property>transition-property</code></a>&rsquo;. Corresponding to
    1.25 -   this item there are values of &lsquo;<a href="#transition-duration"><code
    1.26 +   this item there are computed values of &lsquo;<a
    1.27 +   href="#transition-duration"><code
    1.28     class=property>transition-duration</code></a>&rsquo; and &lsquo;<a
    1.29     href="#transition-delay"><code
    1.30     class=property>transition-delay</code></a>&rsquo; (see <a
    1.31 @@ -1611,7 +1612,7 @@
    1.32    <table class=proptable>
    1.33     <thead>
    1.34      <tr>
    1.35 -     <th>Property
    1.36 +     <th>properties
    1.37  
    1.38       <th>Values
    1.39  
     2.1 --- a/css3-transitions/Overview.src.html	Fri Apr 20 10:48:00 2012 -0700
     2.2 +++ b/css3-transitions/Overview.src.html	Fri Apr 20 15:47:11 2012 -0300
     2.3 @@ -800,15 +800,17 @@
     2.4          must start transitions based on the relevant item (see <a
     2.5          href="#transition-property">the definition of
     2.6          'transition-property'</a>) in the computed value of
     2.7 -        'transition-property'.  Corresponding to this item there are
     2.8 -        values of 'transition-duration' and 'transition-delay' (see <a
     2.9 -        href="#list-matching">the rules on matching lists</a>).  Define
    2.10 -        the <dfn>combined duration</dfn> of the transition as the sum of
    2.11 -        max('transition-duration', '0s') and 'transition-delay'.  When
    2.12 -        the combined duration is greater than '0s', then a transition
    2.13 -        starts based on the values of 'transition-duration',
    2.14 -        'transition-delay', and 'transition-timing-function'; in other
    2.15 -        cases transitions do not occur.
    2.16 +        'transition-property'.
    2.17 +        Corresponding to this item there are
    2.18 +        computed values of 'transition-duration' and 'transition-delay'
    2.19 +        (see <a href="#list-matching">the rules on matching lists</a>).
    2.20 +        Define the <dfn>combined duration</dfn> of the transition
    2.21 +        as the sum of max('transition-duration', '0s') and 'transition-delay'.
    2.22 +        When the combined duration is greater than '0s',
    2.23 +        then a transition starts based on the values of
    2.24 +        'transition-duration', 'transition-delay',
    2.25 +        and 'transition-timing-function';
    2.26 +        in other cases transitions do not occur.
    2.27        </p>
    2.28  
    2.29        <p>

mercurial