[Webkit-unassigned] [Bug 76152] Support CSS escape sequences like `\1d306 ` or `\01d306`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 12 08:03:45 PST 2012


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





--- Comment #2 from Mathias Bynens <mathias at qiwi.be>  2012-01-12 08:03:44 PST ---
Related issue: WebKit discards the entire declaration when a surrogate pair in the wrong order is used. http://jsfiddle.net/mathias/wvPdr/ Gecko, Opera and IE treat a surrogate pair in the wrong order as invalid and replace it with two U+FFFD characters. This seems like the most sensible thing to do.

Also see: http://lists.w3.org/Archives/Public/www-style/2012Jan/thread.html#msg536

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