[html5] r789 - /
whatwg at whatwg.org
whatwg at whatwg.org
Fri Apr 27 20:44:23 PDT 2007
Author: ianh
Date: 2007-04-27 20:44:21 -0700 (Fri, 27 Apr 2007)
New Revision: 789
Modified:
index
source
Log:
[ac] (0) Make _blank not a valid value for target=''. This might not last...
Modified: index
===================================================================
--- index 2007-04-28 02:32:52 UTC (rev 788)
+++ index 2007-04-28 03:44:21 UTC (rev 789)
@@ -22867,10 +22867,11 @@
<p>A <dfn id=valid8>valid browsing context name</dfn> is any string that
does not start with a U+005F LOW LINE character, or, a string that
- case-insensitively <!-- ASCII --> matches one of: <code
- title="">_blank</code>, <code title="">_self</code>, <code
- title="">_parent</code>, or <code title="">_top</code>. (Names starting
- with an underscore are reserved for special keywords.)
+ case-insensitively <!-- ASCII --> matches one of: <!--<code
+ title="">_blank</code>,-->
+ <code title="">_self</code>, <code title="">_parent</code>, or <code
+ title="">_top</code>. (Names starting with an underscore are reserved for
+ special keywords.)
<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
@@ -23130,10 +23131,9 @@
<p>The second argument, <var title="">target</var>, specifies the <span
title="browsing context name">name</span> of the browsing context that is
- to be navigated. Some of the values have special meanings, namely
- "<code>_blank</code>", "<code>_self</code>", and "<code>_top</code>". If
- fewer than two arguments are provided, then the <var title="">name</var>
- argument defaults to the value "<code>_blank</code>".
+ to be navigated. It must be a <a href="#valid8">valid browsing context
+ name</a>. If fewer than two arguments are provided, then the <var
+ title="">name</var> argument defaults to the value "<code>_blank</code>".
<p>The third argument, <var title="">features</var>, has no effect and is
supported for historical reasons only.
Modified: source
===================================================================
--- source 2007-04-28 02:32:52 UTC (rev 788)
+++ source 2007-04-28 03:44:21 UTC (rev 789)
@@ -20466,8 +20466,8 @@
<p>A <dfn>valid browsing context name</dfn> is any string that does
not start with a U+005F LOW LINE character, or, a string 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>. (Names
starting with an underscore are reserved for special keywords.)</p>
@@ -20731,9 +20731,8 @@
<p>The second argument, <var title="">target</var>, specifies the
<span title="browsing context name">name</span> of the browsing
- context that is to be navigated. Some of the values have special
- meanings, namely "<code>_blank</code>", "<code>_self</code>", and
- "<code>_top</code>". If fewer than two arguments are provided, then
+ context that is to be navigated. It must be a <span>valid browsing
+ context name</span>. If fewer than two arguments are provided, then
the <var title="">name</var> argument defaults to the value
"<code>_blank</code>".</p>
More information about the Commit-Watchers
mailing list