Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e912b884f5c73bb246f916ae3c979cea8b4cb27b
      
https://github.com/WebKit/WebKit/commit/e912b884f5c73bb246f916ae3c979cea8b4cb27b
  Author: Alan Baradlay <[email protected]>
  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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to