QAH-qapd-root.html
2.7 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Root file for QA Process Document template for The QA
Handbook</title>
<link rel="stylesheet" type="text/css" href="style/guideline.css">
<link rel="stylesheet" type="text/css"
href="http://www.w3.org/StyleSheets/TR/base.css">
<style type="text/css">
.editorial {
background-color: #ADFF2F;
color: Black;
}
.refs-exs {
border: solid #bebebe 1px;
margin: 2em 1em 1em 2em;
background-color: #eef;
}
.user-aid {
background-color: #eef;
color: Black;
}</style>
</head>
<body lang="en">
<div class="head">
<h1><a shape="rect" id="spec-title" name="spec-title">QA Process Document
template for The QA Handbook</a></h1>
<dl>
<dt>Authors:</dt>
<dd>Lofton Henderson</dd>
<dd>Lynne Rosenthal</dd>
<dt>Date/version:</dt>
<dd>22 November 2004</dd>
</dl>
</div>
<hr class="rule">
<h2>Foreword</h2>
<p><cite><a href="http://www.w3.org/TR/qa-handbook/">The QA
Handbook</a></cite> (QAH) is part of the QA Framework as redesigned for
simplicity, user-friendliness, and usability. A big part of that is providing
tools and templates to facilitate and accelerate spec authors' work. This is
an illustration of a principal such tool/template -- the QA Process Document
(QAPD) Template.</p>
<p>For the purposes of the 22-Nov-2004 publication of QAH, the present
version of the template should only be considered as an illustration. It was
originally designed for the content of <a
href="http://www.w3.org/TR/2003/CR-qaframe-ops-20030922/">CR OpsGL</a>
(<cite>Operational Guidelines</cite>). While most of the template content is
still applicable to QAH, it has not yet been completely synchronized with
QAH. More importantly, the building of the interactive form template -- which
is intended to be the principal version of the QAPD template -- is still
underway. Synchronization, as well as completion of the form, will be done in
the near future, as time and resources permit.</p>
<hr class="rule">
<h2>Template Versions</h2>
<ul>
<li>An interactive form template is the most usable and user-friendly. A
sample is at:
<ul>
<li><a
href="http://www.w3.org/QA/2004/08/QAH-qapd-form.html">http://www.w3.org/QA/2004/08/QAH-qapd-form.html</a></li>
</ul>
</li>
<li>An alternative user-editable text version will also be provided. A
sample version (corresponding to the old CR SpecGL) is at:
<ul>
<li><a
href="http://www.w3.org/QA/2004/08/QAH-qapd-text.html">http://www.w3.org/QA/2004/08/QAH-qapd-text.html</a></li>
</ul>
</li>
</ul>
<hr class="rule">
</body>
</html>