File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1833,16 +1833,20 @@ Color Stop Lists</h4>
1833
1833
1834
1834
<pre class=prod>
1835
1835
<dfn><color-stop-list></dfn> =
1836
- <<linear-color-stop>> , [ <<linear-color-hint>> ? , <<linear-color-stop>> ]#
1836
+ <<linear-color-stop>> , [ <<linear-color-hint>> ? , <<linear-color-stop>> ]#
1837
+ | <<single-linear-color-stop>>
1837
1838
<dfn><linear-color-stop></dfn> = <<color>> <<color-stop-length>> ?
1838
1839
<dfn><linear-color-hint></dfn> = <<length-percentage>>
1839
1840
<dfn><color-stop-length></dfn> = <<length-percentage>> {1,2}
1841
+ <dfn><single-linear-color-stop></dfn> = <<color>> <<length-percentage>> {2}
1840
1842
1841
1843
<dfn><angular-color-stop-list></dfn> =
1842
- <<angular-color-stop>> , [ <<angular-color-hint>> ? , <<angular-color-stop>> ]#
1844
+ <<angular-color-stop>> , [ <<angular-color-hint>> ? , <<angular-color-stop>> ]#
1845
+ | <<single-angular-color-stop>>
1843
1846
<dfn><angular-color-stop></dfn> = <<color>> <<color-stop-angle>> ?
1844
1847
<dfn><angular-color-hint></dfn> = <<angle-percentage>>
1845
1848
<dfn><color-stop-angle></dfn> = <<angle-percentage>> {1,2}
1849
+ <dfn><single-angular-color-stop></dfn> = <<color>> <<angle-percentage>> {2}
1846
1850
1847
1851
<dfn><color-stop></dfn> = <<color-stop-length>> | <<color-stop-angle>>
1848
1852
</pre>
You can’t perform that action at this time.
0 commit comments