[Webkit-unassigned] [Bug 76273] Unclosed TITLE eats all subsequent content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 13 10:52:53 PST 2012


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Parsing of valid XHTML file |Unclosed TITLE eats all
                   |fails on empty element tag  |subsequent content
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
          Component|New Bugs                    |HTML DOM
                 CC|                            |abarth at webkit.org,
                   |                            |ap at webkit.org,
                   |                            |eric at webkit.org




--- Comment #2 from Alexey Proskuryakov <ap at webkit.org>  2012-01-13 10:52:53 PST ---
The test is served as text/html, so a regular HTML parser is used. In HTML, there are no self-closing tags, so <title/> is equivalent to <title>.

The change in behavior that you observe is due to strict compliance to HTML5, and is expected. Other HTML5 compliant browsers (like Firefox) do the same.

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