John wrote:
For a local file system why doesn't href="/test.css" default to the folder of the html document like href="test.css"? What does it default to?
The format of a file:// url is:
file://server/path
So if you look at "file:///foo/bar/baz" and resolve "/test" relative to it, you should get "file:///test".
-Boris
Sorry for the delayed response, you have me completely lost.
1) What is the meaning of the third front slash in file:///
2) Does this mean that it is impossible to convert an href="/test.css" to a local file system since it will always resolve to, basically, null for the server?
_______________________________________________ mozilla-layout mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-layout
