html-element icon indicating copy to clipboard operation
html-element copied to clipboard

improving the HTMLElement api (ECMAScript proposal)

Open markcellus opened this issue 9 years ago • 0 comments

Hey, I have a package called element-kit that provides an HTMLElement API interface that is meant to conform, but also extend, the current HTMLElement spec. It looks like this is what your package does also.

The element-kit package is used on many public facing websites in production today like barclaycardus.com, fallout4.com, and more.

The element-kit package I started has a lot of functionality that can be ported over to this package, instead of using a separate package. Here is the api documentation of some of the methods of the HTMLElement in the package that I would like to add to this package:

https://github.com/mkay581/element-kit/blob/master/docs/element.md

I am in contact with the ECMAScript community and my intention is to continue to provide an improved version of the HTMLElement API but I also intend to use the existing methods in Element Kit as a proposal for future ECMAScript adoption.

Please let me know your thoughts and/or if this is something that you would consider allowing integrated into your package.

Thanks

markcellus avatar Mar 28 '16 16:03 markcellus