You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2023. It is now read-only.
In reality, what you're doing with html5lib is walking the tree, and it's entirely possible to use this as the hook into the html5lib testsuite (see html5lib/tests/test_treewalker.py in [html5lib/html5lib-python]). For the sake of providing API compatibility with html5lib.parse, html5lib should have some treewalker-to-treebuilder API (this is on my to-do list in my head and shortly have an issue over in that project).