-
-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
document.querySelector misbehaving on 'tagName#id' #576
Comments
Of course you can search |
According to this W3C selector document, |
#576@patch: Fix querySelector issue on tag and id.
Thank you for reporting and contributing @Tanimodori! 🙂 Your PR has now been merged and released. You can read more about the release here: |
It ignores the
#id
part and search for thetagName
only.On my Chrome, both
console.log
print<div id="foo">bar</div>
.Environment
The text was updated successfully, but these errors were encountered: