[html5] r8161 - [cgiow] (3) A parent browsing context is an ancestor browsing context. Affected [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Sep 1 15:17:04 PDT 2013


Author: ianh
Date: 2013-09-01 15:17:03 -0700 (Sun, 01 Sep 2013)
New Revision: 8161

Modified:
   complete.html
   index
   source
Log:
[cgiow] (3) A parent browsing context is an ancestor browsing context.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-08-31 21:43:16 UTC (rev 8160)
+++ complete.html	2013-09-01 22:17:03 UTC (rev 8161)
@@ -256,7 +256,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 31 August 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 1 September 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -64781,9 +64781,8 @@
   <p>A browsing context <var title="">A</var> is said to be an <dfn id=ancestor-browsing-context title="ancestor browsing
   context">ancestor</dfn> of a browsing context <var title="">B</var> if there exists a browsing
   context <var title="">A'</var> that is a <a href=#child-browsing-context>child browsing context</a> of <var title="">A</var> and that is itself an <a href=#ancestor-browsing-context title="ancestor browsing context">ancestor</a> of
-  <var title="">B</var>, or if there is a browsing context <var title="">P</var> that is a
-  <a href=#child-browsing-context>child browsing context</a> of <var title="">A</var> and that is the <a href=#parent-browsing-context>parent browsing
-  context</a> of <var title="">B</var>.</p>
+  <var title="">B</var>, or if the browsing context <var title="">A</var> is the
+  <a href=#parent-browsing-context>parent browsing context</a> of <var title="">B</var>.</p>
 
   <p>A browsing context that is not a <a href=#nested-browsing-context>nested browsing context</a> has no <a href=#parent-browsing-context>parent
   browsing context</a>, and is the <dfn id=top-level-browsing-context>top-level browsing context</dfn> of all the browsing

Modified: index
===================================================================
--- index	2013-08-31 21:43:16 UTC (rev 8160)
+++ index	2013-09-01 22:17:03 UTC (rev 8161)
@@ -256,7 +256,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 31 August 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 1 September 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -64781,9 +64781,8 @@
   <p>A browsing context <var title="">A</var> is said to be an <dfn id=ancestor-browsing-context title="ancestor browsing
   context">ancestor</dfn> of a browsing context <var title="">B</var> if there exists a browsing
   context <var title="">A'</var> that is a <a href=#child-browsing-context>child browsing context</a> of <var title="">A</var> and that is itself an <a href=#ancestor-browsing-context title="ancestor browsing context">ancestor</a> of
-  <var title="">B</var>, or if there is a browsing context <var title="">P</var> that is a
-  <a href=#child-browsing-context>child browsing context</a> of <var title="">A</var> and that is the <a href=#parent-browsing-context>parent browsing
-  context</a> of <var title="">B</var>.</p>
+  <var title="">B</var>, or if the browsing context <var title="">A</var> is the
+  <a href=#parent-browsing-context>parent browsing context</a> of <var title="">B</var>.</p>
 
   <p>A browsing context that is not a <a href=#nested-browsing-context>nested browsing context</a> has no <a href=#parent-browsing-context>parent
   browsing context</a>, and is the <dfn id=top-level-browsing-context>top-level browsing context</dfn> of all the browsing

Modified: source
===================================================================
--- source	2013-08-31 21:43:16 UTC (rev 8160)
+++ source	2013-09-01 22:17:03 UTC (rev 8161)
@@ -72215,9 +72215,8 @@
   context">ancestor</dfn> of a browsing context <var title="">B</var> if there exists a browsing
   context <var title="">A'</var> that is a <span>child browsing context</span> of <var
   title="">A</var> and that is itself an <span title="ancestor browsing context">ancestor</span> of
-  <var title="">B</var>, or if there is a browsing context <var title="">P</var> that is a
-  <span>child browsing context</span> of <var title="">A</var> and that is the <span>parent browsing
-  context</span> of <var title="">B</var>.</p>
+  <var title="">B</var>, or if the browsing context <var title="">A</var> is the
+  <span>parent browsing context</span> of <var title="">B</var>.</p>
 
   <p>A browsing context that is not a <span>nested browsing context</span> has no <span>parent
   browsing context</span>, and is the <dfn>top-level browsing context</dfn> of all the browsing




More information about the Commit-Watchers mailing list