Re: [csswg-drafts] [css-backgrounds] background-clip: border-area (#9456)

@fvsch Yes, it has the same issue as `background-clip: text`, which has the very similar accessibility concerns mentioned on the MDN page: https://developer.mozilla.org/en-US/docs/Web/CSS/background-clip#accessibility_concerns (though with text it might be even more pronounced for cases where the background does not load at all, resulting in a transparent text).

I'm not sure if there is a good way to fix this outside of the `@supports`. Actually, I wish there was a way to _require_ wrapping the property with `@supports`. Like, the feature won't work unless there is a `@supports` around it?

This way it would be possible to do bad by wrapping _only_ the `background-clip` property with it, but I think it could be enough of a reminder for any developer that maybe they would need to think this through a bit more.

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


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

Received on Thursday, 12 October 2023 09:44:32 UTC