diff options
author | ot <ot@localhost> | 2007-05-31 04:05:30 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-05-31 04:05:30 +0000 |
commit | c0fca7f212ced3d77272701fb9ef2379f6362e0c (patch) | |
tree | a023247da5c7f9c2efec23b6091c422cc4227eea /htdocs | |
parent | f9d27e82587bb1f18493a9e3929acb5004e7057e (diff) | |
download | markup-validator-c0fca7f212ced3d77272701fb9ef2379f6362e0c.zip markup-validator-c0fca7f212ced3d77272701fb9ef2379f6362e0c.tar.gz markup-validator-c0fca7f212ced3d77272701fb9ef2379f6362e0c.tar.bz2 |
consistent option labeling
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/detailed-form.html | 6 | ||||
-rwxr-xr-x | htdocs/detailed-form_directinput.html | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/detailed-form.html b/htdocs/detailed-form.html index 8193376..53a8cfd 100755 --- a/htdocs/detailed-form.html +++ b/htdocs/detailed-form.html @@ -22,7 +22,7 @@ </tr> <tr> - <td><label title="Show Page Source" for="<!--#echo var="fieldset_id" -->-ss"><input id="<!--#echo var="fieldset_id" -->-ss" name="ss" type="checkbox" value="1" />Show Source</label></td> + <td><input id="<!--#echo var="fieldset_id" -->-ss" name="ss" type="checkbox" value="1" /><label title="Show Page Source" for="<!--#echo var="fieldset_id" -->-ss">Show Source</label></td> <td colspan="2"><input id="<!--#echo var="fieldset_id" -->-st" name="st" type="checkbox" value="1" /><label for="<!--#echo var="fieldset_id" -->-st">Clean up Markup with HTML Tidy</label> </td> @@ -32,9 +32,9 @@ <tr> <td><input id="<!--#echo var="fieldset_id" -->-outline" name="outline" type="checkbox" value="1" /><label title="Show an Outline of the document" for="<!--#echo var="fieldset_id" -->-outline">Show Outline</label> </td> - <td><label title="Validate also pages for which the HTTP status code indicates an error" for="<!--#echo var="fieldset_id" -->-No200"><input id="<!--#echo var="fieldset_id" -->-No200" name="No200" type="checkbox" value="1" /> Validate error pages</label></td> + <td><input id="<!--#echo var="fieldset_id" -->-No200" name="No200" type="checkbox" value="1" /><label title="Validate also pages for which the HTTP status code indicates an error" for="<!--#echo var="fieldset_id" -->-No200">Validate error pages</label></td> - <td><label title="Verbose Output" for="<!--#echo var="fieldset_id" -->-verbose"><input id="<!--#echo var="fieldset_id" -->-verbose" name="verbose" type="checkbox" value="0" />Verbose Output</label></td> + <td><input id="<!--#echo var="fieldset_id" -->-verbose" name="verbose" type="checkbox" value="0" /><label title="Verbose Output" for="<!--#echo var="fieldset_id" -->-verbose">Verbose Output</label></td> </tr> </table> diff --git a/htdocs/detailed-form_directinput.html b/htdocs/detailed-form_directinput.html index 12f22ec..10aef4a 100755 --- a/htdocs/detailed-form_directinput.html +++ b/htdocs/detailed-form_directinput.html @@ -19,7 +19,7 @@ </tr> <tr> - <td><label title="Show Page Source" for="<!--#echo var="fieldset_id" -->-ss"><input id="<!--#echo var="fieldset_id" -->-ss" name="ss" type="checkbox" value="1" />Show Source</label></td> + <td><input id="<!--#echo var="fieldset_id" -->-ss" name="ss" type="checkbox" value="1" /><label title="Show Page Source" for="<!--#echo var="fieldset_id" -->-ss">Show Source</label></td> <td colspan="2"><input id="<!--#echo var="fieldset_id" -->-st" name="st" type="checkbox" value="1" /><label for="<!--#echo var="fieldset_id" -->-st">Clean up Markup with HTML Tidy</label> </td> |