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

Tue, 05 Feb 2013 13:50:38 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Tue, 05 Feb 2013 13:50:38 -0700
changeset 7349
55d46b236cf3
parent 7348
cc776915a57d
child 7350
929febca4320

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

css3-transforms/Overview.html file | annotate | diff | comparison | revisions
css3-transforms/Transforms.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-transforms/Overview.html	Tue Feb 05 13:50:38 2013 -0700
     1.2 +++ b/css3-transforms/Overview.html	Tue Feb 05 13:50:38 2013 -0700
     1.3 @@ -1359,6 +1359,11 @@
     1.4  
     1.5       <td> As specified, but with relative lengths converted into absolute
     1.6        lengths.
     1.7 +
     1.8 +    <tr>
     1.9 +     <td> <em>Animatable:</em>
    1.10 +
    1.11 +     <td> as <a href="#animation">transform</a>
    1.12    </table>
    1.13  
    1.14    <p> Any value other than ‘<code class=css>none</code>’ for the
    1.15 @@ -1420,6 +1425,15 @@
    1.16       <td> <em>Computed value:</em>
    1.17  
    1.18       <td> For &lt;length&gt; the absolute value, otherwise a percentage
    1.19 +
    1.20 +    <tr>
    1.21 +     <td> <em>Animatable:</em>
    1.22 +
    1.23 +     <td> as <a
    1.24 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple
    1.25 +      list</a> of <a
    1.26 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length,
    1.27 +      percentage, or calc</a>
    1.28    </table>
    1.29  
    1.30    <p> The default value for SVG elements without associated CSS layout box is
    1.31 @@ -1549,6 +1563,11 @@
    1.32       <td> <em>Computed value:</em>
    1.33  
    1.34       <td> Same as specified value.
    1.35 +
    1.36 +    <tr>
    1.37 +     <td> <em>Animatable:</em>
    1.38 +
    1.39 +     <td> no
    1.40    </table>
    1.41  
    1.42    <p> A value of ‘<code class=css>preserve-3d</code>’ for ‘<a
    1.43 @@ -1627,6 +1646,12 @@
    1.44       <td> <em>Computed value:</em>
    1.45  
    1.46       <td> Absolute length or "none".
    1.47 +
    1.48 +    <tr>
    1.49 +     <td> <em>Animatable:</em>
    1.50 +
    1.51 +     <td> as <a
    1.52 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-length">length</a>
    1.53    </table>
    1.54  
    1.55    <p> If the value is ‘<code class=css>none</code>’, no perspective
    1.56 @@ -1706,6 +1731,15 @@
    1.57       <td> <em>Computed value:</em>
    1.58  
    1.59       <td> For &lt;length&gt; the absolute value, otherwise a percentage.
    1.60 +
    1.61 +    <tr>
    1.62 +     <td> <em>Animatable:</em>
    1.63 +
    1.64 +     <td> as <a
    1.65 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple
    1.66 +      list</a> of <a
    1.67 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length,
    1.68 +      percentage, or calc</a>
    1.69    </table>
    1.70  
    1.71    <p> The values of the ‘<a href="#perspective"><code
    1.72 @@ -1845,6 +1879,11 @@
    1.73       <td> <em>Computed value:</em>
    1.74  
    1.75       <td> Same as specified value.
    1.76 +
    1.77 +    <tr>
    1.78 +     <td> <em>Animatable:</em>
    1.79 +
    1.80 +     <td> no
    1.81    </table>
    1.82  
    1.83    <p> The visibility of an element with ‘<code
     2.1 --- a/css3-transforms/Transforms.src.html	Tue Feb 05 13:50:38 2013 -0700
     2.2 +++ b/css3-transforms/Transforms.src.html	Tue Feb 05 13:50:38 2013 -0700
     2.3 @@ -1081,6 +1081,14 @@
     2.4                        absolute lengths.
     2.5                      </td>
     2.6                    </tr>
     2.7 +                  <tr>
     2.8 +                    <td>
     2.9 +                      <em>Animatable:</em>
    2.10 +                    </td>
    2.11 +                    <td>
    2.12 +                      as <a href="#animation">transform</a>
    2.13 +                    </td>
    2.14 +                  </tr>
    2.15                  </tbody>
    2.16                </table>
    2.17  
    2.18 @@ -1168,6 +1176,14 @@
    2.19                        For &lt;length&gt; the absolute value, otherwise a percentage
    2.20                      </td>
    2.21                    </tr>
    2.22 +                  <tr>
    2.23 +                    <td>
    2.24 +                      <em>Animatable:</em>
    2.25 +                    </td>
    2.26 +                    <td>
    2.27 +                      as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple list</a> of <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length, percentage, or calc</a>
    2.28 +                    </td>
    2.29 +                  </tr>
    2.30                  </tbody>
    2.31                </table>
    2.32                
    2.33 @@ -1321,6 +1337,14 @@
    2.34                        Same as specified value.
    2.35                      </td>
    2.36                    </tr>
    2.37 +                  <tr>
    2.38 +                    <td>
    2.39 +                      <em>Animatable:</em>
    2.40 +                    </td>
    2.41 +                    <td>
    2.42 +                      no
    2.43 +                    </td>
    2.44 +                  </tr>
    2.45                  </tbody>
    2.46                </table>
    2.47  
    2.48 @@ -1418,6 +1442,14 @@
    2.49                        Absolute length or "none".
    2.50                      </td>
    2.51                    </tr>
    2.52 +                  <tr>
    2.53 +                    <td>
    2.54 +                      <em>Animatable:</em>
    2.55 +                    </td>
    2.56 +                    <td>
    2.57 +                      as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-length">length</a>
    2.58 +                    </td>
    2.59 +                  </tr>
    2.60                  </tbody>
    2.61                </table>
    2.62  
    2.63 @@ -1519,6 +1551,14 @@
    2.64                        percentage.
    2.65                      </td>
    2.66                    </tr>
    2.67 +                  <tr>
    2.68 +                    <td>
    2.69 +                      <em>Animatable:</em>
    2.70 +                    </td>
    2.71 +                    <td>
    2.72 +                      as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple list</a> of <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length, percentage, or calc</a>
    2.73 +                    </td>
    2.74 +                  </tr>
    2.75                  </tbody>
    2.76                </table>
    2.77                <p>
    2.78 @@ -1679,6 +1719,14 @@
    2.79                        Same as specified value.
    2.80                      </td>
    2.81                    </tr>
    2.82 +                  <tr>
    2.83 +                    <td>
    2.84 +                      <em>Animatable:</em>
    2.85 +                    </td>
    2.86 +                    <td>
    2.87 +                      no
    2.88 +                    </td>
    2.89 +                  </tr>
    2.90                  </tbody>
    2.91                </table>
    2.92                <p>

mercurial