1

I really hate accessibility defects. Not because I have to give special treatment to someone, but because every single goddamn screen reader interprets HTML tags and aria attributes differently. So you can't just write well formed HTML and add aria attributes, you have to also add all kinds of crap to the HTML and JavaScript so it will work on all the various mobile and desktop screen readers.

Comments
Add Comment