- From: Guillaume via GitHub <noreply@w3.org>
- Date: Thu, 05 Jun 2025 05:51:44 +0000
- To: public-css-archive@w3.org
cdoublev has just labeled a pull request from cdoublev for https://github.com/w3c/csswg-drafts as "css-shapes-1": == [css-shapes-1] Typo == The ["detailed" definition of `<arc-command>`](https://drafts.csswg.org/css-shapes-1/#typedef-shape-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>? ]` See https://github.com/w3c/csswg-drafts/pull/12281 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 5 June 2025 05:51:45 UTC