Skip to content

Commit 39e7612

Browse files
authored
Merge pull request w3c#7715 from SebastianZ/logical-background-position-initial-value
[css-backgrounds-4] 0% as initial value of logical background-position-*
2 parents 9d07ddd + dd9b9e8 commit 39e7612

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)