- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 May 2009 10:36:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2917
Modified Files:
Overview.html
Log Message:
Try to clarify what it means to change the encoding from UTF-16 to UTF-8. (whatwg r3140)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2297
retrieving revision 1.2298
diff -u -d -r1.2297 -r1.2298
--- Overview.html 26 May 2009 10:31:49 -0000 1.2297
+++ Overview.html 26 May 2009 10:36:55 -0000 1.2298
@@ -4167,8 +4167,8 @@
<li><p>Let <var title="">encoding</var> be the <a href="#url-character-encoding">URL character
encoding</a>.</li>
- <li><p>If <var title="">encoding</var> is UTF-16, then change it to
- UTF-8.</li>
+ <li><p>If <var title="">encoding</var> is a UTF-16 encoding, then
+ change the value of <var title="">encoding</var> to UTF-8.</li>
<li>
@@ -53090,7 +53090,8 @@
steps.</li>
<li><p>If <var title="">charset</var> is a UTF-16 encoding,
- change it to UTF-8.</li>
+ change the value of <var title="">charset</var> to
+ UTF-8.</li>
<li><p>If <var title="">charset</var> is a supported
character encoding, then return the given encoding, with
Received on Tuesday, 26 May 2009 10:37:08 UTC