oga/ext/ragel
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
..
base_lexer.rl Relax support for HTML unquoted attribute values 2015-06-29 16:35:48 +02:00