New accessibility requirements: WCAG 2.2

Your service might need to meet these requirements.

The new criteria

WCAG 2.2

The update adds 9 new success criteria for improving web accessibility. 6 of the new criteria are graded at the A and AA level, which means they're a requirement for websites and mobile apps.

These are the 6 new criteria you'll need to meet, as a minimum.

Focus not obscured (minimum)

Some websites have sticky or fixed headers or footers that remain at the top or bottom of the page when users scroll. This can make it difficult for users navigating with a keyboard to identify which components are focused. Learn more about focus not obscured (W3C website).

Dragging movements

If there is interactive content that users can move by dragging, they must be able to do it with a "single pointer". For example, to reorder items in a list that can be dragged, an alternative can be to have up and down arrows to reorder them. Clicking and dragging is impossible for some users. Learn more about dragging movements (W3C website).

Target size (minimum)

Interactive content must have a minimum size of 24 by 24 CSS pixels. This does not apply to interactive content that is a part of text such as links. Learn more about target size (W3C website).

Redundant Entry

A user should not have to enter the same information more than once on a single journey, unless it is required for security purposes, for example passwords. Learn more about redundant entry (W3C website).

Accessible authentication (minimum)

A user should not have to perform a cognitive function test, such as solving a puzzle or "Enter the 3rd, 4th, and 6th character of your password". If you need the user to enter a password, they should be able to copy and paste it. Learn more about accessible authentication (W3C website).

Consistent help

If your service provides help options such as contact details or live chat, they should be presented consistently across pages, to make sure users can find and interact with them easily. Learn more about consistent help (W3C website).

Back to top