-
Notifications
You must be signed in to change notification settings - Fork 5
/
demo-fallback.html
46 lines (46 loc) · 2.11 KB
/
demo-fallback.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>html5-h Fallback Demo</title>
<script src="components/platform/platform.js"></script>
<link rel="import" href="fallback/html5-h.html">
<link rel="stylesheet" href="demo.css">
</head>
<body unresolved>
<h1 is="html5-h">Ramones: Hey! Ho! Let's Go</h1>
<div class="excode">
<p><strong>code:</strong></p>
<pre><code><h1 is="html5-h">Ramones: Hey! Ho! Let's Go</h1></code></pre>
</div>
<div class="info">
<p>This page uses the fallback version of <code><html5-h></code> that extends <code><h1></code>. You need only use this version if you are not using HTML5 sectioning elements or if JavaScript may be unavailable.</p>
<p>If you are working entirely in HTML5 and JavaScript will be available, please use the <a href="http://thepaciellogroup.github.io/html5-h/"><strong>recommended, stand-alone</strong> version of <code><html5-h></code></a> instead. More information can be found in the <a href="https://github.com/ThePacielloGroup/html5-h#html5-h">README</a>.</p>
</div>
<h1 is="html5-h">Heading text level 1</h1>
<section><h1 is="html5-h">Heading text level 2</h1>
<section><h1 is="html5-h">Heading text level 3</h1>
<section><h1 is="html5-h">Heading text level 4</h1>
<section><h1 is="html5-h">Heading text level 5</h1>
<section><h1 is="html5-h">Heading text level 6</h1>
</section>
</section>
</section>
</section>
</section>
<div class="excode">
<p><strong>code:</strong></p>
<pre><code><h1 is="html5-h">Heading text level 1</h1>
<section><h1 is="html5-h">Heading text level 2</h1>
<section><h1 is="html5-h">Heading text level 3</h1>
<section><h1 is="html5-h">Heading text level 4</h1>
<section><h1 is="html5-h">Heading text level 5</h1>
<section><h1 is="html5-h">Heading text level 6</h1>
</section>
</section>
</section>
</section>
</section></code></pre>
</div>
</body>
</html>