Skip to content

Commit 8c61ed4

Browse files
authored
[css-images-3] Fix typos in production rules (w3c#8776)
1 parent 5e9a938 commit 8c61ed4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-images-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,10 +506,10 @@ Radial Gradients: the ''radial-gradient()'' notation {#radial-gradients}
506506
The radial gradient syntax is:
507507

508508
<pre class=prod>
509-
<<radial-gradient()>> = radial-gradient( [ <radial-gradient-syntax> ] )
509+
<<radial-gradient()>> = radial-gradient( [ <<radial-gradient-syntax>> ] )
510510
511511
<dfn>&lt;radial-gradient-syntax></dfn> =
512-
<<rg-ending-shape>> || <<rg-size>> ]? [ at <<position>> ]? ,
512+
[ <<rg-ending-shape>> || <<rg-size>> ]? [ at <<position>> ]? ,
513513
<<color-stop-list>>
514514
515515
<dfn>&lt;rg-size></dfn> = <<rg-extent-keyword>> | <<length [0,∞]>> | <<length-percentage [0,∞]>>{2}

0 commit comments

Comments
 (0)