- From: jsnkuhn via GitHub <sysbot+gh@w3.org>
- Date: Fri, 31 Jan 2025 21:19:54 +0000
- To: public-css-archive@w3.org
Like most devs I implement things in the way I find easiest to do. For example I use `border-radius: 50%;` for circles even though I'm aware that `border-radius` was originally only designed for small rounding of corners. I've never used `clip-path: circle();` for this even though it's probably the working groups intention. There will likely be a great amount of overlap between `corner-shape` use and `polygon()`/`shape()`. The most obvious will be the `angle 50%` for creating a diamond shape and Angled corners of 100% height and a few pixels width will probably be used to make parallelograms. In all honesty I'm less interested in what something was designed for than what I can do with it. -- GitHub Notification of comment by jsnkuhn Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10653#issuecomment-2628417297 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 31 January 2025 21:19:55 UTC