- From: poot <cvsmail@w3.org>
- Date: Sat, 28 Jun 2008 18:04:37 +0900 (JST)
- To: public-html-diffs@w3.org
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) (changed by: Ian Hickson) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.1014.html#a http://people.w3.org/mike/diffs/html5/spec/Overview.1.1014.html#status http://people.w3.org/mike/diffs/html5/spec/Overview.1.1014.html#resolve Current content per affected section: http://dev.w3.org/html5/spec/Overview.html#a http://dev.w3.org/html5/spec/Overview.html#status 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/#a http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#status 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.1013&r2=1.1014&f=h http://html5.org/tools/web-apps-tracker?from=1824&to=1825 =================================================================== 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 <query> 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:05:14 UTC