"Menu" elements should not be used for formatting

Description

Menu is a deprecated tag, but is still honored in a transitional DTD. Menu tags are to provide structure for a document and should not be used for formatting. If a menu tag is to be used, it should only contain an ordered or unordered list of links.

Example

Wrong

<menu>Something I wanted Indented</menu>

Right

<p style="margin-left: 20px;">Something I wanted indented.</p>

Quail Class Name

menuNotUsedToFormatText
Severity: 
3