We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unique-id
Ids (value of attribute id) should be unique in page. If found duplicated ids, it reports.
id
<!-- Bad --> <input id="sample"> <span id="sample"> <!-- Good --> <input id="sample-input"> <span id="sample-text">
026
Duplicated ids found.
true
Do check / format.
false
Do not check / format.
No.