Skip to content

Commit dd9b9e8

Browse files
committed
[css-backgrounds-4] Changed initial value of logical background-position-* properties to 0%
1 parent 7e57391 commit dd9b9e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
114114
<pre class="propdef">
115115
Name: background-position-inline
116116
Value: [ center | [ start | end ]? <<length-percentage>>? ]#
117-
Initial: not applicable (initial value comes from physical property)
117+
Initial: 0%
118118
Inherited: no
119119
Percentages: refer to inline-size of background positioning area <em>minus</em> inline-size of background image
120120
Computed value: A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword
@@ -127,7 +127,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
127127
<pre class="propdef">
128128
Name: background-position-block
129129
Value: [ center | [ start | end ]? <<length-percentage>>? ]#
130-
Initial: not applicable (initial value comes from physical property)
130+
Initial: 0%
131131
Inherited: no
132132
Percentages: refer to size of background positioning area <em>minus</em> size of background image
133133
Computed value: A list, each item consisting of: an offset given as a computed <<length-percentage>> value, plus an origin keyword

0 commit comments

Comments
 (0)