List Items Check

RuleSets of AccessMonitor - the validator of web accessibility practices

List Items Check

Description

The “List Items Check” evaluates whether all elements inside a list container (e.g., <ul>, <ol>, or <menu>) are valid list items (i.e., only <li> elements are used as children).

Example outcome

I noticed that all lists only contain 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