Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 89257dfaee5d60a2969388797795f4e3aea9a02f https://github.com/WebKit/WebKit/commit/89257dfaee5d60a2969388797795f4e3aea9a02f Author: Gerald Squelart <g_squel...@apple.com> Date: 2025-05-23 (Fri, 23 May 2025)
Changed paths: M LayoutTests/fast/css/dynamic-range-limit-default.html M LayoutTests/imported/w3c/web-platform-tests/css/css-color-hdr/inheritance-expected.txt M LayoutTests/imported/w3c/web-platform-tests/css/css-color-hdr/interpolation-expected.txt M Source/WebCore/css/CSSProperties.json M Source/WebCore/platform/graphics/PlatformDynamicRangeLimit.h M Source/WebCore/rendering/style/RenderStyleInlines.h M Source/WebCore/style/StyleBuilderConverter.h M Tools/TestWebKitAPI/Tests/WebCore/PlatformDynamicRangeLimitTests.cpp Log Message: ----------- Change dynamic-range-limit initial/default value to no-limit https://bugs.webkit.org/show_bug.cgi?id=293455 rdar://151881069 Reviewed by Cameron McCormack. Given: - The current spec proposes an initial value of `no-limit`` (aka high): https://www.w3.org/TR/css-color-hdr-1/#the-dynamic-range-limit-property - Discussions are still ongoing, e.g.: https://github.com/w3c/csswg-drafts/issues/11429 - Support for `constrained` is currently disabled in WebKit: https://bugs.webkit.org/show_bug.cgi?id=293341 WebKit will use `no-limit` as initial/default value for now. * LayoutTests/fast/css/dynamic-range-limit-default.html: * LayoutTests/imported/w3c/web-platform-tests/css/css-color-hdr/inheritance-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/css/css-color-hdr/interpolation-expected.txt: * Source/WebCore/css/CSSProperties.json: * Source/WebCore/platform/graphics/PlatformDynamicRangeLimit.h: (WebCore::PlatformDynamicRangeLimit::initialValue): * Source/WebCore/rendering/style/RenderStyleInlines.h: (WebCore::RenderStyle::initialDynamicRangeLimit): * Source/WebCore/style/StyleBuilderConverter.h: (WebCore::Style::BuilderConverter::convertDynamicRangeLimit): * Tools/TestWebKitAPI/Tests/WebCore/PlatformDynamicRangeLimitTests.cpp: (TestWebKitAPI::TEST(PlatformDynamicRangeLimit, Values)): Canonical link: https://commits.webkit.org/295333@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes