Fix getNode()
yet again to walk the tree properly. Also, make CHTMLcoreNode()
step through inferred rows (to match what Core()
does) so that it will get the correct DOM node for the Core()
element. Finally, make CHTMLaddChild()
add a box of the correct type if forceChild
is set. Resolves issue #1541 (closed).