• Success Criterion 1.3.1
  • Conformance level A

Bulleted List Built From Divs Instead of Real List Markup

1.3.1 — Info and Relationships

Scenario

Setting

A fitness app's workout tracker

What’s wrong

Visual lists marked up as <div>/<br> sequences instead of list code (list code (ul/ol)/dl).

Example

On a fitness app's workout tracker: visual lists marked up as <div>/<br> sequences instead of list code (list code (ul/ol)/dl).

Why it matters

Screen-reader, braille, and reading-tool users who depend on coded structure rather than visual layout. On a fitness app's workout tracker, that means they can't tell how the page is organized.

How to test

Select a visual bulleted/numbered list and inspect DevTools: it must use ul/ol/li — if built from div/br instead, a screen reader announces plain paragraphs with no item count.

How to fix

Mark up visual lists with list code (list code (ul/ol)/dl) and list items (li) so item count and position are announced.

Outcome

With the fix in place on a fitness app's workout tracker, they navigate the content in a sensible order.

Who is affected

Screen-reader, braille, and reading-tool users who depend on coded structure rather than visual layout.

Learn more