Skip to content

Commit

Permalink
[] (0) WIP: window.open()
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@664 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 6, 2007
1 parent b460758 commit 1bb8f51
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
16 changes: 9 additions & 7 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -25005,13 +25005,12 @@ MAYBE WANT
context. When three or fewer arguments are provided, <var
title="">replace</var> defaults to false.

<p class=big-issue>When the method is invoked, ...

<p>The browsing context to navigate to must be selected by <a
href="#the-rules">the rules for chosing a browsing context given a
browsing context name</a> using the <var title="">target</var> argument as
the name, unless the user has indicated a preference, in which case the
browsing context to navigate may instead be the one indicated by the user.
<p>When the method is invoked, the user agent must first select a browsing
context to navigate by applying <a href="#the-rules">the rules for chosing
a browsing context given a browsing context name</a> using the <var
title="">target</var> argument as the name, unless the user has indicated
a preference, in which case the browsing context to navigate may instead
be the one indicated by the user.

<p class=example>For example, suppose there is a user agent that supports
control-clicking a link to open it in a new tab. If a user clicks in that
Expand All @@ -25022,6 +25021,9 @@ MAYBE WANT
user agent could override the selection of the target browsing context to
instead target a new tab.

<p>Then, the user agent must <a href="#navigate">navigate</a> the selected
browsing context to the URI given in <var title="">url</var>.

<p class=big-issue>The <dfn id=opener
title=dom-opener><code>opener</code></dfn> DOM attribute...

Expand Down
17 changes: 9 additions & 8 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -22772,14 +22772,12 @@ MAYBE WANT
an existing browsing context. When three or fewer arguments are
provided, <var title="">replace</var> defaults to false.</p>

<p class="big-issue">When the method is invoked, ...</p>

<p>The browsing context to navigate to must be selected by <span>the
rules for chosing a browsing context given a browsing context
name</span> using the <var title="">target</var> argument as the
name, unless the user has indicated a preference, in which case the
browsing context to navigate may instead be the one indicated by the
user.</p>
<p>When the method is invoked, the user agent must first select a
browsing context to navigate by applying <span>the rules for chosing
a browsing context given a browsing context name</span> using the
<var title="">target</var> argument as the name, unless the user has
indicated a preference, in which case the browsing context to
navigate may instead be the one indicated by the user.</p>

<p class="example">For example, suppose there is a user agent that
supports control-clicking a link to open it in a new tab. If a user
Expand All @@ -22790,6 +22788,9 @@ MAYBE WANT
agent could override the selection of the target browsing context to
instead target a new tab.</p>

<p>Then, the user agent must <span>navigate</span> the selected
browsing context to the URI given in <var title="">url</var>.</p>

<p class="big-issue">The <dfn
title="dom-opener"><code>opener</code></dfn> DOM attribute...</p>

Expand Down

0 comments on commit 1bb8f51

Please sign in to comment.