Hacker News new | ask | show | jobs
by realityking 1592 days ago
There’s more to accessibility than just supporting screen readers, though that’s what people seem to think of first.

Here’s a good starting point from Mozilla covering accessibility: https://developer.mozilla.org/en-US/docs/Learn/Tools_and_tes...

1 comments

Most of the advice on that page is about using the correct semantic HTML elements as well as aria annotations, which is what I had in mind. Basically the appearance should stay the same, but I can definitely see how fixing up the HTML could make the page more navigable by keyboard / screen reader / etc..