RuleSets of AccessMonitor - the validator of web accessibility practices
The “Inappropriate List Item Check” evaluates whether there is any <li>
(list item) element that is not contained within a valid list structure.
I located 1 <li>
element that is not contained within a list.
<li>
element correctly if it’s outside a list, leading to loss of context or misinterpretation.To address inappropriate <li>
elements:
<li>
element.<li>
tag with one that correctly serves the purpose, if not.