This repository has been archived by the owner on May 9, 2019. It is now read-only.
forked from zinas/the-90s-polyfil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (42 loc) · 1.62 KB
/
index.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
47
48
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>90s Welcome</title>
<style>body { background-color: white;}</style>
</head>
<body>
<h2><a href="/nineties-welcome/index.html"><nineties-welcome></a></h2>
<p>Anything you put inside the element becomes an alert box.</p>
<ul>
<li>Register a custom element</li>
<li>Use html imports</li>
<li>Handle unstyled content, before the element is registered</li>
<li>Use the equivalent of the "onload" event</li>
</ul>
<h2><a href="/nineties-under-construction/"><nineties-under-construction></a></h2>
<p>Shows an "Under Construction" animated icon, along with some custom text.</p>
<ul>
<li>How to render content from a template</li>
<li>How to access elements inside an imported document</li>
<li>How to write styles specific for a template's contents</li>
<li>How to add nodes in the Shadow DOM</li>
</ul>
<h2><a href="/nineties-nbsp/"><nineties-nbsp></a></h2>
<p>Places as many &nbsp's as you need.</p>
<ul>
<li>How to create Shadow DOM</li>
<li>How to read custom attributes</li>
</ul>
<h2><a href="/nineties-blink/"><nineties-blink></a></h2>
<p>Makes the contents inside the element blink.</p>
<ul>
<li>How to respond to an attribute change (in the console)</li>
</ul>
<h2><a href="/nineties-spacer/"><img is="nineties-spacer" width="100" height="100"></a></h2>
<p>The infamous spacer gif, at your service.</p>
<ul>
<li>How to extend an <img> element</li>
</ul>
</body>
</html>