Skip to content

Commit

Permalink
[e] (0) Clarify that contenteditable doesn't propagate into seamless …
Browse files Browse the repository at this point in the history
…iframes.

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

git-svn-id: http://svn.whatwg.org/webapps@7319 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 5, 2012
1 parent 438ec5d commit cc33290
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions complete.html
Expand Up @@ -26991,6 +26991,9 @@ <h4 id=the-iframe-element><span class=secno>4.8.2 </span>The <dfn><code>iframe</

</div>

<p class=note>The <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code> attribute does
not propagate into <code title=attr-iframe-seamless><a href=#attr-iframe-seamless>seamless</a></code>
<code><a href=#the-iframe-element>iframe</a></code>s.</p>

<hr><p>The <code><a href=#the-iframe-element>iframe</a></code> element supports <a href=#dimension-attributes>dimension
attributes</a> for cases where the embedded content has specific
Expand Down
3 changes: 3 additions & 0 deletions index
Expand Up @@ -26991,6 +26991,9 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>

</div>

<p class=note>The <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code> attribute does
not propagate into <code title=attr-iframe-seamless><a href=#attr-iframe-seamless>seamless</a></code>
<code><a href=#the-iframe-element>iframe</a></code>s.</p>

<hr><p>The <code><a href=#the-iframe-element>iframe</a></code> element supports <a href=#dimension-attributes>dimension
attributes</a> for cases where the embedded content has specific
Expand Down
5 changes: 5 additions & 0 deletions source
Expand Up @@ -29098,6 +29098,11 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>

</div>

<p class="note">The <code
title="attr-contenteditable">contenteditable</code> attribute does
not propagate into <code
title="attr-iframe-seamless">seamless</code>
<code>iframe</code>s.</p>

<hr>

Expand Down

0 comments on commit cc33290

Please sign in to comment.