-
Notifications
You must be signed in to change notification settings - Fork 73
/
anchors.json
103 lines (103 loc) · 3.26 KB
/
anchors.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
{
"spec": {
"title": "WebXR Anchors Module",
"url": "https://immersive-web.github.io/anchors/"
},
"links": {
"rawlinks": {
"http://lists.w3.org/Archives/Public/public-immersive-web-wg/": {},
"http://www.w3.org/TR/": {},
"https://datatracker.ietf.org/doc/html/rfc2119": {},
"https://developer.mozilla.org/en-US/docs/Web/API/XRAnchor": {},
"https://developer.mozilla.org/en-US/docs/Web/API/XRAnchor/anchorSpace": {},
"https://developer.mozilla.org/en-US/docs/Web/API/XRAnchor/delete": {},
"https://developer.mozilla.org/en-US/docs/Web/API/XRAnchorSet": {},
"https://developer.mozilla.org/en-US/docs/Web/API/XRFrame/createAnchor": {},
"https://developer.mozilla.org/en-US/docs/Web/API/XRFrame/trackedAnchors": {},
"https://developer.mozilla.org/en-US/docs/Web/API/XRHitTestResult/createAnchor": {},
"https://github.com/immersive-web/anchors/issues": {},
"https://html.spec.whatwg.org/multipage/": {},
"https://immersive-web.github.io/webxr-ar-module/": {},
"https://immersive-web.github.io/webxr/": {},
"https://w3c.github.io/mediacapture-main/": {},
"https://webidl.spec.whatwg.org/": {},
"https://www.rfc-editor.org/rfc/rfc4122": {},
"https://www.w3.org/2021/Process-20211102/": {},
"https://www.w3.org/Consortium/Patent-Policy/": {
"anchors": [
"def-essential",
"sec-Disclosure"
]
},
"https://www.w3.org/groups/wg/immersive-web": {},
"https://www.w3.org/groups/wg/immersive-web/ipr": {}
},
"autolinks": {
"https://html.spec.whatwg.org/multipage/webappapis.html": {
"anchors": [
"concept-relevant-realm"
]
},
"https://immersive-web.github.io/hit-test/": {
"anchors": [
"xrhittestresult",
"xrhittestresult-frame",
"xrhittestresult-native-origin",
"hit-test"
]
},
"https://immersive-web.github.io/webxr-ar-module/": {
"anchors": [
"dom-xrsessionmode-immersive-ar"
]
},
"https://immersive-web.github.io/webxr/": {
"anchors": [
"xrspace",
"xrsystem",
"xrsession",
"xrframe",
"xrrigidtransform",
"dom-xrsessionmode-immersive-vr"
]
},
"https://w3c.github.io/mediacapture-main/": {
"anchors": [
"track-ended"
]
},
"https://webidl.spec.whatwg.org/": {
"anchors": [
"SecureContext",
"Exposed",
"idl-promise",
"idl-DOMString",
"idl-undefined",
"invalidstateerror",
"a-new-promise",
"reject",
"resolve",
"idl-frozen-array",
"SameObject"
]
},
"https://www.w3.org/TR/webxr/": {
"anchors": [
"feature-descriptor",
"capable-of-supporting",
"inline-xr-device",
"xrsession-mode",
"xrspace-session",
"xrspace-native-origin",
"xr-device",
"xrframe-active",
"dom-xrframe-session",
"xrsession-list-of-frame-updates",
"xrsession-xr-device",
"xrspace-effective-origin",
"xrframe-time"
]
}
}
}
}