- From: vmpstr via GitHub <noreply@w3.org>
- Date: Wed, 15 Jul 2026 15:57:33 +0000
- To: public-css-archive@w3.org
Another consideration here is a11y tree. If we use `content-visibility: hidden`, the content is going to temporarily disappear from the a11y tree. That's not ideal. With that, I think the best course of action is to say that we treat this content as if it had `content-visibility: auto` but consider it offscreen. This means that any other means that would make this element relevant still apply (other than visibility), and it would still be in the a11y tree as any other `content-visibility: auto` contents. -- GitHub Notification of comment by vmpstr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13428#issuecomment-4982635625 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 15 July 2026 15:57:34 UTC