-
Notifications
You must be signed in to change notification settings - Fork 2k
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
api.Document.contains entry not needed #6832
Comments
As pointed out in #6841, https://developer.mozilla.org/en-US/docs/Web/API/Document/contains is 404. https://developer.mozilla.org/en-US/docs/Web/API/Document#Internet_Explorer_notes should still be updated, though. |
I wrote http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=8549 as a test case. It looks like in IE11, |
I've now removed the bit about |
I've sent #6832 to sort this out. |
https://developer.mozilla.org/en-US/docs/Web/API/Node/contains also exists, and
Document
inherits fromNode
.https://developer.mozilla.org/en-US/docs/Web/API/Document#Internet_Explorer_notes hints at the origin of this, but if IE had
contains()
onDocument
but not onNode
, then that could be documented with a node forapi.Node.contains
.The text was updated successfully, but these errors were encountered: