- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 20 Apr 2009 18:44:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv10680 Modified Files: Overview.html Log Message: Typos: round 7. (whatwg r2972) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2136 retrieving revision 1.2137 diff -u -d -r1.2136 -r1.2137 --- Overview.html 19 Apr 2009 23:53:34 -0000 1.2136 +++ Overview.html 20 Apr 2009 18:44:11 -0000 1.2137 @@ -148,7 +148,7 @@ <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2> <!--ZZZ:--> <h2 class="no-num no-toc" id=w3c-working-draft-21-april-year>W3C Working Draft 21 April 2009</h2> - <!--<h2 class="no-num no-toc">Editor's Draft 19 April 2009</h2>--> + <!--<h2 class="no-num no-toc">Editor's Draft 20 April 2009</h2>--> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out--><dt>This Version:</dt> <dd><a href=http://www.w3.org/TR/2009/WD-html5-20090421/>http://www.w3.org/TR/2009/WD-html5-20090421/</a></dd> @@ -241,7 +241,7 @@ track. <!--ZZZ:--> This specification is the 21 April 2009 Working Draft. - <!-- This specification is the 19 April 2009 Editor's Draft. --> + <!-- This specification is the 20 April 2009 Editor's Draft. --> <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -31614,7 +31614,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: @@ -31671,12 +31671,14 @@ 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><div class=impl> + to users in particular ways do not apply when the + <code><a href=#datagrid>datagrid</a></code> is disabled.</span><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 row/selection has been deleted, activated, etc, by the user (delete @@ -31788,7 +31790,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> @@ -32238,12 +32240,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> @@ -32379,12 +32381,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> @@ -32514,7 +32519,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 @@ -57815,6 +57820,7 @@ Bill McCoy, Billy Wong, Björn Höhrmann, + Blake Frantz, Boris Zbarsky, Brad Fults, Brad Neuberg,
Received on Monday, 20 April 2009 18:44:24 UTC