Skip to content

Commit 38a3100

Browse files
committed
Address typo in ellipse() syntax
An ellipse may have an x-radius and y-radius, or neither. resolves #3609
1 parent d244a68 commit 38a3100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-shapes-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Supported Shapes</h3>
376376
</ul>
377377
</dd>
378378
<dt><dfn>ellipse()</dfn> =
379-
ellipse( <<shape-radius>>{2}? [ at <<position>> ]? )
379+
ellipse( [ <<shape-radius>>{2} ]? [ at <<position>> ]? )
380380
</dt>
381381
<dd>
382382
<ul>

0 commit comments

Comments
 (0)