NEW 279371
CollapsedBorderSide is redundant with LogicalBoxSide
https://bugs.webkit.org/show_bug.cgi?id=279371
Summary CollapsedBorderSide is redundant with LogicalBoxSide
fantasai
Reported 2024-09-09 10:08:30 PDT
We should get rid of CollapsedBorderSide and physicalBorderSideForDirection in favor of LogicalBoxSide and mapLogicalSideToPhysicalSide.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-09-09 10:08:54 PDT
fantasai
Comment 2 2024-09-10 17:50:30 PDT
Tried writing a patch for this but had trouble compiling the switch from int to LogicalBoxSide in this data structure, so I didn't get very far: HashMap<std::pair<const RenderTableCell*, int>, CollapsedBorderValue > m_cellsCollapsedBorders;
Note You need to log in before you can comment on or make changes to this bug.