File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1830,18 +1830,18 @@ Color Stop Lists</h4>
18301830
18311831 <a>Color stops</a> and [=transition hints=] are specified
18321832 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=]
18341834 interleaved with optional [=transition hints=] :
18351835
18361836 <pre class=prod>
18371837 <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>> ]#?
18391839 <dfn><linear-color-stop></dfn> = <<color>> <<color-stop-length>> ?
18401840 <dfn><linear-color-hint></dfn> = <<length-percentage>>
18411841 <dfn><color-stop-length></dfn> = <<length-percentage>> {1,2}
18421842
18431843 <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>> ]#?
18451845 <dfn><angular-color-stop></dfn> = <<color>> <<color-stop-angle>> ?
18461846 <dfn><angular-color-hint></dfn> = <<angle-percentage>>
18471847 <dfn><color-stop-angle></dfn> = <<angle-percentage>> {1,2}
You can’t perform that action at this time.
0 commit comments