Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5cbd2c6671e241133c925f04b48c9fc187f4d249
https://github.com/WebKit/WebKit/commit/5cbd2c6671e241133c925f04b48c9fc187f4d249
Author: Kiet Ho <[email protected]>
Date: 2025-04-30 (Wed, 30 Apr 2025)
Changed paths:
M
LayoutTests/fast/css/css-anchor-position/anchor-feature-disabled-expected.txt
M LayoutTests/fast/css/css-anchor-position/anchor-feature-disabled.html
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
M Source/WebCore/css/CSSProperties.json
Log Message:
-----------
[css-anchor-position-1] Put position-visibility under a separate feature flag
rdar://150086754
https://bugs.webkit.org/show_bug.cgi?id=292090
Reviewed by Antti Koivisto.
Currently, all CSS anchor positioning features are behind an enabled-by-default
flag, CSSAnchorPositioningEnabled. However, position-visibility hasn't reached
feature complete yet (parsing is implemented but not layout implementation),
so put it under a separate, disabled-by-default flag.
* LayoutTests/fast/css/css-anchor-position/anchor-feature-disabled-expected.txt:
* LayoutTests/fast/css/css-anchor-position/anchor-feature-disabled.html:
- Added tests to ensure position-visibility doesn't parse when the feature
flag is disabled.
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
- Added new feature flag for position-visibility.
* Source/WebCore/css/CSSProperties.json:
- Changed position-visibility to use the new feature flag.
Canonical link: https://commits.webkit.org/294361@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes