[Bug 12100] UAs do not actually convert DOMStrings to sequences of Unicode characters. Test case: data:text/html,<!doctype html><script>document.documentElement.title = "\ud800"; alert(document.documentElement.title.charCodeAt(0));</script> Expected 65533, got 5529

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12100

--- Comment #11 from contributor@whatwg.org 2011-06-03 19:40:30 UTC ---
Checked in as WHATWG revision r6184.
Check-in comment: Try to clean up the stuff about Unicode characters.
http://html5.org/tools/web-apps-tracker?from=6183&to=6184

-- 
Configure bugmail: http://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 Friday, 3 June 2011 19:40:32 UTC