Skip to content

Commit 571c37a

Browse files
authored
[css-backgrounds-4] Drop duplicate background-position logical property group (#11810)
The `background-position` longhands were already defined with `background-position` as a logical property group. #11139 duplicated the "Logical property group" line in the property definition table, leading to `background-position background-position` as logical property group in the rendered spec.
1 parent 26ee7be commit 571c37a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

css-backgrounds-4/Overview.bs

-4
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
263263
Percentages: refer to width of background positioning area <em>minus</em> width of background image
264264
Computed value: A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
265265
Animation type: repeatable list
266-
Logical property group: background-position
267266
</pre>
268267

269268
This property specifies the background position's horizontal component.
@@ -278,7 +277,6 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
278277
Percentages: refer to height of background positioning area <em>minus</em> height of background image
279278
Computed value: A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
280279
Animation type: repeatable list
281-
Logical property group: background-position
282280
</pre>
283281

284282
This property specifies the background position's vertical component.
@@ -293,7 +291,6 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
293291
Percentages: refer to inline-size of background positioning area <em>minus</em> inline-size of background image
294292
Computed value: A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
295293
Animation type: repeatable list
296-
Logical property group: background-position
297294
</pre>
298295

299296
This property specifies the background position's inline-axis component.
@@ -308,7 +305,6 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
308305
Percentages: refer to size of background positioning area <em>minus</em> size of background image
309306
Computed value: A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
310307
Animation type: repeatable list
311-
Logical property group: background-position
312308
</pre>
313309

314310
This property specifies the background position's block-axis component.

0 commit comments

Comments
 (0)