diff --git a/styleguide/procedures-instructions/describing-interactions-with-ui.md b/styleguide/procedures-instructions/describing-interactions-with-ui.md index 46dfc89b..5506cbef 100644 --- a/styleguide/procedures-instructions/describing-interactions-with-ui.md +++ b/styleguide/procedures-instructions/describing-interactions-with-ui.md @@ -19,13 +19,13 @@ input method. Don't use input-specific verbs, such as *click* or *swipe*. Instea | **Verb** | **Use for** | **Examples** | |---------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **Open** | | | +| **Open** | | | | **Close** | | | | **Leave** | Websites and webpages | Select **Submit** to complete the survey and leave this page. | | **Go to** | | | | **Select** | Instructing the customer to select a specific item, including:
| | | **Select and hold, select and hold (or right-click)** | Use to describe pressing and holding an element in the UI. It's OK to use *right-click* with *select and hold* when the instruction isn't specific to touch devices. | | -| **>** | Use a greater-than symbol (>) to separate sequential steps.

Only use this approach when there's a clear and obvious path through the UI and the selection method is the same for each step. For example, don't mix things that require opening, selecting, and choosing.

Don't bold the greater-than symbol. Include a space before and after the symbol. | Select **Accounts > Other accounts > Add an account**. | +| **>** | Use a greater-than symbol (>) to separate sequential steps.

Only use this approach when there's a clear and obvious path through the UI and the selection method is the same for each step. For example, don't mix things that require opening, selecting, and choosing.

Don't bold the greater-than symbol. Include a space before and after the symbol. | Select **Accounts** > **Other accounts** > **Add an account**. | | **Clear** | Clearing the selection from a check box. | Clear the **Header row** check box. | | **Choose** | Choosing an option, based on the customer's preference or desired outcome. | On the **Font** tab, choose the effects you want. | | **Switch, turn on, turn off** | Turning a toggle key or toggle switch on or off. | |