Articles in this series
html + aria + accessibility · Far too often, aria attributes are used incorrectly. Most devs, in good faith, probably think they are helping when in...
It's best to get into the habit of testing your project as you're building it. Far too often, testing for accessibility issues is either omitted or...
HTML + UX + Accessibility · When building a nav, avoid using divs with aria attributes like this... <div role="list"> <a href="foo.html"...
UX + Accessibility · Several companies have bought into the idea that accessibility widgets such as overlays are their saving grace when in fact,...