RuleSets of AccessMonitor - the validator of web accessibility practices
The “Description List Elements Check” evaluates whether all <dt>
(definition terms) and <dd>
(definition descriptions) are properly nested inside a <dl>
(description list).
I noticed that all <dd>
and <dt>
elements are contained within a list.
To address inappropriate description list elements:
<dl>
element or replace the tag by one that correctly serves its purpose.<dt>
and a <dd>
element are always paired and in this order.