Contents

[edit]

Tidy: Replace obsolete element

[edit]

Cause:

Obsolete elements (like <menu> or <dir>) used.

[edit]

Example:

Good<menu><li>File</li></menu>
Good<ul><li>File</li></ul>
[edit]

Solution:

Such elements should not be used anymore, for up-to-date browsers will not always support these elements. Use up-to-date elements instead.

[edit]

References:

Retrieved from "http://www.htmlpedia.org/wiki/Tidy_20"