Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (1) Making an iframe inert should completely inertify its cont…
…ents

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24670
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8504 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 21, 2014
1 parent 205448d commit 2e65fdb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions complete.html
Expand Up @@ -76070,6 +76070,10 @@ <h3 id=inert-subtrees><span class=secno>8.2 </span>Inert subtrees</h3>

<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
Expand Down
4 changes: 4 additions & 0 deletions index
Expand Up @@ -76070,6 +76070,10 @@ loadMySprites().then(runDemo);</pre>

<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
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -85077,6 +85077,10 @@ loadMySprites().then(runDemo);</pre>
<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
Expand Down

0 comments on commit 2e65fdb

Please sign in to comment.