Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(340)

Side by Side Diff: polymer_0.5.4/bower_components/webcomponentsjs/README.md

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698