Move issue up to where it should be addressed.

Thu, 12 Jul 2012 17:37:40 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 12 Jul 2012 17:37:40 -0700
changeset 6225
acf1802d0da1
parent 6224
81d3d19891b6
child 6226
a15b3c1c5161

Move issue up to where it should be addressed.

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	Thu Jul 12 17:37:16 2012 -0700
     1.2 +++ b/css3-transitions/Overview.html	Thu Jul 12 17:37:40 2012 -0700
     1.3 @@ -1149,6 +1149,10 @@
     1.4     <i>V</i><sub>res</sub> = (1 - <i>p</i>) ⋅ <i>V</i><sub>start</sub> +
     1.5     <i>p</i> ⋅ <i>V</i><sub>end</sub>.
     1.6  
     1.7 +  <p class=issue>Issue: Need to describe handling of out-of-range values that
     1.8 +   can result from cubic-bezier(). Clamping values to the allowed range is
     1.9 +   probably the best solution.
    1.10 +
    1.11    <p> The following describes how each property type undergoes transition or
    1.12     animation.
    1.13  
    1.14 @@ -1225,10 +1229,6 @@
    1.15      properties were individually specified.
    1.16    </ul>
    1.17  
    1.18 -  <p class=issue>Issue: Need to describe handling of out-of-range values that
    1.19 -   can result from cubic-bezier(). Clamping values to the allowed range is
    1.20 -   probably the best solution.
    1.21 -
    1.22    <p>Future specifications may define additional types that can be animated.
    1.23  
    1.24    <h2 id=animatable-properties><span class=secno>7. </span><a
     2.1 --- a/css3-transitions/Overview.src.html	Thu Jul 12 17:37:16 2012 -0700
     2.2 +++ b/css3-transitions/Overview.src.html	Thu Jul 12 17:37:40 2012 -0700
     2.3 @@ -1129,6 +1129,10 @@
     2.4            <i>p</i> &sdot; <i>V</i><sub>end</sub>.
     2.5        </p>
     2.6  
     2.7 +      <p class="issue">Issue:  Need to describe handling of out-of-range
     2.8 +      values that can result from cubic-bezier().  Clamping values to the
     2.9 +      allowed range is probably the best solution.</p>
    2.10 +
    2.11        <p>
    2.12          The following describes how each property type undergoes transition or
    2.13          animation.
    2.14 @@ -1224,10 +1228,6 @@
    2.15          </li>
    2.16        </ul>
    2.17  
    2.18 -      <p class="issue">Issue:  Need to describe handling of out-of-range
    2.19 -      values that can result from cubic-bezier().  Clamping values to the
    2.20 -      allowed range is probably the best solution.</p>
    2.21 -
    2.22        <p>Future specifications may define additional types that can
    2.23        be animated.</p>
    2.24  

mercurial