From 053008b9ab41ac9c2dbbddffaecfbad2cbe6bed5 Mon Sep 17 00:00:00 2001 From: andruud Date: Tue, 21 Oct 2025 14:44:03 +0200 Subject: [PATCH] [css-mixins-1] Apply serialization to attributes returning idents See Issue 12258. --- css-mixins-1/Overview.bs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css-mixins-1/Overview.bs b/css-mixins-1/Overview.bs index b9619bad714..93a3b671e03 100644 --- a/css-mixins-1/Overview.bs +++ b/css-mixins-1/Overview.bs @@ -1541,7 +1541,8 @@ interface CSSFunctionRule : CSSGroupingRule {
name
- The name of the [=custom function=]. + The result of [=serialize an identifier=] + on the [=custom function=]'s name.
returnType
@@ -1563,7 +1564,8 @@ dictionary FunctionParameter {
name
- The name of the [=function parameter=]. + The result of [=serialize an identifier=] + on the [=function parameter=]'s name.
type