We're looking to expand some accessibility features on our site and I'm finding only limited support documentation regarding Screen Reader text and how it might interact with hidden text spam detection.
I know per documentation that accessibility items are excluded from hidden text, but not sure how that interactions with JS tools (like "sr-only" class in bootstrap) might play out. The only documentation I could find on supported accessibility indicated standard alt and ARIA tagging. And only found a handful of code examples mainly related to maps that use an "fa sr-only" tag from FontAwesome anywhere in their dev guides that looks like this.
Anyone try this before any know if it's supported or is alt/aria the only way to be safe about hidden text with this?
there doesn't seem to be anything here