←back to thread

Monodraw

(monodraw.helftone.com)
603 points mafro | 1 comments | | HN request time: 0s | source
Show context
billyp-rva ◴[] No.45038134[source]
Accessibility question: how do screen readers handle ascii art-style diagrams like this? It seems like they would be overwhelmed by the lines.
replies(1): >>45039616 #
jen729w ◴[] No.45039616[source]
They don’t. You should aria-label it thus:

    role="img"
    aria-label="A styled box using monospace box-drawing characters. Its header is 'area complete', and there's a link to a forum post."
(Happy to be corrected/updated here, I am not an a11y expert. I am a very happy Monodraw customer though!)
replies(1): >>45039814 #
billyp-rva ◴[] No.45039814[source]
Would this tell the screen reader to just ignore it? Then you'd lose all accessibility for its content.
replies(2): >>45040339 #>>45042859 #
1. cestith ◴[] No.45042859[source]
The aria-label would be used to describe the content.