File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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>
16721672 <pre class=prod>
16731673 <dfn><color-stop-list></dfn> =
16741674 <<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>> ?
16761676 <dfn><linear-color-hint></dfn> = <<length-percentage>>
16771677 <dfn><color-stop-length></dfn> = <<length-percentage>> {1,2}
16781678
16791679 <dfn><angular-color-stop-list></dfn> =
16801680 <<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>> ?
16821682 <dfn><angular-color-hint></dfn> = <<angle-percentage>>
16831683 <dfn><color-stop-angle></dfn> = <<angle-percentage>> {1,2}
16841684
You can’t perform that action at this time.
0 commit comments