File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1672,13 +1672,13 @@ Color Stop Lists</h4>
1672
1672
<pre class=prod>
1673
1673
<dfn><color-stop-list></dfn> =
1674
1674
<<linear-color-stop>> , [ <<linear-color-hint>> ? , <<linear-color-stop>> ]#
1675
- <dfn><linear-color-stop></dfn> = <<color>> && <<color-stop-length>> ?
1675
+ <dfn><linear-color-stop></dfn> = <<color>> <<color-stop-length>> ?
1676
1676
<dfn><linear-color-hint></dfn> = <<length-percentage>>
1677
1677
<dfn><color-stop-length></dfn> = <<length-percentage>> {1,2}
1678
1678
1679
1679
<dfn><angular-color-stop-list></dfn> =
1680
1680
<<angular-color-stop>> , [ <<angular-color-hint>> ? , <<angular-color-stop>> ]#
1681
- <dfn><angular-color-stop></dfn> = <<color>> && <<color-stop-angle>> ?
1681
+ <dfn><angular-color-stop></dfn> = <<color>> <<color-stop-angle>> ?
1682
1682
<dfn><angular-color-hint></dfn> = <<angle-percentage>>
1683
1683
<dfn><color-stop-angle></dfn> = <<angle-percentage>> {1,2}
1684
1684
You can’t perform that action at this time.
0 commit comments