Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a6a0396a9e02089a03e589d157692d466273a56b
https://github.com/WebKit/WebKit/commit/a6a0396a9e02089a03e589d157692d466273a56b
Author: Sammy Gill <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-cascade/all-prop-revert-layer-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-inline/baseline-source/baseline-source-computed-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-inline/baseline-source/baseline-source-first-002-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-inline/baseline-source/baseline-source-first-003-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-inline/baseline-source/baseline-source-last-002-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-inline/baseline-source/baseline-source-last-003-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-inline/baseline-source/baseline-source-no-interpolation-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-inline/baseline-source/baseline-source-valid-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-inline/baseline-source/baseline-source-vertical-align-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/cssom/serialize-values-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/html/rendering/widgets/shadow-dom-expected.txt
M
LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
M Source/WebCore/css/CSSProperties.json
M Source/WebCore/rendering/style/RenderStyleConstants.cpp
M Source/WebCore/rendering/style/RenderStyleConstants.h
M Source/WebCore/style/computed/StyleComputedStyleBase.h
M Source/WebCore/style/computed/data/StyleBoxData.cpp
M Source/WebCore/style/computed/data/StyleBoxData.h
M Source/WebCore/style/values/primitives/StyleKeyword+Mappings.h
Log Message:
-----------
[baseline-source] Implement initial parsing support.
https://bugs.webkit.org/show_bug.cgi?id=319819
rdar://problem/182718020
Reviewed by Tim Nguyen.
Initial piece of work for baseline-source that adds the feature flag as
well as the initial parsing.
https://drafts.csswg.org/css-inline/#baseline-source
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
Feature flag is currently set to testable since we have some WPTs that
should exercise code that was added in this patch.
* Source/WebCore/css/CSSProperties.json:
Have it live next to vertical-align since this is supposed to be a
longhand of it. This is currently not the how that property is
implemented but we may want to change that in the future so it might be
better to place it here for now.
Canonical link: https://commits.webkit.org/317634@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications