- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 20 Mar 2009 20:04:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv4257
Modified Files:
Overview.html
Log Message:
Change the term 'script's character encoding' to be less confusing. (whatwg r2884)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- Overview.html 20 Mar 2009 08:52:54 -0000 1.82
+++ Overview.html 20 Mar 2009 20:04:11 -0000 1.83
@@ -1205,7 +1205,7 @@
<p>Set the <span>script's browsing context</span> to <var title="">owner browsing context</var>.</p>
- <p>Set the <span>script's character encoding</span> to
+ <p>Set the <span>script's URL character encoding</span> to
UTF-8. (This is just used for encoding non-ASCII characters in the
query component of URLs.)</p>
Received on Friday, 20 March 2009 20:04:22 UTC