Skip to content

Commit

Permalink
[css-images-3] remove && from <linear-color-stop> syntax (#8021)
Browse files Browse the repository at this point in the history
  • Loading branch information
12Me21 authored Jul 5, 2023
1 parent 238064b commit 48b1bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-images-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ Color Stop Lists</h4>
<pre class=prod>
<dfn>&lt;color-stop-list></dfn> =
<<linear-color-stop>> , [ <<linear-color-hint>>? , <<linear-color-stop>> ]#
<dfn>&lt;linear-color-stop></dfn> = <<color>> && <<length-percentage>>?
<dfn>&lt;linear-color-stop></dfn> = <<color>> <<length-percentage>>?
<dfn>&lt;linear-color-hint></dfn> = <<length-percentage>>
</pre>

Expand Down

0 comments on commit 48b1bc0

Please sign in to comment.