forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbadging.json
47 lines (47 loc) · 1018 Bytes
/
badging.json
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
{
"spec": {
"title": "Badging API",
"url": "https://w3c.github.io/badging/"
},
"refs": {
"normative": [
{
"name": "AppManifest",
"url": "https://www.w3.org/TR/appmanifest/"
},
{
"name": "dom",
"url": "https://dom.spec.whatwg.org/"
},
{
"name": "html",
"url": "https://html.spec.whatwg.org/multipage/"
},
{
"name": "infra",
"url": "https://infra.spec.whatwg.org/"
},
{
"name": "ltli",
"url": "https://www.w3.org/TR/ltli/"
},
{
"name": "RFC2119",
"url": "https://www.rfc-editor.org/rfc/rfc2119"
},
{
"name": "RFC8174",
"url": "https://www.rfc-editor.org/rfc/rfc8174"
},
{
"name": "service-workers",
"url": "https://www.w3.org/TR/service-workers-1/"
},
{
"name": "WebIDL",
"url": "https://heycam.github.io/webidl/"
}
],
"informative": []
}
}