File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1015,7 +1015,9 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
10151015
10161016 < pre >
10171017<radial-gradient> = radial-gradient(
1018- [ [ <shape> || <size> ] [ at <position> ]? ,]?
1018+ [ [ <shape> || <size> ] [ at <position> ]? , |
1019+ at <position> ,
1020+ ]?
10191021 <color-stop> [ , <color-stop> ]+
10201022)</ pre >
10211023
@@ -1151,7 +1153,8 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
11511153<radial-gradient> = radial-gradient(
11521154 [ [ circle || <length> ] [ at <position> ]? , |
11531155 [ ellipse || [ <length> | <percentage> ]{2} ] [ at <position> ]? , |
1154- [ [ circle | ellipse ] || <extent-keyword> ] [ at <position> ]? ,
1156+ [ [ circle | ellipse ] || <extent-keyword> ] [ at <position> ]? , |
1157+ at <position> ,
11551158 ]?
11561159 <color-stop> [ , <color-stop> ]+
11571160)
Original file line number Diff line number Diff line change @@ -622,7 +622,9 @@ <h4 class='no-toc' id='radial-gradient-syntax'>
622622
623623 < pre >
624624<radial-gradient> = radial-gradient(
625- [ [ <shape> || <size> ] [ at <position> ]? ,]?
625+ [ [ <shape> || <size> ] [ at <position> ]? , |
626+ at <position> ,
627+ ]?
626628 <color-stop> [ , <color-stop> ]+
627629)</ pre >
628630
@@ -717,7 +719,8 @@ <h4 class='no-toc' id='radial-gradient-syntax'>
717719<radial-gradient> = radial-gradient(
718720 [ [ circle || <length> ] [ at <position> ]? , |
719721 [ ellipse || [ <length> | <percentage> ]{2} ] [ at <position> ]? , |
720- [ [ circle | ellipse ] || <extent-keyword> ] [ at <position> ]? ,
722+ [ [ circle | ellipse ] || <extent-keyword> ] [ at <position> ]? , |
723+ at <position> ,
721724 ]?
722725 <color-stop> [ , <color-stop> ]+
723726)
You can’t perform that action at this time.
0 commit comments