Re: [SelectorsAPI] Thoughts on querySelectorAll

 >> document.addQuerySelector(":hidden", function(elem){ return
 >> isHidden(elem); });
 >
 >This might be easier to do in Gecko in some ways than doing the position
 >index, for what it's worth.

I must correct that.  The correct statement is:  It would be easier to do if the 
source of the function could be trusted.

Which of course it can't.  Sometimes I really hate the Web.  :(

-Boris

Received on Saturday, 3 May 2008 03:07:14 UTC