[Webkit-unassigned] [Bug 12808] Handling of misnested tags results in entire page appearing as link

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 18 21:59:54 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12808





------- Comment #1 from bdash at webkit.org  2007-02-18 21:59 PDT -------
Created an attachment (id=13231)
 --> (http://bugs.webkit.org/attachment.cgi?id=13231&action=view)
Reduction

Reduction:

<a href="#outside">
    <p>Outside link.</p>
    <div>
        <div>
            <a href="#inside">Inside link.</a>
        </div>
    </div>
    <p>After all links</p>


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list