Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 17 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<title>Web Components Specifications</title>
</head>
<body>
<h1>Web Components Specifications</h1>
<ul>
<li><a href="explainer/">Introduction to Web Components</a></li>
<li><a href="spec/shadow/">Shadow DOM</a></li>
<li><a href="spec/imports/">HTML Imports</a></li>
<li><a href="spec/custom/">Custom Elements</a></li>
</ul>
</body>
<head>
<title>Web Components Specifications and Proposals</title>
</head>
<body>
<h1>Web Components Specifications and Proposals</h1>
<h2>Specifications</h2>
<ul>
<li><a href="explainer/">Introduction to Web Components</a></li>
<li><a href="spec/shadow/">Shadow DOM</a></li>
<li><a href="spec/imports/">HTML Imports</a></li>
<li><a href="spec/custom/">Custom Elements</a></li>
</ul>
<h2>Proposals</h2>
<ul>
<li><a href="proposals/Declarative-Custom-Elements-Strawman">Declarative Custom Elements</a></li>
</ul>
</body>
</html>