-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (39 loc) · 1017 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
39
40
41
42
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Share Button Type</title>
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
<script class='remove'>
"use strict";
// See https://github.com/w3c/respec/wiki/ for how to configure ReSpec
var respecConfig = {
"githubAPI": "WICG/share-button-type",
"editors": [{
name: "Jeremy Keith",
email: "jeremy@adactio.com",
company: "Clearleft",
companyURL: "https://clearleft.com",
},
// Add additional editors here.
// https://github.com/w3c/respec/wiki/editors
],
"shortName": "share-button-type",
"specStatus": "CG-DRAFT",
"wg": "WICG",
};
</script>
</head>
<body>
<section id="abstract">
<p>
This specification provides a declarative alternative for simple use cases of the Web Share API.
</p>
</section>
<section id="sotd">
<p>
This is an unofficial proposal.
</p>
</section>
</body>
</html>