Device-Independent User Input Methods Flashcards

1
Q

The click target size ____ be large enough to facilitate easy use with a mouse (including for users with tremors or limited dexterity) without risking activating an adjacent link or button.

A

SHOULD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

An enhanced visual hover indicator ____ be provided.

A

SHOULD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The mouse cursor icon on hover ____ correspond to the type of action allowed by the element.

A

SHOULD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

For functionality that can be operated using a single-pointer, at least one of the following ____ be true: no down-event, can abort/undo, up reversal, or essential.

A

MUST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Links, buttons, and interactive controls ____ be keyboard-focusable.

A

MUST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The navigation order of focusable elements ____ be logical and intuitive.

A

MUST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

tabindex of positive values ____ be used.

A

SHOULD NOT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

All focusable elements ____ have a visual focus indicator when in focus.

A

MUST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Focusable elements ____ have enhanced visual focus indicator styles.

A

SHOULD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The contrast of all visual focus indicators against the background ____ be at least 3 to 1.

A

MUST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Functionality ____ be available using the keyboard, unless the functionality cannot be accomplished in any known way using a keyboard.

A

MUST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Keyboard focus ____ be locked or trapped in a particular page element and the user ____ be able to navigate to and from all navigable page elements using only a keyboard.

A

MUST NOT

MUST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The focus ____ be purposely moved or set (via JavaScript) onto the appropriate element when the user’s action requires a change of context or location for effective keyboard or touch interaction.

A

MUST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

The focus ____ become lost or reset to the top of the page, except when loading or re-loading a page.

A

MUST NOT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

When moving or setting focus, the destination element ____ contain discernible text (either standard text or programmatically-associated text).

A

MUST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Page-specified shortcut keys and accesskeys ____ conflict with existing keyboard shortcuts in the browser, operating system, or assistive technologies.

A

MUST NOT

17
Q

When custom keyboard behavior is required to use a component, keyboard instructions ____ be provided.

A

MUST

18
Q

ARIA widgets that require more than just the Tab key to interact with may be confusing to users, so you ____ provide keyboard instructions.

A

MAY