disability: Cognitive
Promotes web accessibility for people with memory, attention, or learning differences.
2.4.7 Focus Visible
There’s visible keyboard focus styling to indicate which element you’re currently focused on.
2.4.8 Location
The user is clearly informed where they are in a set of pages.
2.4.9 Link Purpose (Link Only)
It is clear where a link will take you from the link text alone, without having to read the text around it.
2.5.1 Pointer Gestures
All actions that are carried out using a gesture (swiping, pinching, and so on) or drawing, can also be done with a button or buttons.
2.5.2 Pointer Cancellation
Actions (like pressing a button) aren’t triggered on mouse-down; rather on mouse-up.
2.5.3 Label in Name
The visible text of a form field, button, or link matches the text in the underlying code.
2.5.4 Motion Actuation
There is no reliance on device motion, like shaking or tilting, to carry out an action.
2.5.6 Concurrent Input Mechanisms
The user can happily switch between using a mouse, touchscreen, keyboard, or any other input device.
2.5.7 Dragging Movements
Any action requiring dragging, such as reordering items, must also be possible using buttons or other non-drag methods.
3.1.1 Language of Page
There’s a lang attribute on the <html>
element that matches the language of the page.