Behavior of querySelector/querySelectorAll with |div and *|div

I don't think it is clear in the Selectors API spec what the behavior  
should be when calling querySelector or querySelectorAll with a  
selector string that contains selectors like "|div" or "*|div" in the  
case of an implementation that does not support the NSResolver part.   
I think it would be reasonable if the "*|div" acted just like "div",  
but I am unsure about the "|div" case.

-Sam

Received on Tuesday, 8 July 2008 00:32:35 UTC