Skip to content

Commit 87db525

Browse files
authored
Define a verb for clicking an item or link in a list of links (github#23943)
* Expand dropdown menus to all list types * make alphabetical
1 parent ee8bee8 commit 87db525

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

contributing/content-style-guide.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -448,16 +448,17 @@ Format checkbox names in bold and omit the word “checkbox.” To describe choo
448448
- **Use:** Select **Enable for all new repositories**.
449449
- **Avoid:** Check the “Enable for all new repositories” checkbox.
450450

451-
### Dropdown menus
452-
453-
Format dropdown menus in bold and format clickable items within a menu in bold. Select dropdown menus (regardless of whether the menu name is a word or an octicon), and click their menu items.
454-
- **Use:** Select the **Backup email addresses** dropdown menu and click **Only allow primary email**.
455-
456451
### Dynamic text
457452

458453
Use capital letters to indicate text that changes in the user interface or that the user needs to supply in a command or code snippet.
459454
- **Use:** Click **Add USERNAME to REPONAME**.
460455

456+
### Lists and list items
457+
458+
Format lists and clickable list items in bold. To describe interacting with a list, such as a dropdown menu or UI element that expands, regardless of whether the list name is a word or an octicon, write "select." To describe choosing a list item, write "click."
459+
- **Use:** Select the **Backup email addresses** dropdown menu and click **Only allow primary email**.
460+
- **Avoid:** Click the "Backup email addresses" dropdown menu and click **Only allow primary email**.
461+
461462
### Location
462463

463464
Describe a user interface element’s location with standard terms.

0 commit comments

Comments
 (0)