RuleSets of AccessMonitor - the validator of web accessibility practices
The “Inappropriate or Missing Li Element Check” evaluates whether there is any <li>
(list item) element that is not contained within a parent list structure (e.g., <ul>
, <ol>
, or <menu>
), or any list structure element without any <li>
element.
I found 1 occurrence of an empty list or an <li>
outside of the list.
To address inappropriate or missing <li>
elements:
<li>
element or the list structure element with no <li>
element.<li>
element outside a parent list structure, replace the <li>
tag by another HTML tag that correctly serves the purpose.<li>
elements.