Bug 75481

Summary: handling of improperly closed A tag
Product: [Applications] konqueror Reporter: shift
Component: khtml parsingAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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 ***