[webkit-changes] [WebKit/WebKit] 7391e1: [IFC][Ruby] Look inside adjacent ruby container fo...
Alan Baradlay
noreply at github.com
Sat Oct 7 05:45:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7391e1659510fa181953d76a87fa8632ad24f96d
https://github.com/WebKit/WebKit/commit/7391e1659510fa181953d76a87fa8632ad24f96d
Author: Alan Baradlay <zalan at apple.com>
Date: 2023-10-07 (Sat, 07 Oct 2023)
Changed paths:
M Source/WebCore/layout/formattingContexts/inline/ruby/RubyFormattingContext.cpp
Log Message:
-----------
[IFC][Ruby] Look inside adjacent ruby container for annotation (overhang) overlap checking
https://bugs.webkit.org/show_bug.cgi?id=262815
Reviewed by Antti Koivisto.
When checking if annotation is allowed to overhang adjacent content,
we should not stop looking at the boundary of an adjacent ruby _container_
but continue checking for overlapping base and annotation content.
* Source/WebCore/layout/formattingContexts/inline/ruby/RubyFormattingContext.cpp:
(WebCore::Layout::RubyFormattingContext::annotationOverlapCheck const):
Canonical link: https://commits.webkit.org/269038@main
More information about the webkit-changes
mailing list