We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5de19 commit aa3df3cCopy full SHA for aa3df3c
css-images-3/Overview.bs
@@ -508,6 +508,8 @@ Radial Gradients: the ''radial-gradient()'' notation {#radial-gradients}
508
[ <<ending-shape>> || <<size>> ]? [ at <<position>> ]? ,
509
<<color-stop-list>>
510
)
511
+ <dfn><<size>></dfn> = <extent-keyword> | <length [0,∞]> | <length-percentage [0,∞]>{2}
512
+ <dfn><<extent-keyword>></dfn> = closest-corner | closest-side | farthest-corner | farthest-side
513
</pre>
514
515
<div class=example>
@@ -633,7 +635,6 @@ Radial Gradients: the ''radial-gradient()'' notation {#radial-gradients}
633
635
]?
634
636
<<color-stop>> [ , <<color-stop>> ]+
637
- <dfn noexport><extent-keyword></dfn> = closest-corner | closest-side | farthest-corner | farthest-side
638
639
</div>
640
0 commit comments