Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c7f5a3b00b2e70518f874a9c49ad51823404229d
https://github.com/WebKit/WebKit/commit/c7f5a3b00b2e70518f874a9c49ad51823404229d
Author: Anne van Kesteren <[email protected]>
Date: 2026-04-29 (Wed, 29 Apr 2026)
Changed paths:
M LayoutTests/TestExpectations
M Source/WebCore/accessibility/AccessibilityObject.cpp
M Source/WebCore/editing/cocoa/NodeHTMLConverter.mm
M Source/WebCore/rendering/RenderText.cpp
M Source/WebCore/rendering/RenderText.h
M Source/WebCore/rendering/updating/RenderTreeBuilderFirstLetter.cpp
Log Message:
-----------
Support Dutch IJ digraph in text-transform: capitalize and ::first-letter
https://bugs.webkit.org/show_bug.cgi?id=313497
Reviewed by Ryosuke Niwa.
Pass the content language locale to ICU's u_strToTitle for
text-transform: capitalize so that Dutch "ij" at the start of a word is
correctly titlecased to "IJ" rather than "Ij".
For ::first-letter, extend the first letter to include both characters
of the Dutch "ij"/"IJ" digraph when the content language is Dutch.
The capitalize() function now requires an explicit locale argument.
Callers without locale information pass nullAtom().
Existing WPT tests cover both features.
Canonical link: https://commits.webkit.org/312335@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications