oga/spec
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
..
oga Fixed parsing HTML identifiers containing colons 2015-12-26 20:28:35 +01:00
support Revamped ancestor/ancestor-or-self axis specs 2015-08-26 22:35:13 +02:00
spec_helper.rb Added thread-safe LRU class 2015-03-23 00:21:52 +01:00