- From: jsnkuhn via GitHub <sysbot+gh@w3.org>
- Date: Mon, 09 Jan 2023 20:55:04 +0000
- To: public-css-archive@w3.org
https://www.minecraft.net/en-us/about-dungeons  a super straight forward notch example with a gradient background. Could have been a clip-path but isn't. Currently done with fixed height pseudos on either side of the main element. ----------------------------------------------------------- https://www.zelda.com/tears-of-the-kingdom/  almost certainly a straight up image situation like it's currently done but it's the first instance I've seen of a `double` border around an general `corner-shape: angle;`. ---------------------------------------------------------------- https://octopathtraveler2.square-enix-games.com/en-us/  We have a basic solid bordered element overlay-ed with a bunch of absolute positioned presentation-al span elements. Each with 2 borders (ie one with border-top and border-right another with border-bottom border-left etc). Positioned to get the continuous notched look. Very fiddly but it certainly works. `corner-shape` would allow this to be a regular `border: solid etc;` element with a `corner-shape: notch;` pseudo element with border as an overlay. to be fair this could also be a good use for `border-image` -- GitHub Notification of comment by jsnkuhn Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6980#issuecomment-1376301250 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 9 January 2023 20:55:06 UTC