Contents

[edit]

Tidy: ... dropping value "..." for repeated attribute "..."

[edit]

Cause:

An attribute was used more than once in the same tag.

[edit]

Example:

<img> dropping value "image.jpg" for repeated attribute "src"

Good<img src="image.jpg" src="image.jpg">
Good<img src="image.jpg">
[edit]

Solution:

Remove one of the attributes.

[edit]

References:

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