oga/ext
Yorick Peterse f574197ea6
Ignore nested element start tags
This ensures that Oga is able to tokenize input such as the following:

    <script<script>foo</script>

Oga will now treat this as:

    <script>foo</script>

This is based on libxml behaviour, which seems to differ a bit from
Chromium which treats the node as a text node. This however would
require complex look-ahead logic (as far as I can tell) that I really
don't want to implement in Oga.

Fixes #186
2017-12-28 16:12:20 +01:00
..
c Don't warn for implicit fallthroughs 2017-06-17 13:46:59 +02:00
java Nuked Oga::XML::Lexer#html 2015-06-15 23:45:20 +02:00
ragel Ignore nested element start tags 2017-12-28 16:12:20 +01:00