Skip to content

Commit 958eab2

Browse files
cdoublevtabatkins
andauthored
[css-backgrounds-3] Define properties with animation type (w3c#8417)
Co-authored-by: Tab Atkins Jr <jackalmage@gmail.com>
1 parent 29b1dae commit 958eab2

File tree

1 file changed

+10
-22
lines changed

1 file changed

+10
-22
lines changed

css-backgrounds-3/Overview.bs

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,6 @@ Value Definitions</h3>
104104
also accept the <a>CSS-wide keywords</a> as their property value.
105105
For readability they have not been repeated explicitly.
106106

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-
119107
<h2 id="backgrounds">
120108
Backgrounds</h2>
121109

@@ -1221,7 +1209,7 @@ Applies to: all elements except [=ruby base containers=] and [=ruby annotation c
12211209
Inherited: no
12221210
Percentages: N/A
12231211
Computed value: see individual properties
1224-
Animatable: see individual properties
1212+
Animation Type: see individual properties
12251213
</pre>
12261214

12271215
<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
13831371
Inherited: no
13841372
Percentages: N/A
13851373
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
13871375
</pre>
13881376

13891377
<pre class="propdef">
@@ -1394,7 +1382,7 @@ Applies to: all elements except [=ruby base containers=] and [=ruby annotation c
13941382
Inherited: no
13951383
Percentages: see individual properties
13961384
Computed value: see individual properties
1397-
Animatable: see individual properties
1385+
Animation Type: see individual properties
13981386
</pre>
13991387

14001388
<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
14361424
Inherited: no
14371425
Percentages: N/A
14381426
Computed value: see individual properties
1439-
Animatable: see individual properties
1427+
Animation Type: see individual properties
14401428
</pre>
14411429

14421430
<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
14511439
Inherited: no
14521440
Percentages: N/A
14531441
Computed value: see individual properties
1454-
Animatable: see individual properties
1442+
Animation Type: see individual properties
14551443
</pre>
14561444

14571445
<p>The 'border' property is a shorthand property for setting the same width,
@@ -1526,7 +1514,7 @@ Applies to: all elements (but see prose)
15261514
Inherited: no
15271515
Percentages: Refer to corresponding dimension of the <a>border box</a>.
15281516
Computed value: pair of computed <<length-percentage>> values
1529-
Animatable: by computed value
1517+
Animation Type: by computed value
15301518
</pre>
15311519

15321520
<pre class=propdef>
@@ -1537,7 +1525,7 @@ Applies to: all elements (but see prose)
15371525
Inherited: no
15381526
Percentages: Refer to corresponding dimension of the <a>border box</a>.
15391527
Computed value: see individual properties
1540-
Animatable: see individual properties
1528+
Animation Type: see individual properties
15411529
</pre>
15421530

15431531
<p>The two <<length-percentage>> values of the 'border-*-radius'
@@ -2226,7 +2214,7 @@ Applies to: See individual properties
22262214
Inherited: no
22272215
Percentages: N/A
22282216
Computed value: See individual properties
2229-
Animatable: See individual properties
2217+
Animation Type: See individual properties
22302218
</pre>
22312219

22322220
<p>This is a shorthand property for setting 'border-image-source',
@@ -2711,7 +2699,7 @@ Changes since the 24 July 2012 Candidate Recommendation</h3>
27112699
<li>Clarified how ''background-attachment: local'' is affected by scrolling.
27122700
<li>Simplified computed value of 'background-position'
27132701
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.
27152703
</ul>
27162704

27172705
<h3 id="changes-2012-04">
@@ -2841,7 +2829,7 @@ Candidate Recommendation</a>:
28412829
definition of keywords.
28422830
<li><a href="#animations">Section 2.3</a> (and all property definitions):
28432831
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.
28452833
<li><a href="#the-background-position">Section 3.6</a>:
28462834
Renamed &lt;bg-position&gt; production to <i>&lt;position&gt;</i> for
28472835
easier re-use in other specifications and recast the grammar to be more

0 commit comments

Comments
 (0)