html5/spec Overview.html,1.1013,1.1014

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8444

Modified Files:
	Overview.html 
Log Message:
If a character in a URL's query component can't be expressed in the page encoding, replace it with a question mark (matches IE and Opera) (whatwg r1825)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1013
retrieving revision 1.1014
diff -u -d -r1.1013 -r1.1014
--- Overview.html	27 Jun 2008 23:27:15 -0000	1.1013
+++ Overview.html	28 Jun 2008 09:01:52 -0000	1.1014
@@ -59,7 +59,7 @@
     for HTML and XHTML</h2>
 
    <h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" -->
-    Editor's Draft <!--ZZZ-->27 June 2008</h2>
+    Editor's Draft <!--ZZZ-->28 June 2008</h2>
 
    <dl><!-- ZZZ: update the month/day
     <dt>This Version:</dt>
@@ -207,7 +207,7 @@
 
   <p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is
    the W3C working group responsible for this specification's progress along
-   the W3C Recommendation track. <!--ZZZ:--> This specification is the 27
+   the W3C Recommendation track. <!--ZZZ:--> This specification is the 28
    June 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p>
   <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
   <!-- relationship to other work (required) -->
@@ -3093,6 +3093,11 @@
      original &lt;query&gt; production defined in RFC 3986:</p>
 
     <ol>
+     <li>If the character in question cannot be expressed in the encoding
+      <var title="">encoding</var>, then replace it with a single 0x3F octet
+      (an ASCII question mark) and skip the remaining substeps for this
+      character.
+
      <li>Encode the character into a sequence of octets as defined by the
       encoding <var title="">encoding</var>.
 

Received on Saturday, 28 June 2008 09:02:30 UTC