- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Jul 2010 19:22:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv8972 Modified Files: Overview.html Log Message: Make document.open() reset the charset to UTF-8 instead of UTF-16. (whatwg r5204) Index: Overview.html =================================================================== 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:22:45 UTC