css3-transitions/Overview.src.html

changeset 7396
3d711398f7a6
parent 7350
929febca4320
child 7403
d2394bced381
     1.1 --- a/css3-transitions/Overview.src.html	Thu Feb 07 18:17:51 2013 -0800
     1.2 +++ b/css3-transitions/Overview.src.html	Thu Feb 07 22:26:37 2013 -0800
     1.3 @@ -1338,7 +1338,7 @@
     1.4  
     1.5        <p>
     1.6        The following definitions define the animation behavior for
     1.7 -      properties in CSS Level 2 ([[CSS2]], [[CSS21]]) and in Level 3 of
     1.8 +      properties in CSS Level 2 Revision 1 ([[CSS21]]) and in Level 3 of
     1.9        the CSS Color Module ([[CSS3COLOR]]).
    1.10        </p>
    1.11  
    1.12 @@ -1389,9 +1389,6 @@
    1.13           <td>color</td><td>as <a href="#animtype-color">color</a></td>
    1.14         </tr>
    1.15         <tr>
    1.16 -         <td>crop <span class="issue">move to css3-content</span></td><td>as rectangle</td>
    1.17 -       </tr>
    1.18 -       <tr>
    1.19           <td>font-size</td><td>as <a href="#animtype-length">length</a></td>
    1.20         </tr>
    1.21         <tr>
    1.22 @@ -1440,9 +1437,6 @@
    1.23           <td>outline-color</td><td>as <a href="#animtype-color">color</a></td>
    1.24         </tr>
    1.25         <tr>
    1.26 -         <td>outline-offset <span class="issue">move to css3-ui</span></td><td>as <a href="#animtype-length">length</a></td>
    1.27 -       </tr>
    1.28 -       <tr>
    1.29           <td>outline-width</td><td>as <a href="#animtype-length">length</a></td>
    1.30         </tr>
    1.31         <tr>
    1.32 @@ -1486,25 +1480,6 @@
    1.33         </tr>
    1.34       </table>
    1.35  
    1.36 -<p class="issue">
    1.37 -  This list omits the following properties that Gecko can animate, and
    1.38 -  which likely should be included:
    1.39 -  background-size,
    1.40 -  border-*-radius,
    1.41 -  box-shadow,
    1.42 -  column-count,
    1.43 -  column-gap,
    1.44 -  column-rule-color,
    1.45 -  column-rule-width,
    1.46 -  column-width,
    1.47 -  font-size-adjust,
    1.48 -  font-stretch,
    1.49 -  marker-offset,
    1.50 -  text-decoration-color,
    1.51 -  transform,
    1.52 -  transform-origin.
    1.53 -</p>
    1.54 -
    1.55       <h3 id="animatable-svg"><a id="properties-from-svg-">
    1.56         Properties from SVG
    1.57       </a></h3>

mercurial