oga/ext
Yorick Peterse 3b633ff41c Relax support for HTML unquoted attribute values
This allows for parsing of HTML such as:

    <a href=lol("javascript")></a>

Here the "href" attribute would have its value set to:

    lol("javascript")

Fixes #119
2015-06-29 16:35:48 +02:00
..
c Nuked Oga::XML::Lexer#html 2015-06-15 23:45:20 +02:00
java Nuked Oga::XML::Lexer#html 2015-06-15 23:45:20 +02:00
ragel Relax support for HTML unquoted attribute values 2015-06-29 16:35:48 +02:00