From Htmlpedia
Contents |
[edit]
Tidy: <...> joining values of repeated attributes "..."
[edit]
Cause:
A tag has an attribute defined more than once.
[edit]
Example:
![]() | <div style="..." style="..."> |
![]() | <div style="..."> |
[edit]
Solution:
Make sure that for a given element tag there is only one instance of an attribute definition. Find the attribute that appears more than once and consolidate the values.
[edit]
References:
- HTML specification: http://www.w3.org/TR/html4/


