-
Notifications
You must be signed in to change notification settings - Fork 73
/
capability-delegation.json
126 lines (126 loc) · 3.56 KB
/
capability-delegation.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
{
"spec": {
"title": "Capability Delegation",
"url": "https://wicg.github.io/capability-delegation/spec.html"
},
"links": {
"rawlinks": {
"http://www.w3.org/community/": {},
"https://datatracker.ietf.org/doc/html/rfc2119": {},
"https://fullscreen.spec.whatwg.org/": {},
"https://github.com/w3c/webappsec-permissions-policy/blob/main/features.md": {},
"https://html.spec.whatwg.org/multipage/": {},
"https://html.spec.whatwg.org/multipage/iframe-embed-object.html": {
"anchors": [
"the-iframe-element",
"allowed-to-use"
]
},
"https://html.spec.whatwg.org/multipage/interaction.html": {
"anchors": [
"user-activation-gated-apis",
"activation-expiry",
"transient-activation",
"consume-user-activation"
]
},
"https://html.spec.whatwg.org/multipage/web-messaging.html": {
"anchors": [
"posting-messages",
"window-post-message-steps"
]
},
"https://html.spec.whatwg.org/multipage/window-object.html": {
"anchors": [
"concept-document-window",
"dom-windowpostmessageoptions-targetorigin"
]
},
"https://infra.spec.whatwg.org/": {},
"https://w3c.github.io/hr-time/": {
"anchors": [
"dfn-current-high-resolution-time"
]
},
"https://w3c.github.io/mediacapture-screen-share/": {},
"https://w3c.github.io/payment-request/": {},
"https://w3c.github.io/webappsec-permissions-policy/": {
"anchors": [
"ascii-serialization",
"supported-features"
]
},
"https://w3c.github.io/webcrypto/": {},
"https://webidl.spec.whatwg.org/": {},
"https://www.w3.org/community/about/agreements/cla/": {},
"https://www.w3.org/community/wicg/": {}
},
"autolinks": {
"https://fullscreen.spec.whatwg.org/": {
"anchors": [
"dom-element-requestfullscreen"
]
},
"https://html.spec.whatwg.org/multipage/document-sequences.html": {
"anchors": [
"browsing-context"
]
},
"https://html.spec.whatwg.org/multipage/iframe-embed-object.html": {
"anchors": [
"dom-iframe-allow"
]
},
"https://html.spec.whatwg.org/multipage/interaction.html": {
"anchors": [
"transient-activation"
]
},
"https://html.spec.whatwg.org/multipage/nav-history-apis.html": {
"anchors": [
"dom-open",
"windowpostmessageoptions",
"window"
]
},
"https://html.spec.whatwg.org/multipage/webappapis.html": {
"anchors": [
"concept-settings-object-global",
"concept-relevant-global"
]
},
"https://infra.spec.whatwg.org/": {
"anchors": [
"ordered-map"
]
},
"https://w3c.github.io/hr-time/": {
"anchors": [
"dom-domhighrestimestamp"
]
},
"https://w3c.github.io/mediacapture-screen-share/": {
"anchors": [
"dom-mediadevices-getdisplaymedia"
]
},
"https://w3c.github.io/payment-request/": {
"anchors": [
"dom-paymentrequest-show"
]
},
"https://webidl.spec.whatwg.org/": {
"anchors": [
"reject",
"dom-domexception-name",
"invalidstateerror"
]
},
"https://www.w3.org/TR/WebCryptoAPI/": {
"anchors": [
"dfn-DOMException"
]
}
}
}
}