Skip to content

Commit 48b1bc0

Browse files
authored
[css-images-3] remove && from <linear-color-stop> syntax (w3c#8021)
1 parent 238064b commit 48b1bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-images-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ Color Stop Lists</h4>
899899
<pre class=prod>
900900
<dfn>&lt;color-stop-list></dfn> =
901901
<<linear-color-stop>> , [ <<linear-color-hint>>? , <<linear-color-stop>> ]#
902-
<dfn>&lt;linear-color-stop></dfn> = <<color>> && <<length-percentage>>?
902+
<dfn>&lt;linear-color-stop></dfn> = <<color>> <<length-percentage>>?
903903
<dfn>&lt;linear-color-hint></dfn> = <<length-percentage>>
904904
</pre>
905905

0 commit comments

Comments
 (0)