page template - aduggin/accessible-by-design GitHub Wiki

Provide a doctype (HTML5)

Set the language of the page

Ensure mobile users can pinch and zoom

Provide a title thats describes the page (and is unique)

Use landmark elements

Validate HTML

Test page with an accessibility tools

Things to demo

  • the affect of having the wrong language set
  • the affect of not being able to pinch and zoom
  • how a screen reader announces the title of a page
  • How a screen reader user can navigate using landmarks
  • How to validate HTML
  • How to use an automated tool - such as WAVE, Tenon and aXe

Resources