-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Remove ParentNode mixin docs #5057
Conversation
Preview URLs
FlawsNote! 1 document with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
External URLsURL: No new external URLs URL:
URL: URL:
URL:
URL:
URL: No new external URLs URL:
URL: No new external URLs URL: No new external URLs URL:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, this look great; thanks @Elchi3 !
Interfaces implementing ParentNode (Document, DocumentFragment, Element) now document all ParentNode features directly without the ParentNode abstraction. This removes the remaining ParentNode pages:
https://developer.mozilla.org/en-US/docs/Web/API/ParentNode
https://developer.mozilla.org/en-US/docs/Web/API/ParentNode/querySelector
https://developer.mozilla.org/en-US/docs/Web/API/ParentNode/querySelectorAll
To double check, the following pages exist already:
https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector
https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/querySelector
https://developer.mozilla.org/en-US/docs/Web/API/Element/querySelector
https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelectorAll
https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment/querySelectorAll
https://developer.mozilla.org/en-US/docs/Web/API/Element/querySelectorAll