summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlink <link@localhost>2001-09-20 16:57:24 +0000
committerlink <link@localhost>2001-09-20 16:57:24 +0000
commitb7aeda81364bc0c9c18c8874023054adc941928e (patch)
tree70e15d2dd38a50ae6675676fb9f6e93267b68051
parent7623acbb566fb7fa8242ef03cb5bfd129ea7b0d2 (diff)
downloadmarkup-validator-b7aeda81364bc0c9c18c8874023054adc941928e.zip
markup-validator-b7aeda81364bc0c9c18c8874023054adc941928e.tar.gz
markup-validator-b7aeda81364bc0c9c18c8874023054adc941928e.tar.bz2
* Use "<style>" instead of "<link>" to grab stylesheet to hide it completely
from Netscape 4.x. * Add link to skip navigation for screen readers. * Add non-whitespace separator between links (WCAG 10.5). (hidden with CSS for media=screen) * Add title for links (WCAG, but also general).
-rwxr-xr-xhtdocs/header.html29
1 files changed, 15 insertions, 14 deletions
diff --git a/htdocs/header.html b/htdocs/header.html
index c12e5bc..9471db1 100755
--- a/htdocs/header.html
+++ b/htdocs/header.html
@@ -4,29 +4,30 @@
<head>
<title>W3C HTML Validation Service</title>
<link rev="made" href="mailto:gerald@w3.org" />
- <link rel="stylesheet" type="text/css" href="/base.css" />
+ <style type="text/css" media="screen">@import "/base.css";</style>
<meta name="keywords" content="HTML, Hypertext Markup Language, Validation,
W3C HTML Validation Service" />
<meta name="description" content="W3C's easy-to-use
HTML validation service, based on an SGML parser." />
<meta name="revision" content="<!--#echo var="revision" -->" />
- <!-- SSI Template Version: $Id: header.html,v 1.1 2001-09-19 08:52:08 link Exp $ -->
+ <!-- SSI Template Version: $Id: header.html,v 1.2 2001-09-20 16:57:24 link Exp $ -->
</head>
<body>
<p class="navbar">
- <a href="/about.html">About...</a>
- <a href="/feedback.html">Feedback</a>
- <a href="/whatsnew.html">What's&nbsp;New</a>
- <a href="/file-upload.html">Upload&nbsp;Files</a>
- <a href="/source/">Source&nbsp;Code</a>
- <a href="/docs/">Documentation</a>
- <a href="http://jigsaw.w3.org/css-validator/">CSS&nbsp;Validator</a>
- <a href="/checklink">Link&nbsp;Checker</a>
- <a href="http://www.w3.org/MarkUp/">HTML&nbsp;Home</a>
- <a href="http://www.w3.org/People/Raggett/tidy/">HTML&nbsp;Tidy</a>
- <a href="http://www.w3.org/TR/xhtml1/">XHTML&nbsp;1.0</a>
- <a href="http://www.w3.org/TR/html401/">HTML&nbsp;4.01</a>
+ <span class="hideme"><a href="#skip" title="Skip past navigation to main part of page">Skip Navigation</a> |</span>
+ <a href="/about.html" title="Information About this Service">About...</a> <span class="hideme">|</span>
+ <a href="/feedback.html" title="How to provide feedback on this service">Feedback</a> <span class="hideme">|</span>
+ <a href="/whatsnew.html" title="The changes made to this service recently">What's&nbsp;New</a> <span class="hideme">|</span>
+ <a href="/file-upload.html" title="File Upload Interface to this Service">Upload&nbsp;Files</a> <span class="hideme">|</span>
+ <a href="/source/" title="Information on Source Availability">Source&nbsp;Code</a> <span class="hideme">|</span>
+ <a href="/docs/" title="Documentation for this Service">Documentation</a> <span class="hideme">|</span>
+ <a href="http://jigsaw.w3.org/css-validator/" class="offsite" title="The W3C CSS Validator">CSS&nbsp;Validator</a> <span class="hideme">|</span>
+ <a href="/checklink" class="offsite" title="The W3C Link Checker">Link&nbsp;Checker</a> <span class="hideme">|</span>
+ <a href="http://www.w3.org/MarkUp/" class="offsite" title="The W3C HTML Home Page">HTML&nbsp;Home</a> <span class="hideme">|</span>
+ <a href="http://www.w3.org/People/Raggett/tidy/" class="offsite" title="The HTML Tidy Home Page">HTML&nbsp;Tidy</a> <span class="hideme">|</span>
+ <a href="http://www.w3.org/TR/xhtml1/" class="offsite" title="The XHTML 1.0 Reccommendation">XHTML&nbsp;1.0</a> <span class="hideme">|</span>
+ <a href="http://www.w3.org/TR/html401/" class="offsite" title="The HTML 4.01 Reccommendation">HTML&nbsp;4.01</a> <span class="hideme">|</span>
</p>
<h1 id="title"><a href="http://www.w3.org/"><img height="48" alt="W3C"
id="logo" src="http://www.w3.org/Icons/WWW/w3c_home" /></a>