[webkit-changes] [WebKit/WebKit] 59a3c1: [FFC] FlexLayout::handleCrossAxisAlignmentForFlexL...

Alan Baradlay noreply at github.com
Mon Jun 19 07:04:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 59a3c15be1a8d5680e7fdcfc70d87117ff53e014
      https://github.com/WebKit/WebKit/commit/59a3c15be1a8d5680e7fdcfc70d87117ff53e014
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2023-06-19 (Mon, 19 Jun 2023)

  Changed paths:
    M Source/WebCore/layout/formattingContexts/flex/FlexLayout.cpp

  Log Message:
  -----------
  [FFC] FlexLayout::handleCrossAxisAlignmentForFlexLines should follow spec language
https://bugs.webkit.org/show_bug.cgi?id=258247

Reviewed by Antti Koivisto.

This patch implements https://www.w3.org/TR/css-flexbox-1/#algo-line-align
(Align flex lines based on 'align-content')

* Source/WebCore/layout/formattingContexts/flex/FlexLayout.cpp:
(WebCore::Layout::FlexLayout::handleCrossAxisAlignmentForFlexLines const):

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




More information about the webkit-changes mailing list