diff --git a/css-mixins-1/Overview.bs b/css-mixins-1/Overview.bs index e7fb8256b4d..3a828f2295a 100644 --- a/css-mixins-1/Overview.bs +++ b/css-mixins-1/Overview.bs @@ -201,11 +201,17 @@ and optionally a default value. <> } -<> = <> <>? [ : <> ]? +<> = <> <>? [ : <> ]? <> = <> | <> +<> = <> <type()> = type( <> ) +If a [=default value=] and a [=parameter type=] are both provided, +then the [=default value=] must [=CSS/parse=] successfully +according to that [=parameter type=]'s syntax. +Otherwise, the ''@function'' rule is invalid. +

The Function Preamble