validator/htdocs detailed-form.html,1.1.2.11,1.1.2.12

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv16200

Modified Files:
      Tag: validator-0_6_0-branch
	detailed-form.html 
Log Message:
backing up on the links in the <label>s, as it breaks a well known behaviour.
Going with one link to the options explanations, for the moment at least.
(courtesy of Bjoern)



Index: detailed-form.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed-form.html,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -u -d -r1.1.2.11 -r1.1.2.12
--- detailed-form.html	6 May 2004 04:20:28 -0000	1.1.2.11
+++ detailed-form.html	6 May 2004 14:21:19 -0000	1.1.2.12
@@ -1,5 +1,5 @@
           <tr>
-            <th><label for="charset"><a class="formoptions" href="docs/users.html#option-charset" title="Explanation of the Encoding options">Encoding</a>:</label></th>
+            <th><label for="charset">Encoding:</label></th>
             <td>
               <select id="charset" name="charset">
                 <option value="(detect automatically)" selected="selected">(detect automatically)</option>
@@ -42,27 +42,27 @@
                 <option value="windows-1257">windows-1257 (Baltic Rim)</option>
               </select>
             </td>
-            <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>
+            <td><label for="fbc"><input id="fbc" name="fbc" type="checkbox" value="1" /> Use Fallback instead of Override</label></td>
           </tr>
           <tr>
-            <th><label for="doctype"><a class="formoptions" href="docs/users.html#option-doctype" title="Explanation for the Doctype options">Doctyype</a>:</label></th>
+            <th><label for="doctype">Doctype:</label></th>
             <td>
 <!--#include virtual="doctype-select.html" -->
             </td>
-            <td><label for="fbd"><input id="fbd" name="fbd" type="checkbox" value="1" /><a class="formoptions" href="docs/users.html#option-fbd" title="Explanation for this doctype fallback option">Use Fallback instead of Override</a></label></td>
+            <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"><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="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>
+            <th rowspan="4">Options (<a title='Explanation for these options' href='http://qa-dev.w3.org/wmvs/0.6/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" /><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>
+           <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" /><a class="formoptions" href="docs/users.html#option-no200" title="Explanation for the 'Validate error pages' option">Validate error pages</a></label></td>
-	    <td><label for="verbose"><input id="verbose" name="verbose" type="checkbox" value="1" checked="checked" /><a class="formoptions" href="docs/users.html#option-verbose" title="Explanation for the 'Verbose output' option">Verbose Output</a></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>

Received on Thursday, 6 May 2004 10:21:38 UTC