Formal correctness of "LI" elements 

List items should contain exactly one "LBody" tag. This quality check fails when a list item contains either no or multiple "LBody" tags.

To resolve this quality check, make sure that the list item has exactly one "LBody" tag as a descendant.

Detailed explanation

CasesResult
"LI" tag does not contain an "LBody" tagFAIL
"LI" tag contains multiple "LBody" tagsFAIL
"LI" tag contains exactly one "LBody" tag as a descendantPASS