Skip to content

Commit d0f8741

Browse files
authored
[css-images-4] Apply #8021 to gradient definitions in CSS Images 4 (#9147)
1 parent 33020a5 commit d0f8741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-images-4/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1672,13 +1672,13 @@ Color Stop Lists</h4>
16721672
<pre class=prod>
16731673
<dfn>&lt;color-stop-list></dfn> =
16741674
<<linear-color-stop>> , [ <<linear-color-hint>>? , <<linear-color-stop>> ]#
1675-
<dfn>&lt;linear-color-stop></dfn> = <<color>> && <<color-stop-length>>?
1675+
<dfn>&lt;linear-color-stop></dfn> = <<color>> <<color-stop-length>>?
16761676
<dfn>&lt;linear-color-hint></dfn> = <<length-percentage>>
16771677
<dfn>&lt;color-stop-length></dfn> = <<length-percentage>>{1,2}
16781678
16791679
<dfn>&lt;angular-color-stop-list></dfn> =
16801680
<<angular-color-stop>> , [ <<angular-color-hint>>? , <<angular-color-stop>> ]#
1681-
<dfn>&lt;angular-color-stop></dfn> = <<color>> && <<color-stop-angle>>?
1681+
<dfn>&lt;angular-color-stop></dfn> = <<color>> <<color-stop-angle>>?
16821682
<dfn>&lt;angular-color-hint></dfn> = <<angle-percentage>>
16831683
<dfn>&lt;color-stop-angle></dfn> = <<angle-percentage>>{1,2}
16841684

0 commit comments

Comments
 (0)