Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) Add some legacy HTMLEmbedElement IDL attributes.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7367

git-svn-id: http://svn.whatwg.org/webapps@3920 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 20, 2009
1 parent 6d666a3 commit 72947a6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
12 changes: 11 additions & 1 deletion index
Expand Up @@ -74300,6 +74300,16 @@ interface <a href=#htmldlistelement>HTMLDListElement</a> {
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>

Expand Down Expand Up @@ -74391,7 +74401,7 @@ interface <a href=#htmliframeelement>HTMLIFrameElement</a> {
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
Expand Down
15 changes: 14 additions & 1 deletion source
Expand Up @@ -88145,6 +88145,19 @@ interface <span>HTMLDListElement</span> {

<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>

Expand Down Expand Up @@ -88256,7 +88269,7 @@ interface <span>HTMLIFrameElement</span> {
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
Expand Down

0 comments on commit 72947a6

Please sign in to comment.