HTML Checking for Large Sites
Rocket Validator automatically scans your sites for accessibility issues using the W3C Validator,
hosted on our own servers and integrated into our web crawler.
Duplicate attribute “X”.
Attributes in HTML elements must be unique. For example, <a id="one" id="two">
is invalid as the attribute id
is repeated.