oga/lib
Yorick Peterse 0128dc50ae Fixed CSS evaluation of :first-of-type
The old XPath "position() = 1" would work in Nokogiri due to the way they
retrieve descendants. In Oga however this would simply always return the first
node.

To fix this Oga now counts the amount of preceding siblings that match the same
full name.
2014-11-14 01:25:03 +01:00
..
oga Fixed CSS evaluation of :first-of-type 2014-11-14 01:25:03 +01:00
oga.rb First step at rewriting the CSS parser. 2014-10-20 00:30:16 +02:00