RESOLVED FIXED 25169
Unclosed divs resulting in unintentionally nested tags
https://bugs.webkit.org/show_bug.cgi?id=25169
Summary Unclosed divs resulting in unintentionally nested tags
Nate Chapin
Reported 2009-04-13 17:16:38 PDT
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)
Attachments
Reduction - simplified somewhat (1.19 KB, text/html)
2009-04-13 17:19 PDT, Nate Chapin
no flags
Nate Chapin
Comment 1 2009-04-13 17:19:57 PDT
Created attachment 29446 [details] Reduction - simplified somewhat
Nate Chapin
Comment 2 2010-10-20 14:09:14 PDT
Fixed by the HTML5 parser.
Note You need to log in before you can comment on or make changes to this bug.