Re: [csswg-drafts] [css-background-4] add background-layers property to set everything but background-color (#8726)

I’m fine with the name and concept of `background-layer`, but what if this was available in a different way where you could access random background layers?

~~~~ css
foo::background(1) {
  content: <background-image>;
  top: right: bottom: left: <background-position>;
  width: height: <background-size>;
  overflow[-x/-y]: <background-repeat>;
  position: <background-attachment>;
  sizing: <background-origin> <background-clip>;
}
~~~~

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


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

Received on Saturday, 27 May 2023 06:58:40 UTC