@@ -48,6 +48,7 @@ Tiling Images: the 'background-repeat-x', 'background-repeat-y', 'background-rep
48
48
Percentages : N/A
49
49
Computed value : as specified
50
50
Animation type : discrete
51
+ Logical property group : background-repeat
51
52
</pre>
52
53
53
54
<pre class="prod">
@@ -262,6 +263,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
262
263
Percentages : refer to width of background positioning area <em>minus</em> width of background image
263
264
Computed value : A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
264
265
Animation type : repeatable list
266
+ Logical property group : background-position
265
267
</pre>
266
268
267
269
This property specifies the background position's horizontal component.
@@ -276,6 +278,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
276
278
Percentages : refer to height of background positioning area <em>minus</em> height of background image
277
279
Computed value : A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
278
280
Animation type : repeatable list
281
+ Logical property group : background-position
279
282
</pre>
280
283
281
284
This property specifies the background position's vertical component.
@@ -290,6 +293,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
290
293
Percentages : refer to inline-size of background positioning area <em>minus</em> inline-size of background image
291
294
Computed value : A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
292
295
Animation type : repeatable list
296
+ Logical property group : background-position
293
297
</pre>
294
298
295
299
This property specifies the background position's inline-axis component.
@@ -304,6 +308,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
304
308
Percentages : refer to size of background positioning area <em>minus</em> size of background image
305
309
Computed value : A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
306
310
Animation type : repeatable list
311
+ Logical property group : background-position
307
312
</pre>
308
313
309
314
This property specifies the background position's block-axis component.
0 commit comments