Inappropriate Description List Elements Order Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Description List Elements Order Check

Description

The “Inappropriate Description List Elements Order Check” evaluates whether there is any description list containing elements that are not valid list items where the order of the terms and definitions is not correct.

Example outcome

I located 1 description list that contains elements that are not list items or that are not correctly ordered.

Impact

Fixes

To address inappropriate description list elements or inappropriately ordered ones:

  1. Locate the inappropriate description list element or the inappropriately ordered.
  2. If it is an inappropriate description list element, either wrap it or replace it with a <dt> or <dd> element, according to its purpose.
  3. If it is inappropriately ordered, ensure that a <dt> and a correspondent <dd> element are always paired and presented in this order.

Resources