[Webkit-unassigned] [Bug 14951] REGRESSION: page interpreted as UTF-8 because of stray <?xml> after <head>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 13 03:48:26 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14951


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |Regression
           Priority|P2                          |P1
            Summary|page interpreted as UTF-8   |REGRESSION: page interpreted
                   |because of stray <?xml>     |as UTF-8 because of stray
                   |after <head>                |<?xml> after <head>




------- Comment #2 from ap at webkit.org  2007-08-13 03:48 PDT -------
This is a regression from shipping Safari/WebKit.

Firefox 2 also honors an XML encoding declaration in HTML documents (which is
the historical reason why we do so, too, ignoring HTML5), but only if it's at
the very beginning of the file. Of course, both browsers detect an error if an
XML declaration is not at the very beginning of an XML file.

Also, Firefox doesn't have out quirk of treating UTF-16 declaration in 8-bit
files as UTF-8.


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