RuleSets of AccessMonitor - the validator of web accessibility practices
The “Inappropriate Description List Elements Order Check” evaluates whether there is any description list containing elements that are not valid list items where the order of the terms and definitions is not correct.
I located 1 description list that contains elements that are not list items or that are not correctly ordered.
To address inappropriate description list elements or inappropriately ordered ones:
<dt>
or <dd>
element, according to its purpose.<dt>
and a correspondent <dd>
element are always paired and presented in this order.