RuleSets of AccessMonitor - the validator of web accessibility practices
The “Inappropriate Description List Elements Check” evaluates whether there is any <dt>
or <dd>
element placed outside a description list.
I located 1 <dd>
or <dt>
element that is not contained within a list.
<dt>
or <dd>
correctly outside a list, breaking meaning.To address inappropriate description list elements:
<dl>
element.<dt>
and a <dd>
element are always paired and in this order.