From c4af0a6de18f2d8043d18a76e8bddcae9ba44e05 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Fri, 1 Nov 2024 15:19:59 +0100 Subject: [PATCH] [css-backgrounds-4] Define background-repeat|position longhands with a logical property group --- css-backgrounds-4/Overview.bs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css-backgrounds-4/Overview.bs b/css-backgrounds-4/Overview.bs index c194cb67699..a5e1f9db2fc 100644 --- a/css-backgrounds-4/Overview.bs +++ b/css-backgrounds-4/Overview.bs @@ -48,6 +48,7 @@ Tiling Images: the 'background-repeat-x', 'background-repeat-y', 'background-rep Percentages: N/A Computed value: as specified Animation type: discrete + Logical property group: background-repeat
@@ -262,6 +263,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
 		Percentages: refer to width of background positioning area minus width of background image
 		Computed value: A list, each item consisting of: an offset given as a computed <> value, plus an origin keyword
 		Animation type: repeatable list
+		Logical property group: background-position
 	
This property specifies the background position's horizontal component. @@ -276,6 +278,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit Percentages: refer to height of background positioning area minus height of background image Computed value: A list, each item consisting of: an offset given as a computed <> value, plus an origin keyword Animation type: repeatable list + Logical property group: background-position This property specifies the background position's vertical component. @@ -290,6 +293,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit Percentages: refer to inline-size of background positioning area minus inline-size of background image Computed value: A list, each item consisting of: an offset given as a computed <> value, plus an origin keyword Animation type: repeatable list + Logical property group: background-position This property specifies the background position's inline-axis component. @@ -304,6 +308,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit Percentages: refer to size of background positioning area minus size of background image Computed value: A list, each item consisting of: an offset given as a computed <> value, plus an origin keyword Animation type: repeatable list + Logical property group: background-position This property specifies the background position's block-axis component.