oga/ext
Yorick Peterse 66fc4b1dfc Fixed parsing HTML identifiers containing colons
HTML identifiers containing colons should be treated in two ways:

* For element names the prefix (= the namespace prefix in case of XML)
  should be ignored as HTML doesn't support/use namespaces.
* For attribute names a colon is a valid character, thus "foo:bar:baz"
  should be treated as a single attribute name.

This fixes #142.
2015-12-26 20:28:35 +01: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 Fixed parsing HTML identifiers containing colons 2015-12-26 20:28:35 +01:00