Yeah, those fancy things are an accessibility nightmare. When I zoom in in 
FireFox the line breaks are fine, but between 110% and 200% zoom factor the 
text actually gets smaller when zooming in, and beyond 200% it gets larger 
again.

As for screen readers, I am no ARIA expert, but from what I (think I) know, 
wrapping the ASCII art in a span with the "aria-hidden" attribute (either 
in a span or div, since those are semantically invisible) should hide them 
from screen readers so that listeners are not bombarded with seemingly 
random ASCII characters. As a substitute a label can be added to the 
enclosing <div>. I'm thinking about something like in this StackOverflow 
answer: https://stackoverflow.com/a/26032207

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to