Technique F85:Failure of Success Criterion 2.4.3 due to using dialogs or menus that are not adjacent to their trigger control in the sequential navigation order
Applicability
All technologies.
This technique relates to 2.4.3: Focus Order (Failure).
Description
This describes the failure condition that results when a Web page opens a dialog or menu interface component embedded on the page in a way that makes it difficult for a keyboard user to operate because of its position in the sequential navigation order. When the user opens the dialog or menu embedded on the page by activating a button or link, their next action will be to interact with the dialog or menu. If focus is not set to the dialog or menu, and it is not adjacent to the trigger control in the sequential navigation order, it will be difficult for the keyboard user to operate the dialog or menu.
Examples
Tests
Procedure
For each menu or dialog embedded on a Web page that is opened via a trigger control:
-
Activate the trigger control via the keyboard.
- Check whether focus is in the menu or dialog.
- Check whether advancing the focus in the sequential navigation order puts focus in the menu or dialog.
-
Dismiss the menu or dialog.
- Check whether focus is on the trigger control.
- Check whether advancing the focus backwards in the sequential navigation order puts focus in the trigger control.
Expected Results
- If both points under step 1 are false, then this failure condition applies and the content fails this success criterion.
- If both points under step 2 are false, then this failure condition applies and the content fails this success criterion.