RESOLVED FIXED 213184
[LFC][Floats] Remove FloatBox class
https://bugs.webkit.org/show_bug.cgi?id=213184
Summary [LFC][Floats] Remove FloatBox class
zalan
Reported 2020-06-14 10:27:37 PDT
apparently the only difference between a non-floating float avoider (regular formatting context root) and a float box is that while float boxes intersect their margin box, simple float avoiders use their border box. We can do that without subclassing FloatAvoider.
Attachments
Patch (35.01 KB, patch)
2020-06-14 10:36 PDT, zalan
no flags
zalan
Comment 1 2020-06-14 10:36:31 PDT
Antti Koivisto
Comment 2 2020-06-17 06:56:05 PDT
Comment on attachment 401863 [details] Patch Nice
EWS
Comment 3 2020-06-17 07:05:50 PDT
Committed r263144: <https://trac.webkit.org/changeset/263144> All reviewed patches have been landed. Closing bug and clearing flags on attachment 401863 [details].
Radar WebKit Bug Importer
Comment 4 2020-06-17 07:06:24 PDT
Note You need to log in before you can comment on or make changes to this bug.