@dotmavriq@social.dotmavriq.life
Post #3211575
2026-05-19 20:46 UTC
@zersiax@cupoftea.social I entertained an idea today that I haven't been able to let go of... for my personal website I sometimes hide things for those that like to poke and prod... but I kind of want to somehow hide things that COULD be discovered for the visually impaired as well...so now my mind is spinning as to how one could do that in smart ways
Replies (1)
-
@zersiax@cupoftea.social 2026-05-19 20:51
@dotmavriq@social.dotmavriq.life Screenreader-only content is relatively easy with black-on-black text or divs that are 1px in size. As for screenreader-only text that would take a bit of doing to find, that is trickier... Perhaps an edit field that fires an aria-live announcement only when x characters have been entered, or aria-describedby text strings that only fire when tab is used with most screen readers, something that wouldn't necessarily happen super often on a non-form page. There's ways, but I can't think of super many.