[html5] r8515 - [giow] (3) Make the spec match more UAs (frames[] is in insertion order, not tre [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Feb 27 14:16:34 PST 2014


Author: ianh
Date: 2014-02-27 14:16:33 -0800 (Thu, 27 Feb 2014)
New Revision: 8515

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Make the spec match more UAs (frames[] is in insertion order, not tree order)
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24662
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2014-02-27 20:47:30 UTC (rev 8514)
+++ complete.html	2014-02-27 22:16:33 UTC (rev 8515)
@@ -65797,10 +65797,14 @@
   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>
 

Modified: index
===================================================================
--- index	2014-02-27 20:47:30 UTC (rev 8514)
+++ index	2014-02-27 22:16:33 UTC (rev 8515)
@@ -65797,10 +65797,14 @@
   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>
 

Modified: source
===================================================================
--- source	2014-02-27 20:47:30 UTC (rev 8514)
+++ source	2014-02-27 22:16:33 UTC (rev 8515)
@@ -73266,12 +73266,16 @@
   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>
 




More information about the Commit-Watchers mailing list