forked from w3c/low-vision-a11y-tf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.html
101 lines (85 loc) · 3.42 KB
/
requirements.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
<!DOCTYPE html>
<html>
<head>
<title>Accessibility Requirements for Low Vision Users</title>
<meta charset='utf-8'>
<script src='https://www.w3.org/Tools/respec/respec-w3c-common'
async class='remove'></script>
<script class='remove'>
var respecConfig = {
// specification status (e.g. WD, LCWD, WG-NOTE, etc.). If in doubt use ED.
specStatus: "ED",
// the specification's short name, as in http://www.w3.org/TR/short-name/
shortName: "xxx-xxx",
// if your specification has a subtitle that goes below the main
// formal title, define it here
// subtitle : "an excellent document",
// if you wish the publication date to be other than the last modification, set this
// publishDate: "2009-08-06",
// if the specification's copyright date is a range of years, specify
// the start date here:
// copyrightStart: "2005"
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
// previousPublishDate: "1977-03-15",
// previousMaturity: "WD",
// if there a publicly available Editor's Draft, this is the link
edDraftURI: "http://w3c.github.io/low-vision-a11y-tf/",
// if this is a LCWD, uncomment and set the end of its review period
// lcEnd: "2009-08-05",
// editors, add as many as you like
// only "name" is required
editors: [
{
name: "Jim Allan"
},
{
name: "Michael Cooper"
},
{
name: "Andrew Kirkpatrick"
},
{
name: "Jeanne Spellman"
},
],
// name of the WG
wg: "Low Vision Accessibililty Task Force",
// URI of the public WG page
wgURI: "http://www.w3.org/WAI/GL/low-vision-a11y-tf/",
// name (without the @w3c.org) of the public mailing to which comments are due
wgPublicList: "public-low-vision-a11y-tf",
// URI of the patent status for this WG, for Rec-track documents
// !!!! IMPORTANT !!!!
// This is important for Rec-track documents, do not copy a patent URI from a random
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
// Team Contact.
wgPatentURI: "",
// !!!! IMPORTANT !!!! MAKE THE ABOVE BLINK IN YOUR HEAD
};
</script>
</head>
<body>
<section id='abstract'>
<p>This document provides details about the accessibility requirements of users with low vision impairments collected by the Low Vision Task Force.</p>
</section>
<section id='sotd'>
<p>
You need to have a custom Status of This Document paragraph. Maybe give a succinct description of your spec's
status.
</p>
</section>
<section>
<h2>Section Title</h2>
<p>
Blah blah blah...
</p>
</section>
<section class='appendix'>
<h2>Acknowledgements</h2>
<p>
Many thanks to Robin Berjon for making our lives so much easier with his cool tool.
</p>
</section>
</body>
</html>