[html5] r1391 - /
whatwg at whatwg.org
whatwg at whatwg.org
Sun Mar 23 02:11:55 PDT 2008
Author: ianh
Date: 2008-03-23 02:11:54 -0700 (Sun, 23 Mar 2008)
New Revision: 1391
Modified:
index
source
Log:
[e] (0) Typos, consistency.
Modified: index
===================================================================
--- index 2008-03-23 08:39:13 UTC (rev 1390)
+++ index 2008-03-23 09:11:54 UTC (rev 1391)
@@ -19848,7 +19848,7 @@
href="#table0">table model</a>.
<p>The <dfn id=rowindex title=dom-tr-rowIndex><code>rowIndex</code></dfn>
- element must, if the element has a parent <code><a
+ attribute must, if the element has a parent <code><a
href="#table">table</a></code> element, or a parent <code><a
href="#tbody">tbody</a></code>, <code><a href="#thead0">thead</a></code>,
or <code><a href="#tfoot0">tfoot</a></code> element and a
@@ -19860,10 +19860,10 @@
attribute must return 0.
<p>The <dfn id=sectionrowindex
- title=dom-tr-sectionRowIndex><code>sectionRowIndex</code></dfn> DOM
- attribute must, if the element has a parent <code><a
- href="#table">table</a></code>, <code><a href="#tbody">tbody</a></code>,
- <code><a href="#thead0">thead</a></code>, or <code><a
+ title=dom-tr-sectionRowIndex><code>sectionRowIndex</code></dfn> attribute
+ must, if the element has a parent <code><a href="#table">table</a></code>,
+ <code><a href="#tbody">tbody</a></code>, <code><a
+ href="#thead0">thead</a></code>, or <code><a
href="#tfoot0">tfoot</a></code> element, return the index of the <code><a
href="#tr">tr</a></code> element in the parent element's <code
title="">rows</code> collection (for tables, that's the <code
Modified: source
===================================================================
--- source 2008-03-23 08:39:13 UTC (rev 1390)
+++ source 2008-03-23 09:11:54 UTC (rev 1391)
@@ -17365,7 +17365,7 @@
model</span>.</p>
<p>The <dfn title="dom-tr-rowIndex"><code>rowIndex</code></dfn>
- element must, if the element has a parent <code>table</code>
+ attribute must, if the element has a parent <code>table</code>
element, or a parent <code>tbody</code>, <code>thead</code>, or
<code>tfoot</code> element and a <em>grandparent</em>
<code>table</code> element, return the index of the <code>tr</code>
@@ -17375,7 +17375,7 @@
<p>The <dfn
title="dom-tr-sectionRowIndex"><code>sectionRowIndex</code></dfn>
- DOM attribute must, if the element has a parent <code>table</code>,
+ attribute must, if the element has a parent <code>table</code>,
<code>tbody</code>, <code>thead</code>, or <code>tfoot</code>
element, return the index of the <code>tr</code> element in the
parent element's <code title="">rows</code> collection (for tables,
More information about the Commit-Watchers
mailing list