[css3-ui] Add "Animatable:" lines to propdef tables.

Thu, 07 Feb 2013 23:25:50 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 07 Feb 2013 23:25:50 -0800
changeset 7401
0df32ea51959
parent 7400
eb33c4492cf2
child 7402
d60ec350a0af

[css3-ui] Add "Animatable:" lines to propdef tables.

Note that the line for nav-index matches the current value, which may
be incorrect (number vs. integer).

Required manual adjustment for preprocessor (pre- and post-processing)
to deal with New Value(s): line for 'content' property.

The Animatable lines are as resolved in Tucson face-to-face at
2013-02-04 11:40:47 -0700, and edited by me per discussion starting at
2013-02-05 11:11:38 -0700.

css3-ui/Overview.html file | annotate | diff | comparison | revisions
css3-ui/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-ui/Overview.html	Thu Feb 07 22:59:01 2013 -0800
     1.2 +++ b/css3-ui/Overview.html	Thu Feb 07 23:25:50 2013 -0800
     1.3 @@ -15,10 +15,10 @@
     1.4    <meta content="CSS Basic User Interface Module Level 3 (CSS3 UI)"
     1.5     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-08 name=dcterms.issued>
     1.9    <meta content="http://dev.w3.org/csswg/css3-ui/" name=dcterms.creator>
    1.10    <meta content=W3C name=dcterms.publisher>
    1.11 -  <meta content="http://www.w3.org/TR/2013/ED-css3-ui-20130205/"
    1.12 +  <meta content="http://www.w3.org/TR/2013/ED-css3-ui-20130208/"
    1.13     name=dcterms.identifier>
    1.14    <link href="../default.css" rel=stylesheet title=Default type="text/css">
    1.15    <style type="text/css">
    1.16 @@ -46,13 +46,13 @@
    1.17     <h1 class=p-name>CSS Basic User Interface Module Level 3 (CSS3 UI)</h1>
    1.18  
    1.19     <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft <time
    1.20 -    class=dt-updated datetime=20130205> 5 February 2013</time></h2>
    1.21 +    class=dt-updated datetime=20130208> 8 February 2013</time></h2>
    1.22  
    1.23     <dl>
    1.24      <dt>This version:</dt>
    1.25      <!-- TR "This version". Update "WD" below as needed to CR/PR/REC -->
    1.26 -    <!-- <dd><a href="http://www.w3.org/TR/2013/WD-css3-ui-20130205/">
    1.27 -    http://www.w3.org/TR/2013/WD-css3-ui-20130205/</a>
    1.28 +    <!-- <dd><a href="http://www.w3.org/TR/2013/WD-css3-ui-20130208/">
    1.29 +    http://www.w3.org/TR/2013/WD-css3-ui-20130208/</a>
    1.30    </dd> -->
    1.31      <!-- editor's draft "This version" -->
    1.32  
    1.33 @@ -1097,6 +1097,11 @@
    1.34       <td>the keyword ‘<a href="#icon"><code class=css><span class=value
    1.35        title="">icon</span></code></a>’ if specified as such, otherwise same
    1.36        as CSS 2.1
    1.37 +
    1.38 +    <tr>
    1.39 +     <th>Animatable:
    1.40 +
    1.41 +     <td>no
    1.42    </table>
    1.43  
    1.44    <dl>
    1.45 @@ -1160,6 +1165,11 @@
    1.46       <th>Computed value:
    1.47  
    1.48       <td>as specified, except with any relative URLs converted to absolute
    1.49 +
    1.50 +    <tr>
    1.51 +     <th>Animatable:
    1.52 +
    1.53 +     <td>no
    1.54    </table>
    1.55  
    1.56    <dl>
    1.57 @@ -1264,6 +1274,11 @@
    1.58       <th>Computed value:
    1.59  
    1.60       <td>specified value
    1.61 +
    1.62 +    <tr>
    1.63 +     <th>Animatable:
    1.64 +
    1.65 +     <td>no
    1.66    </table>
    1.67  
    1.68    <dl>
    1.69 @@ -1431,6 +1446,11 @@
    1.70       <th>Computed value:
    1.71  
    1.72       <td>see individual properties
    1.73 +
    1.74 +    <tr>
    1.75 +     <th>Animatable:
    1.76 +
    1.77 +     <td>see individual properties
    1.78    </table>
    1.79  
    1.80    <h3 id=outline-width><span class=secno>7.2. </span><a class=property
    1.81 @@ -1481,6 +1501,12 @@
    1.82  
    1.83       <td>absolute length; ‘<code class=css>0</code>’ if the outline style
    1.84        is ‘<code class=property>none</code>’.
    1.85 +
    1.86 +    <tr>
    1.87 +     <th>Animatable:
    1.88 +
    1.89 +     <td>as <a
    1.90 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-length">length</a>
    1.91    </table>
    1.92  
    1.93    <h3 id=outline-style><span class=secno>7.3. </span><a class=property
    1.94 @@ -1530,6 +1556,11 @@
    1.95       <th>Computed value:
    1.96  
    1.97       <td>specified value
    1.98 +
    1.99 +    <tr>
   1.100 +     <th>Animatable:
   1.101 +
   1.102 +     <td>no
   1.103    </table>
   1.104  
   1.105    <h3 id=outline-color><span class=secno>7.4. </span><a class=property
   1.106 @@ -1585,6 +1616,12 @@
   1.107        href="#CSS3COLOR" rel=biblioentry>[CSS3COLOR]<!--{{!CSS3COLOR}}--></a>
   1.108        <span class=property>‘<code class=property>color</code>’</span>
   1.109        property.
   1.110 +
   1.111 +    <tr>
   1.112 +     <th>Animatable:
   1.113 +
   1.114 +     <td>as <a
   1.115 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>
   1.116    </table>
   1.117  
   1.118    <p>The outline created with the outline properties is drawn "over" a box,
   1.119 @@ -1756,6 +1793,12 @@
   1.120       <th>Computed value:
   1.121  
   1.122       <td>&lt;length&gt; value in absolute units (px or physical).
   1.123 +
   1.124 +    <tr>
   1.125 +     <th>Animatable:
   1.126 +
   1.127 +     <td>as <a
   1.128 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-length">length</a>
   1.129    </table>
   1.130  
   1.131    <p>If the computed value of <a class=property
   1.132 @@ -1832,6 +1875,11 @@
   1.133       <th>Computed value:
   1.134  
   1.135       <td>specified value.
   1.136 +
   1.137 +    <tr>
   1.138 +     <th>Animatable:
   1.139 +
   1.140 +     <td>no
   1.141    </table>
   1.142  
   1.143    <dl>
   1.144 @@ -2004,6 +2052,11 @@
   1.145       <th>Computed value:
   1.146  
   1.147       <td>as specified
   1.148 +
   1.149 +    <tr>
   1.150 +     <th>Animatable:
   1.151 +
   1.152 +     <td>no
   1.153    </table>
   1.154  
   1.155    <p>This property specifies rendering when inline content overflows its
   1.156 @@ -2295,6 +2348,11 @@
   1.157       <th>Computed value:
   1.158  
   1.159       <td>as specified, except with any relative URLs converted to absolute
   1.160 +
   1.161 +    <tr>
   1.162 +     <th>Animatable:
   1.163 +
   1.164 +     <td>no
   1.165    </table>
   1.166  
   1.167    <p>This property specifies the type of cursor to be displayed for the
   1.168 @@ -2574,6 +2632,12 @@
   1.169       <th>Computed value:
   1.170  
   1.171       <td>specified value.
   1.172 +
   1.173 +    <tr>
   1.174 +     <th>Animatable:
   1.175 +
   1.176 +     <td>as <a
   1.177 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-number">number</a>
   1.178    </table>
   1.179  
   1.180    <dl>
   1.181 @@ -2691,6 +2755,11 @@
   1.182       <th>Computed value:
   1.183  
   1.184       <td>as specified
   1.185 +
   1.186 +    <tr>
   1.187 +     <th>Animatable:
   1.188 +
   1.189 +     <td>no
   1.190    </table>
   1.191  
   1.192    <dl>
   1.193 @@ -2836,6 +2905,11 @@
   1.194       <th>Computed value:
   1.195  
   1.196       <td>as specified
   1.197 +
   1.198 +    <tr>
   1.199 +     <th>Animatable:
   1.200 +
   1.201 +     <td>no
   1.202    </table>
   1.203  
   1.204    <p> The ‘<a href="#ime-mode"><code class=property>ime-mode</code></a>’
     2.1 --- a/css3-ui/Overview.src.html	Thu Feb 07 22:59:01 2013 -0800
     2.2 +++ b/css3-ui/Overview.src.html	Thu Feb 07 23:25:50 2013 -0800
     2.3 @@ -713,6 +713,7 @@
     2.4  <tr><th>Percentages:</th><td>same as CSS 2.1</td></tr>
     2.5  <tr><th>Media:</th><td>same as CSS 2.1</td></tr>
     2.6  <tr><th>Computed&nbsp;value:</th><td>the keyword '<span class="value" title="">icon</span>' if specified as such, otherwise same as CSS 2.1</td></tr>
     2.7 +<tr><th>Animatable:</th><td>no</td></tr>
     2.8  </tbody></table>
     2.9  
    2.10  <dl>
    2.11 @@ -740,6 +741,7 @@
    2.12  <tr><th>Percentages:</th><td>N/A</td></tr>
    2.13  <tr><th>Media:</th><td>all</td></tr>
    2.14  <tr><th>Computed&nbsp;value:</th><td>as specified, except with any relative URLs converted to absolute</td></tr>
    2.15 +<tr><th>Animatable:</th><td>no</td></tr>
    2.16  </tbody></table>
    2.17  
    2.18  <dl>
    2.19 @@ -789,6 +791,7 @@
    2.20  <tr><th>Percentages:</th><td>N/A</td></tr>
    2.21  <tr><th>Media:</th><td>visual</td></tr>
    2.22  <tr><th>Computed&nbsp;value:</th><td>specified value</td></tr>
    2.23 +<tr><th>Animatable:</th><td>no</td></tr>
    2.24  </tbody></table>
    2.25  
    2.26  <dl>
    2.27 @@ -891,6 +894,7 @@
    2.28  <tr><th>Percentages:</th><td>N/A</td></tr>
    2.29  <tr><th>Media:</th><td>visual</td></tr>
    2.30  <tr><th>Computed&nbsp;value:</th><td>see individual properties</td></tr>
    2.31 +<tr><th>Animatable:</th><td>see individual properties</td></tr>
    2.32  </tbody></table>
    2.33  
    2.34  <h3 id="outline-width"><span class="property">'outline-width'</span> property</h3>
    2.35 @@ -904,6 +908,7 @@
    2.36  <tr><th>Percentages:</th><td>N/A</td></tr>
    2.37  <tr><th>Media:</th><td>visual</td></tr>
    2.38  <tr><th>Computed&nbsp;value:</th><td>absolute length; '0' if the outline style is 'none'.</td></tr>
    2.39 +<tr><th>Animatable:</th><td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-length">length</a></td></tr>
    2.40  </tbody></table>
    2.41  
    2.42  <h3 id="outline-style"><span class="property">'outline-style'</span> property</h3>
    2.43 @@ -917,6 +922,7 @@
    2.44  <tr><th>Percentages:</th><td>N/A</td></tr>
    2.45  <tr><th>Media:</th><td>visual</td></tr>
    2.46  <tr><th>Computed&nbsp;value:</th><td>specified value</td></tr>
    2.47 +<tr><th>Animatable:</th><td>no</td></tr>
    2.48  </tbody></table>
    2.49  
    2.50  <h3 id="outline-color"><span class="property">'outline-color'</span> property</h3>
    2.51 @@ -930,6 +936,7 @@
    2.52  <tr><th>Percentages:</th><td>N/A</td></tr>
    2.53  <tr><th>Media:</th><td>visual</td></tr>
    2.54  <tr><th>Computed&nbsp;value:</th><td>The computed value for '<span class="value">invert</span>' is '<span class="value">invert</span>'. For &lt;color&gt; values, the computed value is as defined for the [[!CSS3COLOR]] <span class="property">'color'</span> property.</td></tr>
    2.55 +<tr><th>Animatable:</th><td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a></td></tr>
    2.56  </tbody></table>
    2.57  
    2.58  <p>The outline created with the outline properties is drawn "over" a
    2.59 @@ -1058,6 +1065,7 @@
    2.60  <tr><th>Percentages:</th><td>N/A</td></tr>
    2.61  <tr><th>Media:</th><td>visual</td></tr>
    2.62  <tr><th>Computed&nbsp;value:</th><td>&lt;length&gt; value in absolute units (px or physical).</td></tr>
    2.63 +<tr><th>Animatable:</th><td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-length">length</a></td></tr>
    2.64  </tbody></table>
    2.65  
    2.66  <p>If the computed value of <span class="property">'outline-offset'</span> is anything other than 0, then the outline is outset from the border edge by that amount.</p>
    2.67 @@ -1091,6 +1099,7 @@
    2.68  <tr><th>Percentages:</th><td>N/A</td></tr>
    2.69  <tr><th>Media:</th><td>visual</td></tr>
    2.70  <tr><th>Computed&nbsp;value:</th><td>specified value.</td></tr>
    2.71 +<tr><th>Animatable:</th><td>no</td></tr>
    2.72  </tbody></table>
    2.73  
    2.74  <dl>
    2.75 @@ -1186,6 +1195,8 @@
    2.76      <td>visual</td></tr>
    2.77  <tr><th>Computed&nbsp;value:</th>
    2.78      <td>as specified</td></tr>
    2.79 +<tr><th>Animatable:</th>
    2.80 +    <td>no</td></tr>
    2.81  </tbody></table>
    2.82  
    2.83  <p>This property specifies rendering when inline content overflows 
    2.84 @@ -1458,6 +1469,7 @@
    2.85  <tr><th>Percentages:</th><td>N/A</td></tr>
    2.86  <tr><th>Media:</th><td>visual, interactive</td></tr>
    2.87  <tr><th>Computed&nbsp;value:</th><td>as specified, except with any relative URLs converted to absolute</td></tr>
    2.88 +<tr><th>Animatable:</th><td>no</td></tr>
    2.89  </tbody></table>
    2.90  
    2.91  <p>This property specifies the type of cursor to be displayed for the pointing device when over the element's border, padding, and content. Values have the following meanings:
    2.92 @@ -1639,6 +1651,7 @@
    2.93  <tr><th>Percentages:</th><td>n/a</td></tr>
    2.94  <tr><th>Media:</th><td>interactive</td></tr>
    2.95  <tr><th>Computed&nbsp;value:</th><td>specified value.</td></tr>
    2.96 +<tr><th>Animatable:</th><td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-number">number</a></td></tr>
    2.97  </table>
    2.98  <dl>
    2.99  <dt>auto</dt>
   2.100 @@ -1694,6 +1707,7 @@
   2.101  <tr><th>Percentages:</th><td>N/A</td></tr>
   2.102  <tr><th>Media:</th><td>interactive</td></tr>
   2.103  <tr><th>Computed&nbsp;value:</th><td>as specified</td></tr>
   2.104 +<tr><th>Animatable:</th><td>no</td></tr>
   2.105  </tbody></table>
   2.106  
   2.107  <dl>
   2.108 @@ -1775,6 +1789,7 @@
   2.109  <tr><th>Percentages:</th><td>N/A</td></tr>
   2.110  <tr><th>Media:</th><td>interactive</td></tr>
   2.111  <tr><th>Computed&nbsp;value:</th><td>as specified</td></tr>
   2.112 +<tr><th>Animatable:</th><td>no</td></tr>
   2.113  </tbody></table>
   2.114  
   2.115  <p>

mercurial