Description List Elements Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Description List Elements Check

Description

The “Description List Elements Check” evaluates whether all <dt> (definition terms) and <dd> (definition descriptions) are properly nested inside a <dl> (description list).

Example outcome

I noticed that all <dd> and <dt> elements are contained within a list.

Impact

Fixes

To address inappropriate description list elements:

  1. Locate the inappropriate description list element.
  2. If it is placed outside a description list, either wrap it in a <dl> element or replace the tag by one that correctly serves its purpose.
  3. Ensure that a <dt> and a <dd> element are always paired and in this order.

Resources