Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b549e94395ec3526c10d8e3abd0b418d036fb923
https://github.com/WebKit/WebKit/commit/b549e94395ec3526c10d8e3abd0b418d036fb923
Author: lilly <[email protected]>
Date: 2026-06-12 (Fri, 12 Jun 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/css/css-borders/corner-shape/corner-shape-computed-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-borders/corner-shape/corner-shape-valid-expected.txt
M Source/WebCore/css/CSSProperties.json
M Source/WebCore/css/ShorthandSerializer.cpp
Log Message:
-----------
Implement CSS corner-shape logical and physical side shorthands
https://bugs.webkit.org/show_bug.cgi?id=316835
rdar://179277008
Reviewed by Simon Fraser.
Adds the 8 missing CSS corner-shape side shorthands, 4 physical
(corner-top-shape,
corner-right-shape, corner-bottom-shape, corner-left-shape) and 4 logical
(corner-block-start-shape, corner-block-end-shape, corner-inline-start-shape,
corner-inline-end-shape), to CSSProperties.json using the existing
CoalescingPair
shorthand pattern, which handles 1–2 value expansion
Passes existing WPT tests
*
LayoutTests/imported/w3c/web-platform-tests/css/css-borders/corner-shape/corner-shape-computed-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-borders/corner-shape/corner-shape-valid-expected.txt:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/css/ShorthandSerializer.cpp:
(WebCore::ShorthandSerializer::serialize):
Canonical link: https://commits.webkit.org/315110@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications