diff --git a/docs/polymer/polymer.md b/docs/polymer/polymer.md index 491a0a12e8..0bf3b47b92 100644 --- a/docs/polymer/polymer.md +++ b/docs/polymer/polymer.md @@ -20,9 +20,21 @@ At the heart of {{site.project_title}} are [Custom Elements](/platform/custom-el - + +The element declaration includes: + +- The `name` attribute specifies the name of the new custom element. +- The optional ` @@ -868,7 +942,7 @@ and data-bound. @@ -884,7 +958,7 @@ When you override an inherited method, you can call the parent's method with `th You are {{praise}} !