[html5] r4471 - [giow] (2) Make location.port parsing more like IE8's. Fixing http://www.w3.org/ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jan 4 22:13:57 PST 2010
Author: ianh
Date: 2010-01-04 22:13:53 -0800 (Mon, 04 Jan 2010)
New Revision: 4471
Modified:
complete.html
index
source
Log:
[giow] (2) Make location.port parsing more like IE8's.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8236
Modified: complete.html
===================================================================
--- complete.html 2010-01-05 05:35:59 UTC (rev 4470)
+++ complete.html 2010-01-05 06:13:53 UTC (rev 4471)
@@ -5009,9 +5009,11 @@
<td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical, uses a server-based naming authority, and contained a <a href=#url-port title=url-port><port></a> component (possibly an empty one)
<td>—
<td>—
- <td>Remove any characters in the new value that are not in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9).
+ <td>Remove all characters in the new value from the first that is not in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), if any.
+ Remove any leading U+0030 DIGIT ZERO characters (0) in the new value.
If the resulting string is empty, set it to a single U+0030 DIGIT ZERO character (0).
- <td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical and uses a server-based naming authority
+ <td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical and uses a server-based naming authority,
+ and the new value, when interpretted as a base-ten integer, is less than or equal to 65535
<tr><td><dfn id=dom-uda-pathname title=dom-uda-pathname><code>pathname</code></dfn>
<td><a href=#url-path title=url-path><path></a>
<td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical
Modified: index
===================================================================
--- index 2010-01-05 05:35:59 UTC (rev 4470)
+++ index 2010-01-05 06:13:53 UTC (rev 4471)
@@ -4844,9 +4844,11 @@
<td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical, uses a server-based naming authority, and contained a <a href=#url-port title=url-port><port></a> component (possibly an empty one)
<td>—
<td>—
- <td>Remove any characters in the new value that are not in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9).
+ <td>Remove all characters in the new value from the first that is not in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), if any.
+ Remove any leading U+0030 DIGIT ZERO characters (0) in the new value.
If the resulting string is empty, set it to a single U+0030 DIGIT ZERO character (0).
- <td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical and uses a server-based naming authority
+ <td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical and uses a server-based naming authority,
+ and the new value, when interpretted as a base-ten integer, is less than or equal to 65535
<tr><td><dfn id=dom-uda-pathname title=dom-uda-pathname><code>pathname</code></dfn>
<td><a href=#url-path title=url-path><path></a>
<td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical
Modified: source
===================================================================
--- source 2010-01-05 05:35:59 UTC (rev 4470)
+++ source 2010-01-05 06:13:53 UTC (rev 4471)
@@ -4469,9 +4469,11 @@
<td><span title="concept-uda-input">input</span> is hierarchical, uses a server-based naming authority, and contained a <span title="url-port"><port></span> component (possibly an empty one)
<td>—
<td>—
- <td>Remove any characters in the new value that are not in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9).
+ <td>Remove all characters in the new value from the first that is not in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), if any.
+ Remove any leading U+0030 DIGIT ZERO characters (0) in the new value.
If the resulting string is empty, set it to a single U+0030 DIGIT ZERO character (0).
- <td><span title="concept-uda-input">input</span> is hierarchical and uses a server-based naming authority
+ <td><span title="concept-uda-input">input</span> is hierarchical and uses a server-based naming authority,
+ and the new value, when interpretted as a base-ten integer, is less than or equal to 65535
<tr>
<td><dfn title="dom-uda-pathname"><code>pathname</code></dfn>
<td><span title="url-path"><path></span>
More information about the Commit-Watchers
mailing list