9.3

On each web page, is each list correctly structured?

WCAG Reference

WCAG 1.3.1

Tests

  1. 9.3.1

    On each web page, does the information visually grouped in the form of an unordered list meet one of these conditions?

    The list uses the HTML tags <ul> and <li>.
    The list uses the WAI-ARIA attributes role="list" and role="listitem".
  2. 9.3.2

    On each web page, does the information visually grouped in the form of an ordered list meet one of these conditions?

    The list uses the HTML tags <ol> and <li>.
    The list uses the WAI-ARIA attributes role="list" and role="listitem".
  3. 9.3.3

    On each web page, does the information grouped in the form of description lists use the tags <dl> and <dt>/<dd>?

WCAG Techniques

  • F2
  • G115
  • G153
  • H40
  • H48