[webkit-changes] [WebKit/WebKit] ba49d5: [@property] Check for computational dependencies i...
Antti Koivisto
noreply at github.com
Wed Jan 25 07:26:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ba49d5d8bb0b1f554b88f98b8400c9008dfec768
https://github.com/WebKit/WebKit/commit/ba49d5d8bb0b1f554b88f98b8400c9008dfec768
Author: Antti Koivisto <antti at apple.com>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/at-property-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/at-property.html
M Source/WebCore/css/CSSValue.cpp
Log Message:
-----------
[@property] Check for computational dependencies in transform functions
https://bugs.webkit.org/show_bug.cgi?id=251141
rdar://104553316
Reviewed by Tim Nguyen.
trasnlateX(1em) is not computationally independent and can't be used as an initial value.
* LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/at-property-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/at-property.html:
* Source/WebCore/css/CSSValue.cpp:
(WebCore::CSSValue::collectComputedStyleDependencies const):
Collect from function argument lists.
Canonical link: https://commits.webkit.org/259353@main
More information about the webkit-changes
mailing list