- From: poot <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 14:29:28 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Exorcise the ghost of attributes past. (whatwg r4719) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3767&r2=1.3768&f=h http://html5.org/tools/web-apps-tracker?from=4718&to=4719 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3767 retrieving revision 1.3768 diff -u -d -r1.3767 -r1.3768 --- Overview.html 14 Feb 2010 05:27:34 -0000 1.3767 +++ Overview.html 14 Feb 2010 05:29:17 -0000 1.3768 @@ -17421,7 +17421,7 @@ documents</a>.<p class="note">The <a href="#html-parser">HTML parser</a> treats markup inside <code><a href="#the-iframe-element">iframe</a></code> elements as text.<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>
Received on Sunday, 14 February 2010 05:29:56 UTC