basicHTML
basicHTML copied to clipboard
A NodeJS based, standard oriented, HTML implementation.
I found that `disconnectedCallback()` doesn't get invoked when removing a custom element from the DOM. To be honest, I don't really know what behaviour should I expect here: - diffing...
It seems like basicHTML doesn't support `insertAdjacentElement` at the moment, as it returns `document.body.insertAdjacentElement is not a function`.
Currently, the `init` with a `selector` method causes a *global* side effect on every selector, playing not particularly nice when `Document` class is extracted, and initialized, a part. Consider providing...
https://github.com/WebReflection/heresy-ssr/issues/21 Apparently the `html` and `body` or `head` checks are failing all over in heresy-ssr ... as that's basically the main consumer for this module, I'd like to fix this...