Valid HTML requires that id
attribute values are unique.
This rule does a basic check to ensure that id
attribute values are not the same.
This rule forbids the following:
This rule allows the following:
For best results, it is recommended to generate id
attribute values when they are needed, to ensure that they are not duplicates.