[html5] r863 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 4 22:14:27 PDT 2007
Author: ianh
Date: 2007-06-04 22:14:27 -0700 (Mon, 04 Jun 2007)
New Revision: 863
Modified:
index
Log:
[e] (0) browsing context name cross-reference fix
Modified: index
===================================================================
--- index 2007-06-05 05:12:02 UTC (rev 862)
+++ index 2007-06-05 05:14:27 UTC (rev 863)
@@ -22784,7 +22784,9 @@
<h4 id=browsing><span class=secno>4.1.5. </span>Browsing context names</h4>
- <p>Browsing contexts can be named.
+ <p>Browsing contexts can have a <dfn id=browsing1>browsing context
+ name</dfn>. By default, a browsing context has no name (its name is not
+ set).
<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
@@ -22819,9 +22821,9 @@
<li>
<p>If the given browsing context name is not <code title="">_blank</code>
- and there exists a browsing context whose <span title="browsing context
- name">name</span> is the same as the given browsing context name, and
- one of the following is true:
+ and there exists a browsing context whose <a href="#browsing1"
+ title="browsing context name">name</a> is the same as the given browsing
+ context name, and one of the following is true:
<ul>
<li>Either the <a href="#origin0">origin</a> of that browsing context's
@@ -23072,11 +23074,12 @@
"<code>about:blank</code><!-- XXX xref -->". The argument must be resolved
to an absolute URI by <span class=big-issue>...</span>
- <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. 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 second argument, <var title="">target</var>, specifies the <a
+ href="#browsing1" title="browsing context name">name</a> of the browsing
+ context that is 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.
@@ -23316,31 +23319,31 @@
<code>Document</code> of the <a href="#current0">current entry</a>,
then the following sub-sub-steps must be run:
<ol>
- <li>The current <span>browsing context name</span> must be stored with
- all the entries in the history that are associated with
+ <li>The current <a href="#browsing1">browsing context name</a> must be
+ stored with all the entries in the history that are associated with
<code>Document</code> objects with the same <a
href="#origin0">origin</a> as the <a href="#active">active
document</a> <em>and</em> that are contiguous with the <a
href="#current0">current entry</a>.
- <li id=resetBCName>The browsing context's <span>browsing context
- name</span> must be unset.
+ <li id=resetBCName>The browsing context's <a
+ href="#browsing1">browsing context name</a> must be unset.
</ol>
<li>The user agent must make the <a href="#specified">specified
entry</a>'s <code>Document</code> object the <a href="#active">active
document</a> of the <a href="#browsing0">browsing context</a>.
- <li>If the <a href="#specified">specified entry</a> has a <span>browsing
- context name</span> stored with it, then the following sub-sub-steps
- must be run:
+ <li>If the <a href="#specified">specified entry</a> has a <a
+ href="#browsing1">browsing context name</a> stored with it, then the
+ following sub-sub-steps must be run:
<ol>
- <li>The browsing context's <span>browsing context name</span> must be
- set to the name stored with the specified entry.
+ <li>The browsing context's <a href="#browsing1">browsing context
+ name</a> must be set to the name stored with the specified entry.
- <li>Any <span>browsing context name</span> stored with the entries in
- the history that are associated with <code>Document</code> objects
- with the same <a href="#origin0">origin</a> as the new <a
+ <li>Any <a href="#browsing1">browsing context name</a> stored with the
+ entries in the history that are associated with <code>Document</code>
+ objects with the same <a href="#origin0">origin</a> as the new <a
href="#active">active document</a>, and that are contiguous with the
specified entry, must be cleared.
</ol>
More information about the Commit-Watchers
mailing list