Re: [csswg-drafts] [css-backgrounds-4] corner-shape naming (#6521)

Thinking that maybe `corner-size` should be more similar to `background-size` than `border-radius`?

So, `corner-size: 20px 30px, 0, 0, 0;` instead of `corner-size: 20px 0 0 0 / 30px 0 0 0;`

- having width and height per corner right next to one another is more readable than having widths to the left of the slash and height to the right of the slash
- reduces need for repetition
- single value should equal both width and height (as listed on https://wiki.csswg.org/ideas/mistakes with `background-size` mistake)

-- 
GitHub Notification of comment by jsnkuhn
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6521#issuecomment-1095102613 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 11 April 2022 14:10:54 UTC