- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 28 Jul 2008 20:08:56 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5903
Olivier Thereaux <ot@w3.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ot@w3.org
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Olivier Thereaux <ot@w3.org> 2008-07-28 20:08:56 ---
(In reply to comment #0)
> Validator returns the following:
>
> File not found: http://madkirby.com/Mad's style sheet.css: Not Found
Spaces are not allowed in URLs, and while some browsers will "escape" those
spaces and correct the broken URLs, other agents will not.
Either rename the files (remove the spaces) or escape the URLs in your HTML
(replace the spaces with "%20")
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Monday, 28 July 2008 20:09:31 UTC