[Webkit-unassigned] [Bug 248088] FRAME and FRAMESET should always be in-flow (and non-floating)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 13 11:08:46 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=248088
--- Comment #3 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Mozilla Firefox has it as well - https://searchfox.org/mozilla-central/rev/a59018f9ff34170810b43e12bf6f09a1512de7ab/layout/style/res/html.css#652
frameset {
display: block ! important;
overflow: clip;
position: static ! important;
float: none ! important;
border: none ! important;
}
--
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/20241013/28a1987d/attachment.htm>
More information about the webkit-unassigned
mailing list