- From: David Woolley <david@djwhome.demon.co.uk>
- Date: Wed, 27 Nov 2002 20:46:01 +0000 (GMT)
- To: w3c-wai-ig@w3.org
> Unfortunately it seems to work properly with IE5 but not netscape7 That's because IE is broken as a matter of policy (basically because you get less support calls for this sort of error if you are broken than if you operate correctly). The fact that it attempts to be in Windows-1252, also indicates its an IE only site, which is particular bad as they are using Apache on Unix. I think they have captured the source of a dynamic page and are serving it as a static page, but haven't updated their .htaccess file to tell the server that .asp is a type of text/html. The HTTP headers are as follows. Note that they clearly say that it is plain text, not HTML. As is not HTML, the meta element is not a meta element and cannot be examined by a conforming browser to fix the problem, but IE says it starts <html> so it must be HTML, even if it is really the source code of an HTML page to demonstrate the source. HTTP/1.0 200 OK Age: 53 Accept-Ranges: bytes Date: Wed, 27 Nov 2002 20:39:06 GMT Content-Length: 46820 Content-Type: text/plain Server: Apache/1.3.26 (Unix) mod_log_bytes/0.3 mod_bwlimited/1.0 PHP/4.2.3 Fron tPage/5.0.2.2510 mod_ssl/2.8.10 OpenSSL/0.9.6g Last-Modified: Sat, 23 Nov 2002 00:08:11 GMT ETag: "40c2dc-b6e4-3ddec6eb" Via: 1.1 anchor-cache-01 (NetCache NetApp/5.2.1R2)
Received on Wednesday, 27 November 2002 15:46:05 UTC