validator/share/templates/en_US feedback.tmpl,1.20,1.21 header.tmpl,1.18,1.19 table.tmpl,1.15,1.16 warnings.tmpl,1.9,1.10

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv2330/share/templates/en_US

Modified Files:
	feedback.tmpl header.tmpl table.tmpl warnings.tmpl 
Log Message:
implementing new access keys, as proposed in 
http://lists.w3.org/Archives/Public/public-qa-dev/2005Mar/0013.html




Index: feedback.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/feedback.tmpl,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- feedback.tmpl	25 Feb 2005 00:25:04 -0000	1.20
+++ feedback.tmpl	31 Mar 2005 04:33:37 -0000	1.21
@@ -77,9 +77,9 @@
         <input id="type-index" name="type-index" type="hidden" value="www-validator" />
         <input id="index-type" name="index-type" type="hidden" value="t" />
   <TMPL_IF NAME="errmsg_id">
-        <input name="keywords" type="text" size="33" maxlength="100" value="[VE][<TMPL_VAR NAME="errmsg_id" ESCAPE="URL">]" accesskey="f" />
+        <input name="keywords" type="text" size="33" maxlength="100" value="[VE][<TMPL_VAR NAME="errmsg_id" ESCAPE="URL">]" />
   <TMPL_ELSE>
-        <input name="keywords" type="text" size="33" maxlength="100" value="" accesskey="f" />
+        <input name="keywords" type="text" size="33" maxlength="100" value="" />
   </TMPL_IF>
         <input type="submit" name="search" value="Search Mail Archives" />
       </p>

Index: warnings.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/warnings.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- warnings.tmpl	25 Mar 2005 04:39:47 -0000	1.9
+++ warnings.tmpl	31 Mar 2005 04:33:37 -0000	1.10
@@ -105,7 +105,7 @@
     <p>
       To quickly check whether the document would validate after addressing
       the missing character encoding information, you can use the "Encoding"
-      form control (accesskey "2") earlier in the page to force an encoding
+      form control earlier in the page to force an encoding
       override to take effect. "iso-8859-1" (Western Europe and North America)
       and "utf-8" (Universal, but not commonly used in legacy documents) are
       common encodings if you are not sure what encoding to choose.

Index: table.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/table.tmpl,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- table.tmpl	16 Feb 2005 03:28:13 -0000	1.15
+++ table.tmpl	31 Mar 2005 04:33:37 -0000	1.16
@@ -5,8 +5,8 @@
 <TMPL_IF NAME="is_upload">
       <th>File:</th><td colspan="2"><TMPL_VAR NAME="file_uri" ESCAPE="HTML"></td>
 <TMPL_ELSE>
-      <th><label title="Address of Page to Validate (accesskey: 1)" for="uri">Address</label>:</th>
-      <td colspan="2"><input accesskey="1" type="text" id="uri" name="uri" value="<TMPL_VAR NAME="file_uri" ESCAPE="HTML">" /></td>
+      <th><label title="Address of Page to Validate" for="uri">Address</label>:</th>
+      <td colspan="2"><input type="text" id="uri" name="uri" value="<TMPL_VAR NAME="file_uri" ESCAPE="HTML">" /></td>
 </TMPL_IF>
     </tr>
 <TMPL_IF NAME="opt_verbose">
@@ -26,7 +26,7 @@
 <TMPL_ELSE>
   <TMPL_IF NAME="file_charset">
     <tr>
-      <th><label accesskey="2" title="Character Encoding (accesskey: 2)" for="charset">Encoding</label>:</th>
+      <th><label title="Character Encoding" for="charset">Encoding</label>:</th>
       <td><TMPL_VAR NAME="file_charset" ESCAPE="HTML"></td><td><TMPL_INCLUDE NAME="popup_charset.tmpl"></td>
     </tr>
   <TMPL_ELSE>
@@ -34,7 +34,7 @@
   </TMPL_IF>
   <TMPL_IF NAME="file_version">
     <tr>
-      <th><label accesskey="3" for="doctype" title="Document Type (accesskey: 3)">Doctype</label>:</th>
+      <th><label for="doctype" title="Document Type">Doctype</label>:</th>
       <td><TMPL_VAR NAME="file_version" ESCAPE="HTML"></td><td><TMPL_INCLUDE NAME="popup_doctype.tmpl"></td>
     </tr>
   <TMPL_ELSE>
