Lists should not be used for formatting

Severity code: Information only

Lists like <code>ul and <code>ol are to provide a structured list, and should not be used to format text. This test views any list with just one item as suspicious, but should be manually reviewed.

Example

Wrong

<ul><li>Something I just wanted indented</li></ul>