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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 12 14:10:41 PDT 2010


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
                 CC|                            |ap at webkit.org




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2010-05-12 14:10:41 PST ---
This is correct parsing. It matches HTML5 and Firefox - and although I didn't test IE, I'm pretty sure it works the same.

Note that "<div />" is exactly equivalent to "<div>" - the self-closing syntax is not supported in HTML, and all browsers simply ignore the slash.

-- 
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