- From: Adam Argyle via GitHub <sysbot+gh@w3.org>
- Date: Wed, 22 Jan 2025 00:25:19 +0000
- To: public-css-archive@w3.org
Yes, I've made scrollable demo's of a list of content. Just because some of the content is off screen, doesn't mean I want it hidden from search or assistive technology. It really just means I want it out of the focus order. ```css interactivity: disabled; ?? ``` With a keyword like `disabled`, we're disabling the interaction potential of this element but not giving up the ability to be found in the tree. -- GitHub Notification of comment by argyleink Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11553#issuecomment-2606016125 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 22 January 2025 00:25:20 UTC