@@ -91,6 +91,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
9191 Inherited : no
9292 Percentages : refer to width of background positioning area <em>minus</em> width of background image
9393 Computed value : A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
94+ Animation type : repeatable list
9495 </pre>
9596
9697 This property specifies the background position's horizontal component.
@@ -103,6 +104,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
103104 Inherited : no
104105 Percentages : refer to height of background positioning area <em>minus</em> height of background image
105106 Computed value : A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
107+ Animation type : repeatable list
106108 </pre>
107109
108110 This property specifies the background position's vertical component.
@@ -115,6 +117,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
115117 Inherited : no
116118 Percentages : refer to inline-size of background positioning area <em>minus</em> inline-size of background image
117119 Computed value : A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
120+ Animation type : repeatable list
118121 </pre>
119122
120123 This property specifies the background position's inline-axis component.
@@ -127,6 +130,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
127130 Inherited : no
128131 Percentages : refer to size of background positioning area <em>minus</em> size of background image
129132 Computed value : A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
133+ Animation type : repeatable list
130134 </pre>
131135
132136 This property specifies the background position's block-axis component.
@@ -136,10 +140,11 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
136140Painting Area: the 'background-clip' property</h3>
137141
138142 <pre class="propdef">
139- Name : background-clip
140- Value : <<bg-clip>>#
141- Initial : border-box
142- Inherited : no
143+ Name : background-clip
144+ Value : <<bg-clip>>#
145+ Initial : border-box
146+ Inherited : no
147+ Animation type : repeatable list
143148 </pre>
144149
145150 Determines the <dfn export>background painting area</dfn> ,
@@ -185,7 +190,7 @@ Painting Area: the 'background-clip' property</h3>
185190 Inherited : no
186191 Percentages : n/a
187192 Computed Value : the computed color
188- Animation Type : see prose
193+ Animation type : see prose
189194 </pre>
190195
191196 <pre class="propdef shorthand">
@@ -237,14 +242,15 @@ Painting Area: the 'background-clip' property</h3>
237242Corners</h2>
238243
239244<h3 id=corner-sizing>
240- Corner Sizing: the 'border-radius property</h3>
245+ Corner Sizing: the 'border-radius' property</h3>
241246
242247 <pre class="propdef">
243248 Name : border-radius
244249 Value : <<length-percentage [0,∞]>>{1,4} [ / <<length-percentage [0,∞]>>{1,4} ]?
245250 Initial : 0
246251 Applies to : all elements, except table element when 'border-collapse' is ''collapse''
247252 Inherited : no
253+ Animation type : see individual properties
248254 </pre>
249255
250256 See [[CSS3BG]] .
@@ -253,11 +259,12 @@ Corner Sizing: the 'border-radius property</h3>
253259Corner Shaping: the 'corner-shape' property</h3>
254260
255261 <pre class="propdef">
256- Name : corner-shape
257- Value : [ round | angle ]{1,4}
258- Initial : round
259- Applies to : all elements, except table element when 'border-collapse' is ''collapse''
260- Inherited : no
262+ Name : corner-shape
263+ Value : [ round | angle ]{1,4}
264+ Initial : round
265+ Applies to : all elements, except table element when 'border-collapse' is ''collapse''
266+ Inherited : no
267+ Animation type : discrete
261268 </pre>
262269
263270 By default, non-zero border-radii define
@@ -356,13 +363,14 @@ Partial borders</h2>
356363Partial Borders: the 'border-limit' property</h3>
357364
358365 <pre class="propdef">
359- Name : border-limit
360- Value : all | [ sides | corners ] <<length-percentage [0,∞]>>?
361- | [ top | right | bottom | left ] <<length-percentage [0,∞]>>
362- Initial : round
363- Applies to : all elements, except table element when 'border-collapse' is ''collapse''
364- Inherited : no
365- Percentages : relative to border-box
366+ Name : border-limit
367+ Value : all | [ sides | corners ] <<length-percentage [0,∞]>>?
368+ | [ top | right | bottom | left ] <<length-percentage [0,∞]>>
369+ Initial : round
370+ Applies to : all elements, except table element when 'border-collapse' is ''collapse''
371+ Inherited : no
372+ Percentages : relative to border-box
373+ Animation type : discrete
366374 </pre>
367375
368376 <p> By default, the entire border is drawn. However, border rendering can be
@@ -418,6 +426,7 @@ The 'border-clip' properties</h3>
418426 Inherited : no
419427 Percentages : refer to length of border-edge side
420428 Computed value : ''border-clip/normal'', or a list consisting of absolute lengths, or percentages as specified
429+ Animation type : by computed value
421430 </pre>
422431
423432 <p class=issue> Should these properties be simplified to only accept <code> normal | <<length-percentage>> +</code> ?
0 commit comments