@@ -179,7 +179,7 @@ The <dfn>@function</dfn> Rule {#function-rule}
179179----------------------------------------------
180180
181181The ''@function'' rule defines a <dfn>custom function</dfn> ,
182- and consists of a name ( <<function-name>> ) ,
182+ and consists of a name,
183183a list of [=function parameter|parameters=] ,
184184a <dfn for="custom function">function body</dfn> ,
185185and optionally a <dfn for="custom function">return type</dfn> described by a [=syntax definition=] .
@@ -241,8 +241,11 @@ If more than one ''@function'' exists for a given name,
241241then the rule in the stronger cascade layer wins,
242242and rules defined later win within the same layer.
243243
244- If the <<function-parameter-list>>
245- contains the same <<custom-property-name>> more than once,
244+
245+
246+
247+ If the [=function parameters=]
248+ contain the same <<custom-property-name>> more than once,
246249then the ''@function'' rule is invalid.
247250
248251<h4 id=function-body>
@@ -263,7 +266,7 @@ Additionally, it accepts the following descriptors:
263266Unknown descriptors are invalid and ignored,
264267but do not make the ''@function'' rule itself invalid.
265268
266- The '@function/result' Descriptor {#the-result-descriptor}
269+ The '@function/result' Descrip {#the-result-descriptor}
267270----------------------------------------------------------
268271
269272<pre class='descdef'>
0 commit comments