Skip to content

Commit aa3df3c

Browse files
cdoublevsvgeesus
authored andcommitted
Define size and extent-keyword with CSS value definition syntax
1 parent ac5de19 commit aa3df3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-images-3/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,8 @@ Radial Gradients: the ''radial-gradient()'' notation {#radial-gradients}
508508
[ <<ending-shape>> || <<size>> ]? [ at <<position>> ]? ,
509509
<<color-stop-list>>
510510
)
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
511513
</pre>
512514

513515
<div class=example>
@@ -633,7 +635,6 @@ Radial Gradients: the ''radial-gradient()'' notation {#radial-gradients}
633635
]?
634636
<<color-stop>> [ , <<color-stop>> ]+
635637
)
636-
<dfn noexport>&lt;extent-keyword></dfn> = closest-corner | closest-side | farthest-corner | farthest-side
637638
</pre>
638639
</div>
639640

0 commit comments

Comments
 (0)