[csswg-drafts] Pull Request: [css-borders-4][editorial] Fix syntax rewrite mistake

cdoublev has just labeled a pull request from cdoublev for https://github.com/w3c/csswg-drafts as "css-borders-4":

== [css-borders-4][editorial] Fix syntax rewrite mistake ==
The syntax of `corner-top-left` and other "single corner" shorthands is:

  > Value: `<length-percentage [0,&infin;]>{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:03:17 UTC