- From: jsnkuhn via GitHub <sysbot+gh@w3.org>
- Date: Sat, 14 Sep 2024 21:53:58 +0000
- To: public-css-archive@w3.org
An alternative to "corner-shape" I've brought up a couple of times is to include the the complete functionality of "corner-shape" in css-shapes as expanded options in inset(), xywh() and rect(). This currently includes `round` for corner rounding so seems like it could be expanded to include the other shapes and combinations of shapes from "corner-shape"? ```css inset(0 round 12px); inset(0 angle 8px); inset(0 round none 12px ); inset(0 round angle notch scoop 12px / 24px ); ``` -- GitHub Notification of comment by jsnkuhn Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6997#issuecomment-2351171356 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 14 September 2024 21:53:59 UTC