oga/spec
Yorick Peterse a586a512b8 Removed support for CSS such as "|X"
This expression could be used to get all elements that _don't_ have any
namespace. The problem is that this can't be expressed as just a node test,
instead the resulting XPath would have to look something like the following:

    X[local-name() = name()]

However, since the XPath predicates are already created for pseudo classes and
such, also injecting the above into it would be a real big pain. As such I've
decided not to support it.
2014-11-05 00:45:40 +01:00
..
oga Removed support for CSS such as "|X" 2014-11-05 00:45:40 +01:00
support Added initial CSS evaluation tests. 2014-11-04 23:34:01 +01:00
spec_helper.rb Added initial CSS evaluation tests. 2014-11-04 23:34:01 +01:00