Sanford: note that getElements takes any selector since MooTools Core 1.3 (introduction of Slick).
This means that getElements('>') equals getChildren(), and getElements('>
div') equals getChildren('div').
In the same way, getElement('> div') equals getFirst('div').
There is some stuff in our API that is not perfect yet.
