File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ Linear Gradients: the ''linear-gradient()'' notation {#linear-gradients}
334
334
<pre class=prod>
335
335
<<linear-gradient()>> = linear-gradient( [ <<linear-gradient-syntax>> ] )
336
336
337
- <dfn><linear-gradient-syntax></dfn> = [ <<angle>> | to <<side-or-corner>> ]? , <<color-stop-list>>
337
+ <dfn><linear-gradient-syntax></dfn> = [ <<angle>> | <<zero>> | to <<side-or-corner>> ]? , <<color-stop-list>>
338
338
339
339
<dfn><side-or-corner></dfn> = [left | right] || [top | bottom]
340
340
</pre>
Original file line number Diff line number Diff line change @@ -1271,7 +1271,7 @@ Linear Gradients: the ''linear-gradient()'' notation {#linear-gradients}
1271
1271
1272
1272
<pre class=prod>
1273
1273
<dfn><linear-gradient-syntax></dfn> =
1274
- [ [ <<angle>> | to <<side-or-corner>> ] || <<color-interpolation-method>> ]? ,
1274
+ [ [ <<angle>> | <<zero>> | to <<side-or-corner>> ] || <<color-interpolation-method>> ]? ,
1275
1275
<<color-stop-list>>
1276
1276
<dfn><side-or-corner></dfn> = [left | right] || [top | bottom]
1277
1277
</pre>
@@ -1560,14 +1560,14 @@ Conic Gradients: the ''conic-gradient()'' notation</h3>
1560
1560
<pre class='prod'>
1561
1561
<dfn>conic-gradient()</dfn> = conic-gradient( [ <<conic-gradient-syntax>> ] )
1562
1562
<dfn><conic-gradient-syntax></dfn> =
1563
- [ [ [ from <<angle>> ]? [ at <<position>> ]? ] || <<color-interpolation-method>> ]? ,
1563
+ [ [ [ from [ <<angle>> | <<zero>> ] ]? [ at <<position>> ]? ] || <<color-interpolation-method>> ]? ,
1564
1564
<<angular-color-stop-list>>
1565
1565
</pre>
1566
1566
1567
1567
The arguments are defined as follows:
1568
1568
1569
1569
<dl dfn-type=value dfn-for="conic-gradient(), repeating-conic-gradient()">
1570
- <dt> <dfn><<angle>></dfn>
1570
+ <dt> <dfn><<angle>> | <<zero>> </dfn>
1571
1571
<dd>
1572
1572
The entire gradient is rotated by this angle.
1573
1573
If omitted, defaults to ''0deg'' .
You can’t perform that action at this time.
0 commit comments