Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 86317a6

Browse files
Announced the future version of this polyfill
1 parent 1c5efeb commit 86317a6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ document-register-element
33
[![build status](https://travis-ci.org/WebReflection/document-register-element.svg)](https://travis-ci.org/WebReflection/document-register-element) [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](https://github.com/WebReflection/donate) [![Backers on Open Collective](https://opencollective.com/document-register-element/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/document-register-element/sponsors/badge.svg)](#sponsors)
44
=========================
55

6+
### Announcement
7+
8+
Please help me out testing [the future version of this polyfill](https://github.com/WebReflection/custom-elements-ie#readme), as example by simply using `https://unpkg.com/@webreflection/custom-elements-ie` as library, in case you are getting this polyfill from some CDN.
9+
10+
**New Features**
11+
12+
* no [constructor caveats](https://github.com/WebReflection/document-register-element#v1-caveat), everything works like in Chrome or Firefox
13+
* better performance, only defined builtin gets observed, thanks to [qsa-observer](https://github.com/WebReflection/qsa-observer#readme)
14+
* better memory handling: no leaks, and less operations
15+
* better ShadowDOM integration: builtin extends are observed within ShadowDOM nodes, either opened or closed
16+
17+
Thanks in advance for making Custom Elements with Builtin Extends available to everyone ♥
18+
19+
- - -
20+
621
A stand-alone lightweight version of [Custom Elements V1](https://html.spec.whatwg.org/multipage/scripting.html#custom-elements)
722
based on top, and compatible with, the battle-tested [Custom Elements V0](http://w3c.github.io/webcomponents/spec/custom/),
823
already used in production with projects such as [Google AMP HTML ⚡](https://github.com/ampproject/amphtml#amp-html-) and others.

0 commit comments

Comments
 (0)