> I'm still using 1.2.4 version, but this happens with 1.3 too. Are you sure? You should get out-of-document-order results with 1.25 but not from 1.3.
http://jsfiddle.net/XCPdb/ (switch the Moo version to compare)
Taking getElements as a backward-compatible implementation of
querySelectorAll, results should be returned in DOM order regardless
of the order of the selectors in the selector string (as with native
qSA).
-- Sandy
