Lines Matching full:cells
1050 Corrected offsetTop for table cells by subtracting borderTopExtra
9700 (WebInspector.SourceFrame.prototype._addMessageToSource): Use the cells
9703 cells property on the row instead of getElementsByTagName. Added
14393 (WebCore::HTMLTableRowElement::cells):
14888 Also, indenting paragraphs inside table cells would break table structure because
14892 table cells would move all the selected text into the same table cell. FF still has
15422 In fixed table layout, the width of cells with auto width should be
16205 table cells even if those table cells are non-editable.
33512 yellow find highlight for table cells with extra top appear in the
33518 table cells. This is the correct fix for this part of r31313.
34125 - fix <rdar://problem/5843719> Excessive repainting of cells in tables with non-auto height
46055 (WebCore::objectIsRelayoutBoundary): Exclude table cells, since their
56677 renderer that applies to all cells (even ones that were not <td>s), cellpadding is now mapped into the
56682 not a table. Anonymous cells and CSS-display-type cells will now never pick up cellpadding. This behavior
60711 Fix for bug 13095, CSS3 multiple backgrounds don't work on table cells.
61700 (WebCore::HTMLTableElement::parseMappedAttribute): Changed the rules code to visit all cells, not
61701 just the cells of the first body. I believe this fixed rendering on some table tests. I think the code
61702 visits too many cells and also the use of recursion is overkill, but I didn't try to fix that.
69049 Test: fast/dom/HTMLTableRowElement/cells.html
71116 specified) width is auto and contain only empty cells.
79205 cells, rows and sections