Skip to content

Commit ed94b49

Browse files
committed
[Samples]: Link to theming recipe from the samples page.
1 parent eaab7e4 commit ed94b49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ <h2>Shadow DOM Code Samples</h2>
3737

3838
<p>It all begins with a basic recipe for making a well-encapsulated <a href="contacts-widget.html">Contacts Widget</a>.</p>
3939

40+
<p>A more advanced recipe shows how <a href="http://dev.w3.org/csswg/css-variables/">CSS Variables</a> could be used to attenuate styling of shadow DOM for things like <a href="widget-theming.html">theming</a>.</p>
41+
4042
<p>The <a href="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>
4143

4244
<p>There's a fairly involved <a href="../spec/shadow/index.html#shadow-dom-example">example</a> in the <a href="../spec/shadow/index.html">Shadow DOM</a> specification.</p>

0 commit comments

Comments
 (0)