Why does Sizzle evaluate selectors from right to left? Can anybody give me examples to explain why it will be faster when the selectors are evaluated from right to left than from left to right?
As this mentioned, browser is different from the usual jQuery thing. If it isn't a matter of being faster, does it only follow how selectors works in browser, although it is not a good choice for selecting a collection of elements?