@@ -1197,10 +1197,9 @@ Linear Gradients: the ''linear-gradient()'' notation {#linear-gradients}
11971197 See [[css-color-4#interpolation]] .
11981198
11991199 <pre class=prod>
1200- <dfn>linear-gradient() </dfn> = linear-gradient(
1200+ <dfn>< linear-gradient-syntax> </dfn> =
12011201 [ [ <<angle>> | to <<side-or-corner>> ] || <<color-interpolation-method>> ]? ,
12021202 <<color-stop-list>>
1203- )
12041203 <dfn><side-or-corner></dfn> = [left | right] || [top | bottom]
12051204 </pre>
12061205
@@ -1343,10 +1342,9 @@ Radial Gradients: the ''radial-gradient()'' notation {#radial-gradients}
13431342 See [[css-color-4#interpolation]] .
13441343
13451344 <pre class=prod>
1346- <dfn>radial-gradient()</dfn> = radial-gradient(
1347- [ [ [ <<rg-ending-shape>> || <<rg-size>> ]? [ at <<position>> ]? ] || <<color-interpolation-method>> ]? ,
1348- <<color-stop-list>>
1349- )
1345+ <dfn><radial-gradient-syntax></dfn> =
1346+ [ [ [ <<rg-ending-shape>> || <<rg-size>> ]? [ at <<position>> ]? ] || <<color-interpolation-method>> ]? ,
1347+ <<color-stop-list>>
13501348 </pre>
13511349
13521350<div class="example">
@@ -1422,10 +1420,10 @@ Conic Gradients: the ''conic-gradient()'' notation</h3>
14221420 The syntax for a conic gradient is:
14231421
14241422 <pre class='prod'>
1425- <dfn>conic-gradient()</dfn> = conic-gradient(
1423+ <dfn>conic-gradient()</dfn> = conic-gradient( [ <<conic-gradient-syntax>> ] )
1424+ <dfn><conic-gradient-syntax></dfn> =
14261425 [ [ [ from <<angle>> ]? [ at <<position>> ]? ] || <<color-interpolation-method>> ]? ,
14271426 <<angular-color-stop-list>>
1428- )
14291427 </pre>
14301428
14311429 The arguments are defined as follows:
@@ -1583,6 +1581,12 @@ Repeating Gradients: the ''repeating-linear-gradient()'', ''repeating-radial-gra
15831581 and are interpreted the same
15841582 as their respective non-repeating siblings defined previously.
15851583
1584+ <pre class=prod>
1585+ <dfn><repeating-conic-gradient()></dfn> = repeating-conic-gradient( [ <<conic-gradient-syntax>> ] )
1586+ <dfn><repeating-linear-gradient()></dfn> = repeating-linear-gradient( [ <<linear-gradient-syntax>> ] )
1587+ <dfn><repeating-radial-gradient()></dfn> = repeating-radial-gradient( [ <<radial-gradient-syntax>> ] )
1588+ </pre>
1589+
15861590 <div class=example>
15871591 Basic repeating conic gradient:
15881592
0 commit comments