keyboard

23 cases on this page, 23 instances in total. Each is wrapped in an element carrying data-dl-case. Cases marked correct contain no defect: flagging one is a false positive.

keyboard-div-not-reachable

Scripted div that cannot be reached by keyboard · defect · 1 instance · F59

Add to basket

keyboard-button-reachable

Native button, reachable and operable · correct · 1 instance

keyboard-trap

Control that swallows Tab and keeps focus · defect · 1 instance · F10

keyboard-no-trap

Controls that release focus on Tab · correct · 1 instance

keyboard-positive-tabindex

Positive tabindex reorders the tab sequence · defect · 1 instance · F44

keyboard-natural-order

Tab order follows DOM order · correct · 1 instance

keyboard-focus-not-visible

Focus indicator removed with outline:none · defect · 1 instance · F78

keyboard-focus-visible

Focus indicator clearly visible · correct · 1 instance

keyboard-focus-obscured

Focused control hidden behind a sticky bar · defect · 1 instance · F110

Sticky bar

keyboard-focus-clear

Focused control fully visible · correct · 1 instance

keyboard-single-key-shortcut

Single-character shortcut with no modifier and no way off · defect · 1 instance · F99

Press S anywhere to search. No modifier, no way to turn it off.

keyboard-shortcut-with-modifier

Shortcut that requires a modifier key · correct · 1 instance

Press Alt+S to search.

keyboard-focus-on-change

Context changes merely on focus · defect · 1 instance · F55

keyboard-change-on-request

Context changes only when requested · correct · 1 instance

keyboard-auto-submit-on-input

Form submits itself as soon as a field is filled · defect · 1 instance · F36

Submits itself as soon as four characters are typed.

keyboard-submit-on-request

Form submits only when asked · correct · 1 instance

keyboard-auto-navigate-on-select

Select navigates on change with no confirmation · defect · 1 instance · F37

keyboard-navigate-on-request

Select acts only when a button is pressed · correct · 1 instance

keyboard-focus-under-header

Focused control entirely hidden by a fixed header · defect · 1 instance · F110

Fixed header

keyboard-mouse-only-handler

Behaviour attached only to pointer events · defect · 1 instance · F54

Hover for the price breakdown

keyboard-device-independent

Behaviour available to pointer and keyboard alike · correct · 1 instance

keyboard-dialog-not-adjacent

Dialog placed far from the control that opens it · defect · 1 instance · F85

…a great deal of unrelated content sits between the trigger and the dialog…

keyboard-dialog-adjacent

Dialog placed immediately after its trigger · correct · 1 instance