Contents

[edit]

Tidy: ... attribute value "..." must be lower case for XHTML

[edit]

Cause:

XHTML error. XHTML is case sensitive. The named values in XHTML should be in lowercase.

[edit]

Example:

<p> attribute value "RIGHT" must be lower case for XHTML

Good<p align="RIGHT">hello</p>
Good<p align="right">hello</p>
[edit]

Solution:

Set the value in lowercase.

[edit]

References:

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