forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
badging.json
118 lines (118 loc) · 3.19 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"spec": {
"title": "Badging API",
"url": "https://w3c.github.io/badging/"
},
"headings": [
{
"id": "title",
"href": "https://w3c.github.io/badging/#title",
"level": 1,
"title": "Badging API"
},
{
"id": "toc",
"href": "https://w3c.github.io/badging/#toc",
"level": 2,
"title": "Table of Contents"
},
{
"id": "usage-examples",
"href": "https://w3c.github.io/badging/#usage-examples",
"level": 2,
"title": "Usage examples",
"number": "1"
},
{
"id": "badge-model",
"href": "https://w3c.github.io/badging/#badge-model",
"level": 2,
"title": "Badge model",
"number": "2"
},
{
"id": "badge-display",
"href": "https://w3c.github.io/badging/#badge-display",
"level": 2,
"title": "Badge display",
"number": "3"
},
{
"id": "extensions-to-the-navigator-and-workernavigator-interfaces",
"href": "https://w3c.github.io/badging/#extensions-to-the-navigator-and-workernavigator-interfaces",
"level": 2,
"title": "Extensions to the Navigator and WorkerNavigator interfaces",
"number": "4"
},
{
"id": "setclientbadge-method",
"href": "https://w3c.github.io/badging/#setclientbadge-method",
"level": 3,
"title": "setClientBadge() method",
"number": "4.1"
},
{
"id": "clearclientbadge-method",
"href": "https://w3c.github.io/badging/#clearclientbadge-method",
"level": 3,
"title": "clearClientBadge() method",
"number": "4.2"
},
{
"id": "setappbadge-method",
"href": "https://w3c.github.io/badging/#setappbadge-method",
"level": 3,
"title": "setAppBadge() method",
"number": "4.3"
},
{
"id": "clearappbadge-method",
"href": "https://w3c.github.io/badging/#clearappbadge-method",
"level": 3,
"title": "clearAppBadge() method",
"number": "4.4"
},
{
"id": "determining-the-set-of-matching-applications",
"href": "https://w3c.github.io/badging/#determining-the-set-of-matching-applications",
"level": 3,
"title": "Determining the set of matching applications",
"number": "4.5"
},
{
"id": "security-and-privacy-considerations",
"href": "https://w3c.github.io/badging/#security-and-privacy-considerations",
"level": 2,
"title": "Security and privacy considerations",
"number": "5"
},
{
"id": "accessibility-considerations",
"href": "https://w3c.github.io/badging/#accessibility-considerations",
"level": 2,
"title": "Accessibility considerations",
"number": "6"
},
{
"id": "conformance",
"href": "https://w3c.github.io/badging/#conformance",
"level": 2,
"title": "Conformance",
"number": "7"
},
{
"id": "references",
"href": "https://w3c.github.io/badging/#references",
"level": 2,
"title": "References",
"number": "A"
},
{
"id": "normative-references",
"href": "https://w3c.github.io/badging/#normative-references",
"level": 3,
"title": "Normative references",
"number": "A.1"
}
]
}