Skip to content

Commit

Permalink
[e] (0) What collection? That made no sense. (browsing context's sess…
Browse files Browse the repository at this point in the history
…ion history definition)

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7452

git-svn-id: http://svn.whatwg.org/webapps@3942 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 21, 2009
1 parent 43170d9 commit 50d1aa7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions index
Expand Up @@ -47766,10 +47766,12 @@ document.body.appendChild(outer);</pre>
<p>Each <a href=#browsing-context>browsing context</a> has a corresponding
<code><a href=#windowproxy>WindowProxy</a></code> object.</p>

<p>The collection of <code>Document</code>s is the <a href=#browsing-context>browsing
context</a>'s <a href=#session-history>session history</a>. At any time, one
<code>Document</code> in each <a href=#browsing-context>browsing context</a> is
designated the <dfn id=active-document>active document</dfn>.</p>
<p>A <a href=#browsing-context>browsing context</a> has a <a href=#session-history>session
history</a>, which lists the <code>Document</code> objects that
that <a href=#browsing-context>browsing context</a> has presented, is presenting, or
will present. At any time, one <code>Document</code> in each
<a href=#browsing-context>browsing context</a> is designated the <dfn id=active-document>active
document</dfn>.</p>

<p>Each <code>Document</code> has a collection of one or more <a href=#view title=view>views</a>.</p>

Expand Down
10 changes: 6 additions & 4 deletions source
Expand Up @@ -53880,10 +53880,12 @@ document.body.appendChild(outer);</pre>
<p>Each <span>browsing context</span> has a corresponding
<code>WindowProxy</code> object.</p>

<p>The collection of <code>Document</code>s is the <span>browsing
context</span>'s <span>session history</span>. At any time, one
<code>Document</code> in each <span>browsing context</span> is
designated the <dfn>active document</dfn>.</p>
<p>A <span>browsing context</span> has a <span>session
history</span>, which lists the <code>Document</code> objects that
that <span>browsing context</span> has presented, is presenting, or
will present. At any time, one <code>Document</code> in each
<span>browsing context</span> is designated the <dfn>active
document</dfn>.</p>

<p>Each <code>Document</code> has a collection of one or more <span
title="view">views</span>.</p>
Expand Down

0 comments on commit 50d1aa7

Please sign in to comment.