forked from htacg/tidy-html5
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
<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