Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit 9734aef

Browse files
authored
Update README.md
1 parent 0fbebea commit 9734aef

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
webcomponents.js
1+
webcomponents.js (v0 spec polyfills)
22
================
33

44
[![Build Status](https://travis-ci.org/webcomponents/webcomponentsjs.svg?branch=master)](https://travis-ci.org/webcomponents/webcomponentsjs)
55

6+
> **Note**. For polyfills that work with Custom Elements and Shadow DOM v1, see the [v1 branch](https://github.com/webcomponents/webcomponentsjs/tree/v1).
7+
68
A suite of polyfills supporting the [Web Components](http://webcomponents.org) specs:
79

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/)).
911

1012
**HTML Imports**: a way to include and reuse HTML documents via other HTML documents ([spec](https://w3c.github.io/webcomponents/spec/imports/)).
1113

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/)).
1315

1416
This also folds in polyfills for `MutationObserver` and `WeakMap`.
1517

16-
1718
## Releases
1819

1920
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

Comments
 (0)