Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 941a1f1fa937d46d0789ee5df76dcb1397af9ff4
https://github.com/WebKit/WebKit/commit/941a1f1fa937d46d0789ee5df76dcb1397af9ff4
Author: Alexsander Damaceno <[email protected]>
Date: 2024-11-03 (Sun, 03 Nov 2024)
Changed paths:
M Source/WebCore/css/CSSAttrValue.cpp
Log Message:
-----------
[css-values] Fix CSSAttrValue Fallback comparation
https://bugs.webkit.org/show_bug.cgi?id=282316
Reviewed by Tim Nguyen.
When comparing two CSSAttrValue instances in the equals function for example,
attr(foo) and attr(foo, "fallback"), the result incorrectly returns true.
This happens because the check was only validating cases where both instances
have fallback values
but missed handling the scenario where only one instance has a fallback value.
* Source/WebCore/css/CSSAttrValue.cpp:
(WebCore::CSSAttrValue::equals const):
Canonical link: https://commits.webkit.org/286063@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