[html5] r1471 - /
whatwg at whatwg.org
whatwg at whatwg.org
Sun Apr 20 21:39:45 PDT 2008
Author: ianh
Date: 2008-04-20 21:39:45 -0700 (Sun, 20 Apr 2008)
New Revision: 1471
Modified:
index
source
Log:
[c] (0) Allow _blank, but encourage UAs to not open new windows.
Modified: index
===================================================================
--- index 2008-04-21 02:46:46 UTC (rev 1470)
+++ index 2008-04-21 04:39:45 UTC (rev 1471)
@@ -26457,10 +26457,9 @@
<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
@@ -26546,6 +26545,10 @@
<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>
Modified: source
===================================================================
--- source 2008-04-21 02:46:46 UTC (rev 1470)
+++ source 2008-04-21 04:39:45 UTC (rev 1471)
@@ -24135,8 +24135,8 @@
<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
@@ -24231,6 +24231,10 @@
</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>
More information about the Commit-Watchers
mailing list