Skip to content
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

Write an implementation of TreeSink #4

Open
alivenotions opened this issue Feb 9, 2023 · 2 comments
Open

Write an implementation of TreeSink #4

alivenotions opened this issue Feb 9, 2023 · 2 comments

Comments

@alivenotions
Copy link
Collaborator

Look at RcDom for reference (steal as much as you want)
Don't try to support old shit browsers and standards

@mathiasberggren
Copy link
Owner

mathiasberggren commented Feb 9, 2023

Some nice links that might be useful:

Is this the official DOM spec? IDK? Looks legit with spec in the url - https://dom.spec.whatwg.org/

https://docs.rs/html5ever/0.13.1/html5ever/rcdom/struct.Node.html

Mozilla docs is always amazing
https://developer.mozilla.org/en-US/docs/Web/API/Node

@alivenotions
Copy link
Collaborator Author

This spec also seems useful: https://html.spec.whatwg.org/multipage/#toc-syntax

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

2 participants