Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c339a65ca1606d23ea31209f0c74c6b6315035b9
https://github.com/WebKit/WebKit/commit/c339a65ca1606d23ea31209f0c74c6b6315035b9
Author: Antti Koivisto <[email protected]>
Date: 2026-08-31 (Mon, 31 Aug 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/css/css-mixins/functions/dashed-function-named-arg.tentative-expected.txt
M Source/WebCore/css/parser/CSSSubstitutionParser.cpp
Log Message:
-----------
[css-mixins-1] A dashed function argument should not begin with a dashed
ident and a colon
https://bugs.webkit.org/show_bug.cgi?id=322992
rdar://186263998
Reviewed by Alan Baradlay.
That pattern is reserved for named arguments, so it is invalid unless the value
is wrapped in {}.
*
LayoutTests/imported/w3c/web-platform-tests/css/css-mixins/functions/dashed-function-named-arg.tentative-expected.txt:
* Source/WebCore/css/parser/CSSSubstitutionParser.cpp:
(WebCore::startsWithReservedNamedArgument):
(WebCore::isValidDashedFunction):
Canonical link: https://commits.webkit.org/320165@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications