WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-09-09 10:08:54 PDT
<
rdar://problem/135555130
>
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.
Top of Page
Format For Printing
XML
Clone This Bug