@@ -48,6 +48,7 @@ Tiling Images: the 'background-repeat-x', 'background-repeat-y', 'background-rep
4848 Percentages : N/A
4949 Computed value : as specified
5050 Animation type : discrete
51+ Logical property group : background-repeat
5152 </pre>
5253
5354 <pre class="prod">
@@ -262,6 +263,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
262263 Percentages : refer to width of background positioning area <em>minus</em> width of background image
263264 Computed value : A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
264265 Animation type : repeatable list
266+ Logical property group : background-position
265267 </pre>
266268
267269 This property specifies the background position's horizontal component.
@@ -276,6 +278,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
276278 Percentages : refer to height of background positioning area <em>minus</em> height of background image
277279 Computed value : A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
278280 Animation type : repeatable list
281+ Logical property group : background-position
279282 </pre>
280283
281284 This property specifies the background position's vertical component.
@@ -290,6 +293,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
290293 Percentages : refer to inline-size of background positioning area <em>minus</em> inline-size of background image
291294 Computed value : A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
292295 Animation type : repeatable list
296+ Logical property group : background-position
293297 </pre>
294298
295299 This property specifies the background position's inline-axis component.
@@ -304,6 +308,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
304308 Percentages : refer to size of background positioning area <em>minus</em> size of background image
305309 Computed value : A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
306310 Animation type : repeatable list
311+ Logical property group : background-position
307312 </pre>
308313
309314 This property specifies the background position's block-axis component.
0 commit comments