Use these guidelines to describes users' interactions with the user interface.
click
Use click and its variations (double-click, right-click) to refer to activating most affordances except when described more precisely by the other verbs listed here. Where the specific interaction method is unknown, click is well understood not to be exclusive to mouse-based interactions, and is less technical than other alternatives such as activate.
display
Use displays, is displayed, or less frequently, opens to describe the system's showing something. Passive voice is OK because the system is the actor.
A confirmation displays.
drag
Use drag to describe using the pointer to move an item on the screen. Don't use click and drag.
hover
Use hover to describe positioning the pointer above an item.
select/clear
Use select and clear to describe changing the state of a check box.
To turn off the widget, clear Enable widget.
set...to
Use set...to to describe interacting with a toggle affordance that has labeled states.
turn on/off
Use turn on and turn off to describe interacting with a toggle affordance that does not have labeled states.
Touch interactions
For web applications for which no specific kind of device is targeted, use the standard click interaction verbs. Even though some or many users might use touch pads or touch screens, click is well understood and does not cause confusion for these users.
- Tap
- Tap and hold
- Double-tap
- Drag
- Pinch in (per Apple)
- Pinch out (per Apple)
- Swipe left
- Swipe right
Accessibility
In addition to standard accessibility considerations for documentation, check that the interactions can be performed by users with motor or visual limitations. Where needed and supported by the interface, describe alternative interaction modalities. For example, navigation buttons might be provided as an alternative to swiping.