Skip to content

Commit

Permalink
[e] (0) make some notes about window.location near about:blank
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1915 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 23, 2008
1 parent 0ba771b commit 4ade426
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 6 additions & 1 deletion index
Expand Up @@ -34752,7 +34752,12 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
<p>When the <dfn id=assign title=dom-location-assign><code>assign(<var
title="">url</var>)</code></dfn> method is invoked, the UA must <a
href="#navigate">navigate</a> the <a href="#browsing1">browsing
context</a> to the specified <var title="">url</var>.
context</a> to the specified <var title="">url</var>.</p>
<!-- XXX browsers seem to
treat this as having <span>replacement enabled</span> if the
browsing context has only one entry and that entry is about:blank.
IE and Firefox only seem to treat it that way if the DOM is still a
virgin DOM; Safari doesn't check that. -->

<p>When the <dfn id=replace title=dom-location-replace><code>replace(<var
title="">url</var>)</code></dfn> method is invoked, the UA must <a
Expand Down
6 changes: 5 additions & 1 deletion source
Expand Up @@ -32232,7 +32232,11 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
<p>When the <dfn title="dom-location-assign"><code>assign(<var
title="">url</var>)</code></dfn> method is invoked, the UA must
<span>navigate</span> the <span>browsing context</span> to the
specified <var title="">url</var>.</p>
specified <var title="">url</var>.</p> <!-- XXX browsers seem to
treat this as having <span>replacement enabled</span> if the
browsing context has only one entry and that entry is about:blank.
IE and Firefox only seem to treat it that way if the DOM is still a
virgin DOM; Safari doesn't check that. -->

<p>When the <dfn title="dom-location-replace"><code>replace(<var
title="">url</var>)</code></dfn> method is invoked, the UA must
Expand Down

0 comments on commit 4ade426

Please sign in to comment.