basicHTML icon indicating copy to clipboard operation
basicHTML copied to clipboard

A NodeJS based, standard oriented, HTML implementation.

Results 4 basicHTML issues
Sort by recently updated
recently updated
newest added

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...

enhancement

It seems like basicHTML doesn't support `insertAdjacentElement` at the moment, as it returns `document.body.insertAdjacentElement is not a function`.

enhancement

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...

enhancement

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...