Lists

If content on a web page or document can be described as a list, use the authoring tool’s list tool features. Most tools let you add unordered lists (bullets) and ordered lists (numbers).

When developing content, it is essential to identify instances where the material comprises a list of items. For instance, university or course web pages frequently display lists such as links, events, faculty or staff members, and documents. Structuring these elements explicitly as lists allows screen readers to notify users upon entering a list and convey useful details like the total number of items. This practice significantly enhances accessibility and navigation, enabling users to move efficiently between individual list items with minimal effort.

Tools for Creating Lists

Link to
Screenshot image of the formatting ribbon in Word with the bulleted, numbered, and multilevel list options selected.

Many document authoring tools, including Microsoft Word, provide toolbar buttons for adding lists to documents. In the displayed screenshot from Word, the Bullets, Numbering, and Multilevel List buttons are shown. Each button offers a menu with various customization options.

Link to
Screenshot image of a Rich Content Text editor with the bulleted list and numbered list options selected in the formatting ribbon.
Rich Content editors, such as those used for adding content to Canvas, WordPress, or Articulate, all include multiple buttons on their toolbars for adding lists to web pages. This image illustrates a button for a bulleted list and a button for a numbered list. It is important to remember that some editors will combine the options for both a bulleted and a numbered list in one button.

Link to
Screenshot image of the ordered and unordered list options available in the Rich Content editor in Canvas, along with the More button.

The Rich Content Editor in Canvas includes a single button for selecting “Ordered and Unordered Lists” from a pop-up menu. It might be hidden behind the “More…” button (three dots) depending on your screen size.

Link to

In HTML, code lists using <ul> (unordered list) or <ol> (ordered or numbered list).

The <dl> (definition list) element is sometimes appropriate, i.e., to markup definitions in a policy, vocabulary terms in a lesson, or frequently asked questions. Currently, screen readers do not differentiate between definition lists and unordered lists, so using this element is optional.

WCAG 2.1 Success Criteria

The issues described on this page map to the following success criteria in the W3C’s Web Content Accessibility Guidelines (WCAG) 2.1: