Skip to content

Commit 8937527

Browse files
authored
Merge pull request #3657 from w3c/AmeliaBR-fix-1334
[css-images-4] Fix gradient color stop syntax
2 parents 367f02c + 172482f commit 8937527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-images-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ Gradient Color-Stops</h3>
13361336
<pre class=prod>
13371337
<dfn>&lt;color-stop-list></dfn> =
13381338
[ <<linear-color-stop>> [, <<linear-color-hint>>]? ]# , <<linear-color-stop>>
1339-
<dfn>&lt;linear-color-stop></dfn> = <<color>> && <<color-stop-length>>
1339+
<dfn>&lt;linear-color-stop></dfn> = <<color>> && <<color-stop-length>>?
13401340
<dfn>&lt;linear-color-hint></dfn> = <<length-percentage>>
13411341
<dfn>&lt;color-stop-length></dfn> = <<length-percentage>>{1,2}
13421342

0 commit comments

Comments
 (0)