File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 497497 "mdn_url" : " https://developer.mozilla.org/docs/Web/CSS/pow"
498498 },
499499 "radial-gradient()" : {
500- "syntax" : " radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )" ,
500+ "syntax" : " radial-gradient( [ <radial-gradient-syntax> ] )" ,
501501 "groups" : [
502502 " CSS Images"
503503 ],
546546 "mdn_url" : " https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-linear-gradient"
547547 },
548548 "repeating-radial-gradient()" : {
549- "syntax" : " repeating-radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )" ,
549+ "syntax" : " repeating-radial-gradient( [ <radial-gradient-syntax> ] )" ,
550550 "groups" : [
551551 " CSS Images"
552552 ],
Original file line number Diff line number Diff line change 311311 "ellipse()" : {
312312 "syntax" : " ellipse( <radial-size>? [ at <position> ]? )"
313313 },
314- "ending-shape" : {
315- "syntax" : " circle | ellipse"
316- },
317314 "env()" : {
318315 "syntax" : " env( <custom-ident> , <declaration-value>? )"
319316 },
732729 "syntax" : " closest-corner | closest-side | farthest-corner | farthest-side"
733730 },
734731 "radial-gradient()" : {
735- "syntax" : " radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"
732+ "syntax" : " radial-gradient( [ <radial-gradient-syntax> ] )"
733+ },
734+ "radial-gradient-syntax" : {
735+ "syntax" : " [ [ [ <radial-shape> || <radial-size> ]? [ at <position> ]? ] || <color-interpolation-method> ]? , <color-stop-list>"
736+ },
737+ "radial-shape" : {
738+ "syntax" : " circle | ellipse"
736739 },
737740 "radial-size" : {
738741 "syntax" : " <radial-extent> | <length [0,∞]> | <length-percentage [0,∞]>{2}"
774777 "syntax" : " repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"
775778 },
776779 "repeating-radial-gradient()" : {
777- "syntax" : " repeating-radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"
780+ "syntax" : " repeating-radial-gradient( [ <radial-gradient-syntax> ] )"
778781 },
779782 "reversed-counter-name" : {
780783 "syntax" : " reversed( <counter-name> )"
899902 "single-transition-property" : {
900903 "syntax" : " all | <custom-ident>"
901904 },
902- "size" : {
903- "syntax" : " closest-side | farthest-side | closest-corner | farthest-corner | <length> | <length-percentage>{2}"
904- },
905905 "skew()" : {
906906 "syntax" : " skew( [ <angle> | <zero> ] , [ <angle> | <zero> ]? )"
907907 },
You can’t perform that action at this time.
0 commit comments