[webkit-changes] [WebKit/WebKit] cbab3e: [IFC][Geometry] convertBoxGeometryForWritingMode i...

Alan Baradlay noreply at github.com
Tue Jan 2 06:48:55 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cbab3edde4fb41e780d0ca8ea5ab39d45188ae8e
      https://github.com/WebKit/WebKit/commit/cbab3edde4fb41e780d0ca8ea5ab39d45188ae8e
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2024-01-02 (Tue, 02 Jan 2024)

  Changed paths:
    M Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayContentBuilder.cpp

  Log Message:
  -----------
  [IFC][Geometry] convertBoxGeometryForWritingMode incorrectly flips vertical decoration
https://bugs.webkit.org/show_bug.cgi?id=266959

Reviewed by Antti Koivisto.

In vertical writing mode (physical) horizontal decoration needs directional flipping (lr vs. rl) and not the vertical one (vertical in logical sense though).

* Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayContentBuilder.cpp:
(WebCore::Layout::convertBoxGeometryForWritingMode):

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




More information about the webkit-changes mailing list