Skip to content

[css-shapes-1] Typo #12281

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

Merged
merged 1 commit into from
Jun 13, 2025
Merged

[css-shapes-1] Typo #12281

merged 1 commit into from
Jun 13, 2025

Conversation

cdoublev
Copy link
Collaborator

@cdoublev cdoublev commented Jun 5, 2025

The "detailed" definition of <arc-command> syntax allows omitting <angle> after rotate. The "main" definition does not.

I guess that is a typo in the former definition.

<arc-command> = arc <command-end-point> [ [ of <length-percentage>{1,2} ] && <arc-sweep>? && <arc-size>? && [rotate <angle>]? ]

<arc-command> = arc <command-end-point> [[of <length-percentage>{1,2}] && <arc-sweep>? && <arc-size>? && rotate <angle>? ]

@cdoublev cdoublev added the css-shapes-1 Current Work label Jun 5, 2025
@svgeesus svgeesus requested a review from noamr June 12, 2025 21:55
@noamr noamr merged commit 5e16245 into w3c:main Jun 13, 2025
1 check passed
@cdoublev cdoublev deleted the patch-2 branch June 13, 2025 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css-shapes-1 Current Work
2 participants