@@ -179,7 +179,7 @@ The <dfn>@function</dfn> Rule {#function-rule}
179
179
----------------------------------------------
180
180
181
181
The ''@function'' rule defines a <dfn>custom function</dfn> ,
182
- and consists of a name ( <<function-name>> ) ,
182
+ and consists of a name,
183
183
a list of [=function parameter|parameters=] ,
184
184
a <dfn for="custom function">function body</dfn> ,
185
185
and 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,
241
241
then the rule in the stronger cascade layer wins,
242
242
and rules defined later win within the same layer.
243
243
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,
246
249
then the ''@function'' rule is invalid.
247
250
248
251
<h4 id=function-body>
@@ -263,7 +266,7 @@ Additionally, it accepts the following descriptors:
263
266
Unknown descriptors are invalid and ignored,
264
267
but do not make the ''@function'' rule itself invalid.
265
268
266
- The '@function/result' Descriptor {#the-result-descriptor}
269
+ The '@function/result' Descrip {#the-result-descriptor}
267
270
----------------------------------------------------------
268
271
269
272
<pre class='descdef'>
0 commit comments