- From: poot <cvsmail@w3.org>
- Date: Tue, 26 May 2009 19:38:34 +0900 (JST)
- To: public-html-diffs@w3.org
Try to clarify what it means to change the encoding from UTF-16 to
UTF-8. (whatwg r3140)
Diffs for this change per section:
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2298.html#concept-encoding-confidence
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2298.html#resolve-a-url
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2297&r2=1.2298&f=h
http://html5.org/tools/web-apps-tracker?from=3139&to=3140
===================================================================
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:39:10 UTC