Accessibility checklist and guidance for developers

This checklist contains information and guidance on the Web Content Accessibility Guidelines (WCAG) success criteria. It can be used to help carry out an initial evaluation of your service.

Accessibility checklist and guidance, column headers with buttons are sortable
Success criteria Level Description What this affects Severity Who is responsible Knowledge to test Time to test Test procedure
1.1.1 Non-text Content A Images that convey meaning have suitable alternative text and images that serve a decorative purpose have a null alternative text assigned Screen reader
  • Minor
  • Moderate
  • Severe
  • Content
  • Developer
Medium Medium
  • ARC Toolkit
  • Manual
  • Some support from tools
  • Screen reader
1.3.1 Info and Relationships A Font icons are not used Contrast Moderate
  • Designer
  • Developer
Medium Medium
  • Manual
  • Request details
  • Web inspector tools
1.3.1 Info and Relationships A Form code is implemented correctly Screen reader
  • Minor
  • Moderate
  • Severe
Developer Medium Medium
  • ARC Toolkit
  • Manual
  • Screen reader
  • Some support from tools
  • Web developer extension
1.3.1 Info and Relationships A The HTML structure and semantices reflects the intent - landmarks, headings, lists, data tables Screen reader
  • Minor
  • Moderate
  • Severe
  • Content
  • Developer
Medium Medium
  • ARC Toolkit
  • Manual
  • Screen reader
  • Some support from tools
  • Web inspector tool
1.3.1 Info and Relationships A Inline CSS is not used
  • Contrast
  • Magnification
Minor
  • Designer
  • Developer
Medium Medium
  • Inspect code
  • Manual
  • Web inspector tools
1.3.2 Meaningful Sequence A Content is in a logical order in the code Screen reader
  • Minor
  • Moderate
  • Severe
Developer Medium Medium
  • Manual
  • Some support from tools
  • Web developer extension
1.3.4 Orientation AA Orientation is not locked Mobile Severe Developer Easy Quick
  • Manual
  • Mobile
1.3.5 Identity Input Purpose AA Autocomplete is used on inputs when appropriate Cognition Moderate Developer Medium Medium
  • ARC Toolkit
  • Manual
  • Web Inspector Tool
1.4.4 Resize Text AA You can make text at least 200% larger without losing content/functionality Magnification
  • Moderate
  • Severe
Developer Easy Quick
  • Browser
  • Manual
1.4.5 Images of Text AA Graphics are not used for text (except logos) Magnification
  • Moderate
  • Severe
  • Designer
  • Developer
Medium Quick
  • ARC Toolkit
  • Manual
  • Some support from tools
1.4.10 Reflow AA You can zoom in 400% without losing content/functionality or horizontal scrolling Magnification
  • Moderate
  • Severe
  • Designer
  • Developer
Easy Quick
  • ARC Toolkit
  • Bookmarklet
  • Browser
  • Manual
  • Some support from tools
1.4.12 Text Spacing AA The current text spacing can be overridden without loss of content or functionality Magnification Severe Developer Easy Quick
  • ARC Toolkit
  • Bookmarklet
  • Manual
  • Some support from tools
1.4.13 Content on Hover or Focus AA Pop-overs that appear on keyboard focus can be dismissed using the keyboard Keyboard Moderate Developer Easy Quick
  • Keyboard
  • Manual
1.4.13 Content on Hover or Focus AA Pop-ups are not used on hover, unless they are dismissable and robust Magnification Severe Developer Easy Quick
  • Cursor
  • Manual
  • Visual inspection
2.1.1 Keyboard A All functionality is operable with a keyboard Keyboard Blocker Developer Medium Medium
  • Keyboard
  • Manual
  • Some support from tools
2.1.2 No Keyboard Trap A Keyboard focus does not get trapped Keyboard Blocker Developer Easy Quick
  • Keyboard
  • Manual
2.1.4 Character Key Shortcuts A Keyboard short cuts are not used, unless the user can override them Keyboard Blocker
  • Designer
  • Developer
Medium
  • Medium
  • Quick
  • Keyboard
  • Manual
  • Request details
  • Screen reader
2.2.1 Timing Adjustable A There is time to read and act on things Cognition Blocker
  • Designer
  • Developer
Medium Medium
  • Manual
  • Visual inspection
2.3.3 Animations from Interactions AAA Animation respects reduce-motion settings Cognition
  • Minor
  • Moderate
Developer Easy Quick Manual
2.4.1 Bypass Blocks A There is a mechanism to skip to content, or skip past navigation Keyboard
  • Moderate
  • Severe
  • Designer
  • Developer
