forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
client-hints-infrastructure.json
92 lines (92 loc) · 2.69 KB
/
client-hints-infrastructure.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
{
"spec": {
"title": "Client Hints Infrastructure",
"url": "https://wicg.github.io/client-hints-infrastructure/"
},
"links": {
"https://www.w3.org/community/wicg/": [],
"https://www.w3.org/community/about/agreements/cla/": [],
"https://www.w3.org/community/": [],
"https://w3c.github.io/webappsec-permissions-policy/": [
"should-request-be-allowed-to-use-feature",
"algo-should-request-be-allowed-to-use-feature",
"policy-controlled-feature",
"default-allowlist"
],
"https://infra.spec.whatwg.org/": [
"ordered-set",
"ordered-map",
"map-key",
"map-set",
"set-append",
"list-clone",
"list-remove",
"list-iterate",
"byte-lowercase"
],
"https://html.spec.whatwg.org/": [
"concept-request-origin",
"same-origin",
"concept-settings-object-origin",
"concept-settings-object-global",
"window-bc",
"top-level-browsing-context",
"environment-settings-object",
"meta",
"the-head-element",
"attr-meta-content",
"the-link-element",
"script",
"relevant-settings-object",
"concept-document-permissions-policy",
"initialise-the-document-object",
"set-up-a-worker-environment-settings-object",
"standard-metadata-names"
],
"https://dom.spec.whatwg.org/": [
"concept-tree-preceding",
"concept-tree-sibling"
],
"https://fetch.spec.whatwg.org/": [
"concept-fetch",
"concept-request-request",
"concept-request-client",
"subresource-request",
"concept-request-header-list",
"header-list-contains",
"concept-header-list-append",
"concept-http-redirect-fetch",
"concept-header-name",
"concept-header-value"
],
"https://www.w3.org/TR/permissions-policy/": [
"algo-should-request-be-allowed-to-use-feature"
],
"https://wicg.github.io/savedata/": [
"save-data-request-header-field"
],
"https://wicg.github.io/ua-client-hints/": [
"sec-ch-ua",
"sec-ch-ua-mobile",
"sec-ch-ua-platform",
"sec-ch-ua-arch",
"sec-ch-ua-bitness",
"sec-ch-ua-full-version",
"sec-ch-ua-model",
"sec-ch-ua-platform-version"
],
"https://w3c.github.io/device-memory/": [
"sec-device-memory-client-hint-header"
],
"https://wicg.github.io/netinfo/": [
"rtt-request-header-field",
"downlink-request-header-field",
"ect-request-header-field"
],
"https://wicg.github.io/user-preference-media-features-headers/": [
"sec-ch-prefers-color-scheme"
],
"https://datatracker.ietf.org/doc/html/rfc2119": [],
"https://www.rfc-editor.org/rfc/rfc8942": []
}
}