[html5] r8504 - [giow] (1) Making an iframe inert should completely inertify its contents Fixing [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 21 14:23:31 PST 2014


Author: ianh
Date: 2014-02-21 14:23:30 -0800 (Fri, 21 Feb 2014)
New Revision: 8504

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Making an iframe inert should completely inertify its contents
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24670
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-02-21 22:18:13 UTC (rev 8503)
+++ complete.html	2014-02-21 22:23:30 UTC (rev 8504)
@@ -76070,6 +76070,10 @@
 
   <p class=note>When a node is inert, it generally cannot be focused. Inert nodes that are <a href=#concept-command title=concept-command>commands</a> will also get disabled.</p>
 
+  <p>While a <a href=#browsing-context-container>browsing context container</a> is marked as <a href=#inert>inert</a>, its
+  <a href=#nested-browsing-context>nested browsing context</a>'s <a href=#active-document>active document</a>, and all nodes in that
+  <code><a href=#document>Document</a></code>, must be marked as <a href=#inert>inert</a>.</p>
+
   <p>An entire <code><a href=#document>Document</a></code> can be marked as <dfn id=blocked-by-a-modal-dialog>blocked by a modal dialog</dfn> <var title="">subject</var>. While a <code><a href=#document>Document</a></code> is so marked, every node that is <a href=#in-a-document title="in a Document">in the <code>Document</code></a>, with the exception of the <var title="">subject</var> element and its descendants, must be marked <a href=#inert>inert</a>. (The
   elements excepted by this paragraph can additionally be marked <a href=#inert>inert</a> through other
   means; being part of a modal dialog does not "protect" a node from being marked

Modified: index
===================================================================
--- index	2014-02-21 22:18:13 UTC (rev 8503)
+++ index	2014-02-21 22:23:30 UTC (rev 8504)
@@ -76070,6 +76070,10 @@
 
   <p class=note>When a node is inert, it generally cannot be focused. Inert nodes that are <a href=#concept-command title=concept-command>commands</a> will also get disabled.</p>
 
+  <p>While a <a href=#browsing-context-container>browsing context container</a> is marked as <a href=#inert>inert</a>, its
+  <a href=#nested-browsing-context>nested browsing context</a>'s <a href=#active-document>active document</a>, and all nodes in that
+  <code><a href=#document>Document</a></code>, must be marked as <a href=#inert>inert</a>.</p>
+
   <p>An entire <code><a href=#document>Document</a></code> can be marked as <dfn id=blocked-by-a-modal-dialog>blocked by a modal dialog</dfn> <var title="">subject</var>. While a <code><a href=#document>Document</a></code> is so marked, every node that is <a href=#in-a-document title="in a Document">in the <code>Document</code></a>, with the exception of the <var title="">subject</var> element and its descendants, must be marked <a href=#inert>inert</a>. (The
   elements excepted by this paragraph can additionally be marked <a href=#inert>inert</a> through other
   means; being part of a modal dialog does not "protect" a node from being marked

Modified: source
===================================================================
--- source	2014-02-21 22:18:13 UTC (rev 8503)
+++ source	2014-02-21 22:23:30 UTC (rev 8504)
@@ -85077,6 +85077,10 @@
   <p class="note">When a node is inert, it generally cannot be focused. Inert nodes that are <span
   data-x="concept-command">commands</span> will also get disabled.</p>
 
+  <p>While a <span>browsing context container</span> is marked as <span>inert</span>, its
+  <span>nested browsing context</span>'s <span>active document</span>, and all nodes in that
+  <code>Document</code>, must be marked as <span>inert</span>.</p>
+
   <p>An entire <code>Document</code> can be marked as <dfn>blocked by a modal dialog</dfn> <var
   data-x="">subject</var>. While a <code>Document</code> is so marked, every node that is <span
   data-x="in a Document">in the <code>Document</code></span>, with the exception of the <var




More information about the Commit-Watchers mailing list