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