Skip to content

Commit 662767b

Browse files
cdoublevsvgeesus
authored andcommitted
[css-shapes-1] Restore the default value of <radial-size> when omitted
1 parent 3312de7 commit 662767b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-shapes-1/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -512,10 +512,10 @@ Supported Shapes</h3>
512512
the circle's radius.
513513
Rather than referring to the [=gradient box=],
514514
values are resolved against the [=reference box=].
515+
Two <<length-percentage>> values are invalid.
516+
If omitted it defaults to ''<radial-size>/closest-side''.
515517

516-
* Two <<length-percentage>> values are invalid.
517-
518-
The <<position>> argument defines
518+
* The <<position>> argument defines
519519
the center of the circle.
520520
Unless otherwise specified,
521521
this defaults to <css>center</css> if omitted.
@@ -532,6 +532,7 @@ Supported Shapes</h3>
532532
the horizontal and vertical radiuses of the ellipse.
533533
Rather than referring to the [=gradient box=],
534534
values are resolved against the [=reference box=].
535+
If omitted it defaults to ''<radial-size>/closest-side''.
535536

536537
* The <<position>> argument defines
537538
the center of the ellipse.

0 commit comments

Comments
 (0)