Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 5f6735698b05b4a27d5aa99781b3ac40ebec8035 https://github.com/WebKit/WebKit/commit/5f6735698b05b4a27d5aa99781b3ac40ebec8035 Author: Alan Baradlay <za...@apple.com> Date: 2025-08-22 (Fri, 22 Aug 2025)
Changed paths: A LayoutTests/fast/text/line-break-at-latin-1-expected.html A LayoutTests/fast/text/line-break-at-latin-1.html M Source/WebCore/rendering/BreakLines.cpp Log Message: ----------- Word break doesn't work when hyphen is followed by Latin-1 supplement character https://bugs.webkit.org/show_bug.cgi?id=297645 Reviewed by Antti Koivisto. Adjust breakTable's Latin-1 supplement section to allow line break after "Hyphen-Minus" U+002D for (U+00C0) -> (U+00FF) range. (Latin Capital Letter A with Grave -> Latin Small Letter Y with Diaeresis) * LayoutTests/fast/text/line-break-at-latin-1-expected.html: Added. * LayoutTests/fast/text/line-break-at-latin-1.html: Added. * Source/WebCore/rendering/BreakLines.cpp: add spacing between characters in "legend" to line them up with the associated columns in the table. Canonical link: https://commits.webkit.org/299051@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes