Skip to content

Commit

Permalink
[css-images-3] Allow just one color stop. #10092
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Jul 19, 2024
1 parent ad21e29 commit c716146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-images-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -892,12 +892,12 @@ Color Stop Lists</h4>

<a>Color stops</a> and [=transition hints=] are specified
in a <dfn export>color stop list</dfn>,
which is a list of two or more [=color stops=]
which is a list of one or more [=color stops=]
interleaved with optional [=transition hints=]:

<pre class=prod>
<dfn>&lt;color-stop-list></dfn> =
<<linear-color-stop>> , [ <<linear-color-hint>>? , <<linear-color-stop>> ]#
<<linear-color-stop>> , [ <<linear-color-hint>>? , <<linear-color-stop>> ]#?
<dfn>&lt;linear-color-stop></dfn> = <<color>> <<length-percentage>>?
<dfn>&lt;linear-color-hint></dfn> = <<length-percentage>>
</pre>
Expand Down

0 comments on commit c716146

Please sign in to comment.