[webkit-changes] [WebKit/WebKit] e912b8: [IFC] Replaced box behaves like any other inline l...
Alan Baradlay
noreply at github.com
Tue Aug 29 07:00:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e912b884f5c73bb246f916ae3c979cea8b4cb27b
https://github.com/WebKit/WebKit/commit/e912b884f5c73bb246f916ae3c979cea8b4cb27b
Author: Alan Baradlay <zalan at apple.com>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
M Source/WebCore/layout/formattingContexts/inline/InlineLine.cpp
M Source/WebCore/layout/formattingContexts/inline/InlineLine.h
Log Message:
-----------
[IFC] Replaced box behaves like any other inline level box as far as Line building is concerned
https://bugs.webkit.org/show_bug.cgi?id=260808
Reviewed by Antti Koivisto.
// FIXME: Surely replaced boxes behave differently.
Nope. At least not in the process of line breaking.
* Source/WebCore/layout/formattingContexts/inline/InlineLine.cpp:
(WebCore::Layout::Line::append):
(WebCore::Layout::Line::appendGenericInlineLevelBox):
(WebCore::Layout::Line::appendNonReplacedInlineLevelBox): Deleted.
(WebCore::Layout::Line::appendReplacedInlineLevelBox): Deleted.
* Source/WebCore/layout/formattingContexts/inline/InlineLine.h:
Canonical link: https://commits.webkit.org/267400@main
More information about the webkit-changes
mailing list