Tidy bug (malformed URI reference)

Tidy-Bug:
HTML Tidy for Windows (vers 1st July 2002; built on Jul 18 2002, at
14:24:17)

1a. HTML-Code:
74:...
75: <P>
76:  Text <A HREF="javascript:parent.WindowOpen('../../../test.htm', 665,
480)">Text</A>
77: </P>
78:...

1b. Tidy-Warning-Message:
line 76 column 13 - Warning: <a> escaping malformed URI reference

1c. Tidy's-Output:
74:...
75: <P>
76:  Text <A
HREF="javascript:parent.WindowOpen('../../../test.htm',%20665,%20480)">Text<
/A>
77: </P>
78:...

1d. Comment:
In line 76 of the HTML-Source Tidy interpret the javascript code as an URI
reference. Further Tidy's-HTML-Output-File is false (%20 instead of spaces).


Please let me know when the bug are fixed.
Many thanks in advance.

JH

Received on Monday, 2 December 2002 03:09:04 UTC