File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1830,18 +1830,18 @@ Color Stop Lists</h4>
1830
1830
1831
1831
<a>Color stops</a> and [=transition hints=] are specified
1832
1832
in a <dfn export>color stop list</dfn> ,
1833
- which is a list of two or more [=color stops=]
1833
+ which is a list of one or more [=color stops=]
1834
1834
interleaved with optional [=transition hints=] :
1835
1835
1836
1836
<pre class=prod>
1837
1837
<dfn><color-stop-list></dfn> =
1838
- <<linear-color-stop>> , [ <<linear-color-hint>> ? , <<linear-color-stop>> ]#
1838
+ <<linear-color-stop>> , [ <<linear-color-hint>> ? , <<linear-color-stop>> ]#?
1839
1839
<dfn><linear-color-stop></dfn> = <<color>> <<color-stop-length>> ?
1840
1840
<dfn><linear-color-hint></dfn> = <<length-percentage>>
1841
1841
<dfn><color-stop-length></dfn> = <<length-percentage>> {1,2}
1842
1842
1843
1843
<dfn><angular-color-stop-list></dfn> =
1844
- <<angular-color-stop>> , [ <<angular-color-hint>> ? , <<angular-color-stop>> ]#
1844
+ <<angular-color-stop>> , [ <<angular-color-hint>> ? , <<angular-color-stop>> ]#?
1845
1845
<dfn><angular-color-stop></dfn> = <<color>> <<color-stop-angle>> ?
1846
1846
<dfn><angular-color-hint></dfn> = <<angle-percentage>>
1847
1847
<dfn><color-stop-angle></dfn> = <<angle-percentage>> {1,2}
You can’t perform that action at this time.
0 commit comments