OLD | NEW |
1 webcomponents.js | 1 webcomponents.js |
2 ================ | 2 ================ |
3 | 3 |
4 A suite of polyfills supporting the [Web Components](http://webcomponents.org) s
pecs: | 4 A suite of polyfills supporting the [Web Components](http://webcomponents.org) s
pecs: |
5 | 5 |
6 **Custom Elements**: allows authors to define their own custom tags ([spec](http
s://w3c.github.io/webcomponents/spec/custom/)). | 6 **Custom Elements**: allows authors to define their own custom tags ([spec](http
s://w3c.github.io/webcomponents/spec/custom/)). |
7 | 7 |
8 **HTML Imports**: a way to include and reuse HTML documents via other HTML docum
ents ([spec](https://w3c.github.io/webcomponents/spec/imports/)). | 8 **HTML Imports**: a way to include and reuse HTML documents via other HTML docum
ents ([spec](https://w3c.github.io/webcomponents/spec/imports/)). |
9 | 9 |
10 **Shadow DOM**: provides encapsulation by hiding DOM subtrees under shadow roots
([spec](https://w3c.github.io/webcomponents/spec/shadow/)). | 10 **Shadow DOM**: provides encapsulation by hiding DOM subtrees under shadow roots
([spec](https://w3c.github.io/webcomponents/spec/shadow/)). |
(...skipping 24 matching lines...) Expand all Loading... |
35 # build | 35 # build |
36 gulp build | 36 gulp build |
37 | 37 |
38 The builds will be placed into the `dist/` directory. | 38 The builds will be placed into the `dist/` directory. |
39 | 39 |
40 ## Contribute | 40 ## Contribute |
41 | 41 |
42 See the [contributing guide](CONTRIBUTING.md) | 42 See the [contributing guide](CONTRIBUTING.md) |
43 | 43 |
44 | 44 |
OLD | NEW |