- From: Noam Rosenthal via GitHub <sysbot+gh@w3.org>
- Date: Thu, 17 Apr 2025 19:03:08 +0000
- To: public-css-archive@w3.org
noamr has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-borders-4] Consider constraining radii for concave corner-shape when opposite corners overlap == The following CSS would cause the top-right and bottom-left corner to overlap, even without borders: ```css border-top-right-radius: 70%; border-bottom-left-radius: 70%; corner-shape: notch; ``` Basically anything more concave than this:  would result in the corner collapsing on each other. Since we constraint radius to not overlap in the ordinary round case, we should probably constraint it (or constraint the shape) in this case as well. (Brought up by @smfr) Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12098 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 17 April 2025 19:03:09 UTC