- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 31 Mar 2005 04:33:39 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv2330/htdocs
Modified Files:
accesskeys.html header.html
Log Message:
implementing new access keys, as proposed in
http://lists.w3.org/Archives/Public/public-qa-dev/2005Mar/0013.html
Index: accesskeys.html
===================================================================
RCS file: /sources/public/validator/htdocs/accesskeys.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- accesskeys.html 9 May 2004 15:56:49 -0000 1.5
+++ accesskeys.html 31 Mar 2005 04:33:37 -0000 1.6
@@ -13,45 +13,21 @@
<a href="feedback.html">Feedback</a> page.
</p>
</div>
- <div>
+
<h2>Accesskey Legend</h2>
- <div id="navkeys">
- <h3>Navigation Menu Accesskeys</h3>
- <dl>
- <dt>s</dt>
- <dd>Skip past the navigation links to what is considered the main content of the page.</dd>
- <dt>k</dt>
- <dd>Attached to the "Accesskey Legend" link in the navigation menu (points to this page).</dd>
- <dt>h</dt>
- <dd>Attached to the "Home Page" link in the navigation menu..</dd>
- </dl>
- </div>
- <div id="formkeys">
- <h3>Validation Form Accesskeys</h3>
- <dl>
- <dt>r</dt>
- <dd>Attached to the "Results" link in the "Jump To" menu.</dd>
- <dt>1</dt>
- <dd>Attached to the "Address" field in the form.</dd>
- <dt>2</dt>
- <dd>Attached to the "Character Encoding" menu in the form.</dd>
- <dt>3</dt>
- <dd>Attached to the "Doctype" menu in the form.</dd>
- <dt>4</dt>
- <dd>Attached to the fieldset containing all the option checkboxes in the form.</dd>
- <dt>5</dt>
- <dd>Attached to the "Show Page Source" option in the form.</dd>
- <dt>6</dt>
- <dd>Attached to the "Show Outline" option in the form.</dd>
- <dt>7</dt>
- <dd>Attached to the "Show Parse Tree" option in the form.</dd>
- <dt>8</dt>
- <dd>Attached to the "Exclude Attributes from Parse Tree" option in the form.</dd>
- <dt>9</dt>
- <dd>Attached to the "Revalidate" (submit) button in the form.</dd>
- </dl>
- </div>
- </div>
+ <ol>
+ <li><p>Home: access key "1" leads back to the service's home page.</p></li>
+ <li><p>Skip Navigation: access key "2"...</p>
+ <ul>
+ <li>... in results pages, leads you to the beginning of the actual results</li>
+ <li>... in documentation pages, leads you to the table of contents</li>
+ <li>... in other pages (home page, advanced interface pages), leads you to the first form</li>
+ </ul>
+ </li>
+ <li><p>Documentation: access key "3" leads to the documentation index for the service.</p></li>
+ <li><p>Feedback: access key "4" leads to the feedback instructions.</p></li>
+ </ol>
+
</div>
<!--#include virtual="footer.html" -->
</body>
Index: header.html
===================================================================
RCS file: /sources/public/validator/htdocs/header.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- header.html 4 Jan 2005 08:37:53 -0000 1.30
+++ header.html 31 Mar 2005 04:33:37 -0000 1.31
@@ -24,13 +24,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="<!--#echo var="relroot" -->" 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="<!--#echo var="relroot" -->" accesskey="1" title="Go to the Home Page for The W3C Markup Validation Service"><strong>Home</strong></a></li>
<li><a href="<!--#echo var="relroot" -->about.html" title="Information About this Service">About...</a></li>
<li><a href="<!--#echo var="relroot" -->whatsnew.html" title="The changes made to this service recently">News</a></li>
- <li><a href="<!--#echo var="relroot" -->docs/" title="Documentation for this Service">Docs</a></li>
+ <li><a href="<!--#echo var="relroot" -->docs/" accesskey="3" title="Documentation for this Service">Docs</a></li>
<li><a href="<!--#echo var="relroot" -->docs/help.html" title="Help and answers to frequently asked questions">Help & <acronym title="Frequently Asked Questions">FAQ</acronym></a></li>
- <li><a href="<!--#echo var="relroot" -->feedback.html" title="How to provide feedback on this service">Feedback</a></li>
+ <li><a href="<!--#echo var="relroot" -->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