- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Fri, 02 May 2008 22:06:36 -0500
- To: public-webapi@w3.org
>> 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