- From: poot <cvsmail@w3.org>
- Date: Sat, 21 Mar 2009 05:04:36 +0900 (JST)
- To: public-html-diffs@w3.org
Change the term 'script's character encoding' to be less confusing.
(whatwg r2884)
4.5 Processing model
http://people.w3.org/mike/diffs/html5/workers/Overview.1.83.html#processing-model
http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html
http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.82&r2=1.83&f=h
http://html5.org/tools/web-apps-tracker?from=2883&to=2884
===================================================================
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:05:13 UTC