Easy Quick
  • Keyboard
  • Manual
2.4.2 Page Titles A Page titles are unique and reflect the purpose of the page Screen reader
  • Moderate
  • Severe
  • Content
  • Developer
Easy Quick
  • ARC Toolkit
  • Browser
  • Inspect code
  • Manual
  • Screen reader
2.4.3 Focus Order A The focus order is logical and intuitive Keyboard Moderate
  • Designer
  • Developer
Easy Quick
  • Keyboard
  • Manual
  • Some support from tools
2.4.4 Link Purpose A Ambiguous link phrases have not been used. The purpose of the link can be determined from the link text alone or it has been programmatically defined.
  • Cognition
  • Screen reader
Moderate
  • Content
  • Designer
  • Developer
Medium Quick
  • Manual
  • Screen reader
  • Some support from tools
  • Visual inspection
2.4.7 Focus Visible AA The location of the keyboard focus is visually obvious Keyboard
  • Moderate
  • Severe
  • Designer
  • Developer
Easy Quick
  • Keyboard
  • Manual
  • Some support from tools
2.4.11 Focus Not Obscured (Minimum) AA A focus indicator is not restricted in any way Keyboard Moderate
  • Designer
  • Developer
Easy Quick
  • Keyboard
  • Manual
  • Some support from tools
2.5.2 Pointer Cancellation A Down events for links/buttons are not used unless there is a cancel method Mobile Severe Developer Easy Quick
  • Manual
  • Request details
2.5.3 Label in Name A The visible label must be included in the accessible name (mostly applies to images and where labels are over-ridden)
  • Screen reader
  • Speech recognition
Severe Developer Medium Medium
  • Manual
  • Some support from tools
2.5.5 Target Size (Enhanced) AAA Touch targets are large enough to touch accurately (at least 44px x 44px) Mobile Moderate
  • Designer
  • Developer
Easy
  • Medium
  • Quick
  • Manual
  • Some support from tools
2.5.7 Dragging Movements AA No click and drag function is required, or an alternative is provided
  • Mobile
  • Pointer control
Moderate
  • Designer
  • Developer
Medium Medium
  • Manual
  • Some support from tools
2.5.8 Target Size (Minimum) AA Components have a minimum target size Mobile Moderate
  • Designer
  • Developer
Medium
  • Medium
  • Quick
  • Manual
  • Some support from tools
3.1.1 Language of Page A The default human language of each web page has been set Screen reader Moderate Developer Medium Quick
  • ARC Toolkit
  • Fully automated
  • Inspect code
  • Manual
3.1.2 Language of Parts AA Correct language codes for different languages on the page has been set where applicable Screen reader Moderate
  • Content
  • Developer
Medium Quick
  • Manual
  • Web inspector tool
3.2.1 On Focus A Landing on an element does not change the context Keyboard Blocker Developer Easy Quick
  • Keyboard
  • Manual
3.2.2 On Input A Changing a widget (e.g. drop down) doesn't automatically take you somewhere else Keyboard Severe Developer Easy Quick
  • Keyboard
  • Manual
3.3.3 Error suggestion AA Error messages are actually useful, e.g. provide a useful next step or way of entering valid data Cognition Medium
  • Content
  • Designer
  • Developer
Medium Medium
  • Manual
  • Visual inspection
3.3.7 Redundant Entry A Users do not have to enter the same information more than once Cognition Moderate
  • Designer
  • Developer
Medium Medium
  • Manual
  • Visual inspection
3.3.8 Accessible Authentication (Minimum) AA Users are not required to complete a function test, except under certain conditions Cognition Severe
  • Designer
  • Developer
Medium Medium
  • Manual
  • Visual inspection
4.1.2 Name, Role, Value A Custom controls have expected keyboard interactions Keyboard
  • Moderate
  • Severe
Developer Expert Medium
  • Keyboard
  • Manual
4.1.2 Name, Role, Value A Use standard controls appropriately and ensure that non-standard controls are properly marked up using WAI-ARIA and thoroughly tested Screen reader
  • Blocker
  • Minor
  • Moderate
  • Severe
Developer Expert Medium
  • ARC Toolkit
  • Manual
  • Screen reader
  • Web inspector tool
4.1.3 Status Messages AA Important dynamic changes in content, that are not given focus, are announced by screen readers Screen reader Blocker Developer Medium Quick
  • ARC Toolkit
  • Manual
  • Screen reader
  • Web inspector tool
None Best practice The interface is usable in Windows High Contrast mode Contrast Moderate Developer Easy Quick
  • Manual
  • Windows