Skip to content

Commit 520f7c0

Browse files
authored
[css-backgrounds-4] Fixed logical background-position-* longhands syntaxes (w3c#9758)
1 parent af302b4 commit 520f7c0

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
@@ -119,7 +119,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
119119

120120
<pre class="propdef">
121121
Name: background-position-inline
122-
Value: [ center | [ start | end ]? <<length-percentage>>? ]#
122+
Value: [ center | [ [ start | end ]? <<length-percentage>>? ]! ]#
123123
Initial: 0%
124124
Inherited: no
125125
Logical property group: background-position
@@ -133,7 +133,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
133133

134134
<pre class="propdef">
135135
Name: background-position-block
136-
Value: [ center | [ start | end ]? <<length-percentage>>? ]#
136+
Value: [ center | [ [ start | end ]? <<length-percentage>>? ]! ]#
137137
Initial: 0%
138138
Inherited: no
139139
Logical property group: background-position

0 commit comments

Comments
 (0)