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

Reply via email to