Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10769

git-svn-id: http://svn.whatwg.org/webapps@5558 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2010
1 parent d24f4c2 commit ad70af4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -89296,9 +89296,9 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>15.3.4 </span>Other
<td><code title=attr-body-bgcolor><a href=#attr-body-bgcolor>bgcolor</a></code>
<tr><td><dfn id=dom-document-linkcolor title=dom-document-linkColor><code>linkColor</code></dfn>
<td><code title=attr-body-link><a href=#attr-body-link>link</a></code>
<tr><td><dfn id=dom-document-vlinkcolor title=dom-document-vLinkColor><code>vLinkColor</code></dfn>
<tr><td><dfn id=dom-document-vlinkcolor title=dom-document-vlinkColor><code>vlinkColor</code></dfn>
<td><code title=attr-body-vlink><a href=#attr-body-vlink>vlink</a></code>
<tr><td><dfn id=dom-document-alinkcolor title=dom-document-aLinkColor><code>aLinkColor</code></dfn>
<tr><td><dfn id=dom-document-alinkcolor title=dom-document-alinkColor><code>alinkColor</code></dfn>
<td><code title=attr-body-alink><a href=#attr-body-alink>alink</a></code>
</table><hr><p>The <dfn id=dom-document-anchors title=dom-document-anchors><code>anchors</code></dfn>
attribute must return an <code><a href=#htmlcollection>HTMLCollection</a></code> rooted at the
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -85210,9 +85210,9 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<td><code title=attr-body-bgcolor><a href=#attr-body-bgcolor>bgcolor</a></code>
<tr><td><dfn id=dom-document-linkcolor title=dom-document-linkColor><code>linkColor</code></dfn>
<td><code title=attr-body-link><a href=#attr-body-link>link</a></code>
<tr><td><dfn id=dom-document-vlinkcolor title=dom-document-vLinkColor><code>vLinkColor</code></dfn>
<tr><td><dfn id=dom-document-vlinkcolor title=dom-document-vlinkColor><code>vlinkColor</code></dfn>
<td><code title=attr-body-vlink><a href=#attr-body-vlink>vlink</a></code>
<tr><td><dfn id=dom-document-alinkcolor title=dom-document-aLinkColor><code>aLinkColor</code></dfn>
<tr><td><dfn id=dom-document-alinkcolor title=dom-document-alinkColor><code>alinkColor</code></dfn>
<td><code title=attr-body-alink><a href=#attr-body-alink>alink</a></code>
</table><hr><p>The <dfn id=dom-document-anchors title=dom-document-anchors><code>anchors</code></dfn>
attribute must return an <code><a href=#htmlcollection>HTMLCollection</a></code> rooted at the
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -102044,10 +102044,10 @@ interface <span>HTMLDocument</span> {
<td><dfn title="dom-document-linkColor"><code>linkColor</code></dfn>
<td><code title="attr-body-link">link</code>
<tr>
<td><dfn title="dom-document-vLinkColor"><code>vLinkColor</code></dfn>
<td><dfn title="dom-document-vlinkColor"><code>vlinkColor</code></dfn>
<td><code title="attr-body-vlink">vlink</code>
<tr>
<td><dfn title="dom-document-aLinkColor"><code>aLinkColor</code></dfn>
<td><dfn title="dom-document-alinkColor"><code>alinkColor</code></dfn>
<td><code title="attr-body-alink">alink</code>
</table>

Expand Down

0 comments on commit ad70af4

Please sign in to comment.