Skip to content

Commit

Permalink
[giow] (3) Make the spec match more UAs (frames[] is in insertion ord…
Browse files Browse the repository at this point in the history
…er, not tree order)

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24662
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8515 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 27, 2014
1 parent 8e686e6 commit a45a601
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
8 changes: 6 additions & 2 deletions complete.html
Expand Up @@ -65797,10 +65797,14 @@ <h4 id=accessing-other-browsing-contexts><span class=secno>6.2.3 </span>Accessin
attribute. If <var title="">n</var> is zero then there are no <a href=#supported-property-indices>supported property
indices</a>.</p>

<!-- sort order: http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=2860 -->
<p>To <dfn id=dom-window-item title=dom-window-item>determine the value of an indexed property</dfn> <var title="">index</var> of a <code><a href=#window>Window</a></code> object, the user agent must return the
<code><a href=#windowproxy>WindowProxy</a></code> object of the <var title="">index</var>th <a href=#child-browsing-context>child browsing
context</a> of the <code><a href=#document>Document</a></code> that is nested through an element that is <a href=#in-a-document title="in a document">in the <code>Document</code></a>, sorted in the <a href=#tree-order>tree order</a>
of the elements nesting those <a href=#browsing-context title="browsing context">browsing contexts</a>.</p>
context</a> of the <code><a href=#document>Document</a></code> that is <a href=#browsing-context-nested-through title="browsing context nested
through">nested through</a> an element that is <a href=#in-a-document title="in a document">in the
<code>Document</code></a>, sorted in the order that the elements nesting those <a href=#browsing-context title="browsing context">browsing contexts</a> were most recently inserted into the
<code><a href=#document>Document</a></code>, the <code><a href=#windowproxy>WindowProxy</a></code> object of the most recently inserted
<a href=#browsing-context-container>browsing context container</a>'s <a href=#nested-browsing-context>nested browsing context</a> being last.</p>

<p>These properties are the <dfn id=dynamic-nested-browsing-context-properties>dynamic nested browsing context properties</dfn>.</p>

Expand Down
8 changes: 6 additions & 2 deletions index
Expand Up @@ -65797,10 +65797,14 @@ END:VCARD</pre>
attribute. If <var title="">n</var> is zero then there are no <a href=#supported-property-indices>supported property
indices</a>.</p>

<!-- sort order: http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=2860 -->
<p>To <dfn id=dom-window-item title=dom-window-item>determine the value of an indexed property</dfn> <var title="">index</var> of a <code><a href=#window>Window</a></code> object, the user agent must return the
<code><a href=#windowproxy>WindowProxy</a></code> object of the <var title="">index</var>th <a href=#child-browsing-context>child browsing
context</a> of the <code><a href=#document>Document</a></code> that is nested through an element that is <a href=#in-a-document title="in a document">in the <code>Document</code></a>, sorted in the <a href=#tree-order>tree order</a>
of the elements nesting those <a href=#browsing-context title="browsing context">browsing contexts</a>.</p>
context</a> of the <code><a href=#document>Document</a></code> that is <a href=#browsing-context-nested-through title="browsing context nested
through">nested through</a> an element that is <a href=#in-a-document title="in a document">in the
<code>Document</code></a>, sorted in the order that the elements nesting those <a href=#browsing-context title="browsing context">browsing contexts</a> were most recently inserted into the
<code><a href=#document>Document</a></code>, the <code><a href=#windowproxy>WindowProxy</a></code> object of the most recently inserted
<a href=#browsing-context-container>browsing context container</a>'s <a href=#nested-browsing-context>nested browsing context</a> being last.</p>

<p>These properties are the <dfn id=dynamic-nested-browsing-context-properties>dynamic nested browsing context properties</dfn>.</p>

Expand Down
10 changes: 7 additions & 3 deletions source
Expand Up @@ -73266,12 +73266,16 @@ END:VCARD</pre>
attribute. If <var data-x="">n</var> is zero then there are no <span>supported property
indices</span>.</p>

<!-- sort order: http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=2860 -->
<p>To <dfn data-x="dom-window-item">determine the value of an indexed property</dfn> <var
data-x="">index</var> of a <code>Window</code> object, the user agent must return the
<code>WindowProxy</code> object of the <var data-x="">index</var>th <span>child browsing
context</span> of the <code>Document</code> that is nested through an element that is <span
data-x="in a document">in the <code>Document</code></span>, sorted in the <span>tree order</span>
of the elements nesting those <span data-x="browsing context">browsing contexts</span>.</p>
context</span> of the <code>Document</code> that is <span data-x="browsing context nested
through">nested through</span> an element that is <span data-x="in a document">in the
<code>Document</code></span>, sorted in the order that the elements nesting those <span
data-x="browsing context">browsing contexts</span> were most recently inserted into the
<code>Document</code>, the <code>WindowProxy</code> object of the most recently inserted
<span>browsing context container</span>'s <span>nested browsing context</span> being last.</p>

<p>These properties are the <dfn>dynamic nested browsing context properties</dfn>.</p>

Expand Down

0 comments on commit a45a601

Please sign in to comment.