- From: Brad Kemper via GitHub <sysbot+gh@w3.org>
- Date: Tue, 21 Sep 2021 03:05:01 +0000
- To: public-css-archive@w3.org
I have thoughts. To me, `corner-shape` makes more sense; it is more evocative and precise for what it is expected to do. For something that effects the corner in some non-shape way, there could be another `corner-*` property, and it could be added to the `corners` shorthand. Also, putting aside that we didn't really name `border-style` very well (I mean come on, all of CSS is style, that's what the first "C" stands for), when I hear/read `corner-style`, I think it would mean `border-style` for the corners. Which is actually a very good idea, IMO. If we had that, then `border-limit`, etc. wouldn't be needed, and it would be more intuitive. For instance, if you wanted solid corners and no lines between the corner shapes, you would do this: ``` corner-radius: 30px; border-style: none; corner-style: solid ``` Maybe we should have `corner-color` too. -- GitHub Notification of comment by bradkemper Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6521#issuecomment-923570778 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 21 September 2021 03:05:02 UTC