[Webkit-unassigned] [Bug 25169] New: Unclosed divs resulting in unintentionally nested tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 13 17:16:39 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25169

           Summary: Unclosed divs resulting in unintentionally nested tags
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://aiuto.alice.it/includes/mail_servizi/index.html
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: japhet at google.com


The js on this page is generating malformed html, which is not handled by
webkit as nicely as FF or IE.  In the js function createFaq(), they're opening
a <div> and closing a </layer>.  The <div>s don't get closed until the wrapping
<ol> gets closed.  The result is several nested <div>s, which then get
overwritten when an faq is selected. 

Ideally, the <div>s without matching </div> would get closed before they ended
up nesting (this appears to be how FF and IE are handling this page).

(See http://code.google.com/p/chromium/issues/detail?id=8687 for original
report)


-- 
Configure bugmail: https://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