Re: Elements array and query/queryAll methods

Also this:

var elems = document.queryAll("p");
elems.push(elems);
elems.queryAll("span");

Should that still work? The last entry is not an element but it
supports queryAll.

Received on Tuesday, 8 April 2014 18:52:27 UTC