[html5] r1454 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Apr 17 14:40:17 PDT 2008
Author: ianh
Date: 2008-04-17 14:40:16 -0700 (Thu, 17 Apr 2008)
New Revision: 1454
Modified:
index
source
Log:
[e] (0) mistyped the names
Modified: index
===================================================================
--- index 2008-04-17 21:38:51 UTC (rev 1453)
+++ index 2008-04-17 21:40:16 UTC (rev 1454)
@@ -48337,9 +48337,9 @@
<pre class=idl>[XXX=HTMLDocument] interface {
attribute DOMString <a href="#fgcolor" title=dom-document-fgColor>fgColor</a>;
attribute DOMString <a href="#bgcolor" title=dom-document-bgColor>bgColor</a>;
- attribute DOMString <span title=dom-document-linkColor>linkColor</span>;
- attribute DOMString <span title=dom-document-vlinkColor>vlinkColor</span>;
- attribute DOMString <span title=dom-document-alinkColor>alinkColor</span>;
+ attribute DOMString <a href="#linkcolor" title=dom-document-linkColor>linkColor</a>;
+ attribute DOMString <a href="#vlinkcolor" title=dom-document-vlinkColor>vlinkColor</a>;
+ attribute DOMString <a href="#alinkcolor" title=dom-document-alinkColor>alinkColor</a>;
};</pre>
<p>The <dfn id=fgcolor
@@ -48354,28 +48354,31 @@
title=attr-body-bgcolor>bgcolor</code> attribute on <a
href="#the-body1">the <code>body</code> element</a>.
- <p>The <dfn id=link0 title=dom-document-link><code>link</code></dfn>
- attribute on the <code>Document</code> object must <a
- href="#reflect">reflect</a> the <code title=attr-body-link>link</code>
- attribute on <a href="#the-body1">the <code>body</code> element</a>.
+ <p>The <dfn id=linkcolor
+ title=dom-document-linkColor><code>linkColor</code></dfn> attribute on the
+ <code>Document</code> object must <a href="#reflect">reflect</a> the <code
+ title=attr-body-link>link</code> attribute on <a href="#the-body1">the
+ <code>body</code> element</a>.
- <p>The <dfn id=vlink title=dom-document-vLink><code>vLink</code></dfn>
- attribute on the <code>Document</code> object must <a
- href="#reflect">reflect</a> the <code title=attr-body-vlink>vlink</code>
- attribute on <a href="#the-body1">the <code>body</code> element</a>.
+ <p>The <dfn id=vlinkcolor
+ title=dom-document-vLinkColor><code>vLinkColor</code></dfn> attribute on
+ the <code>Document</code> object must <a href="#reflect">reflect</a> the
+ <code title=attr-body-vlink>vlink</code> attribute on <a
+ href="#the-body1">the <code>body</code> element</a>.
- <p>The <dfn id=alink title=dom-document-aLink><code>aLink</code></dfn>
- attribute on the <code>Document</code> object must <a
- href="#reflect">reflect</a> the <code title=attr-body-alink>alink</code>
- attribute on <a href="#the-body1">the <code>body</code> element</a>.
+ <p>The <dfn id=alinkcolor
+ title=dom-document-aLinkColor><code>aLinkColor</code></dfn> attribute on
+ the <code>Document</code> object must <a href="#reflect">reflect</a> the
+ <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 {
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>;
- attribute DOMString <a href="#link1" title=dom-body-link>link</a>;
- attribute DOMString <a href="#vlink0" title=dom-body-vLink>vLink</a>;
- attribute DOMString <a href="#alink0" title=dom-body-aLink>aLink</a>;
+ attribute DOMString <a href="#link0" title=dom-body-link>link</a>;
+ attribute DOMString <a href="#vlink" title=dom-body-vLink>vLink</a>;
+ attribute DOMString <a href="#alink" title=dom-body-aLink>aLink</a>;
};</pre>
<p>The <dfn id=text2 title=dom-body-text><code>text</code></dfn> DOM
@@ -48394,17 +48397,17 @@
href="#reflect">reflect</a> the element's <code
title=attr-body-background>background</code> content attribute.
- <p>The <dfn id=link1 title=dom-body-link><code>link</code></dfn> DOM
+ <p>The <dfn id=link0 title=dom-body-link><code>link</code></dfn> DOM
attribute of the <code><a href="#body0">body</a></code> element must <a
href="#reflect">reflect</a> the element's <code
title=attr-body-link>link</code> content attribute.
- <p>The <dfn id=alink0 title=dom-body-aLink><code>aLink</code></dfn> DOM
+ <p>The <dfn id=alink title=dom-body-aLink><code>aLink</code></dfn> DOM
attribute of the <code><a href="#body0">body</a></code> element must <a
href="#reflect">reflect</a> the element's <code
title=attr-body-alink>alink</code> content attribute.
- <p>The <dfn id=vlink0 title=dom-body-vLink><code>vLink</code></dfn> DOM
+ <p>The <dfn id=vlink title=dom-body-vLink><code>vLink</code></dfn> DOM
attribute of the <code><a href="#body0">body</a></code> element must <a
href="#reflect">reflect</a> the element's <code
title=attr-body-vlink>vlink</code> content attribute.
Modified: source
===================================================================
--- source 2008-04-17 21:38:51 UTC (rev 1453)
+++ source 2008-04-17 21:40:16 UTC (rev 1454)
@@ -43460,17 +43460,17 @@
<span>reflect</span> the <code title="attr-body-bgcolor">bgcolor</code>
attribute on <span>the <code>body</code> element</span>.</p>
- <p>The <dfn title="dom-document-link"><code>link</code></dfn>
+ <p>The <dfn title="dom-document-linkColor"><code>linkColor</code></dfn>
attribute on the <code>Document</code> object must
<span>reflect</span> the <code title="attr-body-link">link</code>
attribute on <span>the <code>body</code> element</span>.</p>
- <p>The <dfn title="dom-document-vLink"><code>vLink</code></dfn>
+ <p>The <dfn title="dom-document-vLinkColor"><code>vLinkColor</code></dfn>
attribute on the <code>Document</code> object must
<span>reflect</span> the <code title="attr-body-vlink">vlink</code>
attribute on <span>the <code>body</code> element</span>.</p>
- <p>The <dfn title="dom-document-aLink"><code>aLink</code></dfn>
+ <p>The <dfn title="dom-document-aLinkColor"><code>aLinkColor</code></dfn>
attribute on the <code>Document</code> object must
<span>reflect</span> the <code title="attr-body-alink">alink</code>
attribute on <span>the <code>body</code> element</span>.</p>
More information about the Commit-Watchers
mailing list