Web Happens

Accessibility Action report

Average Joe's

Back

<li> elements must be contained in a <ul> or <ol>

Ensures <li> elements are used semantically


Status
Failed
Impact
Serious
Category
Structure
Guidance
Deque University

1 issue across 1 page

How to fix

To fix the issue, you need to resolve this:

  • List item does not have a <ul>, <ol> parent element

Where to fix

We found occurrences on 1 page:

  1. alphagov.github.io/accessibility-tool-audit/tests/lists-li-element-with-no-parent.html

    HTML node
    <li>
                no parent
            </li>
    CSS selector
    li