hixie: Make document.open() reset the charset to UTF-8 instead of UTF-16. (whatwg r5204)

hixie: Make document.open() reset the charset to UTF-8 instead of
UTF-16. (whatwg r5204)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4138&r2=1.4139&f=h
http://html5.org/tools/web-apps-tracker?from=5203&to=5204

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4138
retrieving revision 1.4139
diff -u -d -r1.4138 -r1.4139
--- Overview.html 27 Jul 2010 07:06:13 -0000 1.4138
+++ Overview.html 27 Jul 2010 19:22:38 -0000 1.4139
@@ -9647,7 +9647,7 @@
    <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0D%0A...%3Ciframe%3E%3C%2Fiframe%3E%0D%0A%3Cscript%3E%0D%0Aonload%20%3D%20function%20()%20%7B%0D%0A%20frames%5B0%5D.test%20%3D%201%0D%0A%20w(frames%5B0%5D.test)%3B%0D%0A%20var%20a%20%3D%20frames%5B0%5D.document.location.assign%3B%0D%0A%20w(a)%3B%0D%0A%20w(frames%5B0%5D.document.location.assign%20%3D%3D%3D%20a)%3B%0D%0A%20frames%5B0%5D.document.open()%3B%0D%0A%20frames%5B0%5D.document.write('%3Cscript%3Edocument.write(test)%3C%5C%2Fscript%3E')%3B%0D%0A%20frames%5B0%5D.document.close()%3B%0D%0A%20w(frames%5B0%5D.test)%3B%0D%0A%20w(frames%5B0%5D.document.location.assign%20%3D%3D%3D%20a)%3B%0D%0A%7D%0D%0A%3C%2Fscript%3E -->
 
    <li><p>Change the <a href="#document-s-character-encoding">document's character encoding</a> to
-   UTF-16.</li>
+   UTF-8.</li>
 
    <li><p>Change <a href="#the-document-s-address">the document's address</a> to the
    <a href="#entry-script">entry script</a>'s <a href="#script-s-document" title="script's

Received on Tuesday, 27 July 2010 19:23:27 UTC