Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 739f3471d0deee9a27f58651e384e755dd9f4810
      
https://github.com/WebKit/WebKit/commit/739f3471d0deee9a27f58651e384e755dd9f4810
  Author: Alan Baradlay <[email protected]>
  Date:   2024-08-31 (Sat, 31 Aug 2024)

  Changed paths:
    A LayoutTests/fast/block/css-line-clamp-simple-expected.html
    A LayoutTests/fast/block/css-line-clamp-simple.html
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    A Source/WebCore/rendering/LineClampUpdater.h
    M Source/WebCore/rendering/RenderBlockFlow.cpp

  Log Message:
  -----------
  [css-line-clamp] Add LineClampUpdater to propagate clamping across block 
containers
https://bugs.webkit.org/show_bug.cgi?id=278869

Reviewed by Antti Koivisto.

LineClampUpdater takes care of propagating clamping on descendant block 
containers.

(will write a bunch of WPTs for this)

* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/rendering/LineClampUpdater.h: Added.
(WebCore::LineClampUpdater::LineClampUpdater):
(WebCore::LineClampUpdater::~LineClampUpdater):
* Source/WebCore/rendering/RenderBlockFlow.cpp:
(WebCore::RenderBlockFlow::layoutInFlowChildren):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to