-
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
Document CharacterData #2396
Comments
Is there a list of all pages that are missing? |
@Ryuno-Ki yup, just look at the page, the ones highlighted in red are not written. Usually with these interface pages, whoever documented the interface will add all of the links to the missing property pages. BCD will also expose this to you if the BCD has been completed for everything in the API, or ideally take a look at the spec to check. There are a lot of interfaces that are like this. |
Yep, what Rachel says. BCD is already complete for this one. |
Oh, okay. I thought we would have a meta-issue for tracking them. |
This got done 🎉 |
https://developer.mozilla.org/en-US/docs/Web/API/CharacterData is incomplete. None of the sub pages exist but they should. CharacterData is a core DOM API that is well supported and that should have proper docs.
This came up in #2394 where I removed the weird NonDocumentTypeChildNode mixin, so don't worry about that anymore.
CharacterData is the parent interface for Text, ProcessingInstruction, and Comment nodes, so when creating the pages and example code, you probably want to show how to use CharacterData methods like
appendData()
with something concrete like https://developer.mozilla.org/en-US/docs/Web/API/Text nodes.The text was updated successfully, but these errors were encountered: