[Webkit-unassigned] [Bug 38901] New: empty divs (<div />) are not properly handled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 11 06:08:17 PDT 2010


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

           Summary: empty divs (<div />) are not properly handled
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mail at milianw.de


Empty divs are not properly handled in at least safari 3.2.1 and QWebKit from Qt 4.6.3. To reproduce see attached HTML and use e.g. the webinspector to
investigate how WebKit interprets the DOM:

it wrongly turns

    <div /><div />

into

    <div><div></div></div>

instead of

    <div></div><div></div>

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



More information about the webkit-unassigned mailing list