diff --git a/polymer.html b/polymer.html
index 37cd51dde4..5f0c5e06e8 100644
--- a/polymer.html
+++ b/polymer.html
@@ -88,8 +88,8 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/src/lib/custom-style.html b/src/lib/custom-style.html
index 1c69b90937..054a46e513 100644
--- a/src/lib/custom-style.html
+++ b/src/lib/custom-style.html
@@ -17,12 +17,12 @@
in the main document that can take advantage of several special features of
Polymer's styling system:
-* Document styles defined in an `x-style` will be shimmed to ensure they do
+* Document styles defined in a `custom-style` will be shimmed to ensure they do
not leak into local DOM when running on browsers without non-native Shadow DOM.
* Shadow DOM-specific `/deep/` and `::shadow` combinators will be shimmed on
browsers without non-native Shadow DOM.
-* Custom properties used by Polymer's experimental shim for cross-scope styling
-may be defined in an `x-style`.
+* Custom properties used by Polymer's shim for cross-scope styling
+may be defined in an `custom-style`.
Example:
diff --git a/src/lib/template/x-array-selector.html b/src/lib/template/array-selector.html
similarity index 93%
rename from src/lib/template/x-array-selector.html
rename to src/lib/template/array-selector.html
index 92f5006aa2..7ee67838c6 100644
--- a/src/lib/template/x-array-selector.html
+++ b/src/lib/template/array-selector.html
@@ -10,7 +10,7 @@