Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 22976f20af7096111c0698d557c04d858c6d2caf
      
https://github.com/WebKit/WebKit/commit/22976f20af7096111c0698d557c04d858c6d2caf
  Author: Alan Baradlay <[email protected]>
  Date:   2023-03-07 (Tue, 07 Mar 2023)

  Changed paths:
    M Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp

  Log Message:
  -----------
  [IFC][Partial layout] Do not bail out of partial layout when direction is 
right-to-left
https://bugs.webkit.org/show_bug.cgi?id=253444

Reviewed by Antti Koivisto.

Unfortunately this does not really improve partial layout coverage as most RTL 
content still requires paragraph level bidi handling (and visual re-ordering)
pending on InlineItemsBuilder work (however the bail out logic should be based 
on the content and not based on the CSS property value).

* Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp:
(WebCore::LayoutIntegration::shouldInvalidateLineLayoutPathAfterChangeFor):

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to