Remove focus when it is received [F55]
Test infoPossible Results
Test info
Test for Success Criterion 2.1.1
About
Checked Elements: all
Checks for javascript this.blur function.
WCAG 2.0
- Principle 2: Operable
-
User interface components and navigation must be operable.
WCAG 2.0: Principle 2 - Guideline 2.1: Keyboard
- Make all functionality available from a keyboard.
Understanding Guideline 2.1 - Success Criterion 2.1.1: Keyboard (Level A)
-
All functionality of the content is operable through a keyboard interface without requiring specific timings for individual keystrokes, except where the underlying function requires input that depends on the path of the user's movement and not just the endpoints. (Level A)
Note 1: This exception relates to the underlying function, not the input technique. For example, if using handwriting to enter text, the input technique (handwriting) requires path-dependent input but the underlying function (text input) does not.
Note 2: This does not forbid and should not discourage providing mouse input or other input methods in addition to keyboard operation.
Understanding: Success Criterion 2.1.1 - Technique
Possible Results
- Use of this.blur() function
-
using script to remove focus when focus is received