Skip to content

Treat elements ids as case-sensitive #7

@eksperimental

Description

@eksperimental
<span id="test"></span>
<span id="Test"></span>
<span id="TEST"></span>

gives a warning:

line 74 column 1 - Warning: <span> anchor "Test" already defined
line 75 column 1 - Warning: <span> anchor "TEST" already defined

that's ok for html4, but it is not the case in html5, as they are considered different elements
http://www.w3.org/TR/html5/disabled-elements.html#case-sensitivity

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions