parse5
parse5 copied to clipboard
HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.
Switches the 3 remaining dual packages to ESM only: - `parse5-htmlparser2-tree-adapter` - `parse5-parser-stream` - `parse5` **NOTE:** we still haven't decided if we are ready to do this yet. just leaving...
For some reason, given html that looks like this to parse... ``` Headache, Migraine, Classic ``` The title element gets moved to the body like this... ``` Headache,...
[Declarative shadow dom](https://web.dev/articles/declarative-shadow-dom) is a relatively new feature, but now has cross browser support so it would be good if `parse5` could support parsing and serializing declarative shadow roots. From...
Hi, I’ve made an update to the README by replacing the NPM download badge with one that links to npm-compare.com, where users can view the dynamic download trends of [parse5](parse5)....
https://github.com/html5lib/html5lib-tests/pull/178 The proposal isn't merged yet, and the error codes are off. The forked html5lib-tests makes it more complicated. I recommend to ditch the fork of html5lib-tests and give up...