- From: Johannes Odland via GitHub <sysbot+gh@w3.org>
- Date: Mon, 17 Jun 2024 18:30:54 +0000
- To: public-fxtf-archive@w3.org
I'm also surprised that the effect of a css `mask-image` that fails to load is to hide the element the property applies to. Especially when a core css design principle is that ["content should be viewable and accessible by default"](https://www.w3.org/TR/design-principles/#css-content-should-be-visible). Maybe we need `safe` and `unsafe` keywords to allow authors to control this behavior? ```css mask-image: safe url(ERR); ``` -- GitHub Notification of comment by johannesodland Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/130#issuecomment-2174120095 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 17 June 2024 18:30:55 UTC