Element traversal API documented
I’ve just finished documenting the Element Traversal API that is supported by Firefox 3.1. This involves several new attributes added to the DOM Element object:
childElementCountchildrenfirstElementChildlastElementChildnextElementSibling- previousElementSibling
These make it easy to walk through a document’s elements to manipulate the element hierarchy. You can work with them in real-time, making live changes to the elements, adding new ones, and so forth.

November 18th, 2008 at 3:32 PM
hmm, all except last link seem to be broken
November 18th, 2008 at 5:06 PM
Fixed the links. Bad copy and paste in action. :)