Description List Elements Order Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Description List Elements Order Check

Description

The “Description List Elements Order Check” evaluates whether all <dl> elements contain only description list elements in the correct order (i.e., a <dt> paired with and followed by a <dd> element).

Example outcome

I noticed that all description lists only contain correctly ordered list items.

Impact

Fixes

To address inappropriately ordered description list elements:

  1. Locate the inappropriately ordered description list element.
  2. If it is a <dd> element, make sure to include a correspondent <dt> element prior to it.
  3. If it is a <dt> element, make sure to include a correspondent <dd> element after it.

Resources