forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclipboard-apis.json
56 lines (56 loc) · 1.23 KB
/
clipboard-apis.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
{
"spec": {
"title": "Clipboard API and events",
"url": "https://w3c.github.io/clipboard-apis/"
},
"refs": {
"normative": [
{
"name": "DOM",
"url": "https://dom.spec.whatwg.org/"
},
{
"name": "ECMASCRIPT",
"url": "https://tc39.es/ecma262/multipage/"
},
{
"name": "FileAPI",
"url": "https://www.w3.org/TR/FileAPI/"
},
{
"name": "HTML",
"url": "https://html.spec.whatwg.org/multipage/"
},
{
"name": "PERMISSIONS",
"url": "https://www.w3.org/TR/permissions/"
},
{
"name": "RFC2119",
"url": "https://datatracker.ietf.org/doc/html/rfc2119"
},
{
"name": "RFC2392",
"url": "https://www.rfc-editor.org/rfc/rfc2392"
},
{
"name": "WebIDL",
"url": "https://heycam.github.io/webidl/"
}
],
"informative": [
{
"name": "HTML5",
"url": "https://www.w3.org/TR/html5/"
},
{
"name": "MICROSOFT-CLIP-OP",
"url": "https://msdn.microsoft.com/en-us/ie/ms537658(v=vs.94)"
},
{
"name": "SVG11",
"url": "https://www.w3.org/TR/SVG11/"
}
]
}
}