You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2019. It is now read-only.
> **Note**. For polyfills that work with Custom Elements and Shadow DOM v1, see the [v1 branch](https://github.com/webcomponents/webcomponentsjs/tree/v1).
7
+
6
8
A suite of polyfills supporting the [Web Components](http://webcomponents.org) specs:
7
9
8
-
**Custom Elements**: allows authors to define their own custom tags ([spec](https://w3c.github.io/webcomponents/spec/custom/)).
10
+
**Custom Elements v0**: allows authors to define their own custom tags ([spec](https://w3c.github.io/webcomponents/spec/custom/)).
9
11
10
12
**HTML Imports**: a way to include and reuse HTML documents via other HTML documents ([spec](https://w3c.github.io/webcomponents/spec/imports/)).
11
13
12
-
**Shadow DOM**: provides encapsulation by hiding DOM subtrees under shadow roots ([spec](https://w3c.github.io/webcomponents/spec/shadow/)).
14
+
**Shadow DOM v0**: provides encapsulation by hiding DOM subtrees under shadow roots ([spec](https://w3c.github.io/webcomponents/spec/shadow/)).
13
15
14
16
This also folds in polyfills for `MutationObserver` and `WeakMap`.
15
17
16
-
17
18
## Releases
18
19
19
20
Pre-built (concatenated & minified) versions of the polyfills are maintained in the [tagged versions](https://github.com/webcomponents/webcomponentsjs/releases) of this repo. There are two variants:
0 commit comments