forked from w3c/html-aam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
biblio.js
41 lines (41 loc) · 1.47 KB
/
biblio.js
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
var biblio = {
// Correct reference for ATK
"ATK": {
"href": "https://developer.gnome.org/atk/stable/",
"title": "ATK - Accessibility Toolkit",
"publisher": "The GNOME Project"
},
// Custom reference for the Mac OSX Accessibility API
"AXAPI": {
"href": "https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Protocols/NSAccessibility_Protocol/index.html",
"title": "The Mac OS X Accessibility Protocol Mac OS 10.10",
"publisher": "Apple Corporation"
},
"EPUB-SSV": {
"href": "http://www.idpf.org/epub/vocab/structure/",
"title": "EPUB Structural Semantics Vocabulary",
"publisher": "IDPF"
},
// Custom reference for GTK+ (GNOME GUI Toolkit) (not available from SpecRef biblio)
"GTK": {
"href": "https://developer.gnome.org/gtk3/stable/",
"title": "GTK+ 3 Reference Manual",
"publisher": "The GNOME Project"
},
"MSAA": {
"href": "https://msdn.microsoft.com/en-us/library/ms697707.aspx",
"title": "Microsoft Active Accessibility (MSAA) 2.0",
"publisher": "Microsoft Corporation"
},
"UI-AUTOMATION": {
"href": "https://msdn.microsoft.com/en-us/library/ee684009%28v=vs.85%29.aspx",
"title": "UI Automation",
"publisher": "Microsoft Corporation"
},
// Custom reference for UIA Express (not available from SpecRef biblio).
"UIA-EXPRESS": {
"href": "https://msdn.microsoft.com/en-us/library/windows/desktop/dd561898%28v=vs.85%29.aspx",
"title": "The IAccessibleEx Interface",
"publisher": "Microsoft Corporation"
},
};