Skip to content

Commit e51bbc0

Browse files
committed
[css-backgrounds-4] Use <bg-position> to avoid clashing with more limited <position> #7376
1 parent dfcce40 commit e51bbc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-backgrounds-4/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ Background Positioning: the 'background-position' shorthand property</h3>
4040

4141
<pre class="propdef shorthand">
4242
Name: background-position
43-
Value: <<position>>#
43+
Value: <<bg-position>>#
4444
</pre>
4545

4646
See [[CSS3BG]] for definition.
4747

4848
<p>Where
49-
<pre class=prod><dfn>&lt;position&gt;</dfn> = [
49+
<pre class=prod><dfn>&lt;bg-position&gt;</dfn> = [
5050
[ left | center | right | top | bottom | start | end | <<length-percentage>> ]
5151
|
5252
[ left | center | right | x-start | x-end | <<length-percentage>> ]

0 commit comments

Comments
 (0)