Bug 12808 - Handling of misnested tags results in entire page appearing as link
Summary: Handling of misnested tags results in entire page appearing as link
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Major
Assignee: Nobody
URL: http://www.avalon5.com/index.php/pers...
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2007-02-18 21:56 PST by Mark Rowe (bdash)
Modified: 2007-05-14 22:27 PDT (History)
0 users

See Also:


Attachments
Reduction (177 bytes, text/html)
2007-02-18 21:59 PST, Mark Rowe (bdash)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 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.
Comment 1 Mark Rowe (bdash) 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>
Comment 2 mitz 2007-02-18 22:34:45 PST
Duplicate of bug 12694?
Comment 3 Mark Rowe (bdash) 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.
Comment 4 David Kilzer (:ddkilzer) 2007-02-23 05:28:37 PST
See also Bug 12861.

Comment 5 Mark Rowe (bdash) 2007-02-24 20:37:04 PST
A similar issue appears at http://www.spiegel.de/ towards the bottom of the page.
Comment 6 Mark Rowe (bdash) 2007-05-14 22:27:21 PDT
Fixed in r21472.