Skip to content

Commit 4a3945a

Browse files
committed
[css-images-4] Allow just one color stop. w3c#10092
1 parent c716146 commit 4a3945a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-images-4/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>&lt;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>&lt;linear-color-stop></dfn> = <<color>> <<color-stop-length>>?
18401840
<dfn>&lt;linear-color-hint></dfn> = <<length-percentage>>
18411841
<dfn>&lt;color-stop-length></dfn> = <<length-percentage>>{1,2}
18421842
18431843
<dfn>&lt;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>&lt;angular-color-stop></dfn> = <<color>> <<color-stop-angle>>?
18461846
<dfn>&lt;angular-color-hint></dfn> = <<angle-percentage>>
18471847
<dfn>&lt;color-stop-angle></dfn> = <<angle-percentage>>{1,2}

0 commit comments

Comments
 (0)