Home | History | Annotate | Download | only in resources

Lines Matching full:cell

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>
1095 <li><a href=#parsing-main-intd><span class=secno>10.2.5.18 </span>The "in cell" insertion mode</a></li>
2198 nonsensical: a row cannot simultaneously be a cell, nor can a
2201 <pre class=bad>&lt;tr role="cell"&gt;</pre>
9623 cell: document.createElement('td'),
10319 cell in the first column implies the ARIA semantics (role, states,
10320 and/or properties) given in the cell in the second column of the
10503 language feature (element or attribute) in a cell in the first
10505 state, or property) given in the cell in the second column of the
10507 listed in the cell in the third column of that row.</p>
12587 given in the first cell of the rows with keywords give the states to
13951 encoding</a></var> to the encoding given in the cell in the second
23500 given in the first cell of each row maps to the state given in the
23501 second cell.</p>
24729 in the left column map to the states in the cell in the second
26160 according to the following table; for a state given in a cell of the
27116 second cell of that row.</p>
30257 given in the first cell of the rows with keywords give the states to
30912 table, outline its basic cell structure, highlight any trends or
31464 the cell that corresponds to the values of the two dice.
31475 given in the cell that corresponds to the values of the two dice.
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>
31791 <dt><var title="">cell</var> = <var title="">tr</var> . <code title=dom-tr-insertCell><a href=#dom-tr-insertcell>insertCell</a></code>( [ <var title="">index</var> ] )</dt>
31816 &minus;1 is equivalent to deleting the last cell of the row.</p>
31819 the index of the last cell, or if there are no cells, throws an
31895 </dl><p>The <code><a href=#the-td-element>td</a></code> element <a href=#represents>represents</a> a data <a href=#concept-cell title=concept-cell>cell</a> in a table.</p>
31925 </dl><p>The <code><a href=#the-th-element>th</a></code> element <a href=#represents>represents</a> a header <a href=#concept-cell title=concept-cell>cell</a> in a table.</p>
31935 <dd>The <i>row</i> state means the header cell applies to some of
31941 <dd>The <i>column</i> state means the header cell applies to some
31947 <dd>The <i>row group</i> state means the header cell applies to all
31956 <dd>The <i>column group</i> state means the header cell applies to
31964 <dd>The <i>auto</i> state makes the header cell apply to a set of
31984 data cells a header cell applies to.</p>
32036 that the cell is to span. These attributes must not be used to
32083 <dl class=domintro><dt><var title="">cell</var> . <code title=dom-tdth-cellIndex><a href=#dom-tdth-cellindex>cellIndex</a></code></dt>
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
32088 correspond to the <var title="">x</var>-position of the cell in
32114 element, return the index of the cell's element in the parent
32137 <p>A <dfn id=concept-cell title=concept-cell>cell</dfn> is a set of slots anchored
32138 at a slot (<var title="">cell<sub title="">x</sub></var>, <var title="">cell<sub title="">y</sub></var>), and with a particular
32140 the cell covers all the slots with coordinates (<var title="">x</var>, <var title="">y</var>) where <span title=""><var title="">cell<sub title="">x</sub></var>&nbsp;&le;&nbsp;<var title="">x</var>&nbsp;&lt;&nbsp;<var title="">cell<sub title="">x</sub></var>+<var title="">width</var></span> and
32141 <span title=""><var title="">cell<sub title="">y</sub></var>&nbsp;&le;&nbsp;<var title="">y</var>&nbsp;&lt;&nbsp;<var title="">cell<sub title="">y</sub></var>+<var title="">height</var></span>. Cells can
32179 <p>A <a href=#concept-cell title=concept-cell>cell</a> cannot cover slots that
32181 groups</a>. It is, however, possible for a cell to be in multiple
32183 slots that form part of one cell are part of zero or one <a href=#concept-row-group title=concept-row-group>row groups</a> and zero or more <a href=#concept-column-group title=concept-column-group>column groups</a>.</p>
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
32518 table</var> containing only <a href=#concept-slots title=concept-slots>slots</a> that do not have a <a href=#concept-cell title=concept-cell>cell</a> anchored to them, then this is a
32636 <p>Let <var title="">current cell</var> be the first
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,
32660 <p>If the <var title="">current cell</var> has a <code title=attr-tdth-colspan><a href=#attr-tdth-colspan>colspan</a></code> attribute, then <a href=#rules-for-parsing-non-negative-integers title="rules for parsing non-negative integers">parse that
32672 <p>If the <var title="">current cell</var> has a <code title=attr-tdth-rowspan><a href=#attr-tdth-rowspan>rowspan</a></code> attribute, then <a href=#rules-for-parsing-non-negative-integers title="rules for
32684 <p>If <var title="">rowspan</var> is zero, then let <var title="">cell grows downward</var> be true, and set <var title="">rowspan</var> to 1. Otherwise, let <var title="">cell
32709 covered by a new <a href=#concept-cell title=concept-cell>cell</a> <var title="">c</var>, anchored at (<var title="">x<sub title="">current</sub></var>, <var title="">y<sub title="">current</sub></var>), which has width <var title="">colspan</var> and height <var title="">rowspan</var>,
32710 corresponding to the <var title="">current cell</var> element.</p>
32712 <p>If the <var title="">current cell</var> element is a
32713 <code><a href=#the-th-element>th</a></code> element, let this new cell <var title="">c</var>
32714 be a header cell; otherwise, let it be a data cell.</p>
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
32719 <p>If any of the slots involved already had a <a href=#concept-cell title=concept-cell>cell</a> covering them, then this is a
32727 <p>If <var title="">cell grows downward</var> is true, then add
32742 <p>If <var title="">current cell</var> is the last <code><a href=#the-td-element>td</a></code>
32751 <p>Let <var title="">current cell</var> be the next
32765 agent must, for each {<var title="">cell</var>, <var title="">cell<sub title="">x</sub></var>, <var title="">width</var>}
32767 any, extend the <a href=#concept-cell title=concept-cell>cell</a> <var title="">cell</var> so that it also covers the slots with
32768 coordinates (<var title="">x</var>, <var title="">y<sub title="">current</sub></var>), where <span title=""><var title="">cell<sub title="">x</sub></var>&nbsp;&le;&nbsp;<var title="">x</var>&nbsp;&lt;&nbsp;<var title="">cell<sub title="">x</sub></var>+<var title="">width</var></span>.</p>
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>
32788 of the slot to which the <var title="">principal cell</var> is
32795 <dl class=switch><dt>If the <var title="">principal cell</var> has a <code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code> attribute specified</dt>
32803 <p>Take the value of the <var title="">principal cell</var>'s
32817 the token is a cell in the same <a href=#concept-table title=concept-table>table</a>, and that cell is not the
32818 <var title="">principal cell</var>, then add that cell to <var title="">header list</var>.</p>
32825 <dt>If <var title="">principal cell</var> does not have a <code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code> attribute specified</dt>
32832 be the width of the <var title="">principal cell</var>.</p>
32839 be the height of the <var title="">principal cell</var>.</p>
32851 cell</var>, the <var title="">header list</var>, the initial
32866 cell</var>, the <var title="">header list</var>, the initial
32876 <p>If the <var title="">principal cell</var> is anchored in a
32895 <p>If the <var title="">principal cell</var> is anchored in a
32916 <p>Remove all the <a href=#empty-cell title="empty cell">empty cells</a> from
32930 <p>Remove <var title="">principal cell</var> from the <var title="">header list</var> if it is there.</p> <!-- see "might
32938 the <var title="">principal cell</var>.</p>
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 &Delta;<var title="">x</var> and &Delta;<var title="">y</var> increments, is as
32967 <dl class=switch><dt>If <var title="">principal cell</var> is a header cell</dt>
32972 cell</var>.</dd>
33001 <p>If there is no cell covering slot (<var title="">x</var>,
33002 <var title="">y</var>), or if there is more than one cell
33010 <p>Let <var title="">current cell</var> be the cell covering
33017 <dl class=switch><dt>If <var title="">current cell</var> is a header cell</dt>
33024 <li><p>Add <var title="">current cell</var> to <var title="">headers from current header block</var>.</li>
33036 cell</var>, and with the same width as <var title="">current
33037 cell</var>, then let <var title="">blocked</var> be
33040 <p>If the <var title="">current cell</var> is not a
33051 cell</var>, and with the same height as <var title="">current cell</var>, then let <var title="">blocked</var> be true.</p>
33053 <p>If the <var title="">current cell</var> is not a
33061 <var title="">current cell</var> to the <var title="">headers
33066 <dt>If <var title="">current cell</var> is a data cell and <var title="">in header block</var> is true</dt>
33082 </ol><p>A header cell anchored at the slot with coordinate (<var title="">x</var>, <var title="">y</var>) with width <var title="">width</var> and height <var title="">height</var> is said
33086 <ul><li>The cell's <code title=attr-th-scope><a href=#attr-th-scope>scope</a></code> attribute
33089 <li>The cell's <code title=attr-th-scope><a href=#attr-th-scope>scope</a></code> attribute
33095 </ul><p>A header cell anchored at the slot with coordinate (<var title="">x</var>, <var title="">y</var>) with width <var title="">width</var> and height <var title="">height</var> is said
33099 <ul><li>The cell's <code title=attr-th-scope><a href=#attr-th-scope>scope</a></code> attribute
33102 <li>The cell's <code title=attr-th-scope><a href=#attr-th-scope>scope</a></code> attribute
33104 cell is not a <a href=#column-header>column header</a>, and there are no data
33107 </ul><p>A header cell is said to be a <dfn id=column-group-header>column group header</dfn> if
33111 <p>A header cell is said to be a <dfn id=row-group-header>row group header</dfn> if
33115 <p>A cell is said to be an <dfn id=empty-cell>empty cell</dfn> if it contains no
34488 keywords in the left column map to the states in the cell in the
39710 in the left column map to the states in the cell in the second
40964 keywords in the left column map to the states listed in the cell in
43018 value of <var title="">scheme</var> as given by the first cell of
43019 each row. Then, select the appropriate cell on that row based on
43020 the value of <var title="">method</var> as given in the first cell
43021 of each column. Then, jump to the steps named in that cell and
43770 typedef sequence&lt;any> <dfn>Cell</dfn>; // <span>Column</span>, any... (exact types expected depend on the column type)
43771 typedef sequence&lt;<span>Cell</span>> <dfn>CellList</dfn>;
43906 <p>Each cell uses the type given for its column, so all cells in a
43948 children, when the user edits a cell, and when the user invokes a
44078 a further set of arrays, one per cell. The first item of each of
44087 <li>A string giving the cell's value.
44088 <li>Optionally, an <code>img</code> element giving an icon for the cell.
44095 <li>A string giving the cell's value.
44097 <li>Optionally, an <code>img</code> element giving an icon for the cell.
44104 <li>A string giving the cell's value.
44105 <li>A boolean, indicating whether the cell is checked (true) or not (false).
44106 <li>Optionally, a boolean indicating whether the value of the cell is obscured as indeterminate (true), or not (false).
44107 <li>Optionally, an <code>img</code> element giving an icon for the cell.
44114 <li>A string giving the cell's current value.
44116 <li>Optionally, an <code>img</code> element giving an icon for the cell.
44130 <li>A number giving the cell's value.
44142 <li>A number giving the minimum width of the cell, in CSS pixels, that is desired.
44143 <li>A number giving the minimum height of the cell, in CSS pixels, that is desired.
44144 <li>A function that is passed a <code>CanvasRenderingContext2D</code> object, along with the width and height (in CSS pixels) of the cell that the context will draw on.
44553 <dd><p>The data that applies to this row. Cell data is discussed in
44966 <code>Cell</code> object (again, an array).</p></li>
44968 <li><p>Each <code>Cell</code> object in the <span>CellList</span>
44975 <p>Each <code>Cell</code> object in the <span>CellList</span>
45364 must cause the user agent to clear its cache for the cell specified
45371 is not known, then the method must do nothing. If the cell is indeed
45421 <p>Each row has one cell per column. Each cell has the same type as
45431 <p>The cell represents some text and an optional image.</p>
45456 cell's row, as its second argument the identifier of the cell's
45465 <p>The cell represents some text, a check box that optionally has
45475 cell's row, as its second argument the identifier of the cell's
45485 <p>The cell represents some text giving the current value selected
45490 cell from its current value to one of the <span
45504 cell's row, as its second argument the identifier of the cell's
45513 <p>The cell represents a (determinate) progress bar whose value is
45522 <p>The cell represents a gauge, described by one to six
45572 <p>The cell represents a dynamically generated graphical image.</p>
45574 <p>The cell will have minimum dimensions (specified in CSS
45577 for the cell.</p>
45579 <p>The user agent should not allow the cell to be rendered with
45582 <p>When the user agent needs to render the cell, the user agent
45587 null as the first argument, the actual cell width in CSS pixels as
45588 the second argument, and the actual cell height in CSS pixels as
45594 cell once the callback returns. The image must be clipped to the
45595 dimensions of the cell. The coordinate space of the cell must be
45597 corner of the cell is the 0,0 origin, with the coordinate space
45599 of the cell and its <var title="">y</var> axis towards the bottom
45600 of the cell, and with the image not scaled (so that one CSS pixel
45655 each <code>Cell</code> object in that array update the cell that
45657 entry of the <code>Cell</code> object, by using the appropriate
45659 column. Then, if the cell is in the <span>pending
45667 <p>Update the cell's text to the value given in the
45668 <code>Cell</code> object's second entry.</p>
45670 Cell</code> object has three entries, then copy
45672 third entry, and let the cell's image be given by that image
45673 data. Otherwise, update the cell to have no image.</p>
45680 <p>Update the cell's text to the value given in the
45681 <code>Cell</code> object's second entry.</p>
45683 <p>If the <code>Cell</code> object has three entries, then let
45686 hints. Otherwise, update the cell to have no
45689 <p>If the <code>Cell</code> object has four entries, then copy
45691 fourth entry, and let the cell's image be given by that image
45692 data. Otherwise, update the cell to have no image.</p>
45699 <p>Update the cell's text to the value given in the
45700 <code>Cell</code> object's second entry.</p>
45702 <p>Update the cell's checked state to match the value of the
45705 <p>If the <code>Cell</code> object has four entries and the
45706 fourth entry is true, then update the cell to be obscured as
45707 indeterminate. Otherwise, the cell's state is not obscured.</p>
45709 <p>If the <code>Cell</code> object has five entries, then copy
45711 fifth entry, and let the cell's image be given by that image
45712 data. Otherwise, update the cell to have no image.</p>
45719 <p>Update the cell's text to the value given in the
45720 <code>Cell</code> object's second entry, and the
45722 <code>Cell</code> object's third entry</p>
45724 <p>If the <code>Cell</code> object has four entries, then copy
45726 fourth entry, and let the cell's image be given by that image
45727 data. Otherwise, update the cell to have no image.</p>
45734 <p>Update the cell to be a progress bar whose progress, on the
45736 the value in the <code>Cell</code> object's second entry.</p>
45743 <p>Update the cell to be a gauge configured with the numbers
45745 <code>Cell</code> object.</p>
45752 <p>Update the cell's minimum width to be the length in CSS
45753 pixels given by the <code>Cell</code> object's second entry.</p>
45755 <p>Update the cell's minimum height to be the length in CSS
45756 pixels given by the <code>Cell</code> object's third entry.</p>
45758 <p>Update the cell's callback to be the
45760 <code>Cell</code> object's fourth entry.</p>
45786 <p>A cell is considered covered if it is present in the
45790 columns that includes the cell's column, or if the <code
45792 with a list of rows and columns that intersects the cell in
45873 cells from those rows except for the cell in column B of row 7.</p>
45960 information, but no cell information, for rows 1, 5, and 6:</p>
46159 edited a cell or checked a check box in a cell.</p>
46162 <code>RowID</code> object identifying the row of the cell, and the
46164 cell's column.</p>
47522 following table, and their corresponding states given in the cell in
51784 <dt><dfn id=md-vcard-type-tel-cell title=md-vcard-type-tel-cell><code>cell</code></dfn></dt>
52333 &lt;meta itemprop="type" content="cell"&gt;mobile phone&lt;/span&gt;
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>
67331 <li>If the cell in the second column of the <i>selected row</i> is not blank, one or more <a href=#space-character title="space character">space characters</a>.</li>
67332 <li>If the cell in the second column of the <i>selected row</i> is not blank, a U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>third quote mark</i>).</li>
67333 <li>If the cell in the second column of the <i>selected row</i> is not blank, the string from the cell in the second column of the <i>selected row</i>.</li>
67334 <li>If the cell in the second column of the <i>selected row</i> is not blank, a matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>third quote mark</i>).</li>
67710 table, it must be written using the name given by the third cell
68265 then return the encoding given in the cell in the second column of
68775 instead use the encoding given in the cell in the second column of
68994 "<a href=#parsing-main-intr title="insertion mode: in row">in row</a>", "<a href=#parsing-main-intd title="insertion mode: in cell">in cell</a>", "<a href=#parsing-main-inselect title="insertion mode: in select">in select</a>", "<a href=#parsing-main-inselectintable title="insertion mode: in select in table">in select in
69011 "<a href=#parsing-main-intd title="insertion mode: in cell">in cell</a>", and "<a href=#parsing-main-inselect title="insertion mode: in select">in select</a>", are special, in
69056 mode: in cell">in cell</a>" and jump to the step labeled <i title="">end</i>.</li>
69349 were opened in the current body, cell, or caption (whichever is
71654 the corresponding cell in the second column. (This fixes the case of
71724 the prefix being the string given in the corresponding cell in the
71726 corresponding cell in the third column, and the namespace being the
71727 namespace given in the corresponding cell in the fourth
73484 row</a>", or "<a href=#parsing-main-intd title="insertion mode: in cell">in
73485 cell</a>", then switch the <a href=#insertion-mode>insertion mode</a> to
74311 in cell">in cell</a>".</p>
74389 <h5 id=parsing-main-intd><span class=secno>10.2.5.18 </span>The "<dfn title="insertion mode: in cell">in cell</dfn>" insertion mode</h5>
74392 mode: in cell">in cell</a>", tokens must be handled as follows:</p>
74433 <p>Otherwise, <a href=#close-the-cell>close the cell</a> (see below) and
74454 <p>Otherwise, <a href=#close-the-cell>close the cell</a> (see below) and
74465 </dl><p>Where the steps above say to <dfn id=close-the-cell>close the cell</dfn>, they
74480 mode</a> is "<a href=#parsing-main-intd title="insertion mode: in cell">in
74481 cell</a>".</p>
74828 the name given in the corresponding cell in the second
75512 of active formatting elements</a> (it also switches to the "<a href=#parsing-main-intd title="insertion mode: in cell">in cell</a>" <a href=#insertion-mode>insertion
76447 td, th { display: table-cell; }
76606 property, setting it to the value given in the corresponding cell on
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
77319 over the border edge in the position given in the corresponding cell
78950 <dd><p>Use text that begins in an unambiguous and terse manner, and include any more elaborate text after that. The <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute can also be useful in including more detailed text, so that the cell's contents can be made terse.</p>
80117 given in the corresponding cell in the second column on the same
81754 <td>Table cell</td>
81796 <td>Table header cell</td>
81895 </table><p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.</p>
82313 <td> Number of columns that the cell is to span
82427 <td> The header cells for this cell
82693 <td> Number of rows that the cell is to span
82708 <td> Specifies which cells the header cell applies to
82902 </table><p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.</p>