spec/Overview.html 1.1016 1827 Make UTF-16 act like UTF-8 for query enc

Make UTF-16 act like UTF-8 for query encoding of URLs. (whatwg r1827)
(changed by: Ian Hickson)

Diffs for this change per section: 
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1016.html#valid
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1016.html#resolve

Current content per affected section: 
  http://dev.w3.org/html5/spec/Overview.html#valid
  http://dev.w3.org/html5/spec/Overview.html#resolve

Previously published WD content per affected section: 
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#valid
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#resolve

Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1015&r2=1.1016&f=h

http://html5.org/tools/web-apps-tracker?from=1826&to=1827

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1015
retrieving revision 1.1016
diff -u -d -r1.1015 -r1.1016
--- Overview.html	29 Jun 2008 09:41:05 -0000	1.1015
+++ Overview.html	29 Jun 2008 10:07:23 -0000	1.1016
@@ -2813,7 +2813,7 @@
    <li>
     <p>The <a href="#url">URL</a> is a valid IRI reference and the <a
      href="#character1" title="document's character encoding">character
-     encoding</a> of the URL's <code>Document</code> is UTF-8. <a
+     encoding</a> of the URL's <code>Document</code> is UTF-8 or UTF-16. <a
      href="#references">[RFC3987]</a>
   </ul>
 
@@ -3032,6 +3032,9 @@
      title="">document</var>.
 
    <li>
+    <p>If <var title="">encoding</var> is UTF-16, then change it to UTF-8.
+
+   <li>
     <p>Let <var title="">base</var> be the <a href="#base-">base URL</a> for
      <var title="">url</var>. (This is an <a href="#absolute">absolute
      URL</a>.)

Received on Sunday, 29 June 2008 10:10:56 UTC