Inappropriate Description List Elements Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Description List Elements Check

Description

The “Inappropriate Description List Elements Check” evaluates whether there is any <dt> or <dd> element placed outside a description list.

Example outcome

I located 1 <dd> or <dt> element that is not contained within a list.

Impact

Fixes

To address inappropriate description list elements:

  1. Locate the inappropriate description list element.
  2. Wrap it in a <dl> element.
  3. Ensure that a <dt> and a <dd> element are always paired and in this order.

Resources