You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[orthogonal td] RenderTableCell::logicalHeightForRowSizing should return the logical width of orthogonal content
https://bugs.webkit.org/show_bug.cgi?id=297174
Reviewed by Antti Koivisto.
RenderTableSection::calcRowLogicalHeight walks through the cells and asks for height information
in order to compute the final size of each rows.
RenderTableCell::logicalHeightForRowSizing is supposed to tell how tall the cell is
in the direction of the row. In case of orthogonal content, it's the logical _width_ of the box.
* Source/WebCore/rendering/RenderTableCell.cpp:
(WebCore::RenderTableCell::logicalHeightForRowSizing const):
* Source/WebCore/rendering/RenderTableCell.h:
* Source/WebCore/rendering/RenderTableCellInlines.h:
(WebCore::RenderTableCell::logicalHeightForRowSizing const): Deleted.
* Source/WebCore/rendering/RenderTableSection.cpp:
(WebCore::updateLogicalHeightForCell):
(WebCore::RenderTableSection::calcRowLogicalHeight):
Canonical link: https://commits.webkit.org/298559@main
0 commit comments