[Bug 3614] Invalid handling of base tag + mailto:

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3614

           Summary: Invalid handling of base tag + mailto:
           Product: LinkChecker
           Version: unspecified
          Platform: PC
               URL: http://www.intelectric.nl/
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: checklink
        AssignedTo: ville.skytta@iki.fi
        ReportedBy: t.heesters@intelectric.nl
         QAContact: www-validator-cvs@w3.org


Documents that contain a base-tag and mailto:-anchors are handled incorrectly. 

e.g.
...
<base href="http://www.example.com/" />
...
<a href="mailto:john.doe@example.com">John Doe</a>
...

is interpreted as:

<a href="http://www.example.com/john.doe@example.com">John Doe</a>

which of course does not exist...

As per specification, only relative URIs are to be resolved using the base tag,
and as far as i know mailto:john.doe@example.com is not a relative URI.

Received on Tuesday, 22 August 2006 11:41:29 UTC