diff --git a/app/1.0/docs/devguide/local-dom.md b/app/1.0/docs/devguide/local-dom.md index 7518b3d328..b49b5db03d 100644 --- a/app/1.0/docs/devguide/local-dom.md +++ b/app/1.0/docs/devguide/local-dom.md @@ -18,6 +18,25 @@ when manipulating DOM from JavaScript. This interface covers most of the common DOM methods and properties, and is compatible with both shady DOM and native shadow DOM. +```html + + + +``` **Note:** Currently Polymer uses shady DOM by default on all browsers. To opt-in to using shadow DOM where available, see [Global