[webkit-changes] [WebKit/WebKit] fa51e9: text-spacing: text-autospace: Extend implementatio...
Vitor Roriz
noreply at github.com
Thu Oct 3 13:58:47 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fa51e9f9065c366d5c712e6059a74fffbda8adc3
https://github.com/WebKit/WebKit/commit/fa51e9f9065c366d5c712e6059a74fffbda8adc3
Author: Vitor Roriz <vitor.roriz at apple.com>
Date: 2024-10-03 (Thu, 03 Oct 2024)
Changed paths:
A LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-autospace/text-autospace-ideograph-numeric-001-expected.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-autospace/text-autospace-ideograph-numeric-001-ref.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-autospace/text-autospace-ideograph-numeric-001.html
M Source/WebCore/platform/text/TextSpacing.cpp
Log Message:
-----------
text-spacing: text-autospace: Extend implementation to ideograph-numeric
https://bugs.webkit.org/show_bug.cgi?id=280806
rdar://133310966
Reviewed by Brent Fulgham.
With this patch we will also apply auto space between for
according to the ideograph-numeric rule, i.e.: between
a ideograph character and a non-ideograph numeral character.
* LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-autospace/text-autospace-ideograph-numeric-001-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-autospace/text-autospace-ideograph-numeric-001-ref.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-autospace/text-autospace-ideograph-numeric-001.html: Added.
* Source/WebCore/platform/text/TextSpacing.cpp:
(WebCore::TextAutospace::shouldApplySpacing const):
Canonical link: https://commits.webkit.org/284632@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list