Skip to content

Commit

Permalink
[giow] (0) Actually define the 'creator browsing context' (see r2711)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4648 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 4, 2010
1 parent 2f1f1fe commit dfac1ce
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
10 changes: 7 additions & 3 deletions complete.html
Expand Up @@ -49905,9 +49905,13 @@ <h3 id=windows><span class=secno>6.1 </span>Browsing contexts</h3>

<hr><p>A <a href=#browsing-context>browsing context</a> can have a <dfn id=creator-browsing-context>creator browsing
context</dfn>, the <a href=#browsing-context>browsing context</a> that was
responsible for its creation. <span class=impl>Except when
otherwise specified, a <a href=#browsing-context>browsing context</a> has no
<a href=#creator-browsing-context>creator browsing context</a>.</span></p>
responsible for its creation. If a <a href=#browsing-context>browsing context</a> has
a <a href=#parent-browsing-context>parent browsing context</a>, then that is its
<a href=#creator-browsing-context>creator browsing context</a>. Otherwise, if the
<a href=#browsing-context>browsing context</a> has an <a href=#opener-browsing-context>opener browsing
context</a>, then <em>that</em> is its <a href=#creator-browsing-context>creator browsing
context</a>. Otherwise, the <a href=#browsing-context>browsing context</a> has no
<a href=#creator-browsing-context>creator browsing context</a>.</p>

<p>If a <a href=#browsing-context>browsing context</a> <var title="">A</var> has a
<a href=#creator-browsing-context>creator browsing context</a>, then the
Expand Down
10 changes: 7 additions & 3 deletions index
Expand Up @@ -49804,9 +49804,13 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;

<hr><p>A <a href=#browsing-context>browsing context</a> can have a <dfn id=creator-browsing-context>creator browsing
context</dfn>, the <a href=#browsing-context>browsing context</a> that was
responsible for its creation. <span class=impl>Except when
otherwise specified, a <a href=#browsing-context>browsing context</a> has no
<a href=#creator-browsing-context>creator browsing context</a>.</span></p>
responsible for its creation. If a <a href=#browsing-context>browsing context</a> has
a <a href=#parent-browsing-context>parent browsing context</a>, then that is its
<a href=#creator-browsing-context>creator browsing context</a>. Otherwise, if the
<a href=#browsing-context>browsing context</a> has an <a href=#opener-browsing-context>opener browsing
context</a>, then <em>that</em> is its <a href=#creator-browsing-context>creator browsing
context</a>. Otherwise, the <a href=#browsing-context>browsing context</a> has no
<a href=#creator-browsing-context>creator browsing context</a>.</p>

<p>If a <a href=#browsing-context>browsing context</a> <var title="">A</var> has a
<a href=#creator-browsing-context>creator browsing context</a>, then the
Expand Down
10 changes: 7 additions & 3 deletions source
Expand Up @@ -56223,9 +56223,13 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;

<p>A <span>browsing context</span> can have a <dfn>creator browsing
context</dfn>, the <span>browsing context</span> that was
responsible for its creation. <span class="impl">Except when
otherwise specified, a <span>browsing context</span> has no
<span>creator browsing context</span>.</span></p>
responsible for its creation. If a <span>browsing context</span> has
a <span>parent browsing context</span>, then that is its
<span>creator browsing context</span>. Otherwise, if the
<span>browsing context</span> has an <span>opener browsing
context</span>, then <em>that</em> is its <span>creator browsing
context</span>. Otherwise, the <span>browsing context</span> has no
<span>creator browsing context</span>.</p>

<p>If a <span>browsing context</span> <var title="">A</var> has a
<span>creator browsing context</span>, then the
Expand Down

0 comments on commit dfac1ce

Please sign in to comment.