oga/spec/oga
Yorick Peterse 57adabc068 Ensure SAX after_element receives meaningful args
This changes the behaviour of after_element when parsing documents using the SAX
parsing API. Previously it would always receive a nil argument, which is kinda
pointless. This commit changes that by making sure it receives a namespace name
(if any) and the element name.

This fixes #54.
2014-11-16 23:32:32 +01:00
..
css Fixed CSS eval specs for nth-(first|last)-of-type. 2014-11-15 18:27:26 +01:00
html Implemented a basic SAX API. 2014-09-16 14:30:46 +02:00
xml Ensure SAX after_element receives meaningful args 2014-11-16 23:32:32 +01:00
xpath Evaluate XPath predicates for every context node. 2014-11-15 00:31:44 +01:00
oga_spec.rb Implemented a basic SAX API. 2014-09-16 14:30:46 +02:00