hixie: looks like this term wasn't used, so drop it. Let me know if you were using it in some other spec. (whatwg r5703)

hixie: looks like this term wasn't used, so drop it. Let me know if you
were using it in some other spec. (whatwg r5703)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4568&r2=1.4569&f=h
http://html5.org/tools/web-apps-tracker?from=5702&to=5703

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4568
retrieving revision 1.4569
diff -u -d -r1.4568 -r1.4569
--- Overview.html 7 Dec 2010 00:18:17 -0000 1.4568
+++ Overview.html 7 Dec 2010 00:21:57 -0000 1.4569
@@ -41462,11 +41462,8 @@
   contexts</dfn>. Auxiliary browsing contexts are always <a href="#top-level-browsing-context" title="top-level browsing context">top-level browsing
   contexts</a>.<p>An <a href="#auxiliary-browsing-context">auxiliary browsing context</a> has an <dfn id="opener-browsing-context">opener
   browsing context</dfn>, which is the <a href="#browsing-context">browsing context</a>
-  from which the <a href="#auxiliary-browsing-context">auxiliary browsing context</a> was created,
-  and it has a <dfn id="furthest-ancestor-browsing-context">furthest ancestor browsing context</dfn>, which is
-  the <a href="#top-level-browsing-context">top-level browsing context</a> of the <a href="#opener-browsing-context">opener
-  browsing context</a> when the <a href="#auxiliary-browsing-context">auxiliary browsing
-  context</a> was created.<h5 id="navigating-auxiliary-browsing-contexts-in-the-dom"><span class="secno">5.1.2.1 </span>Navigating auxiliary browsing contexts in the DOM</h5><p>The <dfn id="dom-opener" title="dom-opener"><code>opener</code></dfn> IDL
+  from which the <a href="#auxiliary-browsing-context">auxiliary browsing context</a> was
+  created.<h5 id="navigating-auxiliary-browsing-contexts-in-the-dom"><span class="secno">5.1.2.1 </span>Navigating auxiliary browsing contexts in the DOM</h5><p>The <dfn id="dom-opener" title="dom-opener"><code>opener</code></dfn> IDL
   attribute on the <code><a href="#window">Window</a></code> object must return the
   <code><a href="#windowproxy">WindowProxy</a></code> object of the <a href="#browsing-context">browsing context</a>
   from which the current <a href="#browsing-context">browsing context</a> was created

Received on Tuesday, 7 December 2010 00:24:27 UTC