forked from WICG/digital-goods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (37 loc) · 943 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Spec proposal</title>
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
<script class='remove'>
// See https://github.com/w3c/respec/wiki/ for how to configure ReSpec
var respecConfig = {
specStatus: "CG-DRAFT",
shortName: "digital-goods",
editors: [{
name: "Marcos Cáceres"
}]
};
</script>
</head>
<body>
<section id="abstract">
<p>
This specification does neat stuff.
</p>
</section>
<section id="sotd">
<p>
This is an unofficial proposal.
</p>
</section>
<section id="introduction">
<h2>Introduction</h2>
<p>
See <a href="https://github.com/w3c/respec/wiki/User's-Guide">ReSpec's user guide</a>
for how toget started!
</p>
</section>
</body>
</html>