@@ -1197,10 +1197,9 @@ Linear Gradients: the ''linear-gradient()'' notation {#linear-gradients}
1197
1197
See [[css-color-4#interpolation]] .
1198
1198
1199
1199
<pre class=prod>
1200
- <dfn>linear-gradient() </dfn> = linear-gradient(
1200
+ <dfn>< linear-gradient-syntax> </dfn> =
1201
1201
[ [ <<angle>> | to <<side-or-corner>> ] || <<color-interpolation-method>> ]? ,
1202
1202
<<color-stop-list>>
1203
- )
1204
1203
<dfn><side-or-corner></dfn> = [left | right] || [top | bottom]
1205
1204
</pre>
1206
1205
@@ -1343,10 +1342,9 @@ Radial Gradients: the ''radial-gradient()'' notation {#radial-gradients}
1343
1342
See [[css-color-4#interpolation]] .
1344
1343
1345
1344
<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>>
1350
1348
</pre>
1351
1349
1352
1350
<div class="example">
@@ -1422,10 +1420,10 @@ Conic Gradients: the ''conic-gradient()'' notation</h3>
1422
1420
The syntax for a conic gradient is:
1423
1421
1424
1422
<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> =
1426
1425
[ [ [ from <<angle>> ]? [ at <<position>> ]? ] || <<color-interpolation-method>> ]? ,
1427
1426
<<angular-color-stop-list>>
1428
- )
1429
1427
</pre>
1430
1428
1431
1429
The arguments are defined as follows:
@@ -1583,6 +1581,12 @@ Repeating Gradients: the ''repeating-linear-gradient()'', ''repeating-radial-gra
1583
1581
and are interpreted the same
1584
1582
as their respective non-repeating siblings defined previously.
1585
1583
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
+
1586
1590
<div class=example>
1587
1591
Basic repeating conic gradient:
1588
1592
0 commit comments