@@ -18,7 +18,7 @@ Abstract: This module contains the features of CSS level 4 relating to the <<ima
18
18
19
19
Issue Tracking : Tracker http://www.w3.org/Style/CSS/Tracker/products/27
20
20
Previous Version : https://www.w3.org/TR/2017/WD-css-images-4-20170413/
21
- Ignored Terms : <offset>, background positioning area, border image area, <meetorslice>, <ending-shape>, Map, <image>, invalid image, invalid images, concrete object size, linear-gradient(), radial-gradient(), default object size, CSS
21
+ Ignored Terms : <offset>, background positioning area, border image area, <meetorslice>, Map, <image>, invalid image, invalid images, concrete object size, linear-gradient(), radial-gradient(), default object size, CSS
22
22
Ignored Vars : H, P
23
23
Include Can I Use Panels : yes
24
24
Default Highlight : css
@@ -1198,7 +1198,7 @@ Linear Gradients: the ''linear-gradient()'' notation {#linear-gradients}
1198
1198
1199
1199
<pre class=prod>
1200
1200
<dfn>linear-gradient()</dfn> = linear-gradient(
1201
- [ <<angle>> | to <<side-or-corner>> ]? || <<color-interpolation-method>> ,
1201
+ [ [ <<angle>> | to <<side-or-corner>> ] || <<color-interpolation-method>> ]? ,
1202
1202
<<color-stop-list>>
1203
1203
)
1204
1204
<dfn><side-or-corner></dfn> = [left | right] || [top | bottom]
@@ -1344,7 +1344,7 @@ Radial Gradients: the ''radial-gradient()'' notation {#radial-gradients}
1344
1344
1345
1345
<pre class=prod>
1346
1346
<dfn>radial-gradient()</dfn> = radial-gradient(
1347
- [[ << ending-shape>> || <<size>> ]? [ at <<position>> ]? ] || <<color-interpolation-method>> ,
1347
+ [ [ [ <<rg- ending-shape>> || <<rg- size>> ]? [ at <<position>> ]? ] || <<color-interpolation-method>> ]? ,
1348
1348
<<color-stop-list>>
1349
1349
)
1350
1350
</pre>
@@ -1423,7 +1423,7 @@ Conic Gradients: the ''conic-gradient()'' notation</h3>
1423
1423
1424
1424
<pre class='prod'>
1425
1425
<dfn>conic-gradient()</dfn> = conic-gradient(
1426
- [ [ from <<angle>> ]? [ at <<position>> ]? ] || <<color-interpolation-method>> ,
1426
+ [ [ [ from <<angle>> ]? [ at <<position>> ]? ] || <<color-interpolation-method>> ]? ,
1427
1427
<<angular-color-stop-list>>
1428
1428
)
1429
1429
</pre>
@@ -2389,7 +2389,7 @@ Interpolating <<gradient>> {#interpolating-gradients}
2389
2389
2390
2390
* Otherwise, the size must be changed to a pair of <<length>> s
2391
2391
that would produce an equivalent ending-shape.
2392
- If the <<ending-shape>> was specified as <a value spec=css-images-3>circle</a> ,
2392
+ If the <<rg- ending-shape>> was specified as <a value spec=css-images-3>circle</a> ,
2393
2393
change it to ''ellipse'' .
2394
2394
2395
2395
2. Interpolate each component and color-stop of the gradients independently.
0 commit comments