css-transitions/Overview.bs

changeset 17009
1577b3ccd54b
parent 16989
255258410d1b
child 17011
3751a4bf606e
     1.1 --- a/css-transitions/Overview.bs	Tue Feb 02 20:11:56 2016 -0800
     1.2 +++ b/css-transitions/Overview.bs	Wed Feb 03 15:17:31 2016 +1100
     1.3 @@ -31,6 +31,7 @@
     1.4  Abstract: CSS Transitions allows property changes in CSS values to occur smoothly over a specified duration.
     1.5  Status Text: <strong>This document</strong> is expected to be relatively close to last call.  While some issues raised have yet to be addressed, new features are extremely unlikely to be considered for this level. <p>The following behaviors are at risk: <ul><li><a href="#discrete-interpolation-at-risk">Interpolation in steps of property types that cannot be interpolated</a></li></ul>
     1.6  Ignored Terms: float
     1.7 +Ignored Vars: x1, x2, y1, y2
     1.8  </pre>
     1.9  <!-- FIXME: font-size and font-weight link defaults don't work -->
    1.10  <pre class="link-defaults">
    1.11 @@ -440,7 +441,7 @@
    1.12            Specifies a <a
    1.13            href="http://en.wikipedia.org/wiki/B%C3%A9zier_curve">cubic-bezier
    1.14            curve</a>. The four values specify points P<sub>1</sub> and
    1.15 -          P<sub>2</sub> of the curve as (x1, y1, x2, y2). Both x values must be
    1.16 +          P<sub>2</sub> of the curve as (<var>x1</var>, <var>y1</var>, <var>x2</var>, <var>y2</var>). Both x values must be
    1.17            in the range [0, 1] or the definition is invalid. The y values can
    1.18            exceed this range.
    1.19          </dd>

mercurial