forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcore-aam-1.2.json
80 lines (80 loc) · 2.04 KB
/
core-aam-1.2.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
{
"spec": {
"title": "Core Accessibility API Mappings 1.2",
"url": "https://www.w3.org/TR/core-aam-1.2/"
},
"refs": {
"normative": [
{
"name": "AT-SPI",
"url": "https://developer.gnome.org/libatspi/stable/"
},
{
"name": "ATK",
"url": "https://developer.gnome.org/atk/stable/"
},
{
"name": "AXAPI",
"url": "https://developer.apple.com/documentation/appkit/nsaccessibility"
},
{
"name": "CORE-AAM-1.1",
"url": "https://www.w3.org/TR/core-aam-1.1/"
},
{
"name": "IAccessible2",
"url": "https://www.linuxfoundation.org/collaborate/workgroups/accessibility/iaccessible2"
},
{
"name": "MSAA",
"url": "https://msdn.microsoft.com/en-us/library/ms697707.aspx"
},
{
"name": "RFC2119",
"url": "https://tools.ietf.org/html/rfc2119"
},
{
"name": "RFC8174",
"url": "https://tools.ietf.org/html/rfc8174"
},
{
"name": "UI-AUTOMATION",
"url": "https://msdn.microsoft.com/en-us/library/ee684009%28v=vs.85%29.aspx"
},
{
"name": "UIA-EXPRESS",
"url": "https://msdn.microsoft.com/en-us/library/windows/desktop/dd561898%28v=vs.85%29.aspx"
},
{
"name": "WAI-ARIA",
"url": "https://www.w3.org/TR/wai-aria/"
},
{
"name": "WCAG21",
"url": "https://www.w3.org/TR/WCAG21/"
}
],
"informative": [
{
"name": "HTML5",
"url": "https://www.w3.org/TR/html5/"
},
{
"name": "WAI-ARIA-1.2",
"url": "https://www.w3.org/TR/wai-aria-1.2/"
},
{
"name": "WAI-ARIA-IMPLEMENTATION",
"url": "https://www.w3.org/TR/wai-aria-implementation/"
},
{
"name": "WAI-ARIA-PRACTICES-1.2",
"url": "https://www.w3.org/TR/wai-aria-practices-1.2/"
},
{
"name": "WAI-ARIA-ROADMAP",
"url": "https://www.w3.org/TR/wai-aria-roadmap/"
}
]
}
}