Skip to content

No CharacterData in DOM hierarchy #3035

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

Closed
querykuma opened this issue Jun 3, 2022 · 0 comments
Closed

No CharacterData in DOM hierarchy #3035

querykuma opened this issue Jun 3, 2022 · 0 comments

Comments

@querykuma
Copy link

dom-class-hierarchy.svg can be found at basic-dom-node-properties.
mBQkq.png can be found at stackoverflow.com.

There is a difference between dom-class-hierarchy.svg and mBQkq.png.
I think the prototype for Text and Comment is CharacterData.

> Object.getPrototypeOf(Text).name
'CharacterData'
> Object.getPrototypeOf(Comment).name
'CharacterData'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant