[html5] r7319 - [e] (0) Clarify that contenteditable doesn't propagate into seamless iframes. Fi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Sep 5 11:12:06 PDT 2012
Author: ianh
Date: 2012-09-05 11:12:04 -0700 (Wed, 05 Sep 2012)
New Revision: 7319
Modified:
complete.html
index
source
Log:
[e] (0) Clarify that contenteditable doesn't propagate into seamless iframes.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17015
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-09-05 16:48:08 UTC (rev 7318)
+++ complete.html 2012-09-05 18:12:04 UTC (rev 7319)
@@ -26991,6 +26991,9 @@
</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
Modified: index
===================================================================
--- index 2012-09-05 16:48:08 UTC (rev 7318)
+++ index 2012-09-05 18:12:04 UTC (rev 7319)
@@ -26991,6 +26991,9 @@
</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
Modified: source
===================================================================
--- source 2012-09-05 16:48:08 UTC (rev 7318)
+++ source 2012-09-05 18:12:04 UTC (rev 7319)
@@ -29098,6 +29098,11 @@
</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>
More information about the Commit-Watchers
mailing list