Skip to content

Commit f7be88e

Browse files
committed
[css-backgrounds-4] Logical background-position properties do not have initial values.
This resolves the removed issue, as agreed about three or four minutes ago in the WG meeting.
1 parent 71cde12 commit f7be88e

File tree

2 files changed

+301
-983
lines changed

2 files changed

+301
-983
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
8686

8787
Issue: This section is still being worked out. The tricky thing is making all the start/end keywords work sanely.
8888

89-
Issue: Initial values are incompatible.
90-
9189
<pre class='propdef'>
9290
Name: background-position-x
9391
Value: [ center | [ left | right | x-start | x-end ] [ <var>&lt;percentage&gt;</var> | <var>&lt;length&gt;</var> ]? ]#
@@ -117,7 +115,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
117115
<pre class='propdef'>
118116
Name: background-position-inline
119117
Value: [ center | [ start | end ] [ <var>&lt;percentage&gt;</var> | <var>&lt;length&gt;</var> ]? ]#
120-
Initial: start
118+
Initial: not applicable (initial value comes from physical property)
121119
Applies to: all
122120
Inherited: no
123121
Percentages: refer to inline-size of background positioning area <em>minus</em> inline-size of background image
@@ -130,7 +128,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
130128
<pre class='propdef'>
131129
Name: background-position-block
132130
Value: [ center | [ start | end ] [ <var>&lt;percentage&gt;</var> | <var>&lt;length&gt;</var> ]? ]#
133-
Initial: start
131+
Initial: not applicable (initial value comes from physical property)
134132
Applies to: all
135133
Inherited: no
136134
Percentages: refer to size of background positioning area <em>minus</em> size of background image

0 commit comments

Comments
 (0)