- From: Hans v. Sommerfeld <snoopy@redbaron.bir.uunet.de>
- Date: Thu, 24 Jun 1999 12:47:07 +0200 (METDST)
- To: wai-wcag-editor@w3.org
[Document]
Techniques for Web Content Accessibility Guidelines 1.0
W3C NOTE 5-May-1999
[URI]
http://www.w3.org/TR/1999/WAI-WEBCONTENT-TECHS-19990505
[Download package]
wai-pageauth-tech.tgz
[Files in package]
wai-pageauth-tech.html
techimages/coffee-table.gif
[Comments]
I have found three problems with the files stated above:
(1+2)
The file "wai-pageauth-tech.html" still includes active links to <www.w3.org>
causing online calls while trying to read the document offline.
Every problem in your HTML-code is shown with my additional fix for offline.
(3)
The file "techimages/coffee-table.gif" is _not_ provided as world-readable by
the package. Just set it to -rw-r--r-- please.
[Problem1]
<title>Techniques for Web Content Accessibility Guidelines 1.0</title>
<!-- Changed by: Ian B. Jacobs, 7-Dec-1998 -->
<LINK rel="stylesheet" type="text/css"
href="http://www.w3.org/StyleSheets/TR/W3C-NOTE">
<link rel="STYLESHEET" href="style/default.css" type="text/css">
[Fix1]
<!-- Changed by: Ian B. Jacobs, 7-Dec-1998 -->
<!-- Changed by: Hans von Sommerfeld, 24-Jun-1999 -->
<!-- LINK rel="stylesheet" type="text/css"
href="http://www.w3.org/StyleSheets/TR/W3C-NOTE" -->
<link rel="STYLESHEET" href="style/default.css" type="text/css">
[Problem2]
<DIV class="head">
<P><A href="http://www.w3.org/">
<IMG height="48" width="72" alt="W3C"
src="http://www.w3.org/Icons/WWW/w3c_home"></A></P>
<H1 class="notoc">Techniques for Web Content Accessibility Guidelines 1.0</H1>
[Fix2]
<DIV class="head">
<!-- Changed by: Hans von Sommerfeld, 24-Jun-1999 -->
<P><A href="http://www.w3.org/">
<IMG height="48" width="72" alt="W3C"
src="techimages/w3c_home.gif"></A></P>
[*]
The document itself holds very interesting stuff. Thanks.
HvS
:-)
Received on Thursday, 24 June 1999 06:56:54 UTC