Re: [csswg-drafts] [ccs-backgrounds-4] include individual corner shorthands (#6500)

Just for clarity sake these are what I'm thinking would be equivalent?

```css
.triangle-top-left{
 corners: angle 0 0 100% 0;
  /* vs */
 corner-bottom-right: angle 100%;
}```

In either case this is loads more use-able than any of the wired zero width/height + think border hacking we've been using for css shapes forever: https://css-tricks.com/the-shapes-of-css/#triangle-top-left-shape.

-- 
GitHub Notification of comment by jsnkuhn
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6500#issuecomment-899735524 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 16 August 2021 18:44:04 UTC