[webkit-changes] [WebKit/WebKit] cc9e52: [LFC][Floats] Add support for float: inline-start/...

alan noreply at github.com
Thu Sep 8 08:02:46 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cc9e5251cc38204e296250a1a504ae4554e5b760
      https://github.com/WebKit/WebKit/commit/cc9e5251cc38204e296250a1a504ae4554e5b760
  Author: Alan Bujtas <zalan at apple.com>
  Date:   2022-09-08 (Thu, 08 Sep 2022)

  Changed paths:
    M LayoutTests/TestExpectations
    M Source/WebCore/layout/layouttree/LayoutBox.cpp

  Log Message:
  -----------
  [LFC][Floats] Add support for float: inline-start/inline-end
https://bugs.webkit.org/show_bug.cgi?id=244901

Reviewed by Antti Koivisto.

Layout is only interested in the logical float value (e.g. float: left is not logical right in RTL).

* Source/WebCore/layout/layouttree/LayoutBox.cpp:
(WebCore::Layout::Box::isLeftFloatingPositioned const):
(WebCore::Layout::Box::isRightFloatingPositioned const):

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




More information about the webkit-changes mailing list