-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
105 lines (97 loc) · 2.86 KB
/
index.html
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
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Vispero Standards Support</title>
<script src="scripts/html5shiv.js"></script>
<link rel="stylesheet" href="./assets/style/styles.css">
</head>
<body>
<a href="https://github.com/FreedomScientific/VFO-standards-support"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
<header>
<h1>
Vispero Standards Support
</h1>
<p>
Contains documentation for Vispero software support of Web standards (HTML, and ARIA [in future CSS, SVG]).
</p>
</header>
<main>
<h2 id="support_title">
JAWS Support
</h2>
<ul aria-labelledby="support_title">
<!--<li>
<a href="jaws-navigation.html">
JAWS Navigation
</a>
</li>-->
<li>
<a href="aria.html">
ARIA
</a>
</li>
<!--<li>
<a href="css.html">
CSS
</a>
</li>-->
<li>
<a href="html.html">
HTML
</a>
</li>
<!-- <li>
<a href="svg.html">
SVG
</a>
</li>-->
</ul>
<h2>
Reporting Issues
</h2>
<p>
If you find an issue with JAWS support for ARIA, CSS, HTML, or SVG, please
<a href="https://github.com/FreedomScientific/VFO-standards-support/issues">file an issue</a>
with the following information:
</p>
<ul>
<li>
Concise title that summarises the issue
</li>
<li>
Brief description of the issue
</li>
<li>
JAWS version
</li>
<li>
Name and version of the OS
</li>
<li>
Name and version of the browser
</li>
<li>
Expected result
</li>
<li>
Actual result
</li>
<li>
Test case that demonstrates the issue - provide linked test case CodePen/JSbin etc.
</li>
</ul>
<div class="note">
<p>
<strong>Please do not file general support issues here.</strong>
This tracker is strictly for JAWS HTML/ARIA/SVG/CSS feature support issues.
</p>
<p>
Please contact
<a href="https://www.freedomscientific.com/Forms/TechSupport">Freedom Scientific Technical Support</a>
to report general issues with JAWS.
</p>
</div>
</main>
</body>
</html>