Duncan Hill wrote:

Off-Topic but for clarification RFC 4343 states that URL's are
case-insensitive.

I hate to be picky, but I really do not think that that can be the case.
For a case-sensitive web server, the following two URLs are completely
different :

        http://www.example.org/my-file
        http://www.example.org/My-File

Similarly the next pair are different if the mail server is case-sensitive :

        mailto:a.n.other:example.org
        mailto:A.N.Other:example.org

Whatever RFC 4343 says (and I've not read it), it must be
referring to the host elements and the protocol (although
the latter is always normalised to lower-case), and cannot
include component of the path or filename, nor can it
refer to the <local part> in a URL using the "mailto:"; method.

Philip Taylor

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to