@@ -60,31 +60,31 @@
   </table>
 <TMPL_UNLESS NAME="is_upload">
   <fieldset>
-    <legend accesskey="4">Revalidate With Options</legend>
+    <legend>Revalidate With Options</legend>
     <table class="header">
       <tr>
-        <th><input type="submit" value="Revalidate" accesskey="9" title="Revalidate file (accesskey: 9)" />: </th>
+        <th><input type="submit" value="Revalidate" title="Revalidate file" />: </th>
         <td colspan="2">
           <table class="options">
             <tr>
-              <td><label title="Show Page Source (accesskey: 5)" for="ss"><input type="checkbox" value="1" id="ss" name="ss" accesskey="5"
+              <td><label title="Show Page Source" for="ss"><input type="checkbox" value="1" id="ss" name="ss" 
 <TMPL_IF NAME="opt_show_source">
 	checked="checked"
 </TMPL_IF>
 		/>Show&nbsp;Source</label></td>
-              <td><label title="Show an Outline of the document (accesskey: 6)" for="outline"><input type="checkbox" value="1" id="outline" name="outline" accesskey="6"
+              <td><label title="Show an Outline of the document" for="outline"><input type="checkbox" value="1" id="outline" name="outline" 
 <TMPL_IF NAME="opt_show_outline">
 	checked="checked"
 </TMPL_IF>
 		/>Show&nbsp;Outline</label></td>
             </tr>
             <tr>
-              <td><label title="Show Parse Tree (accesskey: 7)" for="sp"><input type="checkbox" value="1" id="sp" name="sp" accesskey="7"
+              <td><label title="Show Parse Tree" for="sp"><input type="checkbox" value="1" id="sp" name="sp" 
 <TMPL_IF NAME="opt_show_parsetree">
 	checked="checked"
 </TMPL_IF>
 		/>Show&nbsp;Parse&nbsp;Tree</label></td>
-              <td><label title="Exclude Attributes from Parse Tree (accesskey: 8)" for="noatt"><input type="checkbox" value="1" id="noatt" name="noatt" accesskey="8"
+              <td><label title="Exclude Attributes from Parse Tree" for="noatt"><input type="checkbox" value="1" id="noatt" name="noatt" 
 <TMPL_IF NAME="opt_show_noatt">
 	checked="checked"
 </TMPL_IF>

Index: header.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/header.tmpl,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- header.tmpl	24 Mar 2005 02:41:12 -0000	1.18
+++ header.tmpl	31 Mar 2005 04:33:37 -0000	1.19
@@ -30,13 +30,13 @@
 	<span id="versioninfo"><abbr title="version">v</abbr>0.7.0-dev</span>
     </div>
     <ul class="navbar" id="menu">
-        <li><span class="hideme"><a href="#skip" accesskey="s" title="Skip past navigation to main part of page">Skip Navigation</a> |</span>
-        <a href="./" accesskey="h" title="Go to the Home Page for The W3C Markup Validation Service"><strong>Home</strong></a></li>
+        <li><span class="hideme"><a href="#skip" accesskey="2" title="Skip past navigation to main part of page">Skip Navigation</a> |</span>
+        <a href="./" accesskey="1" title="Go to the Home Page for The W3C Markup Validation Service"><strong>Home</strong></a></li>
         <li><a href="./about.html" title="Information About this Service">About...</a></li>
         <li><a href="./whatsnew.html" title="The changes made to this service recently">News</a></li>
-        <li><a href="./docs/" title="Documentation for this Service">Docs</a></li>
+        <li><a href="./docs/" accesskey="3" title="Documentation for this Service">Docs</a></li>
 	<li><a href="./docs/help.html" title="Help and answers to frequently asked questions">Help&nbsp;&amp;&nbsp;<acronym title="Frequently Asked Questions">FAQ</acronym></a></li>
-        <li><a href="./feedback.html" title="How to provide feedback on this service">Feedback</a></li>
+        <li><a href="./feedback.html" accesskey="4" title="How to provide feedback on this service">Feedback</a></li>
 	<li><a href="http://validator.w3.org/checklink" title="In addition to fixing your markup, fix your links with the W3C Link Checker">Link Checker</a></li>
     </ul>
 

Received on Thursday, 31 March 2005 04:33:39 UTC