Skip to content

Commit 7dfdf09

Browse files
committed
[css3-transforms] Add Animatable: lines to propdef tables.
1 parent 046df04 commit 7dfdf09

2 files changed

Lines changed: 87 additions & 0 deletions

File tree

css3-transforms/Overview.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,6 +1359,11 @@ <h2 id=transform-property><span class=secno>7. </span> The ‘<a
13591359

13601360
<td> As specified, but with relative lengths converted into absolute
13611361
lengths.
1362+
1363+
<tr>
1364+
<td> <em>Animatable:</em>
1365+
1366+
<td> as <a href="#animation">transform</a>
13621367
</table>
13631368

13641369
<p> Any value other than ‘<code class=css>none</code>’ for the
@@ -1420,6 +1425,15 @@ <h2 id=transform-origin-property><span class=secno>8. </span> The ‘<a
14201425
<td> <em>Computed value:</em>
14211426

14221427
<td> For &lt;length&gt; the absolute value, otherwise a percentage
1428+
1429+
<tr>
1430+
<td> <em>Animatable:</em>
1431+
1432+
<td> as <a
1433+
href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple
1434+
list</a> of <a
1435+
href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length,
1436+
percentage, or calc</a>
14231437
</table>
14241438

14251439
<p> The default value for SVG elements without associated CSS layout box is
@@ -1549,6 +1563,11 @@ <h2 id=transform-style-property><span class=secno>9. </span> The ‘<a
15491563
<td> <em>Computed value:</em>
15501564

15511565
<td> Same as specified value.
1566+
1567+
<tr>
1568+
<td> <em>Animatable:</em>
1569+
1570+
<td> no
15521571
</table>
15531572

15541573
<p> A value of ‘<code class=css>preserve-3d</code>’ for ‘<a
@@ -1627,6 +1646,12 @@ <h2 id=perspective-property><span class=secno>10. </span> The ‘<a
16271646
<td> <em>Computed value:</em>
16281647

16291648
<td> Absolute length or "none".
1649+
1650+
<tr>
1651+
<td> <em>Animatable:</em>
1652+
1653+
<td> as <a
1654+
href="http://dev.w3.org/csswg/css3-transitions/#animtype-length">length</a>
16301655
</table>
16311656

16321657
<p> If the value is ‘<code class=css>none</code>’, no perspective
@@ -1706,6 +1731,15 @@ <h2 id=perspective-origin-property><span class=secno>11. </span> The ‘<a
17061731
<td> <em>Computed value:</em>
17071732

17081733
<td> For &lt;length&gt; the absolute value, otherwise a percentage.
1734+
1735+
<tr>
1736+
<td> <em>Animatable:</em>
1737+
1738+
<td> as <a
1739+
href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple
1740+
list</a> of <a
1741+
href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length,
1742+
percentage, or calc</a>
17091743
</table>
17101744

17111745
<p> The values of the ‘<a href="#perspective"><code
@@ -1845,6 +1879,11 @@ <h2 id=backface-visibility-property><span class=secno>12. </span> The ‘<a
18451879
<td> <em>Computed value:</em>
18461880

18471881
<td> Same as specified value.
1882+
1883+
<tr>
1884+
<td> <em>Animatable:</em>
1885+
1886+
<td> no
18481887
</table>
18491888

18501889
<p> The visibility of an element with ‘<code

css3-transforms/Transforms.src.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,14 @@ <h2 id="transform-property">
10811081
absolute lengths.
10821082
</td>
10831083
</tr>
1084+
<tr>
1085+
<td>
1086+
<em>Animatable:</em>
1087+
</td>
1088+
<td>
1089+
as <a href="#animation">transform</a>
1090+
</td>
1091+
</tr>
10841092
</tbody>
10851093
</table>
10861094

@@ -1168,6 +1176,14 @@ <h2 id="transform-origin-property">
11681176
For &lt;length&gt; the absolute value, otherwise a percentage
11691177
</td>
11701178
</tr>
1179+
<tr>
1180+
<td>
1181+
<em>Animatable:</em>
1182+
</td>
1183+
<td>
1184+
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>
1185+
</td>
1186+
</tr>
11711187
</tbody>
11721188
</table>
11731189

@@ -1321,6 +1337,14 @@ <h2 id="transform-style-property">
13211337
Same as specified value.
13221338
</td>
13231339
</tr>
1340+
<tr>
1341+
<td>
1342+
<em>Animatable:</em>
1343+
</td>
1344+
<td>
1345+
no
1346+
</td>
1347+
</tr>
13241348
</tbody>
13251349
</table>
13261350

@@ -1418,6 +1442,14 @@ <h2 id="perspective-property">
14181442
Absolute length or "none".
14191443
</td>
14201444
</tr>
1445+
<tr>
1446+
<td>
1447+
<em>Animatable:</em>
1448+
</td>
1449+
<td>
1450+
as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-length">length</a>
1451+
</td>
1452+
</tr>
14211453
</tbody>
14221454
</table>
14231455

@@ -1519,6 +1551,14 @@ <h2 id="perspective-origin-property">
15191551
percentage.
15201552
</td>
15211553
</tr>
1554+
<tr>
1555+
<td>
1556+
<em>Animatable:</em>
1557+
</td>
1558+
<td>
1559+
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>
1560+
</td>
1561+
</tr>
15221562
</tbody>
15231563
</table>
15241564
<p>
@@ -1679,6 +1719,14 @@ <h2 id="backface-visibility-property">
16791719
Same as specified value.
16801720
</td>
16811721
</tr>
1722+
<tr>
1723+
<td>
1724+
<em>Animatable:</em>
1725+
</td>
1726+
<td>
1727+
no
1728+
</td>
1729+
</tr>
16821730
</tbody>
16831731
</table>
16841732
<p>

0 commit comments

Comments
 (0)