Skip to content

Instantly share code, notes, and snippets.

@tbredin
tbredin / How-can-we-achieve-WCAG-AA-compliance.md
Created June 3, 2019 15:17
How can we achieve WCAG AA compliance?

How can we achieve WCAG AA compliance?

Testing avenues

HTML5 Best practises

The simplest way to achieve a high standard for accessibility is simply to follow best practise HTML5.

In particular, I would recommend getting familiar with how the document outline is constructed for web pages from sectioning elements.

Skip link

Don't make users on screenreaders have to tab all the way through your multi-tiered mega-dropdown to reach the page content they're looking for!