Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a4390137a4038c07661f58e45ee205b5a623f9dd
https://github.com/WebKit/WebKit/commit/a4390137a4038c07661f58e45ee205b5a623f9dd
Author: Vitor Roriz <[email protected]>
Date: 2026-04-17 (Fri, 17 Apr 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/text-autospace-computed-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/text-autospace-valid-expected.txt
M Source/WebCore/css/CSSProperties.json
M Source/WebCore/css/CSSValueKeywords.in
M Source/WebCore/platform/text/TextSpacing.h
M Source/WebCore/style/values/text/StyleTextAutospace.cpp
M Source/WebCore/style/values/text/StyleTextAutospace.h
Log Message:
-----------
text-autospace: Parse the 'insert' keyword
https://bugs.webkit.org/show_bug.cgi?id=312600
rdar://175031507
Reviewed by Brent Fulgham.
The 'insert' keyword names the default spacing behavior that we already
implement, which is: spacing is applied by inserting additional space
between characters.
*
LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/text-autospace-computed-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/text-autospace-valid-expected.txt:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/css/CSSValueKeywords.in:
* Source/WebCore/platform/text/TextSpacing.h:
(WebCore::TextAutospace::hasInsert const):
* Source/WebCore/style/values/text/StyleTextAutospace.cpp:
(WebCore::Style::CSSValueConversion<TextAutospace>::operator()):
* Source/WebCore/style/values/text/StyleTextAutospace.h:
(WebCore::Style::TextAutospace::hasInsert const):
(WebCore::Style::TextAutospace::switchOn const):
Canonical link: https://commits.webkit.org/311503@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications