<dt> and <dd> elements must be contained in a <dl>
adaptable/dl-children · WCAG 1.3.1 · Level A
<dt> and <dd> elements must be contained in a <dl>.
Definition terms (<dt>) and definitions (<dd>) only have semantic meaning inside a definition list (<dl>). Outside of <dl>, they're treated as generic text. Wrap related <dt> and <dd> pairs in a <dl> element to convey the term/definition relationship to assistive technologies.
Scan a page or repo for issues like this · All rules
Introduced in @accesslint/core v0.8.0