[webkit-changes] [WebKit/WebKit] f6309f: [Books] Horizontal ‘kcal’ (looking like Tate-Chu-Y...

Alan Baradlay noreply at github.com
Thu Mar 16 07:16:40 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f6309f09024fefbbc243f99116bec800a9a8a527
      https://github.com/WebKit/WebKit/commit/f6309f09024fefbbc243f99116bec800a9a8a527
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2023-03-16 (Thu, 16 Mar 2023)

  Changed paths:
    A LayoutTests/fast/inline-block/inline-block-replaced-and-vertical-writing-mode-expected.html
    A LayoutTests/fast/inline-block/inline-block-replaced-and-vertical-writing-mode.html
    M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp

  Log Message:
  -----------
  [Books] Horizontal ‘kcal’ (looking like Tate-Chu-Yoko) on vertical text is not horizontally centered
https://bugs.webkit.org/show_bug.cgi?id=254005
<rdar://104669685>

Reviewed by Antti Koivisto.

Replaced element (e.g. ing) with "display: inline-block" should behave like an inline-block (i.e. we should not assume that RenderReplaced renderer always represents a non-atomic box).

* LayoutTests/fast/inline-block/inline-block-replaced-and-vertical-writing-mode-expected.html: Added.
* LayoutTests/fast/inline-block/inline-block-replaced-and-vertical-writing-mode.html: Added.
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:
(WebCore::LayoutIntegration::LineLayout::updateLayoutBoxDimensions):

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




More information about the webkit-changes mailing list