Skip to content

Commit

Permalink
[e] (0) Find a better way to link to the 'master' interfaces.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1455 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 17, 2008
1 parent 2f275c1 commit 72bb7ce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
12 changes: 7 additions & 5 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -8425,8 +8425,9 @@ people expect to have work and what is necessary.

<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
Expand Down Expand Up @@ -48334,7 +48335,7 @@ xh|section xh|section xh|section xh|section xh|section xh|h1 { /* same styles as
<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>;
Expand Down Expand Up @@ -48372,7 +48373,8 @@ xh|section xh|section xh|section xh|section xh|section xh|h1 { /* same styles as
<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>;
Expand Down Expand Up @@ -48423,7 +48425,7 @@ xh|section xh|section xh|section xh|section xh|section xh|h1 { /* same styles as

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

Expand Down
10 changes: 6 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -6773,7 +6773,9 @@ people expect to have work and what is necessary.
<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
Expand Down Expand Up @@ -43442,7 +43444,7 @@ xh|section xh|section xh|section xh|section xh|section xh|h1 { /* same styles as
<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>;
Expand Down Expand Up @@ -43475,7 +43477,7 @@ xh|section xh|section xh|section xh|section xh|section xh|h1 { /* same styles as
<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>;
Expand Down Expand Up @@ -43525,7 +43527,7 @@ xh|section xh|section xh|section xh|section xh|section xh|h1 { /* same styles as

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

Expand Down

0 comments on commit 72bb7ce

Please sign in to comment.