Re: validator vs. apache's content negotiation

* scragz wrote:
>I'm getting grief from a client because the CSS validator is giving 
>errors on his site [1]. The problem is that I have PHP parse the 
>stylesheets because I'm lazy and don't want to deal with all of the 
>cross-browser hacks when PHP can do a simple UA detect; so the files 
>are named "style.css.php", etc. I use Apache's content negotiation [2] 
>to make the <link> be to "style.css" so no-one gets weirded out by 
>the .php suffix. Every browser handles this fine and I can't tell why 
>the validator doesn't.
>
>[1] http://tinyurl.com/682ge
>[2] http://httpd.apache.org/docs/content-negotiation.html

Maybe http://www.websitedev.de/css/validator-faq#not-acceptable helps
here? The document you refer to redirects to a location that is not
available atm, <http://redirecting.tinyurl.com/redirect.php?num=682ge>,
so I can't check this.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Wednesday, 8 December 2004 16:25:28 UTC