- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 09 Nov 2006 02:41:20 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv18587/htdocs
Modified Files:
Tag: validator-0_7-branch
detailed-form.html fragment-upload.html
Log Message:
* Simplifying markup of options table in results page
* removing checkboxes for legacy options
* adding explanatory tooltips in "extended interface" option table
Index: detailed-form.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed-form.html,v
retrieving revision 1.5.2.3
retrieving revision 1.5.2.4
diff -u -d -r1.5.2.3 -r1.5.2.4
--- detailed-form.html 11 Oct 2006 06:55:35 -0000 1.5.2.3
+++ detailed-form.html 9 Nov 2006 02:41:18 -0000 1.5.2.4
@@ -55,20 +55,11 @@
<td><label for="fbd"><input id="fbd" name="fbd" type="checkbox" value="1" /> Use Fallback instead of Override</label></td>
</tr>
<tr>
- <th rowspan="4">Options (<a title="Explanation for these options" href="docs/users.html#Options">Help</a>):</th>
- <td><label for="ss"><input id="ss" name="ss" type="checkbox" value="1" /> Show Source</label></td>
- <td><label for="outline"><input id="outline" name="outline" type="checkbox" value="1" /> Show Outline</label></td>
- </tr>
- <tr>
- <td><label for="sp"><input id="sp" name="sp" type="checkbox" value="1" /> Show Parse Tree</label></td>
- <td><label for="noatt"><input id="noatt" name="noatt" type="checkbox" value="1" /> ...exclude attributes</label></td>
- </tr>
- <tr>
- <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>
+ <th rowspan="2">Options (<a title="Explanation for these options" href="docs/users.html#Options">Help</a>):</th>
+ <td><label title="Show Page Source" for="ss"><input id="ss" name="ss" type="checkbox" value="1" /> Show Source</label></td>
+ <td><label title="Show an Outline of the document" for="outline"><input id="outline" name="outline" type="checkbox" value="1" /> Show Outline</label></td>
</tr>
-<!--
<tr>
- <td colspan="2"><label for="fussy"><input id="fussy" name="fussy" type="checkbox" value="0" /> Fussy Parsing</label></td>
+ <td><label title="Validate also pages for which the HTTP status code indicates an error" for="No200"><input id="No200" name="No200" type="checkbox" value="1" /> Validate error pages</label></td>
+ <td><label title="Show Verbose Output" for="verbose"><input id="verbose" name="verbose" type="checkbox" value="1" checked="checked" /> Verbose Output</label></td>
</tr>
--->
Index: fragment-upload.html
===================================================================
RCS file: /sources/public/validator/htdocs/fragment-upload.html,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -d -r1.10 -r1.10.2.1
--- fragment-upload.html 14 Apr 2005 06:41:57 -0000 1.10
+++ fragment-upload.html 9 Nov 2006 02:41:18 -0000 1.10.2.1
@@ -22,22 +22,14 @@
</label>
</td>
</tr>
- <tr>
- <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 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 title="Show Page Source" for="ss"><input id="ss" name="ss" type="checkbox" value="1" /> Show Source</label></td>
+ <td><label title="Show an Outline of the document" for="outline"><input id="outline" name="outline" type="checkbox" value="1" /> Show Outline</label></td>
+ </tr>
+ <tr>
+ <td><label title="Validate also pages for which the HTTP status code indicates an error" for="No200"><input id="No200" name="No200" type="checkbox" value="1" /> Validate error pages</label></td>
+ <td><label title="Show Verbose Output" for="verbose"><input id="verbose" name="verbose" type="checkbox" value="1" checked="checked" /> Verbose Output</label></td>
+ </tr>
<tr>
<td colspan="2"><textarea cols="60" rows="24" name="fragment"></textarea></td>
</tr>
Received on Thursday, 9 November 2006 02:41:25 UTC