Home | History | Annotate | Download | only in WebCore

Lines Matching full:cells

2595 	the minimum and maximum widths of cells of width 0 (thereby ignoring 
2596 cells in colspans when every cell in a column was part of a colspan).
3064 (DOM::HTMLTableRowElementImpl::cells):
3238 Table cells with width:auto should use width from their <col>
6384 rowspan and a colspan and other cells later have rowspan and
6385 colspan from two different cells overlapping.
6564 Table cells that are in an overlap of a rowspan and a colspan
17385 and cells were children of the first table section, a tfoot. They are now children
17766 Table cells render correctly with overflow:hidden, :auto, and :scroll specified. Cells now have a layer when overflow is specified.
17768 * khtml/css/cssstyleselector.cpp: Make sure table cells do not honor position:relative
17773 * khtml/rendering/render_box.cpp: Allow table cells to have overflow, and add borderTopExtra() and borderBottomExtra() to calculation of the clip rect.
17786 * khtml/rendering/render_table.cpp: Allow table cells to have a layer if overflow is specified.