[html5] r4202 - [giow] (1) location.search and .pathname do nothing for data: URLs. (Before, the [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 20 03:27:10 PDT 2009


Author: ianh
Date: 2009-10-20 03:27:08 -0700 (Tue, 20 Oct 2009)
New Revision: 4202

Modified:
   complete.html
   index
   source
Log:
[giow] (1) location.search and .pathname do nothing for data: URLs. (Before, the spec required nonsensical behaviour. Oops.)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7849

Modified: complete.html
===================================================================
--- complete.html	2009-10-20 10:15:22 UTC (rev 4201)
+++ complete.html	2009-10-20 10:27:08 UTC (rev 4202)
@@ -5113,14 +5113,14 @@
      <td>—
      <td>—
      <td>If it has no leading U+002F SOLIDUS character (/), prepend a U+002F SOLIDUS character (/) to the new value
-     <td>—
+     <td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical
     <tr><td><dfn id=dom-uda-search title=dom-uda-search><code>search</code></dfn>
      <td><a href=#url-query title=url-query><query></a>
      <td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical, and contained a <a href=#url-query title=url-query><query></a> component (possibly an empty one)
      <td>U+003F QUESTION MARK (?)
      <td>—
      <td>Remove one leading U+003F QUESTION MARK character (?), if any
-     <td>—
+     <td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical
     <tr><td><dfn id=dom-uda-hash title=dom-uda-hash><code>hash</code></dfn>
      <td><a href=#url-fragment title=url-fragment><fragment></a>
      <td><a href=#concept-uda-input title=concept-uda-input>input</a> contained a <a href=#url-fragment title=url-fragment><fragment></a> component (possibly an empty one)

Modified: index
===================================================================
--- index	2009-10-20 10:15:22 UTC (rev 4201)
+++ index	2009-10-20 10:27:08 UTC (rev 4202)
@@ -4942,14 +4942,14 @@
      <td>—
      <td>—
      <td>If it has no leading U+002F SOLIDUS character (/), prepend a U+002F SOLIDUS character (/) to the new value
-     <td>—
+     <td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical
     <tr><td><dfn id=dom-uda-search title=dom-uda-search><code>search</code></dfn>
      <td><a href=#url-query title=url-query><query></a>
      <td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical, and contained a <a href=#url-query title=url-query><query></a> component (possibly an empty one)
      <td>U+003F QUESTION MARK (?)
      <td>—
      <td>Remove one leading U+003F QUESTION MARK character (?), if any
-     <td>—
+     <td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical
     <tr><td><dfn id=dom-uda-hash title=dom-uda-hash><code>hash</code></dfn>
      <td><a href=#url-fragment title=url-fragment><fragment></a>
      <td><a href=#concept-uda-input title=concept-uda-input>input</a> contained a <a href=#url-fragment title=url-fragment><fragment></a> component (possibly an empty one)

Modified: source
===================================================================
--- source	2009-10-20 10:15:22 UTC (rev 4201)
+++ source	2009-10-20 10:27:08 UTC (rev 4202)
@@ -4560,7 +4560,7 @@
      <td>—
      <td>—
      <td>If it has no leading U+002F SOLIDUS character (/), prepend a U+002F SOLIDUS character (/) to the new value
-     <td>—
+     <td><span title="concept-uda-input">input</span> is hierarchical
     <tr>
      <td><dfn title="dom-uda-search"><code>search</code></dfn>
      <td><span title="url-query"><query></span>
@@ -4568,7 +4568,7 @@
      <td>U+003F QUESTION MARK (?)
      <td>—
      <td>Remove one leading U+003F QUESTION MARK character (?), if any
-     <td>—
+     <td><span title="concept-uda-input">input</span> is hierarchical
     <tr>
      <td><dfn title="dom-uda-hash"><code>hash</code></dfn>
      <td><span title="url-fragment"><fragment></span>




More information about the Commit-Watchers mailing list