html-element
html-element copied to clipboard
A simple HTMLElement shim on the server
While `itemprop` is included, all the other associated global `item*` attributes are missing. See the `itemprop` examples here for more info: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/itemprop Thanks!
`maxlength` key is duplicated in `HTML_ATTRIBUTES` map
When will the method .getElementById can be used?
Hi! I have some HTML like: ```html Hello world ``` And I want: ``` Hello world ``` Usually I'd use [innerText](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/innerText), but it doesn't seem to be available here. Is...
this is the behaviour of the browser
It looks like your implementation of [Element](https://developer.mozilla.org/en-US/docs/Web/API/Element) includes some functionality only specified for [HTMLElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement), such as `dataset` (https://github.com/1N50MN14/html-element/blob/9673c8d5/index.js#L92) and `style`. Is there any intention to separate these, or am I...
https://www.npmjs.com/package/parse-element
I will make pull req for this
Hey, I have a package called [element-kit](https://github.com/mkay581/element-kit) that provides an HTMLElement API interface that is meant to conform, but also extend, the current [HTMLElement spec](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement). It looks like this is...