[html5] r2972 - [e] (0) Typos: round 7.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Apr 20 11:44:07 PDT 2009
Author: ianh
Date: 2009-04-20 11:44:07 -0700 (Mon, 20 Apr 2009)
New Revision: 2972
Modified:
index
source
Log:
[e] (0) Typos: round 7.
Modified: index
===================================================================
--- index 2009-04-19 23:53:30 UTC (rev 2971)
+++ index 2009-04-20 18:44:07 UTC (rev 2972)
@@ -39,7 +39,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 19 April 2009</h2>
+ <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 20 April 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
@@ -35639,7 +35639,7 @@
<dt>DOM interface:</dt>
<dd>
<pre class=idl>interface <dfn id=htmldatagridelement>HTMLDataGridElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
- attribute boolean <a href=#dom-datagrid-multiple title=dom-datagrid-multiple>multiple</a>;
+ attribute boolean <span title=dom-datagrid-multiple>multiple</span>;
attribute boolean <a href=#dom-datagrid-disabled title=dom-datagrid-disabled>disabled</a>;
attribute <a href=#datagridlistener>DataGridListener</a> <a href=#dom-datagrid-listener title=dom-datagrid-listener>listener</a>;
<!-- v2DGS:
@@ -35702,15 +35702,17 @@
still continue to update itself when the underlying data changes,
though, as described in the next few sections. However, conformance
requirements stating that <code><a href=#datagrid>datagrid</a></code> elements must react
- to users in particular ways do not apply when one is
- disabled.</span></p>
+ to users in particular ways do not apply when the
+ <code><a href=#datagrid>datagrid</a></code> is disabled.</span></p>
<div class=impl>
- <p>The <dfn id=dom-datagrid-multiple title=dom-datagrid-multiple><code>multiple</code></dfn> and <dfn id=dom-datagrid-disabled title=dom-datagrid-disabled><code>disabled</code></dfn> DOM
- attributes must <a href=#reflect>reflect</a> the <code title=attr-datagrid-multiple>multiple</code> and <code title=attr-datagrid-disabled><a href=#attr-datagrid-disabled>disabled</a></code> content attributes
- respectively.</p>
+ <!--vsDGS: multiple -->
+ <p>The <dfn id=dom-datagrid-disabled title=dom-datagrid-disabled><code>disabled</code></dfn> DOM
+ attribute must <a href=#reflect>reflect</a> the content attribute of the
+ same name.</p>
+
</div>
<!-- v2DGPA: One possible thing to be added is a way to detect when a
@@ -35874,7 +35876,7 @@
<dt><var title="">datagrid</var> . <code title=dom-datagrid-sortAscending><a href=#dom-datagrid-sortascending>sortAscending</a></code> [ = <var title="">value</var> ]</dt>
<dd>
- <p>Returns true if the data is to be sorted with small values
+ <p>Returns true if the data is to be sorted with smaller values
first; otherwise, returns false, indicating that bigger values are
to be put first.</p>
@@ -36324,12 +36326,12 @@
<dt>An open flag</dt>
<dd><p>A boolean indicating whether the row is open (true) or
- closed (false). Once set, can only be changed by the user or if one
- of the row's ancestors is itself closed. A row can also be in a
- third state, "opening", which is treated as closed for all purposes
- except that the user agent may indicate that the row is in this
- special state, and except that when the row is updated to have a
- row count, the row will switch to being open.</dd>
+ closed (false). Once set, the flag can only be changed by the user
+ or while one of the row's ancestors is itself closed. A row can
+ also be in a third state, "opening", which is treated as closed for
+ all purposes except that the user agent may indicate that the row
+ is in this special state, and except that when the row is updated
+ to have a row count, the row will switch to being open.</dd>
<dt>A row count</dt>
@@ -36465,12 +36467,15 @@
neither −1 nor equal to the child count of the
preexisting row.</li>
- <li>The <code><a href=#row>Row</a></code> object has fewer than five entries, or
+ <li>The <code><a href=#row>Row</a></code> object has fewer than four
+ entries or more than six entries.</li>
+
+ <li>The <code><a href=#row>Row</a></code> object has five or more entries, and
its fifth entry is false.</li>
- <li>The <code><a href=#row>Row</a></code> object has fewer than six entries, or
- its sixth entry is not equal to the row count of the
- preexisting row.</li>
+ <li>The <code><a href=#row>Row</a></code> object has six entries, and its sixth
+ entry is not equal to the row count of the preexisting
+ row.</li>
</ul></dd>
@@ -36600,7 +36605,7 @@
<p>Let <var title="">parent</var> be the row identified by the
<code><a href=#rowid>RowID</a></code> consisting of all but the last number in the
<code><a href=#row>Row</a></code> object's <code><a href=#rowid>RowID</a></code>, or the
- <code><a href=#datagrid>datagrid</a></code> itself it the <code><a href=#row>Row</a></code> object's
+ <code><a href=#datagrid>datagrid</a></code> itself if the <code><a href=#row>Row</a></code> object's
<code><a href=#rowid>RowID</a></code> has length 0.</p>
<p>If there is no such row present in the <a href=#natural-order-sparse-data-tree>natural order
@@ -63623,6 +63628,7 @@
Bill McCoy,
Billy Wong,
Björn Höhrmann,
+ Blake Frantz,
Boris Zbarsky,
Brad Fults,
Brad Neuberg,
Modified: source
===================================================================
--- source 2009-04-19 23:53:30 UTC (rev 2971)
+++ source 2009-04-20 18:44:07 UTC (rev 2972)
@@ -40235,18 +40235,17 @@
still continue to update itself when the underlying data changes,
though, as described in the next few sections. However, conformance
requirements stating that <code>datagrid</code> elements must react
- to users in particular ways do not apply when one is
- disabled.</span></p>
+ to users in particular ways do not apply when the
+ <code>datagrid</code> is disabled.</span></p>
<div class="impl">
+ <!--vsDGS: multiple -->
+
<p>The <dfn
- title="dom-datagrid-multiple"><code>multiple</code></dfn> and <dfn
title="dom-datagrid-disabled"><code>disabled</code></dfn> DOM
- attributes must <span>reflect</span> the <code
- title="attr-datagrid-multiple">multiple</code> and <code
- title="attr-datagrid-disabled">disabled</code> content attributes
- respectively.</p>
+ attribute must <span>reflect</span> the content attribute of the
+ same name.</p>
</div>
@@ -40431,7 +40430,7 @@
<dt><var title="">datagrid</var> . <code title="dom-datagrid-sortAscending">sortAscending</code> [ = <var title="">value</var> ]</dt>
<dd>
- <p>Returns true if the data is to be sorted with small values
+ <p>Returns true if the data is to be sorted with smaller values
first; otherwise, returns false, indicating that bigger values are
to be put first.</p>
@@ -40958,12 +40957,12 @@
<dt>An open flag</dt>
<dd><p>A boolean indicating whether the row is open (true) or
- closed (false). Once set, can only be changed by the user or if one
- of the row's ancestors is itself closed. A row can also be in a
- third state, "opening", which is treated as closed for all purposes
- except that the user agent may indicate that the row is in this
- special state, and except that when the row is updated to have a
- row count, the row will switch to being open.</p></dd>
+ closed (false). Once set, the flag can only be changed by the user
+ or while one of the row's ancestors is itself closed. A row can
+ also be in a third state, "opening", which is treated as closed for
+ all purposes except that the user agent may indicate that the row
+ is in this special state, and except that when the row is updated
+ to have a row count, the row will switch to being open.</p></dd>
<dt>A row count</dt>
@@ -41135,12 +41134,15 @@
neither −1 nor equal to the child count of the
preexisting row.</li>
- <li>The <code>Row</code> object has fewer than five entries, or
+ <li>The <code>Row</code> object has fewer than four
+ entries or more than six entries.</li>
+
+ <li>The <code>Row</code> object has five or more entries, and
its fifth entry is false.</li>
- <li>The <code>Row</code> object has fewer than six entries, or
- its sixth entry is not equal to the row count of the
- preexisting row.</li>
+ <li>The <code>Row</code> object has six entries, and its sixth
+ entry is not equal to the row count of the preexisting
+ row.</li>
</ul>
@@ -41286,7 +41288,7 @@
<p>Let <var title="">parent</var> be the row identified by the
<code>RowID</code> consisting of all but the last number in the
<code>Row</code> object's <code>RowID</code>, or the
- <code>datagrid</code> itself it the <code>Row</code> object's
+ <code>datagrid</code> itself if the <code>Row</code> object's
<code>RowID</code> has length 0.</p>
<p>If there is no such row present in the <span>natural order
@@ -74623,6 +74625,7 @@
Bill McCoy,
Billy Wong,
Björn Höhrmann,
+ Blake Frantz,
Boris Zbarsky,
Brad Fults,
Brad Neuberg,
More information about the Commit-Watchers
mailing list