Relative URI reference resolution broken in CSS validator?

Olivier,

I erroneously had this stylesheet link in a document:

  <link rel="stylesheet" type="text/css"
  	href="/../../2005/10/w3cdoc.css" />

As far as I can tell, relative URI reference resolution should have
eaten the ".." segments; however, the CSS validator complained that
it couldn't find:

	http://www.w3.org/../../2005/10/w3cdoc.css

(As relative URI reference resolution is a mess in the URI spec, I
might simply be wrong, though.  Can you have a look?)

Regards,
-- 
Thomas Roessler, W3C  <tlr@w3.org>  +33-4-89063488

Received on Friday, 14 March 2008 12:28:14 UTC