RESOLVED FIXED 12808
Handling of misnested tags results in entire page appearing as link
https://bugs.webkit.org/show_bug.cgi?id=12808
Summary Handling of misnested tags results in entire page appearing as link
Mark Rowe (bdash)
Reported 2007-02-18 21:56:42 PST
Steps to reproduce: 1) Load http://www.avalon5.com/index.php/personal/oh-crap-im-turning-into-one-of-them/. 2) Note that the majority of the page content starting from "Picture the scene" is a clickable link. Firefox renders the page "correctly". A reduction of the page shows that the closing </a> tag is missing towards the top of the document. This is not a regression, the behaviour is identical in Safari 2.0.4.
Attachments
Reduction (177 bytes, text/html)
2007-02-18 21:59 PST, Mark Rowe (bdash)
no flags
Mark Rowe (bdash)
Comment 1 2007-02-18 21:59:54 PST
Created attachment 13231 [details] Reduction Reduction: <a href="#outside"> <p>Outside link.</p> <div> <div> <a href="#inside">Inside link.</a> </div> </div> <p>After all links</p>
mitz
Comment 2 2007-02-18 22:34:45 PST
Duplicate of bug 12694?
Mark Rowe (bdash)
Comment 3 2007-02-18 22:37:12 PST
It sounds like the same symptoms as bug 12694, but without being able to reproduce it I cannot tell if the cause is the same.
David Kilzer (:ddkilzer)
Comment 4 2007-02-23 05:28:37 PST
See also Bug 12861.
Mark Rowe (bdash)
Comment 5 2007-02-24 20:37:04 PST
A similar issue appears at http://www.spiegel.de/ towards the bottom of the page.
Mark Rowe (bdash)
Comment 6 2007-05-14 22:27:21 PDT
Fixed in r21472.
Note You need to log in before you can comment on or make changes to this bug.