-
Notifications
You must be signed in to change notification settings - Fork 18
/
CommentTracking.html
92 lines (90 loc) · 4.22 KB
/
CommentTracking.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Comment Tracking</title>
<style type="text/css">
table {
display: table;
border-collapse: separate;
border-spacing: 0;
border-color: gray;
border-width: thin;
border-style: solid;
}
th, td {
text-align: left;
padding: 5px;
border: thin solid black;
}
th {
background-color: #FFFFCC;
}
</style>
</head>
<body>
<h1>Comment Tracking</h1>
<p>Comment lists:</p>
<ul>
<li><a href="https://github.com/w3c/low-vision-a11y-tf/issues?utf8=%E2%9C%93&q=label%3A%22public+comment%22+">Public comments in GitHub</a> (some entered directly by commenter and some entered by others from comments in e-mail)</li>
<li><a href="https://lists.w3.org/Archives/Public/public-low-vision-comments/">[email protected] Mail Archives</a></li>
</ul>
<p>Related info:</p>
<ul>
<li><a href="https://github.com/w3c/low-vision-a11y-tf/issues/47">Comment solicitation e-mail template</a></li>
<li><a href="https://www.w3.org/WAI/GL/low-vision-a11y-tf/wiki/Comments">Comments wiki page</a> includes places we've solicited comments</li>
</ul>
<h2>E-mail Comments</h2>
<table>
<tbody>
<tr>
<th scope="col">source: e-mail, etc.</th>
<th scope="col">entered into GitHub</th>
<th scope="col">replied to commenter</th>
<th scope="col">loop closed</th>
</tr>
<tr>
<th scope="row">Brent Bakken, Feb 2016, in EOWG review survey</th>
<td>n/a</td>
<td><a href="https://lists.w3.org/Archives/Public/public-low-vision-comments/2016JanMar/0000.html">17 Feb 2016</a></td>
<td><a href="https://lists.w3.org/Archives/Public/public-low-vision-comments/2016JanMar/0001.html">18 Feb 2016</a></td>
</tr>
<tr>
<th scope="row"><a href="https://lists.w3.org/Archives/Public/public-low-vision-comments/2016JanMar/0002.html">Ian Hamilton, 17 Mar 2016</a></th>
<td><a href="https://github.com/w3c/low-vision-a11y-tf/issues/34">34</a></td>
<td><a href="https://www.w3.org/2016/04/06-lvtf-minutes.html#item03">6 April telecon (item 3)</a></td>
<td> </td>
</tr>
<tr>
<th scope="row"><a href="https://lists.w3.org/Archives/Public/public-low-vision-comments/2016JanMar/0003.html"> Denis Boudreau, 18 Mar 2016</a></th>
<td><a href="https://github.com/w3c/low-vision-a11y-tf/issues/32">32</a>, <a href="https://github.com/w3c/low-vision-a11y-tf/issues/33">33</a></td>
<td><a href="https://lists.w3.org/Archives/Public/public-low-vision-comments/2016AprJun/0000.html">4 Apr 2016</a></td>
<td> </td>
</tr>
<tr>
<th scope="row"><a href="https://lists.w3.org/Archives/Public/public-low-vision-comments/2016JanMar/0004.html">Ike Presley</a></th>
<td><a href="https://github.com/w3c/low-vision-a11y-tf/issues/38">38</a> <a href="https://github.com/w3c/low-vision-a11y-tf/issues/39">39</a> <a href="https://github.com/w3c/low-vision-a11y-tf/issues/40">40</a> <a href="https://github.com/w3c/low-vision-a11y-tf/issues/41">41</a> <a href="https://github.com/w3c/low-vision-a11y-tf/issues/42">42</a> <a href="https://github.com/w3c/low-vision-a11y-tf/issues/50">50</a> </td>
<td><a href="https://lists.w3.org/Archives/Public/public-low-vision-comments/2016AprJun/0004.html">18 Apr 2016 (42)</a></a></td>
<td> </td>
</tr> <tr>
<th scope="row"><a href="https://lists.w3.org/Archives/Public/public-low-vision-comments/2016JanMar/0005.html">Detlev Fischer, 31 Mar 2016</a></th>
<td><a href="https://github.com/w3c/low-vision-a11y-tf/issues/50">50</a> <a href="https://github.com/w3c/low-vision-a11y-tf/issues/53">53</a></td>
<td><a href="https://lists.w3.org/Archives/Public/public-low-vision-comments/2016AprJun/0001.html">11 April 2016</a></td>
<td> </td>
</tr>
<tr>
<th scope="row"><a href="https://lists.w3.org/Archives/Public/public-low-vision-comments/2016AprJun/0002.html">Wolfgang Berndorfer, 13 April 2016</a></th>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<th scope="row"><a href="https://lists.w3.org/Archives/Public/public-low-vision-comments/2016AprJun/0003.html">Jennifer Grimwade, 14 April 2016</a></th>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
</body>
</html>