In this example the <dt> element is nested within the <dd> element, which means that the (DOM) structure of the term is improper:


Term inside a definition

Note: Automated testing should be possible. This violation can be automatically detected by querying all <dt> elements and programmatically checking whether these <dt> elements are improperly nested within <dd> elements.