summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhtdocs/detailed-form.html12
-rwxr-xr-xhtdocs/detailed.html16
-rwxr-xr-xhtdocs/fragment-upload.html12
-rw-r--r--share/templates/en_US/table.tmpl12
4 files changed, 26 insertions, 26 deletions
diff --git a/htdocs/detailed-form.html b/htdocs/detailed-form.html
index 7a06096..f2d7fd5 100755
--- a/htdocs/detailed-form.html
+++ b/htdocs/detailed-form.html
@@ -61,16 +61,16 @@
</tr>
<tr>
<th rowspan="3">Options:</th>
- <td><label><input name="ss" type="checkbox" value="1" /> Show Source</label></td>
- <td><label><input name="sp" type="checkbox" value="1" /> Show Parse Tree</label></td>
+ <td><label for="ss"><input id="ss" name="ss" type="checkbox" value="1" /> Show Source</label></td>
+ <td><label for="sp"><input id="sp" name="sp" type="checkbox" value="1" /> Show Parse Tree</label></td>
</tr>
<tr>
- <td><label><input name="outline" type="checkbox" value="1" /> Show Outline</label></td>
- <td><label><input name="noatt" type="checkbox" value="1" /> ...exclude attributes</label></td>
+ <td><label for="outline"><input id="outline" name="outline" type="checkbox" value="1" /> Show Outline</label></td>
+ <td><label for="noatt"><input id="noatt" name="noatt" type="checkbox" value="1" /> ...exclude attributes</label></td>
</tr>
<tr>
- <td><label><input name="No200" type="checkbox" value="1" /> Validate error pages</label></td>
- <td><label><input name="verbose" type="checkbox" value="1" checked="checked" /> Verbose Output</label></td>
+ <td><label for="No200"><input id="No200" name="No200" type="checkbox" value="1" /> Validate error pages</label></td>
+ <td><label for="verbose"><input id="verbose" name="verbose" type="checkbox" value="1" checked="checked" /> Verbose Output</label></td>
</tr>
<tr>
<td></td>
diff --git a/htdocs/detailed.html b/htdocs/detailed.html
index b709669..ac3364e 100755
--- a/htdocs/detailed.html
+++ b/htdocs/detailed.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: detailed.html,v 1.12 2002-12-01 13:40:32 link Exp $"
---><!--#set var="date" value="\$Date: 2002-12-01 13:40:32 $"
+<!--#set var="revision" value="\$Id: detailed.html,v 1.13 2002-12-06 21:30:26 ville Exp $"
+--><!--#set var="date" value="\$Date: 2002-12-06 21:30:26 $"
--><!--#set var="title" value="The W3C MarkUp Validation Service"
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
@@ -81,16 +81,16 @@
</tr>
<tr>
<th rowspan="3">Options:</th>
- <td><label><input name="ss" type="checkbox" value="1" /> Show Source</label></td>
- <td><label><input name="sp" type="checkbox" value="1" /> Show Parse Tree</label></td>
+ <td><label for="ss"><input id="ss" name="ss" type="checkbox" value="1" /> Show Source</label></td>
+ <td><label for="sp"><input id="sp" name="sp" type="checkbox" value="1" /> Show Parse Tree</label></td>
</tr>
<tr>
- <td><label><input name="outline" type="checkbox" value="1" /> Show Outline</label></td>
- <td><label><input name="noatt" type="checkbox" value="1" /> ...exclude attributes</label></td>
+ <td><label for="outline"><input id="outline" name="outline" type="checkbox" value="1" /> Show Outline</label></td>
+ <td><label for="noatt"><input id="noatt" name="noatt" type="checkbox" value="1" /> ...exclude attributes</label></td>
</tr>
<tr>
- <td><label><input name="No200" type="checkbox" value="1" /> Validate error pages</label></td>
- <td><label><input name="verbose" type="checkbox" value="1" checked="checked" /> Verbose Output</label></td>
+ <td><label for="No200"><input id="No200" name="No200" type="checkbox" value="1" /> Validate error pages</label></td>
+ <td><label for="verbose"><input id="verbose" name="verbose" type="checkbox" value="1" checked="checked" /> Verbose Output</label></td>
</tr>
<tr>
<td></td>
diff --git a/htdocs/fragment-upload.html b/htdocs/fragment-upload.html
index 027241c..b419346 100755
--- a/htdocs/fragment-upload.html
+++ b/htdocs/fragment-upload.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: fragment-upload.html,v 1.6 2002-10-23 23:11:29 link Exp $"
---><!--#set var="date" value="\$Date: 2002-10-23 23:11:29 $"
+<!--#set var="revision" value="\$Id: fragment-upload.html,v 1.7 2002-12-06 21:30:27 ville Exp $"
+--><!--#set var="date" value="\$Date: 2002-12-06 21:30:27 $"
--><!--#set var="title" value="W3C MarkUp Validation Service: Validate Fragment"
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
@@ -30,18 +30,18 @@
</tr>
<tr>
<td>
- <label><input name="ss" type="checkbox" value="" /> Show Source</label>
+ <label for="ss"><input id="ss" name="ss" type="checkbox" value="1" /> Show Source</label>
</td>
<td>
- <label><input name="sp" type="checkbox" value="" /> Show Parse Tree</label>
+ <label for="sp"><input id="sp" name="sp" type="checkbox" value="1" /> Show Parse Tree</label>
</td>
</tr>
<tr>
<td>
- <label><input name="outline" type="checkbox" value="" /> Show Outline</label>
+ <label for="outline"><input id="outline" name="outline" type="checkbox" value="1" /> Show Outline</label>
</td>
<td>
- <label><input name="noatt" type="checkbox" value="" /> ...exclude attributes</label>
+ <label for="noatt"><input id="noatt" name="noatt" type="checkbox" value="1" /> ...exclude attributes</label>
</td>
</tr>
<tr>
diff --git a/share/templates/en_US/table.tmpl b/share/templates/en_US/table.tmpl
index 4a047ca..2fa6f51 100644
--- a/share/templates/en_US/table.tmpl
+++ b/share/templates/en_US/table.tmpl
@@ -67,16 +67,16 @@
<td colspan="2">
<table class="options">
<tr>
- <td><label title="Show Page Source (accesskey: 5)"><input type="checkbox" value="1" name="ss" accesskey="5" />Show&nbsp;Source</label></td>
- <td><label title="Show an Outline of the document (accesskey: 6)"><input type="checkbox" value="1" name="outline" accesskey="6" />Outline</label></td>
+ <td><label title="Show Page Source (accesskey: 5)" for="ss"><input type="checkbox" value="1" id="ss" name="ss" accesskey="5" />Show&nbsp;Source</label></td>
+ <td><label title="Show an Outline of the document (accesskey: 6)" for="outline"><input type="checkbox" value="1" id="outline" name="outline" accesskey="6" />Outline</label></td>
</tr>
<tr>
- <td><label title="Show Parse Tree (accesskey: 7)"><input type="checkbox" value="1" name="sp" accesskey="7" />Parse&nbsp;Tree</label></td>
- <td><label title="Exclude Attributes from Parse Tree (accesskey: 8)"><input type="checkbox" value="1" name="noatt" accesskey="8" />...no&nbsp;attributes</label></td>
+ <td><label title="Show Parse Tree (accesskey: 7)" for="sp"><input type="checkbox" value="1" id="sp" name="sp" accesskey="7" />Parse&nbsp;Tree</label></td>
+ <td><label title="Exclude Attributes from Parse Tree (accesskey: 8)" for="noatt"><input type="checkbox" value="1" id="noatt" name="noatt" accesskey="8" />...no&nbsp;attributes</label></td>
</tr>
<tr>
- <td><label title="Validate also pages for which the HTTP status code indicates an error"><input type="checkbox" value="1" name="No200" />Validate&nbsp;error&nbsp;pages</label></td>
- <td><label title="Show Verbose Output"><input type="checkbox" value="1" name="verbose" checked="checked" />Verbose&nbsp;Output</label></td>
+ <td><label title="Validate also pages for which the HTTP status code indicates an error" for="No200"><input type="checkbox" value="1" id="No200" name="No200" />Validate&nbsp;error&nbsp;pages</label></td>
+ <td><label title="Show Verbose Output" for="verbose"><input type="checkbox" value="1" id="verbose" name="verbose" checked="checked" />Verbose&nbsp;Output</label></td>
</tr>
</table>
</td>