File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -821,13 +821,13 @@ Gradient Color-Stops</h3>
821
821
822
822
<pre class=prod>
823
823
<dfn><color-stop-list></dfn> =
824
- [ <<linear-color-stop>> , <<linear-color-hint>> ? ]# , <<linear-color-stop>>
824
+ [ <<linear-color-stop>> [ , <<linear-color-hint>> ] ? ]# , <<linear-color-stop>>
825
825
<dfn><linear-color-stop></dfn> = <<color>> && <<color-stop-length>>
826
826
<dfn><linear-color-hint></dfn> = <<length-percentage>>
827
827
<dfn><color-stop-length></dfn> = <<length-percentage>> {1,2}
828
828
829
829
<dfn><angular-color-stop-list></dfn> =
830
- [ <<angular-color-stop>> , <<angular-color-hint>> ? ]# , <<angular-color-stop>>
830
+ [ <<angular-color-stop>> [ , <<angular-color-hint>> ] ? ]# , <<angular-color-stop>>
831
831
<dfn><angular-color-stop></dfn> = <<color>> && <<color-stop-angle>> ?
832
832
<dfn><angular-color-hint></dfn> = <<angle-percentage>>
833
833
<dfn><color-stop-angle></dfn> = <<angle-percentage>> {1,2}
@@ -839,11 +839,13 @@ Gradient Color-Stops</h3>
839
839
Plus:
840
840
Sequence:
841
841
N: <color-stop>
842
- T: ,
843
842
Choice: 1
844
- N: <color-hint>
843
+ Sequence:
844
+ T: ,
845
+ N: <color-hint>
845
846
Skip:
846
847
T: ,
848
+ T: ,
847
849
N: <color-stop>
848
850
</pre>
849
851
You can’t perform that action at this time.
0 commit comments