disability: Cognitive
Promotes web accessibility for people with memory, attention, or learning differences.
2.4.11 Focus Not Obscured (Minimum)
The keyboard focus is not completely hidden by other content.
2.4.12 Focus Not Obscured (Enhanced)
The keyboard focus is fully visible at all times.
2.4.13 Focus Appearance
Focus indicators are at least 2px thick and have a 3:1 contrast ratio against adjacent colors.
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.