Skip to content

Commit

Permalink
[css-backgrounds-4] Use <bg-position> to avoid clashing with more lim…
Browse files Browse the repository at this point in the history
…ited <position> #7376
  • Loading branch information
fantasai committed Apr 6, 2023
1 parent dfcce40 commit e51bbc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-backgrounds-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ Background Positioning: the 'background-position' shorthand property</h3>

<pre class="propdef shorthand">
Name: background-position
Value: <<position>>#
Value: <<bg-position>>#
</pre>

See [[CSS3BG]] for definition.

<p>Where
<pre class=prod><dfn>&lt;position&gt;</dfn> = [
<pre class=prod><dfn>&lt;bg-position&gt;</dfn> = [
[ left | center | right | top | bottom | start | end | <<length-percentage>> ]
|
[ left | center | right | x-start | x-end | <<length-percentage>> ]
Expand Down

0 comments on commit e51bbc0

Please sign in to comment.