Bug 75481 - handling of improperly closed A tag
Summary: handling of improperly closed A tag
Status: RESOLVED DUPLICATE of bug 20976
Alias: None
Product: konqueror
Classification: Applications
Component: khtml parsing (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-18 01:11 UTC by shift
Modified: 2005-03-22 12:21 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description shift 2004-02-18 01:11:26 UTC
Version:           3.2.0 (using KDE 3.2.0, SuSE)
Compiler:          gcc version 3.3.1 (SuSE Linux)
OS:          Linux (i686) release 2.6.1-0-default

for the following example 

<a href="http://www.kde.org">
   <p> <img SRC="image.gif"> </a> </p>

the closing </a> tag seems to be not handled -- the rest of the page becomes the link to the www.kde.org 

this is real example from the web.
Comment 1 Stephan Kulow 2004-02-18 11:31:48 UTC
I believe it
Comment 2 Allan Sandfeld 2005-03-22 12:21:24 UTC
It is incorrect nested, and requires residual style

*** This bug has been marked as a duplicate of 20976 ***