diff --git a/css-backgrounds-4/Overview.bs b/css-backgrounds-4/Overview.bs index a5e1f9db2fc..55f4bb87c55 100644 --- a/css-backgrounds-4/Overview.bs +++ b/css-backgrounds-4/Overview.bs @@ -263,7 +263,6 @@ 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. @@ -278,7 +277,6 @@ 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. @@ -293,7 +291,6 @@ 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. @@ -308,7 +305,6 @@ 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.