- From: Guillaume via GitHub <noreply@w3.org>
- Date: Mon, 22 Sep 2025 19:02:50 +0000
- To: public-css-archive@w3.org
cdoublev has just submitted a new pull request for https://github.com/w3c/csswg-drafts:
== [css-borders-4][editorial] Fix syntax rewrite mistake ==
The syntax of `corner-top-left` and other "single corner" shorthands is:
> Value: `<length-percentage [0,∞]>{1,2} || <corner-shape-value>`
`{1,2}` is an oversight, because the syntax of `border-top-left-radius` is:
> Value: `<length-percentage [0,∞]>{1,2}`
Before 5b61925, he syntax of `corner-top-left` and other "single corner" shorthands was:
> Value: `<'border-top-left-radius'>{1,2} || <'corner-top-left-shape'>`
My apologies.
See https://github.com/w3c/csswg-drafts/pull/12844
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 22 September 2025 19:02:51 UTC