css3-transitions/Overview.src.html

changeset 6226
a15b3c1c5161
parent 6225
acf1802d0da1
child 6227
34e51e48689d
     1.1 --- a/css3-transitions/Overview.src.html	Thu Jul 12 17:37:40 2012 -0700
     1.2 +++ b/css3-transitions/Overview.src.html	Thu Jul 12 17:42:54 2012 -0700
     1.3 @@ -1129,9 +1129,14 @@
     1.4            <i>p</i> &sdot; <i>V</i><sub>end</sub>.
     1.5        </p>
     1.6  
     1.7 -      <p class="issue">Issue:  Need to describe handling of out-of-range
     1.8 -      values that can result from cubic-bezier().  Clamping values to the
     1.9 -      allowed range is probably the best solution.</p>
    1.10 +      <p>
    1.11 +        However, if this value (<i>V</i><sub>res</sub>)
    1.12 +        is outside the allowed range of values for the property,
    1.13 +        then it is clamped to that range.
    1.14 +        This can occur if <i>p</i> is outside of the range 0 to 1,
    1.15 +        which can occur if a timing function is specified
    1.16 +        with a <i>y1</i> or <i>y2</i> that is outside the range 0 to 1.
    1.17 +      </p>
    1.18  
    1.19        <p>
    1.20          The following describes how each property type undergoes transition or

mercurial