Ensure lists are marked up correctly
SOAS University of London
From: WCAG 2.0 A 4.1.1
Lists (e.g., <ul>
or <ol>
) should only contain list items (<li>
) as a direct descendant
to ensure that screen readers can accurately report the amount of items contained in the list.