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 <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