forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-api.json
44 lines (44 loc) · 1005 Bytes
/
contact-api.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
{
"spec": {
"title": "Contact Picker API",
"url": "https://wicg.github.io/contact-api/spec/"
},
"refs": {
"normative": [
{
"name": "FileAPI",
"url": "https://www.w3.org/TR/FileAPI/"
},
{
"name": "HTML",
"url": "https://html.spec.whatwg.org/multipage/"
},
{
"name": "INFRA",
"url": "https://infra.spec.whatwg.org/"
},
{
"name": "RFC2119",
"url": "https://datatracker.ietf.org/doc/html/rfc2119"
},
{
"name": "WebIDL",
"url": "https://heycam.github.io/webidl/"
}
],
"informative": [
{
"name": "E.164",
"url": "https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-E.164-201011-I!!PDF-E&type=items"
},
{
"name": "ISO3166-1",
"url": "https://www.iso.org/standard/72482.html"
},
{
"name": "MIMESNIFF",
"url": "https://mimesniff.spec.whatwg.org/"
}
]
}
}