These cases are partially handled as of now.

<a href="">""</a>
Does not work, but should. This falls into the case of abnormal URIs according to the RFC. I think Armando was working on a fix for this.

<a href="#">"#"</a>
<a href="#anchor">"#anchor"</a>
Both of these cases work correctly in the most recent code.

Mike

Mike Moran wrote:
Mike Moran wrote:
[ ... ]

I think a mime gobbler woke up and fed or I erred, so here is the file inline:

<html>
<head>
</head>

<body>
<a href="">""</a>
<a href="#">"#"</a>
<a href="#anchor">"#anchor"</a>
</body>
</html>





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to