oga/spec/oga
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
..
css Lexer/parser specs for CSS axes without whitespace 2015-09-04 15:13:38 +02:00
html Fixed parsing HTML identifiers containing colons 2015-12-26 20:28:35 +01:00
ruby Only wrap followed_by nodes in begin/end 2015-08-19 20:14:24 +02:00
xml Fixed parsing HTML identifiers containing colons 2015-12-26 20:28:35 +01:00
xpath Evaluate compiled blocks in an isolated Binding 2015-09-07 14:02:31 +02:00
blacklist_spec.rb Added Blacklist/Whitelist classes 2015-05-17 21:55:06 +02:00
entity_decoder_spec.rb Added Oga::EntityDecoder 2015-04-07 21:18:15 +02:00
lru_spec.rb Added LRU#maximum=/maximum 2015-03-23 00:26:48 +01:00
oga_spec.rb Support for strict parsing of XML documents 2015-06-15 23:53:11 +02:00
whitelist_spec.rb Added Blacklist/Whitelist classes 2015-05-17 21:55:06 +02:00