Skip to content

Commit 172482f

Browse files
authored
Fix gradient color stop syntax
Closes #1334 I'm pretty sure this was the only change required. Not sure why I didn't make a PR at the time I filed the issue, but I guess I was busy…
1 parent 69d438d commit 172482f

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)