A follow-up for bug #3945. ID selectors don't work in querySelectorAll on XML documen...
authorJohn Resig <jeresig@gmail.com>
Wed, 21 Jan 2009 23:31:29 +0000 (23:31 +0000)
committerJohn Resig <jeresig@gmail.com>
Wed, 21 Jan 2009 23:31:29 +0000 (23:31 +0000)
commitd45f19394866c3006b5cca733d31417395b703e6
treef53e1275552e43bd54669b42380fb8e000a8f663
parent7d9d2105406fe7fcdc196df860ca155c3e4c8453
A follow-up for bug #3945. ID selectors don't work in querySelectorAll on XML documents, so we just fall back to the normal engine.
src/selector.js
test/unit/selector.js