Skip to content

Treat elements ids as case-sensitive #185

Closed
@geoffmcl

Description

@geoffmcl

Issue by eksperimental
Wednesday Dec 31, 2014 at 03:21 GMT
Originally opened as geoffmcl#7


<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

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions