Skip to content

[css-shapes] Minor typo in ellipse() syntax #3609

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pyoor opened this issue Feb 4, 2019 · 0 comments · Fixed by #3618
Closed

[css-shapes] Minor typo in ellipse() syntax #3609

pyoor opened this issue Feb 4, 2019 · 0 comments · Fixed by #3618
Labels
css-shapes-1 Current Work

Comments

@pyoor
Copy link

pyoor commented Feb 4, 2019

The ellipse syntax is defined as ellipse( <shape-radius>{2}? [ at <position> ]? )

Based on the css-values definition, it looks like a brace multiplier followed by an optional element is illegal.

Shouldn't it be ellipse( [<shape-radius>{2}]? [ at <position> ]? )

ellipse( <<shape-radius>>{2}? [ at <<position>> ]? )

ewilligers pushed a commit to ewilligers/csswg-drafts that referenced this issue Feb 5, 2019
An ellipse may have an x-radius and y-radius, or neither.

resolves w3c#3609
ewilligers pushed a commit to ewilligers/csswg-drafts that referenced this issue Feb 5, 2019
An ellipse may have an x-radius and y-radius, or neither.

resolves w3c#3609
@dbaron dbaron added the css-shapes-1 Current Work label Feb 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css-shapes-1 Current Work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants