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
| Cases | Result |
|---|---|
| "LI" tag does not contain an "LBody" tag | FAIL |
| "LI" tag contains multiple "LBody" tags | FAIL |
| "LI" tag contains exactly one "LBody" tag as a descendant | PASS |