[Webkit-unassigned] [Bug 260074] Updates special case for flex-box emulating webkit-box
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 13 10:31:28 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=260074
Karl Dubost <karlcow at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |karlcow at apple.com
--- Comment #4 from Karl Dubost <karlcow at apple.com> ---
What is happening here
Safari
FIELDSET: 966 x 10 (px)
DIV: 0 x 10 (px)
Firefox, Chrome
FIELDSET: 966 x 10 (px)
DIV: 966 x 10 (px)
I wonder if it's partly related to
https://github.com/WebKit/WebKit/blob/509e7900b3d9d995f089ad54ee3e813d0f1086ef/Source/WebCore/rendering/RenderBlock.cpp#L3194
void RenderBlock::layoutExcludedChildren(bool relayoutChildren) {}
which has a lot of rules for Fieldset
--
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/20240913/ad372d4a/attachment.htm>
More information about the webkit-unassigned
mailing list