[webkit-changes] [WebKit/WebKit] e18e9c: [IFC] Enable vertical out-of-flow content for IFC

Alan Baradlay noreply at github.com
Wed Dec 14 09:13:43 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e18e9c5be750f8a12fe049206870d4427984eeba
      https://github.com/WebKit/WebKit/commit/e18e9c5be750f8a12fe049206870d4427984eeba
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
    M LayoutTests/platform/ios/fast/block/positioning/auto/vertical-lr/005-expected.txt
    M Source/WebCore/layout/formattingContexts/inline/InlineFormattingGeometry.cpp
    M Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp

  Log Message:
  -----------
  [IFC] Enable vertical out-of-flow content for IFC
https://bugs.webkit.org/show_bug.cgi?id=249285

Reviewed by Antti Koivisto.

Convert visual top/left to logical top/left for BoxGeometry (and for the associated renderer).

* Source/WebCore/layout/formattingContexts/inline/InlineFormattingGeometry.cpp:
(WebCore::Layout::InlineFormattingGeometry::staticPositionForOutOfFlowInlineLevelBox const):
(WebCore::Layout::InlineFormattingGeometry::staticPositionForOutOfFlowBlockLevelBox const):
* Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp:
(WebCore::LayoutIntegration::canUseForChild):

Canonical link: https://commits.webkit.org/257862@main




More information about the webkit-changes mailing list