Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 203bbd0a117bc6d15bc933366403232579f10f7c
      
https://github.com/WebKit/WebKit/commit/203bbd0a117bc6d15bc933366403232579f10f7c
  Author: Alan Baradlay <[email protected]>
  Date:   2025-08-12 (Tue, 12 Aug 2025)

  Changed paths:
    M Source/WebCore/rendering/RenderTableCell.cpp
    M Source/WebCore/rendering/RenderTableCell.h
    M Source/WebCore/rendering/RenderTableCellInlines.h
    M Source/WebCore/rendering/RenderTableSection.cpp

  Log Message:
  -----------
  [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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to