css3-transitions/Overview.src.html

changeset 7335
54cd45623730
parent 7323
94398dc793f7
child 7341
3aa3ab417355
     1.1 --- a/css3-transitions/Overview.src.html	Tue Feb 05 08:02:40 2013 -0700
     1.2 +++ b/css3-transitions/Overview.src.html	Tue Feb 05 09:42:17 2013 -0700
     1.3 @@ -1203,22 +1203,16 @@
     1.4          <li id="animtype-integer">
     1.5            <strong>integer</strong>: interpolated via discrete steps (whole
     1.6            numbers). The interpolation happens in real number space and is
     1.7 -          converted to an integer using <code>floor()</code>.
     1.8 -          <span class="issue">
     1.9 -            This floor behavior is inconsistent with SMIL Animation /
    1.10 -            SVG Animation.
    1.11 -          </span>
    1.12 +          converted to an integer by rounding to the nearest integer, with
    1.13 +          values halfway between a pair of integers rounded towards
    1.14 +          positive infinity.
    1.15          </li>
    1.16          <li id="animtype-font-weight">
    1.17            <strong>font weight</strong>: interpolated via discrete steps
    1.18            (multiples of 100). The interpolation happens in real number
    1.19            space and is converted to an integer by rounding to the
    1.20 -          nearest multiple of 100.
    1.21 -          <span class="issue">
    1.22 -            This round-to-nearest behavior is inconsistent with the
    1.23 -            floor behavior used for integer types, but probably should
    1.24 -            be consistent (one way or the other).
    1.25 -          </span>
    1.26 +          nearest multiple of 100, with values halfway between multiples
    1.27 +          of 100 rounded towards positive infinity.
    1.28          </li>
    1.29          <li id="animtype-number">
    1.30            <strong>number</strong>: interpolated as real (floating point)

mercurial