Re: [csswg-drafts] [css-backgrounds-4] Can you chain `border-area` and `text` in `background-clip`? (#10696)

Agreed. Though my preference would be to not special case the combination of `border-area` and `text`, but to define a more general way to create unions of these. Possibly just by space-separating the identifiers. Sure, that could allow nonsensical combinations like `border-box content-box` but UAs can easily short-circuit those. E.g. `border-box text` is not meaningless, since text *can* actually overflow its container (though currently `text` is clipped by `border-box`, which is very unfortunate).

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


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

Received on Monday, 12 August 2024 17:15:14 UTC