- From: jsnkuhn via GitHub <sysbot+gh@w3.org>
- Date: Thu, 07 Jul 2022 11:56:46 +0000
- To: public-css-archive@w3.org
border-radius: `inset()` already has an optional syntax for rounding corners ie `clip-path: inset(12px round 30px);` so ```css border-path: padding-box inset(12px) ; border-radius: 30px; ``` would really never need to be a thing. I've also suggested in other threads that `clip-path: corners( angle round 50%);` could probably become a thing as an alternative way to implement `corner-shape` -- GitHub Notification of comment by jsnkuhn Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5881#issuecomment-1177492551 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 7 July 2022 11:56:48 UTC