Skip to content

Commit 60eaef7

Browse files
tidoustsvgeesus
authored andcommitted
[css-backbrounds-4] Fix definition of <position-three>
Enclosing `<>` needed to be doubled. Also added a wrapping `<dfn>` to make the term linkable.
1 parent c1fc4f2 commit 60eaef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-backgrounds-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Background Positioning: the 'background-position' shorthand property</h3>
235235

236236
<pre class=prod>
237237
<<bg-position>> = <<position>> | <<position-three>>
238-
<position-three> = [
238+
<dfn><<position-three>></dfn> = [
239239
[ left | center | right ] && [ [ top | bottom ] <<length-percentage>> ]
240240
|
241241
[ [ left | right ] <<length-percentage>> ] && [ top | center | bottom ]

0 commit comments

Comments
 (0)