RESOLVED FIXED244947
Don't force display:table-cell, display:inline-table/table and float:none on table cell elements when in quirks mode
https://bugs.webkit.org/show_bug.cgi?id=244947
Summary Don't force display:table-cell, display:inline-table/table and float:none on ...
Ahmad Saleem
Reported 2022-09-08 14:09:03 PDT
Hi Team, Currently we have following Quirk Behavior in our code: https://github.com/WebKit/WebKit/blob/main/Source/WebCore/style/StyleAdjuster.cpp#L287 Which Chrome / Blink removed as part of this commit: https://chromium.googlesource.com/chromium/src.git/+/95773a85549dc14dbb42d665dadd7875d05df0a1 I am going to remove this as well from the Webkit. I was not able to find related bug, hence I am creating this one so I can try to remove this from Webkit as well and match Gecko and Blink. Thanks!
Attachments
Ahmad Saleem
Comment 1 2022-09-08 14:14:22 PDT
I will try to fix this after this PR: https://github.com/WebKit/WebKit/pull/4114 Since otherwise there will be a conflict.
Ahmad Saleem
Comment 2 2022-09-08 15:12:18 PDT
Radar WebKit Bug Importer
Comment 3 2022-09-09 15:24:34 PDT
EWS
Comment 4 2022-09-14 07:52:45 PDT
Committed 254475@main (840ec41f4b7e): <https://commits.webkit.org/254475@main> Reviewed commits have been landed. Closing PR #4233 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.