Skip to content

Commit 0e43fcf

Browse files
tidoustsvgeesus
authored andcommitted
[css-images-3] Fix escaping in definition of <size>
Definition of `<size>` currently appears as: `<size> = | | {2}` because autolinks to types/productions need to be wrapped in `<<foo>>` to properly generate a `<foo>` construct (and not a `<foo>` HTML tag)
1 parent ee5bdac commit 0e43fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-images-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ Radial Gradients: the ''radial-gradient()'' notation {#radial-gradients}
508508
[ <<ending-shape>> || <<size>> ]? [ at <<position>> ]? ,
509509
<<color-stop-list>>
510510
)
511-
<dfn><<size>></dfn> = <extent-keyword> | <length [0,∞]> | <length-percentage [0,∞]>{2}
511+
<dfn><<size>></dfn> = <<extent-keyword>> | <<length [0,∞]>> | <<length-percentage [0,∞]>>{2}
512512
<dfn><<extent-keyword>></dfn> = closest-corner | closest-side | farthest-corner | farthest-side
513513
</pre>
514514

0 commit comments

Comments
 (0)