I know that live NodeList returned by getElementsByTagName
preserves the document order of elements.
Is it true for getElementsdByClassName
, getElementsByName
and querySelectorAll
methods?
does these method also preserve the document order?
Any DOM/HTML5 W3C standard link would be appreciated.