[html5] r3920 - [] (0) Add some legacy HTMLEmbedElement IDL attributes. Fixing http://www.w3.org [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Sep 20 04:45:35 PDT 2009


Author: ianh
Date: 2009-09-20 04:45:34 -0700 (Sun, 20 Sep 2009)
New Revision: 3920

Modified:
   index
   source
Log:
[] (0) Add some legacy HTMLEmbedElement IDL attributes.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7367

Modified: index
===================================================================
--- index	2009-09-20 11:37:56 UTC (rev 3919)
+++ index	2009-09-20 11:45:34 UTC (rev 3920)
@@ -74300,6 +74300,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>
 
@@ -74391,7 +74401,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

Modified: source
===================================================================
--- source	2009-09-20 11:37:56 UTC (rev 3919)
+++ source	2009-09-20 11:45:34 UTC (rev 3920)
@@ -88145,6 +88145,19 @@
 
   <hr>
 
+  <pre class="idl">[Supplemental]
+interface <span>HTMLEmbedElement</span> {
+           attribute DOMString <span title="dom-embed-align">align</span>;
+           attribute DOMString <span title="dom-embed-name">name</span>;
+};</pre>
+
+  <p>The <dfn title="dom-embed-name"><code>name</code></dfn> and <dfn
+  title="dom-embed-align"><code>align</code></dfn> IDL attributes of
+  the <code>embed</code> element must <span>reflect</span> the
+  respective content attributes of the same name.</p>
+
+  <hr>
+
   <p>The <code>font</code> element must implement the
   <code>HTMLFontElement</code> interface.</p>
 
@@ -88256,7 +88269,7 @@
            attribute DOMString <span title="dom-iframe-scrolling">scrolling</span>;
 };</pre>
 
-  <p>The <dfn title="dom-iframe-align"><code>name</code></dfn> and
+  <p>The <dfn title="dom-iframe-align"><code>align</code></dfn> and
   <dfn title="dom-iframe-scrolling"><code>scrolling</code></dfn> IDL
   attributes of the <code>iframe</code> element must
   <span>reflect</span> the respective content attributes of the same




More information about the Commit-Watchers mailing list