@@ -88,7 +88,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
88
88
89
89
<pre class='propdef'>
90
90
Name : background-position-x
91
- Value : [ center | [ left | right | x-start | x-end ] [ <var><percentage></var> | <var><length></var> ]? ]#
91
+ Value : [ center | [ left | right | x-start | x-end ]? [ <var><percentage></var> | <var><length></var> ]? ]#
92
92
Initial : left
93
93
Applies to : all
94
94
Inherited : no
@@ -98,10 +98,11 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
98
98
</pre>
99
99
100
100
This property specifies the background position's horizontal component.
101
+ An omitted origin keyword is assumed to be ''left'' .
101
102
102
103
<pre class='propdef'>
103
104
Name : background-position-y
104
- Value : [ center | [ top | bottom | y-start | y-end ] [ <var><percentage></var> | <var><length></var> ]? ]#
105
+ Value : [ center | [ top | bottom | y-start | y-end ]? [ <var><percentage></var> | <var><length></var> ]? ]#
105
106
Initial : left
106
107
Applies to : all
107
108
Inherited : no
@@ -111,10 +112,11 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
111
112
</pre>
112
113
113
114
This property specifies the background position's vertical component.
115
+ An omitted origin keyword is assumed to be ''top'' .
114
116
115
117
<pre class='propdef'>
116
118
Name : background-position-inline
117
- Value : [ center | [ start | end ] [ <var><percentage></var> | <var><length></var> ]? ]#
119
+ Value : [ center | [ start | end ]? [ <var><percentage></var> | <var><length></var> ]? ]#
118
120
Initial : not applicable (initial value comes from physical property)
119
121
Applies to : all
120
122
Inherited : no
@@ -124,10 +126,11 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
124
126
</pre>
125
127
126
128
This property specifies the background position's inline-axis component.
129
+ An omitted origin keyword is assumed to be ''start'' .
127
130
128
131
<pre class='propdef'>
129
132
Name : background-position-block
130
- Value : [ center | [ start | end ] [ <var><percentage></var> | <var><length></var> ]? ]#
133
+ Value : [ center | [ start | end ]? [ <var><percentage></var> | <var><length></var> ]? ]#
131
134
Initial : not applicable (initial value comes from physical property)
132
135
Applies to : all
133
136
Inherited : no
@@ -137,6 +140,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
137
140
</pre>
138
141
139
142
This property specifies the background position's block-axis component.
143
+ An omitted origin keyword is assumed to be ''start'' .
140
144
141
145
<h2 id="corners">
142
146
Corners</h2>
0 commit comments