-
Notifications
You must be signed in to change notification settings - Fork 74
/
contact-picker.json
139 lines (139 loc) · 4.14 KB
/
contact-picker.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"spec": {
"title": "Contact Picker API",
"url": "https://w3c.github.io/contact-picker/"
},
"links": {
"rawlinks": {
"https://datatracker.ietf.org/doc/html/rfc2119": {},
"https://github.com/w3c/contact-picker/issues/new": {},
"https://html.spec.whatwg.org/multipage/": {},
"https://infra.spec.whatwg.org/": {},
"https://lists.w3.org/Archives/Public/public-device-apis/": {},
"https://lists.w3.org/Archives/Public/public-device-apis/2009Apr/att-0001/contacts.html": {},
"https://lists.w3.org/Archives/Public/public-webapps/": {},
"https://mimesniff.spec.whatwg.org/": {},
"https://w3c.github.io/FileAPI/": {},
"https://webidl.spec.whatwg.org/": {},
"https://wiki.mozilla.org/WebAPI/ContactsAPI": {},
"https://www.iso.org/standard/72482.html": {},
"https://www.iso.org/standard/72483.html": {},
"https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-E.164-201011-I!!PDF-E&type=items": {},
"https://www.w3.org/TR/2010/WD-contacts-api-20100121/": {},
"https://www.w3.org/TR/2014/NOTE-contacts-api-20140114/": {},
"https://www.w3.org/TR/2015/NOTE-contacts-manager-api-20150602/": {},
"https://www.w3.org/groups/wg/das": {},
"https://www.w3.org/groups/wg/das/ipr": {},
"https://www.w3.org/groups/wg/webapps": {},
"https://www.w3.org/groups/wg/webapps/ipr": {},
"https://www.w3.org/policies/patent-policy/": {
"anchors": [
"def-essential",
"sec-Disclosure"
]
},
"https://www.w3.org/policies/process/20231103/": {}
},
"autolinks": {
"https://html.spec.whatwg.org/multipage/document-sequences.html": {
"anchors": [
"nav-top"
]
},
"https://html.spec.whatwg.org/multipage/embedded-content.html": {
"anchors": [
"htmlimageelement"
]
},
"https://html.spec.whatwg.org/multipage/form-elements.html": {
"anchors": [
"htmlbuttonelement"
]
},
"https://html.spec.whatwg.org/multipage/infrastructure.html": {
"anchors": [
"in-parallel"
]
},
"https://html.spec.whatwg.org/multipage/input.html": {
"anchors": [
"valid-e-mail-address"
]
},
"https://html.spec.whatwg.org/multipage/interaction.html": {
"anchors": [
"transient-activation",
"consume-user-activation"
]
},
"https://html.spec.whatwg.org/multipage/nav-history-apis.html": {
"anchors": [
"window-navigable"
]
},
"https://html.spec.whatwg.org/multipage/system-state.html": {
"anchors": [
"navigator"
]
},
"https://html.spec.whatwg.org/multipage/webappapis.html": {
"anchors": [
"secure-context",
"concept-relevant-realm",
"task-source",
"event-loop",
"relevant-settings-object",
"responsible-event-loop",
"queue-a-task",
"concept-relevant-global",
"concept-settings-object-origin"
]
},
"https://infra.spec.whatwg.org/": {
"anchors": [
"list",
"list-item",
"list-empty",
"list-iterate",
"list-contain",
"list-append",
"boolean",
"ordered-map"
]
},
"https://mimesniff.spec.whatwg.org/": {
"anchors": [
"image-mime-type"
]
},
"https://w3c.github.io/FileAPI/": {
"anchors": [
"dfn-Blob",
"dfn-type"
]
},
"https://webidl.spec.whatwg.org/": {
"anchors": [
"this",
"idl-DOMString",
"Exposed",
"SecureContext",
"SameObject",
"Default",
"idl-object",
"idl-frozen-array",
"idl-sequence",
"idl-boolean",
"idl-promise",
"a-new-promise",
"a-promise-rejected-with",
"invalidstateerror",
"idl-DOMException",
"securityerror",
"exceptiondef-typeerror",
"reject"
]
}
}
}
}