- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Thu, 06 May 2004 04:20:31 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv29727
Modified Files:
Tag: validator-0_6_0-branch
detailed-form.html
Log Message:
harminonizing detailed-form and output of check
Index: detailed-form.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed-form.html,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -u -d -r1.1.2.10 -r1.1.2.11
--- detailed-form.html 6 May 2004 04:03:24 -0000 1.1.2.10
+++ detailed-form.html 6 May 2004 04:20:28 -0000 1.1.2.11
@@ -45,7 +45,7 @@
<td><label for="fbc"><input id="fbc" name="fbc" type="checkbox" value="1" /><a class="formoptions" href="docs/users.html#option-fbc" title="Explanation for this Character encoding fallback option">Use Fallback instead of Override</a></label></td>
</tr>
<tr>
- <th><label for="doctype"><a class="formoptions" href="docs/users.html#option-doctype" title="Explanation for the Type options">Type</a>:</label></th>
+ <th><label for="doctype"><a class="formoptions" href="docs/users.html#option-doctype" title="Explanation for the Doctype options">Doctyype</a>:</label></th>
<td>
<!--#include virtual="doctype-select.html" -->
</td>
@@ -54,10 +54,10 @@
<tr>
<th rowspan="4"><a class="formoptions" href="docs/users.html#Options" title="How to use the options">Options</a>:</th>
<td><label for="ss"><input id="ss" name="ss" type="checkbox" value="1" /><a class="formoptions" href="docs/users.html#option-ss" title="Explanation for the 'Show source' option">Show Source</a></label></td>
- <td><label for="sp"><input id="sp" name="sp" type="checkbox" value="1" /><a class="formoptions" href="docs/users.html#option-sp" title="Explanation for the 'Show parse tree' option">Show Parse Tree</a></label></td>
+ <td><label for="outline"><input id="outline" name="outline" type="checkbox" value="1" /><a class="formoptions" href="docs/users.html#option-outline" title="explanation for the 'Show outline' option">Show Outline</a></label></td>
</tr>
<tr>
- <td><label for="outline"><input id="outline" name="outline" type="checkbox" value="1" /><a class="formoptions" href="docs/users.html#option-outline" title="explanation for the 'Show outline' option">Show Outline</a></label></td>
+ <td><label for="sp"><input id="sp" name="sp" type="checkbox" value="1" /><a class="formoptions" href="docs/users.html#option-sp" title="Explanation for the 'Show parse tree' option">Show Parse Tree</a></label></td>
<td><label for="noatt"><input id="noatt" name="noatt" type="checkbox" value="1" /><a class="formoptions" href="docs/users.html#option-noatt" title="Explanation for the 'exclude attributes' option">...exclude attributes</a></label></td>
</tr>
<tr>
Received on Thursday, 6 May 2004 00:20:43 UTC