[html5] r4411 - [giow] (0) the previous change broke compatibility with HTTP
whatwg at whatwg.org
whatwg at whatwg.org
Mon Dec 7 00:05:02 PST 2009
Author: ianh
Date: 2009-12-07 00:04:59 -0800 (Mon, 07 Dec 2009)
New Revision: 4411
Modified:
complete.html
source
Log:
[giow] (0) the previous change broke compatibility with HTTP
Modified: complete.html
===================================================================
--- complete.html 2009-12-07 06:20:44 UTC (rev 4410)
+++ complete.html 2009-12-07 08:04:59 UTC (rev 4411)
@@ -65352,11 +65352,10 @@
-->
<li><p>If <var title="">protocol</var> is present but contains
- characters with Unicode code points greater than U+007F (i.e. any
- characters that are not ASCII characters), or if it contains either
- a U+000A LINE FEED (LF) character or a U+000D CARRIAGE RETURN (CR)
- character, then throw a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception and abort
- these steps.</li>
+ characters with Unicode code points less than U+0020 or greater
+ than U+007E (i.e. any characters that are not printable ASCII
+ characters), then throw a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception and
+ abort these steps.</li>
<li><p>Let <var title="">origin</var> be the <a href=#ascii-serialization-of-an-origin title="ASCII
serialization of an origin">ASCII serialization</a> of the
@@ -65935,9 +65934,10 @@
following steps. The <var title="">host</var> must be ASCII-only
(i.e. it must have been punycode-encoded already if necessary). The
<var title="">resource name</var> and <var title="">protocol</var>
- strings must be ASCII and must not contain U+000A LINE FEED (LF)
- or U+000D CARRIAGE RETURN (CR) characters. The <var title="">resource name</var> string must start with a U+002F SOLIDUS
- character (/) and must not contain a U+0020 SPACE character. <a href=#refsORIGIN>[ORIGIN]</a></p>
+ strings must be ASCII characters in the range U+0020 to U+007E. The
+ <var title="">resource name</var> string must additionally start
+ with a U+002F SOLIDUS character (/) and must not contain a U+0020
+ SPACE character. <a href=#refsORIGIN>[ORIGIN]</a></p>
<ol><li>
Modified: source
===================================================================
--- source 2009-12-07 06:20:44 UTC (rev 4410)
+++ source 2009-12-07 08:04:59 UTC (rev 4411)
@@ -74517,11 +74517,10 @@
-->
<li><p>If <var title="">protocol</var> is present but contains
- characters with Unicode code points greater than U+007F (i.e. any
- characters that are not ASCII characters), or if it contains either
- a U+000A LINE FEED (LF) character or a U+000D CARRIAGE RETURN (CR)
- character, then throw a <code>SYNTAX_ERR</code> exception and abort
- these steps.</p></li>
+ characters with Unicode code points less than U+0020 or greater
+ than U+007E (i.e. any characters that are not printable ASCII
+ characters), then throw a <code>SYNTAX_ERR</code> exception and
+ abort these steps.</p></li>
<li><p>Let <var title="">origin</var> be the <span title="ASCII
serialization of an origin">ASCII serialization</span> of the
@@ -75221,11 +75220,10 @@
following steps. The <var title="">host</var> must be ASCII-only
(i.e. it must have been punycode-encoded already if necessary). The
<var title="">resource name</var> and <var title="">protocol</var>
- strings must be ASCII and must not contain U+000A LINE FEED (LF)
- or U+000D CARRIAGE RETURN (CR) characters. The <var
- title="">resource name</var> string must start with a U+002F SOLIDUS
- character (/) and must not contain a U+0020 SPACE character. <a
- href="#refsORIGIN">[ORIGIN]</a></p>
+ strings must be ASCII characters in the range U+0020 to U+007E. The
+ <var title="">resource name</var> string must additionally start
+ with a U+002F SOLIDUS character (/) and must not contain a U+0020
+ SPACE character. <a href="#refsORIGIN">[ORIGIN]</a></p>
<ol>
More information about the Commit-Watchers
mailing list