Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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

git-svn-id: http://svn.whatwg.org/webapps@4202 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 20, 2009
1 parent f1b8c23 commit e16e648
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -5113,14 +5113,14 @@ <h4 id=interfaces-for-url-manipulation><span class=secno>2.5.3 </span>Interfaces
<td>&mdash;
<td>&mdash;
<td>If it has no leading U+002F SOLIDUS character (/), prepend a U+002F SOLIDUS character (/) to the new value
<td>&mdash;
<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>&lt;query&gt;</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>&lt;query&gt;</a> component (possibly an empty one)
<td>U+003F QUESTION MARK (?)
<td>&mdash;
<td>Remove one leading U+003F QUESTION MARK character (?), if any
<td>&mdash;
<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>&lt;fragment&gt;</a>
<td><a href=#concept-uda-input title=concept-uda-input>input</a> contained a <a href=#url-fragment title=url-fragment>&lt;fragment&gt;</a> component (possibly an empty one)
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -4942,14 +4942,14 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<td>&mdash;
<td>&mdash;
<td>If it has no leading U+002F SOLIDUS character (/), prepend a U+002F SOLIDUS character (/) to the new value
<td>&mdash;
<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>&lt;query&gt;</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>&lt;query&gt;</a> component (possibly an empty one)
<td>U+003F QUESTION MARK (?)
<td>&mdash;
<td>Remove one leading U+003F QUESTION MARK character (?), if any
<td>&mdash;
<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>&lt;fragment&gt;</a>
<td><a href=#concept-uda-input title=concept-uda-input>input</a> contained a <a href=#url-fragment title=url-fragment>&lt;fragment&gt;</a> component (possibly an empty one)
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -4560,15 +4560,15 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<td>&mdash;
<td>&mdash;
<td>If it has no leading U+002F SOLIDUS character (/), prepend a U+002F SOLIDUS character (/) to the new value
<td>&mdash;
<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">&lt;query&gt;</span>
<td><span title="concept-uda-input">input</span> is hierarchical, and contained a <span title="url-query">&lt;query&gt;</span> component (possibly an empty one)
<td>U+003F QUESTION MARK (?)
<td>&mdash;
<td>Remove one leading U+003F QUESTION MARK character (?), if any
<td>&mdash;
<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">&lt;fragment&gt;</span>
Expand Down

0 comments on commit e16e648

Please sign in to comment.