[Bug 16157] WebSocket shouldn't throw SyntaxError on unpaired surrogates

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16157

--- Comment #5 from contributor@whatwg.org 2012-05-02 20:06:47 UTC ---
Checked in as WHATWG revision r7084.
Check-in comment: Make WebSocket silently convert isolated surrogated to U+FFFD
rather than throwing an exception. This will result in data corruption when a
user types in astral-plane characters that get truncated by naiive script
half-way through, rather than crashing the application.
http://html5.org/tools/web-apps-tracker?from=7083&to=7084

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 2 May 2012 20:06:51 UTC