Skip to content
  • hyatt's avatar
    Rewrite cellpadding to not use the style system at all and · 80844874
    hyatt authored
    	to make table cells just get the padding from the table
    	itself (overriding style).
    
            * khtml/html/html_tableimpl.cpp:
            (HTMLTableElementImpl::HTMLTableElementImpl):
            (HTMLTableElementImpl::attach):
            (HTMLTableElementImpl::parseAttribute):
            (HTMLTableCellElementImpl::init):
            * khtml/html/html_tableimpl.h:
            * khtml/rendering/bidi.cpp:
            (RenderFlow::layoutInlineChildren):
            * khtml/rendering/render_box.cpp:
            (RenderBox::contentWidth):
            (RenderBox::contentHeight):
            * khtml/rendering/render_flow.cpp:
            (RenderFlow::layoutBlockChildren):
            (RenderFlow::leftOffset):
            (RenderFlow::rightOffset):
            (RenderFlow::calcMinMaxWidth):
            * khtml/rendering/render_object.h:
            * khtml/rendering/render_table.cpp:
            (RenderTable::RenderTable):
            (RenderTableCell::paddingTop):
            (RenderTableCell::paddingBottom):
            (RenderTableCell::paddingLeft):
            (RenderTableCell::paddingRight):
            * khtml/rendering/render_table.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2657 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    80844874