diff --git a/polymer-micro.html b/polymer-micro.html index 818fa15a02..4acbc14eec 100644 --- a/polymer-micro.html +++ b/polymer-micro.html @@ -17,21 +17,17 @@ diff --git a/polymer.html b/polymer.html index a56f23c92b..114fa83171 100644 --- a/polymer.html +++ b/polymer.html @@ -21,34 +21,30 @@ diff --git a/src/features/micro/extends.html b/src/features/micro/extends.html index fe00835c02..53805f4253 100644 --- a/src/features/micro/extends.html +++ b/src/features/micro/extends.html @@ -12,52 +12,67 @@ /** * Support `extends` property (for type-extension only). * - * If the mixin is String-valued, the corresponding Polymer module - * is mixed in. + * If the mixin is String-valued, the corresponding Polymer module + * is mixed in. * * Polymer({ - * mixins: [ - * someObject, - * 'PolymerMixinModuleName' - * ], + * is: 'pro-input', + * extends: 'input', * ... * }); + * + * Type-extension objects are created using `is` notation in HTML, or via + * the secondary argument to `document.createElement` (the type-extension + * rules are part of the Custom Elements specification, not something + * created by Polymer). + * + * Example: + * + * + * + * + * + * + * + * diff --git a/src/features/mini/shady.html b/src/features/mini/shady.html index b5e6c88e2e..a9819f1df1 100644 --- a/src/features/mini/shady.html +++ b/src/features/mini/shady.html @@ -11,14 +11,14 @@ diff --git a/src/features/mini/template.html b/src/features/mini/template.html index 6c754418bc..d0655d8b61 100644 --- a/src/features/mini/template.html +++ b/src/features/mini/template.html @@ -15,50 +15,45 @@ * The `template` feature locates and instances a `