From 52f1cfb7661b894bf80a7adefc1a86892b784f12 Mon Sep 17 00:00:00 2001 From: alemarre Date: Thu, 28 Jul 2016 11:37:26 +0200 Subject: [PATCH] DOMs : Add schema to complete the text explanation Hi, The text explanation was a bit confusing for me at the first read (a lot a "new" terms : local dom, light dom, shadow dom, shady dom) I think a schema could help understanding --- app/1.0/docs/devguide/local-dom.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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