You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/index.html
+2
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ <h2>Shadow DOM Code Samples</h2>
37
37
38
38
<p>It all begins with a basic recipe for making a well-encapsulated <ahref="contacts-widget.html">Contacts Widget</a>.</p>
39
39
40
+
<p>A more advanced recipe shows how <ahref="http://dev.w3.org/csswg/css-variables/">CSS Variables</a> could be used to attenuate styling of shadow DOM for things like <ahref="widget-theming.html">theming</a>.</p>
41
+
40
42
<p>The <ahref="replay-extension.html">DOM replay extension</a> example/recipe illustrates a technique that can be used to inject new user interface into an existing document without disturbing document's structure.</p>
41
43
42
44
<p>There's a fairly involved <ahref="../spec/shadow/index.html#shadow-dom-example">example</a> in the <ahref="../spec/shadow/index.html">Shadow DOM</a> specification.</p>
0 commit comments