forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWebIDL-1.json
84 lines (84 loc) · 1.94 KB
/
WebIDL-1.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
{
"spec": {
"title": "Web IDL",
"url": "https://heycam.github.io/webidl/"
},
"refs": {
"normative": [
{
"name": "DOM",
"url": "https://dom.spec.whatwg.org/"
},
{
"name": "ECMA-262",
"url": "https://tc39.es/ecma262/multipage/"
},
{
"name": "HTML",
"url": "https://html.spec.whatwg.org/multipage/"
},
{
"name": "IEEE-754",
"url": "http://ieeexplore.ieee.org/servlet/opac?punumber=4610933"
},
{
"name": "INFRA",
"url": "https://infra.spec.whatwg.org/"
},
{
"name": "PERLRE",
"url": "http://search.cpan.org/dist/perl/pod/perlre.pod"
},
{
"name": "RFC2781",
"url": "https://www.rfc-editor.org/rfc/rfc2781"
},
{
"name": "RFC3629",
"url": "https://www.rfc-editor.org/rfc/rfc3629"
},
{
"name": "UNICODE",
"url": "https://www.unicode.org/versions/latest/"
},
{
"name": "WebIDL",
"url": "https://heycam.github.io/webidl/"
}
],
"informative": [
{
"name": "API-DESIGN-PRINCIPLES",
"url": "https://w3ctag.github.io/design-principles/"
},
{
"name": "CSS3-CONDITIONAL",
"url": "https://drafts.csswg.org/css-conditional-3/"
},
{
"name": "CSSOM",
"url": "https://drafts.csswg.org/cssom/"
},
{
"name": "FETCH",
"url": "https://fetch.spec.whatwg.org/"
},
{
"name": "OMGIDL",
"url": "http://www.omg.org/cgi-bin/doc?formal/08-01-04.pdf"
},
{
"name": "SERVICE-WORKERS",
"url": "https://w3c.github.io/ServiceWorker/"
},
{
"name": "WASM-JS-API-1",
"url": "https://webassembly.github.io/spec/js-api/"
},
{
"name": "XML-NAMES",
"url": "https://www.w3.org/TR/xml-names/"
}
]
}
}