OLD | NEW |
1 # Polymer | 1 # Polymer |
2 | 2 |
3 [](https://github.com/igrigorik/ga-beacon) | 3 [](https://github.com/igrigorik/ga-beacon) |
4 | 4 |
5 Build Status: [http://build.chromium.org/p/client.polymer/waterfall](http://buil
d.chromium.org/p/client.polymer/waterfall) | 5 Build Status: [http://build.chromium.org/p/client.polymer/waterfall](http://buil
d.chromium.org/p/client.polymer/waterfall) |
6 | 6 |
7 ## Brief Overview | 7 ## Brief Overview |
8 | 8 |
9 For more detailed info goto [http://polymer-project.org/](http://polymer-project
.org/). | 9 For more detailed info goto [http://polymer-project.org/](http://polymer-project
.org/). |
10 | 10 |
11 Polymer is a new type of library for the web, designed to leverage the existing
browser infrastructure to provide the encapsulation and extendability currently
only available in JS libraries. | 11 Polymer is a new type of library for the web, designed to leverage the existing
browser infrastructure to provide the encapsulation and extendability currently
only available in JS libraries. |
12 | 12 |
13 Polymer is based on a set of future technologies, including [Shadow DOM](https:/
/dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html), [Custom Elem
ents](https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html)
and Model Driven Views. Currently these technologies are implemented as polyfill
s or shims, but as browsers adopt these features natively, the platform code tha
t drives Polymer evacipates, leaving only the value-adds. | 13 Polymer is based on a set of future technologies, including [Shadow DOM](https:/
/dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html), [Custom Elem
ents](https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html)
and Model Driven Views. Currently these technologies are implemented as polyfill
s or shims, but as browsers adopt these features natively, the platform code tha
t drives Polymer evacipates, leaving only the value-adds. |
14 | 14 |
15 ## Tools & Testing | 15 ## Tools & Testing |
16 | 16 |
17 For running tests or building minified files, consult the [tooling information](
http://www.polymer-project.org/resources/tooling-strategy.html). | 17 For running tests or building minified files, consult the [tooling information](
http://www.polymer-project.org/resources/tooling-strategy.html). |
OLD | NEW |