We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The ellipse syntax is defined as ellipse( <shape-radius>{2}? [ at <position> ]? )
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> ]? )
csswg-drafts/css-shapes-1/Overview.bs
Line 379 in 6f9324a
The text was updated successfully, but these errors were encountered:
Address typo in ellipse() syntax
d995b65
An ellipse may have an x-radius and y-radius, or neither. resolves w3c#3609
38a3100
Successfully merging a pull request may close this issue.
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> ]? )
csswg-drafts/css-shapes-1/Overview.bs
Line 379 in 6f9324a
The text was updated successfully, but these errors were encountered: