Skip to content

Commit

Permalink
[e] (1) go Simon! more typos :-P
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@556 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 3, 2007
1 parent 5121b4f commit e84ec42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions index
Expand Up @@ -14214,10 +14214,10 @@ interface <dfn id=imagedata>ImageData</dfn> {
attribute must return 0.

<p>The <dfn id=rowindex0
title=dom-tr-sectionRowIndex><code>rowIndex</code></dfn> element must, if
the element has a parent <code><a href="#table0">table</a></code>,
<code><a href="#tbody0">tbody</a></code>, <code><a
href="#thead1">thead</a></code>, or <code><a
title=dom-tr-sectionRowIndex><code>rowIndex</code></dfn> DOM attribute
must, if the element has a parent <code><a
href="#table0">table</a></code>, <code><a href="#tbody0">tbody</a></code>,
<code><a href="#thead1">thead</a></code>, or <code><a
href="#tfoot1">tfoot</a></code> element, return the index of the <code><a
href="#tr0">tr</a></code> element in the parent element's <code
title="">rows</code> collection (for tables, that's the <code
Expand Down Expand Up @@ -18917,7 +18917,7 @@ XXX selection ranges -->

<td>text/html

<td>The string "<code title="">&lt;DOCTYPE HTML</code>" in US-ASCII or
<td>The string "<code title="">&lt;!DOCTYPE HTML</code>" in US-ASCII or
compatible encodings, case-insensitively.

<tr>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -16826,7 +16826,7 @@ XXX selection ranges -->
<td>FF FF DF DF DF DF DF DF DF FF DF DF DF DF
<td>3C 31 44 4F 43 54 59 50 45 20 48 54 4D 4C <!-- "<!DOCTYPE HTML" -->
<td>text/html
<td>The string "<code title="">&lt;DOCTYPE HTML</code>" in US-ASCII or compatible encodings, case-insensitively.
<td>The string "<code title="">&lt;!DOCTYPE HTML</code>" in US-ASCII or compatible encodings, case-insensitively.
<tr>
<td>FF DF DF DF DF
<td>3C 48 54 4D 4C <!-- "<HTML" -->
Expand Down

0 comments on commit e84ec42

Please sign in to comment.