Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[c] (0) Allow _blank, but encourage UAs to not open new windows.
git-svn-id: http://svn.whatwg.org/webapps@1471 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 21, 2008
1 parent 0a2ab22 commit f3da6a4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
11 changes: 7 additions & 4 deletions index
Expand Up @@ -26457,10 +26457,9 @@ never reset. This is nice and consistent.)

<p>A <dfn id=valid9>valid browsing context name or keyword</dfn> is any
string that is either a <a href="#valid8">valid browsing context name</a>
or that case-insensitively <!-- ASCII --> matches one of: <!--<code
title="">_blank</code>,-->
<code title="">_self</code>, <code title="">_parent</code>, or <code
title="">_top</code>.
or that case-insensitively <!-- ASCII --> matches one of: <code
title="">_blank</code>, <code title="">_self</code>, <code
title="">_parent</code>, or <code title="">_top</code>.

<p><dfn id=the-rules>The rules for chosing a browsing context given a
browsing context name</dfn> are as follows. The rules assume that they are
Expand Down Expand Up @@ -26546,6 +26545,10 @@ never reset. This is nice and consistent.)

<dd>There must not be a chosen browsing context.
</dl>

<p>User agents are encouraged to default to being configured to always
reuse the current browsing context, or to at least provide that option
to the user.</p>
</ol>

<h3 id=the-default0><span class=secno>4.2 </span>The default view</h3>
Expand Down
8 changes: 6 additions & 2 deletions source
Expand Up @@ -24135,8 +24135,8 @@ never reset. This is nice and consistent.)

<p>A <dfn>valid browsing context name or keyword</dfn> is any string
that is either a <span>valid browsing context name</span> or that
case-insensitively <!-- ASCII --> matches one of: <!--<code
title="">_blank</code>,--> <code title="">_self</code>, <code
case-insensitively <!-- ASCII --> matches one of: <code
title="">_blank</code>, <code title="">_self</code>, <code
title="">_parent</code>, or <code title="">_top</code>.</p>

<p><dfn>The rules for chosing a browsing context given a browsing
Expand Down Expand Up @@ -24231,6 +24231,10 @@ never reset. This is nice and consistent.)

</dl>

<p>User agents are encouraged to default to being configured to
always reuse the current browsing context, or to at least provide
that option to the user.</p>

</li>

</ol>
Expand Down

0 comments on commit f3da6a4

Please sign in to comment.