summaryrefslogtreecommitdiff
path: root/third_party/polymer/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/polymer/README.md')
-rw-r--r--third_party/polymer/README.md21
1 files changed, 16 insertions, 5 deletions
diff --git a/third_party/polymer/README.md b/third_party/polymer/README.md
index 1623552106..2f86540603 100644
--- a/third_party/polymer/README.md
+++ b/third_party/polymer/README.md
@@ -1,15 +1,26 @@
# Polymer
-Build Status: [http://build.chromium.org/p/client.polymer/waterfall](http://build.chromium.org/p/client.polymer/waterfall)
+Build Status:
+[http://build.chromium.org/p/client.polymer/waterfall](http://build.chromium.org/p/client.polymer/waterfall)
## Brief Overview
-For more detailed info goto [http://polymer-project.org/](http://polymer-project.org/).
+For more detailed info goto
+[http://polymer-project.org/](http://polymer-project.org/).
-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.
+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.
-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 Elements](https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html) and Model Driven Views. Currently these technologies are implemented as polyfills or shims, but as browsers adopt these features natively, the platform code that drives Polymer evacipates, leaving only the value-adds.
+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
+Elements](https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html)
+and Model Driven Views. Currently these technologies are implemented as
+polyfills or shims, but as browsers adopt these features natively, the platform
+code that drives Polymer evacipates, leaving only the value-adds.
## Tools & Testing
-For running tests or building minified files, consult the [tooling information](http://polymer-project.org/tooling-strategy.html).
+For running tests or building minified files, consult the [tooling
+information](http://polymer-project.org/tooling-strategy.html).