Lists
Last updated
Was this helpful?
Last updated
Was this helpful?
Topic
Technique
WCAG AA Requirement
Markup
List markup: Lists MUST be constructed using the appropriate semantic markup (i.e. <ul>
or <ol>
with <li>
child elements, or <dl>
with <dt>
and <dd>
child elements).
Required