[Webkit-unassigned] [Bug 22166] HTML entities for surrogate pair codepoints cause rendering issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 25 12:28:18 PST 2008


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





------- Comment #15 from ap at webkit.org  2008-11-25 12:28 PDT -------
Rendering code has to deal with this anyway, because an unpaired surrogate can
be inserted into the string via DOM APIs. And I doubt that it makes practical
sense to require DOM APIs to convert unpaired surrogates into U+FFFD - e.g. JS
code may insert text as it comes from some streaming source, and the surrogate
pair may be broken between two chunks of data.


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