Skip to content

Commit ae98223

Browse files
authored
Merge pull request w3c#3618 from ewilligers/ellipse-syntax-typo
Address typo in ellipse() syntax
2 parents e88fbb6 + 38a3100 commit ae98223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-shapes-1/Overview.bs

Lines changed: 1 addition & 1 deletion
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)