HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/4471

SVNBugCommentTime (UTC)
44718236[Gecko] [Internet Explorer] [Opera] [Webkit] Make location.port parsing more like IE8's.2010-01-05 06:13
Index: source
===================================================================
--- source	(revision 4470)
+++ source	(revision 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">&lt;port&gt;</span> component (possibly an empty one)
      <td>&mdash;
      <td>&mdash;
-     <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">&lt;path&gt;</span>

|