@@ -104,18 +104,6 @@ Value Definitions</h3>
104
104
also accept the <a>CSS-wide keywords</a> as their property value.
105
105
For readability they have not been repeated explicitly.
106
106
107
- <h3 id=animations>Animated Values</h3>
108
-
109
- <p> <!-- <a href="http://www.w3.org/Style/CSS/Tracker/issues/210">ISSUE-210.]</a> -->
110
- It is expected that CSS will include ways to
111
- animate transitions between styles. (The
112
- section <a href="https://www.w3.org/TR/css-transitions-1/#animatable-types">“Animation of property types”</a>
113
- of the <cite> CSS Transitions
114
- module</cite> [[CSS3-TRANSITIONS]] is expected to define how different
115
- kinds of values are interpolated during a transition.) In anticipation
116
- of that, this module includes a line “Animatable” for each property,
117
- which specifies whether and how values of the property can be animated.
118
-
119
107
<h2 id="backgrounds">
120
108
Backgrounds</h2>
121
109
@@ -1221,7 +1209,7 @@ Applies to: all elements except [=ruby base containers=] and [=ruby annotation c
1221
1209
Inherited : no
1222
1210
Percentages : N/A
1223
1211
Computed value : see individual properties
1224
- Animatable : see individual properties
1212
+ Animation Type : see individual properties
1225
1213
</pre>
1226
1214
1227
1215
<p> These properties set the foreground color of the border specified
@@ -1383,7 +1371,7 @@ Applies to: all elements except [=ruby base containers=] and [=ruby annotation c
1383
1371
Inherited : no
1384
1372
Percentages : N/A
1385
1373
Computed value : absolute length, [=snapped as a border width=]; zero if the border style is ''border-style/none'' or ''hidden''
1386
- Animatable : by computed value
1374
+ Animation Type : by computed value
1387
1375
</pre>
1388
1376
1389
1377
<pre class="propdef">
@@ -1394,7 +1382,7 @@ Applies to: all elements except [=ruby base containers=] and [=ruby annotation c
1394
1382
Inherited : no
1395
1383
Percentages : see individual properties
1396
1384
Computed value : see individual properties
1397
- Animatable : see individual properties
1385
+ Animation Type : see individual properties
1398
1386
</pre>
1399
1387
1400
1388
<p> These properties set the thickness of the border.
@@ -1436,7 +1424,7 @@ Applies to: all elements except [=ruby base containers=] and [=ruby annotation c
1436
1424
Inherited : no
1437
1425
Percentages : N/A
1438
1426
Computed value : see individual properties
1439
- Animatable : see individual properties
1427
+ Animation Type : see individual properties
1440
1428
</pre>
1441
1429
1442
1430
<p> This is a shorthand property for setting the width, style, and
@@ -1451,7 +1439,7 @@ Applies to: all elements except [=ruby base containers=] and [=ruby annotation c
1451
1439
Inherited : no
1452
1440
Percentages : N/A
1453
1441
Computed value : see individual properties
1454
- Animatable : see individual properties
1442
+ Animation Type : see individual properties
1455
1443
</pre>
1456
1444
1457
1445
<p> The 'border' property is a shorthand property for setting the same width,
@@ -1526,7 +1514,7 @@ Applies to: all elements (but see prose)
1526
1514
Inherited : no
1527
1515
Percentages : Refer to corresponding dimension of the <a>border box</a>.
1528
1516
Computed value : pair of computed <<length-percentage>> values
1529
- Animatable : by computed value
1517
+ Animation Type : by computed value
1530
1518
</pre>
1531
1519
1532
1520
<pre class=propdef>
@@ -1537,7 +1525,7 @@ Applies to: all elements (but see prose)
1537
1525
Inherited : no
1538
1526
Percentages : Refer to corresponding dimension of the <a>border box</a>.
1539
1527
Computed value : see individual properties
1540
- Animatable : see individual properties
1528
+ Animation Type : see individual properties
1541
1529
</pre>
1542
1530
1543
1531
<p> The two <<length-percentage>> values of the 'border-*-radius'
@@ -2226,7 +2214,7 @@ Applies to: See individual properties
2226
2214
Inherited : no
2227
2215
Percentages : N/A
2228
2216
Computed value : See individual properties
2229
- Animatable : See individual properties
2217
+ Animation Type : See individual properties
2230
2218
</pre>
2231
2219
2232
2220
<p> This is a shorthand property for setting 'border-image-source' ,
@@ -2711,7 +2699,7 @@ Changes since the 24 July 2012 Candidate Recommendation</h3>
2711
2699
<li> Clarified how ''background-attachment: local'' is affected by scrolling.
2712
2700
<li> Simplified computed value of 'background-position'
2713
2701
to clarify that all 'background-position' values are interpolable.
2714
- <li> Added “Animatable ” values to each property definition table.
2702
+ <li> Added “Animation Type ” values to each property definition table.
2715
2703
</ul>
2716
2704
2717
2705
<h3 id="changes-2012-04">
@@ -2841,7 +2829,7 @@ Candidate Recommendation</a>:
2841
2829
definition of keywords.
2842
2830
<li> <a href="#animations">Section 2.3</a> (and all property definitions):
2843
2831
Added a section about expected an expected animations module.
2844
- Added "Animatable " line to property definition tables.
2832
+ Added "Animation Type " line to property definition tables.
2845
2833
<li> <a href="#the-background-position">Section 3.6</a> :
2846
2834
Renamed <bg-position> production to <i> <position></i> for
2847
2835
easier re-use in other specifications and recast the grammar to be more
0 commit comments