- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 31 Mar 2005 06:25:30 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin In directory hutz:/tmp/cvs-serv14079/bin Modified Files: checklink Log Message: implementing new access keys, as proposed in http://lists.w3.org/Archives/Public/public-qa-dev/2005Mar/0013.html Index: checklink =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v retrieving revision 4.16 retrieving revision 4.17 diff -u -d -r4.16 -r4.17 --- checklink 5 Feb 2005 18:48:20 -0000 4.16 +++ checklink 31 Mar 2005 06:25:28 -0000 4.17 @@ -683,7 +683,7 @@ printf("<p>For reliable link checking results, check <a href=\"%s\">HTML validity</a> first. See also <a href=\"%s\">CSS validity</a>.</p> -<p>Back to the <a href=\"%s\">link checker</a>.</p>\n", +<p>Back to the <a accesskey=\"1\" href=\"%s\">link checker</a>.</p>\n", &encode(sprintf($Cfg{Markup_Validator_URI}, $esc_uri)), &encode(sprintf($Cfg{CSS_Validator_URI}, $esc_uri)), &encode($Opts{_Self_URI})); @@ -2046,12 +2046,14 @@ sub banner ($) { my ($title) = @_; - printf(<<'EOF', &encode($title), $Cfg{Doc_URI}); + printf(<<'EOF', &encode($title), $Cfg{Doc_URI}, $Cfg{Doc_URI}); <div id="banner"><h1 id="title"><a href="http://www.w3.org/" title="W3C"><img alt="W3C" id="logo" src="http://www.w3.org/Icons/w3c_home" height="48" width="72"></a> Link Checker%s</h1></div> <ul class="navbar" id="menu"> - <li><a href="%s" accesskey="d" title="Documentation for this Link Checker Service">Docs</a></li> - <li><a href="http://search.cpan.org/dist/W3C-LinkChecker/" accesskey="i" title="Download the source / Install this service">Download</a></li> - <li><a href="http://validator.w3.org/" accesskey="m" title="Validate your markup with the W3C Markup Validation Service">Validator</a></li> + <li><span class="hideme"><a href="#results1" accesskey="2" title="Skip past navigation to main part of page">Skip Navigation</a> |</span> + <li><a href="%s" accesskey="3" title="Documentation for this Link Checker Service">Docs</a></li> + <li><a href="http://search.cpan.org/dist/W3C-LinkChecker/" title="Download the source / Install this service">Download</a></li> + <li><a href="%s#csb" title="feedback: comments, suggestions and bugs" accesskey="4">Feedback</a></li> + <li><a href="http://validator.w3.org/" title="Validate your markup with the W3C Markup Validation Service">Validator</a></li> </ul> <div id="main"> EOF
Received on Thursday, 31 March 2005 06:25:31 UTC