- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Nov 2006 04:13:15 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs In directory hutz:/tmp/cvs-serv5657/htdocs Modified Files: detailed-form.html fragment-upload.html Log Message: porting 0.7.4 changes to HEAD: * bringing back outline, removing parse tree output Index: detailed-form.html =================================================================== RCS file: /sources/public/validator/htdocs/detailed-form.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- detailed-form.html 12 Oct 2006 01:15:49 -0000 1.7 +++ detailed-form.html 13 Nov 2006 04:13:13 -0000 1.8 @@ -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.11 diff -u -d -r1.10 -r1.11 --- fragment-upload.html 14 Apr 2005 06:41:57 -0000 1.10 +++ fragment-upload.html 13 Nov 2006 04:13:13 -0000 1.11 @@ -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 Monday, 13 November 2006 04:13:25 UTC