Re: QSA, the problem with ":scope", and naming

On 2011-10-20 13:35, Sean Hogan wrote:
> I wonder if anyone is relying on querySelectorAll() returning a
> StaticNodeList?

Only if there are people out there using list.item(n) instead of 
list[n], or people extending the NodeList interface and expecting such 
methods to be available on the result.  Though I suspect the former is 
very rare, and the latter doesn't work in all browsers.

-- 
Lachlan Hunt - Opera Software
http://lachy.id.au/
http://www.opera.com/

Received on Thursday, 20 October 2011 11:50:15 UTC