[css3-transitions] Remove the transform list animation type, because it's defined and referenced entirely within the transforms specification.

Mon, 04 Feb 2013 22:47:16 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Mon, 04 Feb 2013 22:47:16 -0700
changeset 7319
7f836a81efc4
parent 7318
81989de6bbb3
child 7320
92a2de64d3d1

[css3-transitions] Remove the transform list animation type, because it's defined and referenced entirely within the transforms specification.

This is consistent with the resolution at Tucson face-to-face, 2013-02-04 11:40:47 -0700.

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	Mon Feb 04 22:45:03 2013 -0700
     1.2 +++ b/css3-transitions/Overview.html	Mon Feb 04 22:47:16 2013 -0700
     1.3 @@ -1211,10 +1211,6 @@
     1.4     <li id=animtype-number> <strong>number</strong>: interpolated as real
     1.5      (floating point) numbers.
     1.6  
     1.7 -   <li id=animtype-transform> <strong>transform list</strong>: see CSS
     1.8 -    Transforms specification <a href="#CSS3-TRANSFORMS"
     1.9 -    rel=biblioentry>[CSS3-TRANSFORMS]<!--{{!CSS3-TRANSFORMS}}--></a>.
    1.10 -
    1.11     <li id=animtype-rect> <strong>rectangle</strong>: interpolated via the x,
    1.12      y, width and height components (treating each as a number).
    1.13  
    1.14 @@ -1607,16 +1603,6 @@
    1.15    <dl class=bibliography>
    1.16     <dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
    1.17      <!---->
    1.18 -
    1.19 -   <dt id=CSS3-TRANSFORMS>[CSS3-TRANSFORMS]
    1.20 -
    1.21 -   <dd>Simon Fraser; et al. <a
    1.22 -    href="http://www.w3.org/TR/2012/WD-css3-transforms-20120911/"><cite>CSS
    1.23 -    Transforms.</cite></a> 11 September 2012. W3C Working Draft. (Work in
    1.24 -    progress.) URL: <a
    1.25 -    href="http://www.w3.org/TR/2012/WD-css3-transforms-20120911/">http://www.w3.org/TR/2012/WD-css3-transforms-20120911/</a>
    1.26 -   </dd>
    1.27 -   <!---->
    1.28    </dl>
    1.29    <!--end-normative-->
    1.30  
     2.1 --- a/css3-transitions/Overview.src.html	Mon Feb 04 22:45:03 2013 -0700
     2.2 +++ b/css3-transitions/Overview.src.html	Mon Feb 04 22:47:16 2013 -0700
     2.3 @@ -1224,10 +1224,6 @@
     2.4            <strong>number</strong>: interpolated as real (floating point)
     2.5            numbers.
     2.6          </li>
     2.7 -        <li id="animtype-transform">
     2.8 -          <strong>transform list</strong>: see 
     2.9 -            CSS Transforms specification [[!CSS3-TRANSFORMS]].
    2.10 -        </li>
    2.11          <li id="animtype-rect">
    2.12            <strong>rectangle</strong>: interpolated via the x, y,
    2.13            width and height components (treating each as a number).

mercurial