[html5] r4719 - [e] (0) Exorcise the ghost of attributes past. Fixing http://www.w3.org/Bugs/Pub [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Feb 13 21:29:14 PST 2010
Author: ianh
Date: 2010-02-13 21:29:12 -0800 (Sat, 13 Feb 2010)
New Revision: 4719
Modified:
complete.html
index
source
Log:
[e] (0) Exorcise the ghost of attributes past.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8807
Modified: complete.html
===================================================================
--- complete.html 2010-02-14 05:27:29 UTC (rev 4718)
+++ complete.html 2010-02-14 05:29:12 UTC (rev 4719)
@@ -20337,7 +20337,7 @@
<div class=impl>
- <p>The IDL attributes <dfn id=dom-iframe-src title=dom-iframe-src><code>src</code></dfn>, <dfn id=dom-iframe-srcdoc title=dom-iframe-srcdoc><code>srcdoc</code></dfn>, <dfn id=dom-iframe-body title=dom-iframe-body><code>body</code></dfn>, <dfn id=dom-iframe-name title=dom-iframe-name><code>name</code></dfn>, <dfn id=dom-iframe-sandbox title=dom-iframe-sandbox><code>sandbox</code></dfn>, and <dfn id=dom-iframe-seamless title=dom-iframe-seamless><code>seamless</code></dfn> must
+ <p>The IDL attributes <dfn id=dom-iframe-src title=dom-iframe-src><code>src</code></dfn>, <dfn id=dom-iframe-srcdoc title=dom-iframe-srcdoc><code>srcdoc</code></dfn>, <dfn id=dom-iframe-name title=dom-iframe-name><code>name</code></dfn>, <dfn id=dom-iframe-sandbox title=dom-iframe-sandbox><code>sandbox</code></dfn>, and <dfn id=dom-iframe-seamless title=dom-iframe-seamless><code>seamless</code></dfn> must
<a href=#reflect>reflect</a> the respective content attributes of the same
name.</p>
Modified: index
===================================================================
--- index 2010-02-14 05:27:29 UTC (rev 4718)
+++ index 2010-02-14 05:29:12 UTC (rev 4719)
@@ -20236,7 +20236,7 @@
<div class=impl>
- <p>The IDL attributes <dfn id=dom-iframe-src title=dom-iframe-src><code>src</code></dfn>, <dfn id=dom-iframe-srcdoc title=dom-iframe-srcdoc><code>srcdoc</code></dfn>, <dfn id=dom-iframe-body title=dom-iframe-body><code>body</code></dfn>, <dfn id=dom-iframe-name title=dom-iframe-name><code>name</code></dfn>, <dfn id=dom-iframe-sandbox title=dom-iframe-sandbox><code>sandbox</code></dfn>, and <dfn id=dom-iframe-seamless title=dom-iframe-seamless><code>seamless</code></dfn> must
+ <p>The IDL attributes <dfn id=dom-iframe-src title=dom-iframe-src><code>src</code></dfn>, <dfn id=dom-iframe-srcdoc title=dom-iframe-srcdoc><code>srcdoc</code></dfn>, <dfn id=dom-iframe-name title=dom-iframe-name><code>name</code></dfn>, <dfn id=dom-iframe-sandbox title=dom-iframe-sandbox><code>sandbox</code></dfn>, and <dfn id=dom-iframe-seamless title=dom-iframe-seamless><code>seamless</code></dfn> must
<a href=#reflect>reflect</a> the respective content attributes of the same
name.</p>
Modified: source
===================================================================
--- source 2010-02-14 05:27:29 UTC (rev 4718)
+++ source 2010-02-14 05:29:12 UTC (rev 4719)
@@ -21635,7 +21635,6 @@
<p>The IDL attributes <dfn
title="dom-iframe-src"><code>src</code></dfn>, <dfn
title="dom-iframe-srcdoc"><code>srcdoc</code></dfn>, <dfn
- title="dom-iframe-body"><code>body</code></dfn>, <dfn
title="dom-iframe-name"><code>name</code></dfn>, <dfn
title="dom-iframe-sandbox"><code>sandbox</code></dfn>, and <dfn
title="dom-iframe-seamless"><code>seamless</code></dfn> must
More information about the Commit-Watchers
mailing list