List Item Check

RuleSets of AccessMonitor - the validator of web accessibility practices

List Item Check

Description

The “List Item Check” evaluates whether all <li> (list item) elements are placed within a valid list structure.

Example outcome

I noticed that all <li> elements are contained within a list.

Impact

Fixes

To address inappropriate <li> elements:

  1. Locate the inappropriate <li> element.
  2. Wrap it with a list strcture element, if it should be inside a list.
  3. Replace the <li> tag with one that correctly serves the purpose, if not.

Resources