Inappropriate List Items Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate List Items Check

Description

The “Inappropriate List Items Check” evaluates whether there is any element inside a list container that is not a <li> element.

Example outcome

I located 1 list that contains elements that are not list items.

Impact

Fixes

To address inappropriate list items:

  1. Locate the inappropriate list item.
  2. Replace or wrap the item’s tag with the <li> tag.

Resources