Skip to content

Commit f18faaa

Browse files
authored
[css-backgrounds-3] Remove redundant brackets in <bg-position>
1 parent 2efe21e commit f18faaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-backgrounds-3/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -615,15 +615,15 @@ their initial position (after any <a href="#the-background-size">resizing</a>)
615615
within their corresponding <span>background positioning area.</span>
616616

617617
<p>Where
618-
<pre class=prod><dfn><<bg-position>></dfn> = [
618+
<pre class=prod><dfn><<bg-position>></dfn> =
619619
[ left | center | right | top | bottom | <<length-percentage>> ]
620620
|
621621
[ left | center | right | <<length-percentage>> ]
622622
[ top | center | bottom | <<length-percentage>> ]
623623
|
624624
[ center | [ left | right ] <<length-percentage>>? ] &amp;&amp;
625625
[ center | [ top | bottom ] <<length-percentage>>? ]
626-
]</pre>
626+
</pre>
627627

628628
<p>If only one value is specified, the second value is assumed to be
629629
''center''. If two values are given, a <<length-percentage>> as the first

0 commit comments

Comments
 (0)