- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 20 Sep 2009 11:39:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv12769 Modified Files: Overview.html Log Message: Add some legacy HTMLEmbedElement IDL attributes. (whatwg r3920) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3081 retrieving revision 1.3082 diff -u -d -r1.3081 -r1.3082 --- Overview.html 20 Sep 2009 11:31:24 -0000 1.3081 +++ Overview.html 20 Sep 2009 11:39:02 -0000 1.3082 @@ -67833,6 +67833,16 @@ attribute of the <code><a href="#the-dl-element">dl</a></code> element must <a href="#reflect">reflect</a> the content attribute of the same name.</p> + <hr><pre class="idl">[Supplemental] +interface <a href="#htmlembedelement">HTMLEmbedElement</a> { + attribute DOMString <a href="#dom-embed-align" title="dom-embed-align">align</a>; + attribute DOMString <a href="#dom-embed-name" title="dom-embed-name">name</a>; +};</pre> + + <p>The <dfn id="dom-embed-name" title="dom-embed-name"><code>name</code></dfn> and <dfn id="dom-embed-align" title="dom-embed-align"><code>align</code></dfn> IDL attributes of + the <code><a href="#the-embed-element">embed</a></code> element must <a href="#reflect">reflect</a> the + respective content attributes of the same name.</p> + <hr><p>The <code><a href="#font">font</a></code> element must implement the <code><a href="#htmlfontelement">HTMLFontElement</a></code> interface.</p> @@ -67924,7 +67934,7 @@ attribute DOMString <a href="#dom-iframe-scrolling" title="dom-iframe-scrolling">scrolling</a>; };</pre> - <p>The <dfn id="dom-iframe-align" title="dom-iframe-align"><code>name</code></dfn> and + <p>The <dfn id="dom-iframe-align" title="dom-iframe-align"><code>align</code></dfn> and <dfn id="dom-iframe-scrolling" title="dom-iframe-scrolling"><code>scrolling</code></dfn> IDL attributes of the <code><a href="#the-iframe-element">iframe</a></code> element must <a href="#reflect">reflect</a> the respective content attributes of the same
Received on Sunday, 20 September 2009 11:39:16 UTC