Lines Matching full:cells
601 <li><a href=#header-and-data-cell-semantics><span class=secno>4.9.12.2 </span>Forming relationships between data cells and header cells</a></ol></li>
8602 <p>...because the data placed in the cells is clearly not tabular
30904 a grid of cells with headers in the first row and headers in the
31544 <!-- v2: char, to specify the decimal character used in numeric data cells in the column (not header cells) -->
31750 readonly attribute <a href=#htmlcollection>HTMLCollection</a> <a href=#dom-tr-cells title=dom-tr-cells>cells</a>;
31755 </dl><p>The <code><a href=#the-tr-element>tr</a></code> element <a href=#represents>represents</a> a <a href=#concept-row title=concept-row>row</a> of <a href=#concept-cell title=concept-cell>cells</a> in a <a href=#concept-table title=concept-table>table</a>.</p>
31784 <dt><var title="">tr</var> . <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code></dt>
31799 <p>The position is relative to the cells in the row. The
31804 the number of cells, throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code>
31815 <p>The position is relative to the cells in the row. The index
31819 the index of the last cell, or if there are no cells, throws an
31845 <p>The <dfn id=dom-tr-cells title=dom-tr-cells><code>cells</code></dfn> attribute
31854 number of elements in the <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code>
31859 equal to the number of items in <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code> collection, the method must create
31866 <code><a href=#the-th-element>th</a></code> element in the <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code> collection, and finally must
31869 <p>The <dfn id=dom-tr-deletecell title=dom-tr-deleteCell><code>deleteCell(<var title="">index</var>)</code></dfn> method must remove the <var title="">index</var>th element in the <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code> collection from its parent. If
31871 to the number of elements in the <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code> collection, the method must
31890 <!-- v2 char, to specify the decimal character used in numeric cells -->
31936 the subsequent cells in the same row(s).</dd>
31942 of the subsequent cells in the same column(s).</dd>
31948 the remaining cells in the row group. A <code><a href=#the-th-element>th</a></code> element's
31957 all the remaining cells in the column group. A <code><a href=#the-th-element>th</a></code>
31965 cells selected based on context.</dd>
31984 data cells a header cell applies to.</p>
32014 cells in their row group other than the cells in the first column.</p>
32016 <p>The remaining headers apply just to the cells to the right of
32037 overlap cells<span class=impl>, as described in the description of
32087 <p>Returns the position of the cell in the row's <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code> list. This does not necessarily
32089 the table, since earlier cells might cover multiple rows or
32115 element's <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code> collection. If
32129 <p>A <dfn id=concept-table title=concept-table>table</dfn> consists of cells
32141 <span title=""><var title="">cell<sub title="">y</sub></var> ≤ <var title="">y</var> < <var title="">cell<sub title="">y</sub></var>+<var title="">height</var></span>. Cells can
32142 either be <em>data cells</em> or <em>header cells</em>. Data cells
32143 correspond to <code><a href=#the-td-element>td</a></code> elements, and header cells correspond
32144 to <code><a href=#the-th-element>th</a></code> elements. Cells of both types can have zero or
32145 more associated header cells.</p>
32147 <p>It is possible, in certain error cases, for two cells to occupy
32185 <p>In addition to <a href=#concept-cell title=concept-cell>cells</a>, <a href=#concept-column title=concept-column>columns</a>, <a href=#concept-row title=concept-row>rows</a>, <a href=#concept-row-group title=concept-row-group>row
32441 <p>Let the <var title="">list of downward-growing cells</var> be
32578 <p>Run the <a href=#algorithm-for-growing-downward-growing-cells>algorithm for growing downward-growing
32579 cells</a>.</p>
32595 cells</var>.</p>
32620 <p>Run the <a href=#algorithm-for-growing-downward-growing-cells>algorithm for growing downward-growing
32621 cells</a>.</p>
32644 <p><i>Cells</i>: While <var title="">x<sub title="">current</sub></var> is less than <var title="">x<sub title="">width</sub></var> and the slot with coordinate (<var title="">x<sub title="">current</sub></var>, <var title="">y<sub title="">current</sub></var>) already has a cell assigned to it,
32716 <p>To establish which header cells apply to the <var title="">current cell</var> element, use the <a href=#algorithm-for-assigning-header-cells>algorithm for
32717 assigning header cells</a> described in the next section.</p>
32720 <a href=#table-model-error>table model error</a>. Those slots now have two cells
32729 <var title="">list of downward-growing cells</var>.</p>
32759 <p>Return to the step labelled <i>cells</i>.</p>
32764 <dfn id=algorithm-for-growing-downward-growing-cells>algorithm for growing downward-growing cells</dfn>, the user
32766 tuple in the <var title="">list of downward-growing cells</var>, if
32773 <h5 id=header-and-data-cell-semantics><span class=secno>4.9.12.2 </span>Forming relationships between data cells and header cells</h5>
32775 <p>Each cell can be assigned zero or more header cells. The
32776 <dfn id=algorithm-for-assigning-header-cells>algorithm for assigning header cells</dfn> to a cell <var title="">principal cell</var> is as follows.</p>
32781 cells.</p>
32849 run the <a href=#internal-algorithm-for-scanning-and-assigning-header-cells>internal algorithm for scanning and assigning
32850 header cells</a>, with the <var title="">principal
32864 run the <a href=#internal-algorithm-for-scanning-and-assigning-header-cells>internal algorithm for scanning and assigning
32865 header cells</a>, with the <var title="">principal
32878 header cells that are <a href=#row-group-header title="row group header">row group
32897 add all header cells that are <a href=#column-group-header title="column group
32916 <p>Remove all the <a href=#empty-cell title="empty cell">empty cells</a> from
32942 </ol><p>The <dfn id=internal-algorithm-for-scanning-and-assigning-header-cells>internal algorithm for scanning and assigning header
32943 cells</dfn>, given a <var title="">principal cell</var>, a <var title="">header list</var>, an initial coordinate (<var title="">initial<sub title="">x</sub></var>, <var title="">initial<sub title="">y</sub></var>), and Δ<var title="">x</var> and Δ<var title="">y</var> increments, is as
32961 cells.</p>
32971 of cells containing just the <var title="">principal
32978 empty list of cells.</p>
33034 <p>If there are any cells in the <var title="">opaque
33049 <p>If there are any cells in the <var title="">opaque
33069 all the cells in <var title="">headers from current header
33091 there are no data cells in any of the cells covering slots with
33105 cells in any of the cells covering slots with <var title="">x</var>-coordinates <var title="">x</var> .. <span title=""><var title="">x</var>+<var title="">width</var>-1</span>.</li>
40263 cells. --></p>
43785 * datagrid: cells that are links (<a href=""></a>)
43906 <p>Each cell uses the type given for its column, so all cells in a
43961 listener (if any) for any rows or cells that the
44063 <li>An array giving the data for zero or more cells in the row,
44077 <p>The array giving the data for the cells in the row consists of
44332 <span>column list</span>, discard any data for cells in that column
44387 <span>column list</span>, discard any data for cells in all rows in
44457 <code>datagrid</code> <em>cells</em> list</dfn>, which is a list of
44458 row/column pairs (cells) for which the <code>datagrid</code> has
44551 <dt>Cells</dt>
44593 and the <span>pending <code>datagrid</code> cells list</span>.</p>
44614 and the <span>pending <code>datagrid</code> cells list</span>, and
44751 list</span> and the <span>pending <code>datagrid</code> cells
44891 list</span> and the <span>pending <code>datagrid</code> cells
45388 <code>datagrid</code> cells list</span> accordingly" - ->, then must
45419 <h6>The cells</h6>
45438 <p>The cells represents some editable text, an optional
45660 <code>datagrid</code> cells list</span>, remove it.</p>
45778 data list</span>, and all the cells in the currently visible columns
45787 <span>pending <code>datagrid</code> cells list</span>, or if the
45803 consecutive cells for which the user agent is requesting
45820 available; and the <span>pending <code>datagrid</code> cells
45821 list</span> must be updated to include the cells for which
45833 method is invoked, the <span>pending <code>datagrid</code> cells
45834 list</span> must be updated to include the cells for which
45838 cells to be covered are handled by the fewest number of calls to
45844 method with row/column combinations that cover some cells for which
45853 where the cells marked "Yes" indicate that the data has already
45854 been obtained, the cells marked "Pending" indicate that the data
45855 has been previously requested but not yet obtained, and the cells
45873 cells from those rows except for the cell in column B of row 7.</p>
45957 all of the rows and cells are covered.</p>
46109 finds itself needing to render cells for which it is lacking
49234 <p>In this example, a <!-- round --> table has cells with footnotes
67329 <li>The string from one of the cells in the first column of the table below. The row to which this cell belongs is the <i>selected row</i>.</li>
67709 namespace of the first and second cells of a row from the following
69286 elements, marquees, table cells, and table captions, and are used to
76470 <i>special knowledge</i> regarding cells spanning rows and
76632 elements that have corresponding <a href=#concept-cell title=concept-cell>cells</a> in the <a href=#concept-table title=concept-table>table</a> corresponding to the
82427 <td> The header cells for this cell
82708 <td> Specifies which cells the header cell applies to