[Webkit-unassigned] [Bug 207099] [LFC][Integration] Support intruding floats

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 9 16:06:31 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=207099

zalan <zalan at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #390217|review?                     |review+
              Flags|                            |

--- Comment #3 from zalan <zalan at apple.com> ---
Comment on attachment 390217
  --> https://bugs.webkit.org/attachment.cgi?id=390217
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=390217&action=review

> Source/WebCore/layout/floats/FloatingState.cpp:51
> +FloatingState::FloatItem::FloatItem(Position position, Display::Box absoluteDisplayBox)
> +    : m_position(position)
> +    , m_absoluteDisplayBox(absoluteDisplayBox)

At some point this needs to be expanded to cover isDescendantOfFormattingRoot() as well (with the current integration setup/content, we don't call it).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200210/a5a7713a/attachment.htm>


More information about the webkit-unassigned mailing list