[Webkit-unassigned] [Bug 18110] Should unknown encodings be a fatal error?
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 21 03:00:38 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=18110
Anne van Kesteren <annevk at annevk.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|xml document with |Should unknown encodings be
|x-mac-hebrew reports empty |a fatal error?
|document? |
Component|New Bugs |XML
--- Comment #6 from Anne van Kesteren <annevk at annevk.nl> ---
We're not going to support x-mac-hebrew on the web, however, there is a larger question here with what should happen with unknown encodings in XML.
It doesn't appear to be specified in the XML specification. Chromium and WebKit agree on treating them as a fatal error, but Gecko renders the document.
Minimal test:
data:text/xml,<?xml%20version="1.0"%20encoding="a"?><b/>
If at some point we decide to look at XML again maybe it's worth sorting this out.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230921/f6884b28/attachment-0001.htm>
More information about the webkit-unassigned
mailing list