- From: poot <cvsmail@w3.org>
- Date: Tue, 29 Jul 2008 08:49:46 +0900 (JST)
- To: public-html-diffs@w3.org
Minor fixes to the datagrid section. (whatwg r1949) 4.11.2.8. The selection http://people.w3.org/mike/diffs/html5/spec/Overview.1.1140.html#the-selection disabled http://people.w3.org/mike/diffs/html5/spec/Overview.1.1140.html#disabled3 To establish the type of a cell http://people.w3.org/mike/diffs/html5/spec/Overview.1.1140.html#cellType1 To establish whether a row is openable http://people.w3.org/mike/diffs/html5/spec/Overview.1.1140.html#rowType1 http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1139&r2=1.1140&f=h http://html5.org/tools/web-apps-tracker?from=1948&to=1949 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1139 retrieving revision 1.1140 diff -u -d -r1.1139 -r1.1140 --- Overview.html 28 Jul 2008 22:49:29 -0000 1.1139 +++ Overview.html 28 Jul 2008 23:46:39 -0000 1.1140 @@ -27979,7 +27979,7 @@ that apply to that cell. If the method is not defined, no classes apply to the cell. - <dt id=cellType1>To establish how the type of a cell + <dt id=cellType1>To establish the type of a cell <dd>Examine the classes that apply to the cell. If the <code title=datagrid-cell-class-progress><a @@ -28195,12 +28195,11 @@ href="#cyclecell">cycleCell()</a></code> method, with a <code><a href="#rowspecification">RowSpecification</a></code> object representing the cell's row as the first argument and the cell's column index as the - second. The <code><a href="#datagrid0">datagrid</a></code> must act as if - the <code><a href="#datagrid0">datagrid</a></code>'s <code + second. The <code><a href="#datagrid0">datagrid</a></code> must then act + as if the <code><a href="#datagrid0">datagrid</a></code>'s <code title=dom-datagrid-updateCellChanged><a href="#updatecellchanged">updateCellChanged()</a></code> method had been - invoked with those same arguments immediately before the provider's method - was invoked. + invoked with those same arguments. <p>When a cell <a href="#cellType2">has a checkbox</a>, the user must be able to set the checkbox's state. When the user changes the state of a @@ -28216,12 +28215,11 @@ must be possible only if the cell has the <code title=datagrid-cell-class-indeterminate><a href="#indeterminate">indeterminate</a></code> class set). The <code><a - href="#datagrid0">datagrid</a></code> must act as if the <code><a + href="#datagrid0">datagrid</a></code> must then act as if the <code><a href="#datagrid0">datagrid</a></code>'s <code title=dom-datagrid-updateCellChanged><a href="#updatecellchanged">updateCellChanged()</a></code> method had been - invoked, specifying the same cell, immediately before the provider's - method was invoked. + invoked, specifying the same cell. <p>If a cell <a href="#cellType2">is editable</a>, the user must be able to edit the data for that cell, and doing so must cause the user agent to @@ -28230,11 +28228,10 @@ three arguments: a <code><a href="#rowspecification">RowSpecification</a></code> object representing the cell's row, the cell's column's index, and the new text entered by the - user. The user agent must act as if the <code + user. The user agent must then act as if the <code title=dom-datagrid-updateCellChanged><a href="#updatecellchanged">updateCellChanged()</a></code> method had been - invoked, with the same row and column specified, immediately before the - provider's method was invoked.</p> + invoked, with the same row and column specified.</p> <!-- XXXPA <p class="big-issue">define actions (performAction(), etc)</p> --> <h5 id=the-selection><span class=secno>4.11.2.8. </span>The selection</h5>
Received on Monday, 28 July 2008 23:50:23 UTC