Closed
Description
There are a number of case sensitivity issues with parsing HTML currently. What I've observed -
- closing a tag with a different case than it was opened with triggers an error. It probably shouldn't
<script>
and<style>
elements only get their special processing when they are written in lowercase- the various void elements are only parsed correctly if they are written in lowercase, otherwise they expect a closing tag (!doctype causes an error #336)
It feels like these could all be resolved with a couple of well-placed .toLowerCase()
s.
Metadata
Metadata
Assignees
Labels
No labels