[css3-transitions] Remove properties from the table that aren't in CSS21 or css3-color.

Thu, 07 Feb 2013 22:26:37 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 07 Feb 2013 22:26:37 -0800
changeset 7396
3d711398f7a6
parent 7395
a07320c531a9
child 7397
685b5623af2e

[css3-transitions] Remove properties from the table that aren't in CSS21 or css3-color.

This implements the remainder of this resolution at the Tucson
face-to-face dated 2013-02-04 11:40:47 -0700 that goes in this spec
(though many additions to other specs still need to be made), with the
slight modification of not including the Level 2 properties dropped
between 2.0 and 2.1 (which I was the one pushing for), since two of the
relevant properties (font-stretch and font-size-adjust) have their
animatability defined in the editor's draft of css3-fonts and the other
one (marker-offset) was noted as questionable at the time of the
resolution since the property may not be needed in the long term.

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	Thu Feb 07 18:17:51 2013 -0800
     1.2 +++ b/css3-transitions/Overview.html	Thu Feb 07 22:26:37 2013 -0800
     1.3 @@ -10,11 +10,11 @@
     1.4     rel=dcterms.rights>
     1.5    <meta content="CSS Transitions" name=dcterms.title>
     1.6    <meta content=text name=dcterms.type>
     1.7 -  <meta content=2013-02-05 name=dcterms.issued>
     1.8 +  <meta content=2013-02-07 name=dcterms.issued>
     1.9    <meta content="http://dev.w3.org/csswg/css3-transitions/"
    1.10     name=dcterms.creator>
    1.11    <meta content=W3C name=dcterms.publisher>
    1.12 -  <meta content="http://www.w3.org/TR/2013/ED-css3-transitions-20130205/"
    1.13 +  <meta content="http://www.w3.org/TR/2013/ED-css3-transitions-20130207/"
    1.14     name=dcterms.identifier>
    1.15    <meta content="text/html; charset=utf-8" http-equiv=Content-Type>
    1.16    <link href="../default.css" rel=stylesheet type="text/css">
    1.17 @@ -38,15 +38,15 @@
    1.18  
    1.19     <h1>CSS Transitions</h1>
    1.20  
    1.21 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 February
    1.22 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 February
    1.23      2013</h2>
    1.24  
    1.25     <dl>
    1.26      <dt>This version:
    1.27  
    1.28 -    <dd> <a href="http://www.w3.org/TR/2013/ED-css3-transitions-20130205/">
    1.29 +    <dd> <a href="http://www.w3.org/TR/2013/ED-css3-transitions-20130207/">
    1.30       http://dev.w3.org/csswg/css3-transitions/</a>
    1.31 -     <!--http://www.w3.org/TR/2013/WD-css3-transitions-20130205/-->
    1.32 +     <!--http://www.w3.org/TR/2013/WD-css3-transitions-20130207/-->
    1.33  
    1.34      <dt>Latest version:
    1.35  
    1.36 @@ -1309,9 +1309,9 @@
    1.37     id=properties-from-css-> Properties from CSS </a></h3>
    1.38  
    1.39    <p> The following definitions define the animation behavior for properties
    1.40 -   in CSS Level 2 (<a href="#CSS2" rel=biblioentry>[CSS2]<!--{{CSS2}}--></a>,
    1.41 -   <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{CSS21}}--></a>) and in Level
    1.42 -   3 of the CSS Color Module (<a href="#CSS3COLOR"
    1.43 +   in CSS Level 2 Revision 1 (<a href="#CSS21"
    1.44 +   rel=biblioentry>[CSS21]<!--{{CSS21}}--></a>) and in Level 3 of the CSS
    1.45 +   Color Module (<a href="#CSS3COLOR"
    1.46     rel=biblioentry>[CSS3COLOR]<!--{{CSS3COLOR}}--></a>).
    1.47  
    1.48    <table class=animatable-properties>
    1.49 @@ -1395,11 +1395,6 @@
    1.50       <td>as <a href="#animtype-color">color</a>
    1.51  
    1.52      <tr>
    1.53 -     <td>crop <span class=issue>move to css3-content</span>
    1.54 -
    1.55 -     <td>as rectangle
    1.56 -
    1.57 -    <tr>
    1.58       <td>font-size
    1.59  
    1.60       <td>as <a href="#animtype-length">length</a>
    1.61 @@ -1481,11 +1476,6 @@
    1.62       <td>as <a href="#animtype-color">color</a>
    1.63  
    1.64      <tr>
    1.65 -     <td>outline-offset <span class=issue>move to css3-ui</span>
    1.66 -
    1.67 -     <td>as <a href="#animtype-length">length</a>
    1.68 -
    1.69 -    <tr>
    1.70       <td>outline-width
    1.71  
    1.72       <td>as <a href="#animtype-length">length</a>
    1.73 @@ -1556,12 +1546,6 @@
    1.74       <td>as <a href="#animtype-integer">integer</a>
    1.75    </table>
    1.76  
    1.77 -  <p class=issue> This list omits the following properties that Gecko can
    1.78 -   animate, and which likely should be included: background-size,
    1.79 -   border-*-radius, box-shadow, column-count, column-gap, column-rule-color,
    1.80 -   column-rule-width, column-width, font-size-adjust, font-stretch,
    1.81 -   marker-offset, text-decoration-color, transform, transform-origin.
    1.82 -
    1.83    <h3 id=animatable-svg><span class=secno>7.2. </span><a
    1.84     id=properties-from-svg-> Properties from SVG </a></h3>
    1.85  
    1.86 @@ -1637,16 +1621,6 @@
    1.87     <dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
    1.88      <!---->
    1.89  
    1.90 -   <dt id=CSS2>[CSS2]
    1.91 -
    1.92 -   <dd>Ian Jacobs; et al. <a
    1.93 -    href="http://www.w3.org/TR/2008/REC-CSS2-20080411"><cite>Cascading Style
    1.94 -    Sheets, level 2 (CSS2) Specification.</cite></a> 11 April 2008. W3C
    1.95 -    Recommendation. URL: <a
    1.96 -    href="http://www.w3.org/TR/2008/REC-CSS2-20080411">http://www.w3.org/TR/2008/REC-CSS2-20080411</a>
    1.97 -   </dd>
    1.98 -   <!---->
    1.99 -
   1.100     <dt id=CSS21>[CSS21]
   1.101  
   1.102     <dd>Bert Bos; et al. <a
     2.1 --- a/css3-transitions/Overview.src.html	Thu Feb 07 18:17:51 2013 -0800
     2.2 +++ b/css3-transitions/Overview.src.html	Thu Feb 07 22:26:37 2013 -0800
     2.3 @@ -1338,7 +1338,7 @@
     2.4  
     2.5        <p>
     2.6        The following definitions define the animation behavior for
     2.7 -      properties in CSS Level 2 ([[CSS2]], [[CSS21]]) and in Level 3 of
     2.8 +      properties in CSS Level 2 Revision 1 ([[CSS21]]) and in Level 3 of
     2.9        the CSS Color Module ([[CSS3COLOR]]).
    2.10        </p>
    2.11  
    2.12 @@ -1389,9 +1389,6 @@
    2.13           <td>color</td><td>as <a href="#animtype-color">color</a></td>
    2.14         </tr>
    2.15         <tr>
    2.16 -         <td>crop <span class="issue">move to css3-content</span></td><td>as rectangle</td>
    2.17 -       </tr>
    2.18 -       <tr>
    2.19           <td>font-size</td><td>as <a href="#animtype-length">length</a></td>
    2.20         </tr>
    2.21         <tr>
    2.22 @@ -1440,9 +1437,6 @@
    2.23           <td>outline-color</td><td>as <a href="#animtype-color">color</a></td>
    2.24         </tr>
    2.25         <tr>
    2.26 -         <td>outline-offset <span class="issue">move to css3-ui</span></td><td>as <a href="#animtype-length">length</a></td>
    2.27 -       </tr>
    2.28 -       <tr>
    2.29           <td>outline-width</td><td>as <a href="#animtype-length">length</a></td>
    2.30         </tr>
    2.31         <tr>
    2.32 @@ -1486,25 +1480,6 @@
    2.33         </tr>
    2.34       </table>
    2.35  
    2.36 -<p class="issue">
    2.37 -  This list omits the following properties that Gecko can animate, and
    2.38 -  which likely should be included:
    2.39 -  background-size,
    2.40 -  border-*-radius,
    2.41 -  box-shadow,
    2.42 -  column-count,
    2.43 -  column-gap,
    2.44 -  column-rule-color,
    2.45 -  column-rule-width,
    2.46 -  column-width,
    2.47 -  font-size-adjust,
    2.48 -  font-stretch,
    2.49 -  marker-offset,
    2.50 -  text-decoration-color,
    2.51 -  transform,
    2.52 -  transform-origin.
    2.53 -</p>
    2.54 -
    2.55       <h3 id="animatable-svg"><a id="properties-from-svg-">
    2.56         Properties from SVG
    2.57       </a></h3>

mercurial