Lists
Lists let users easily scan content and create a structured, linear order. Lists should be bulleted or numbered to improve inclusive design. When screen readers find a properly marked list, they tell the user that there is a list and how many items are in it.
It is very important to properly mark lists. Use the list button in the text editor. Don't create a list by using only visual styling, such as a dash (-) , asterisk (*), or hard return, to force text to the next line.
Items in a list can also be nested to show their relationships. Related items can go under one particular item in a list. For example:
- Dogs
- Golden Retrievers
- English Golden Retrievers
- American Golden Retrievers
- Canadian Golden Retrievers
- Boxers
- Golden Retrievers
- Cats
- Birds
Best Practices
- Format text as a bulleted or numbered list using the list buttons in the text editor.
- Only use a numbered list when the order of the items matters (for example, steps in a process that must be completed sequentially). Use a bulleted list otherwise.
- Do not use dashes, symbols, or graphics to make content appear like lists.
- Create structure by nesting list items.
- Use the indent button in the toolbar to nest lists.
- Alternatively, highlight the item using your input cursor, then press "Tab" (to increase the indent) or "Shift + Tab" (to decrease the indent) on your keyboard.