-
Notifications
You must be signed in to change notification settings - Fork 73
/
at-driver.json
86 lines (86 loc) · 2.45 KB
/
at-driver.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
{
"spec": {
"title": "AT Driver",
"url": "https://w3c.github.io/at-driver/"
},
"links": {
"rawlinks": {
"https://datatracker.ietf.org/doc/html/rfc2119": {},
"https://github.com/w3c/at-driver/issues": {},
"https://github.com/w3c/at-driver/issues/23": {},
"https://github.com/w3c/at-driver/issues/34": {},
"https://github.com/w3c/at-driver/issues/51": {},
"https://github.com/w3c/at-driver/issues/77": {},
"https://html.spec.whatwg.org/multipage/": {},
"https://infra.spec.whatwg.org/": {},
"https://tools.ietf.org/html/rfc6455": {
"anchors": [
"section-4.1",
"section-4.2",
"section-4.2.1",
"section-6.2",
"section-7.1.3",
"section-7.1.4",
"section-5.2",
"section-8.1",
"section-7.1.7",
"section-6.1"
]
},
"https://w3c.github.io/webdriver-bidi/": {
"anchors": [
"supports-bidi-only-sessions"
]
},
"https://w3c.github.io/webdriver/": {
"anchors": [
"dfn-intermediary-nodes",
"keyboard-actions"
]
},
"https://www.rfc-editor.org/rfc/rfc4632": {},
"https://www.rfc-editor.org/rfc/rfc6455": {},
"https://www.rfc-editor.org/rfc/rfc8610": {},
"https://www.rfc-editor.org/rfc/rfc9562": {},
"https://www.w3.org/2004/01/pp-impl/32061/status": {},
"https://www.w3.org/Consortium/Patent-Policy-20170801/": {
"anchors": [
"def-essential",
"sec-Disclosure"
]
},
"https://www.w3.org/groups/wg/browser-tools-testing": {},
"https://www.w3.org/policies/process/20231103/": {}
},
"autolinks": {
"https://html.spec.whatwg.org/multipage/infrastructure.html": {
"anchors": [
"in-parallel"
]
},
"https://infra.spec.whatwg.org/": {
"anchors": [
"string",
"map-exists",
"ordered-map",
"ascii-lowercase",
"map-iterate",
"implementation-defined",
"map-set",
"ordered-set",
"set-append",
"assert",
"scalar-value-string",
"parse-a-json-string-to-an-infra-value",
"serialize-an-infra-value-to-json-bytes",
"map-size",
"list-iterate",
"list-empty",
"list-contain",
"list",
"list-append"
]
}
}
}
}