RuleSets of AccessMonitor - the validator of web accessibility practices
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).
I noticed that all description lists only contain correctly ordered list items.
To address inappropriately ordered description list elements:
<dd>
element, make sure to include a correspondent <dt>
element prior to it.<dt>
element, make sure to include a correspondent <dd>
element after it.