diff options
author | ville <ville@localhost> | 2002-12-06 21:30:27 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2002-12-06 21:30:27 +0000 |
commit | 48a9817412f45e8e95cac6b3c3dde516366e6611 (patch) | |
tree | 2cd47c1c88f0debf4b727c9b9fe5e5a694d796f9 /htdocs/detailed.html | |
parent | a8c4e9be3f447bdb37c422af54fd4dcfde45a138 (diff) | |
download | markup-validator-48a9817412f45e8e95cac6b3c3dde516366e6611.zip markup-validator-48a9817412f45e8e95cac6b3c3dde516366e6611.tar.gz markup-validator-48a9817412f45e8e95cac6b3c3dde516366e6611.tar.bz2 |
Add "for" attribute to <label>'s everywhere as well as the corresponding id's
so that MSIE users can also just click on the labels.
Diffstat (limited to 'htdocs/detailed.html')
-rwxr-xr-x | htdocs/detailed.html | 16 |
1 files changed, 8 insertions, 8 deletions
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> |