[html5] r860 - /

whatwg at whatwg.org whatwg at whatwg.org
Mon Jun 4 21:35:09 PDT 2007


Author: ianh
Date: 2007-06-04 21:35:08 -0700 (Mon, 04 Jun 2007)
New Revision: 860

Modified:
   index
   source
Log:
[] (0) Expand the reach of browsing context names to reach auxiliary browsing contexts in certain cases

Modified: index
===================================================================
--- index	2007-06-05 04:10:35 UTC (rev 859)
+++ index	2007-06-05 04:35:08 UTC (rev 860)
@@ -22829,6 +22829,12 @@
       href="#origin0">origin</a> of the current browsing context's <a
       href="#active">active document</a>,
 
+     <li>Or that browsing context is an <a href="#auxiliary0">auxiliary
+      browsing context</a> and its <a href="#opener">opener browsing
+      context</a> is either the current browsing context or a browsing
+      context that the user agent considers is closely enough related to the
+      current browsing context,
+
      <li>Or that browsing context is not a <a href="#top-level">top-level
       browsing context</a>, and the <a href="#origin0">origin</a> of the <a
       href="#active">active document</a> of the <a href="#parent">parent

Modified: source
===================================================================
--- source	2007-06-05 04:10:35 UTC (rev 859)
+++ source	2007-06-05 04:35:08 UTC (rev 860)
@@ -20502,6 +20502,12 @@
      <span>origin</span> of the current browsing context's
      <span>active document</span>,
 
+     <li>Or that browsing context is an <span>auxiliary browsing
+     context</span> and its <span>opener browsing context</span> is
+     either the current browsing context or a browsing context that
+     the user agent considers is closely enough related to the current
+     browsing context,
+
      <li>Or that browsing context is not a <span>top-level browsing
      context</span>, and the <span>origin</span> of the <span>active
      document</span> of the <span>parent browsing context</span> of




More information about the Commit-Watchers mailing list