[html5] r1455 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Apr 17 14:43:51 PDT 2008
Author: ianh
Date: 2008-04-17 14:43:50 -0700 (Thu, 17 Apr 2008)
New Revision: 1455
Modified:
index
source
Log:
[e] (0) Find a better way to link to the 'master' interfaces.
Modified: index
===================================================================
--- index 2008-04-17 21:40:16 UTC (rev 1454)
+++ index 2008-04-17 21:43:50 UTC (rev 1455)
@@ -8425,8 +8425,9 @@
<dt>DOM interface:
- <dd>No difference from <code><a
- href="#htmlelement">HTMLElement</a></code>.
+ <dd>
+ <pre
+ class=idl>interface <dfn id=htmlbodyelement>HTMLBodyElement</dfn> : <a href="#htmlelement">HTMLElement</a> {};</pre>
</dl>
<p>The <code><a href="#body0">body</a></code> element represents the main
@@ -48334,7 +48335,7 @@
<p class=big-issue>Need to define the content attributes in terms of CSS or
something.
- <pre class=idl>[XXX=HTMLDocument] interface {
+ <pre class=idl>[XXX] interface <a href="#htmldocument">HTMLDocument</a> {
attribute DOMString <a href="#fgcolor" title=dom-document-fgColor>fgColor</a>;
attribute DOMString <a href="#bgcolor" title=dom-document-bgColor>bgColor</a>;
attribute DOMString <a href="#linkcolor" title=dom-document-linkColor>linkColor</a>;
@@ -48372,7 +48373,8 @@
<code title=attr-body-alink>alink</code> attribute on <a
href="#the-body1">the <code>body</code> element</a>.
- <pre class=idl>[XXX=HTMLBodyElement] interface {
+ <pre
+ class=idl>[XXX] interface <a href="#htmlbodyelement">HTMLBodyElement</a> {
attribute DOMString <a href="#text2" title=dom-body-text>text</a>;
attribute DOMString <a href="#bgcolor0" title=dom-body-bgColor>bgColor</a>;
attribute DOMString <a href="#background" title=dom-body-background>background</a>;
@@ -48423,7 +48425,7 @@
<p class=big-issue>define how the element works, if supported
- <pre class=idl>[XXX=HTMLDocument] interface {
+ <pre class=idl>[XXX] interface <a href="#htmldocument">HTMLDocument</a> {
readonly attribute <a href="#htmlcollection0">HTMLCollection</a> <a href="#applets" title=dom-document-applets>applets</a>;
};</pre>
Modified: source
===================================================================
--- source 2008-04-17 21:40:16 UTC (rev 1454)
+++ source 2008-04-17 21:43:50 UTC (rev 1455)
@@ -6773,7 +6773,9 @@
<dt>Element-specific attributes:</dt>
<dd>None.</dd>
<dt>DOM interface:</dt>
- <dd>No difference from <code>HTMLElement</code>.</dd>
+ <dd>
+<pre class="idl">interface <dfn>HTMLBodyElement</dfn> : <span>HTMLElement</span> {};</pre>
+</dd>
</dl>
<p>The <code>body</code> element represents the main content of the
@@ -43442,7 +43444,7 @@
<p class="big-issue">Need to define the content attributes in terms
of CSS or something.</p>
- <pre class="idl">[XXX=HTMLDocument] interface {
+ <pre class="idl">[XXX] interface <span>HTMLDocument</span> {
attribute DOMString <span title="dom-document-fgColor">fgColor</span>;
attribute DOMString <span title="dom-document-bgColor">bgColor</span>;
attribute DOMString <span title="dom-document-linkColor">linkColor</span>;
@@ -43475,7 +43477,7 @@
<span>reflect</span> the <code title="attr-body-alink">alink</code>
attribute on <span>the <code>body</code> element</span>.</p>
- <pre class="idl">[XXX=HTMLBodyElement] interface {
+ <pre class="idl">[XXX] interface <span>HTMLBodyElement</span> {
attribute DOMString <span title="dom-body-text">text</span>;
attribute DOMString <span title="dom-body-bgColor">bgColor</span>;
attribute DOMString <span title="dom-body-background">background</span>;
@@ -43525,7 +43527,7 @@
<p class="big-issue">define how the element works, if supported</p>
- <pre class="idl">[XXX=HTMLDocument] interface {
+ <pre class="idl">[XXX] interface <span>HTMLDocument</span> {
readonly attribute <span>HTMLCollection</span> <span title="dom-document-applets">applets</span>;
};</pre>
More information about the Commit-Watchers
mailing list