Skip to content

Commit e41b68f

Browse files
cdoublevtabatkins
andauthored
[css-mixins-1] Fix markup (#11686)
Co-authored-by: Tab Atkins Jr. <[email protected]>
1 parent bd3c720 commit e41b68f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

css-mixins-1/Overview.bs

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ The <dfn>@function</dfn> Rule {#function-rule}
179179
----------------------------------------------
180180

181181
The ''@function'' rule defines a <dfn>custom function</dfn>,
182-
and consists of a name (<<function-name>>),
182+
and consists of a name,
183183
a list of [=function parameter|parameters=],
184184
a <dfn for="custom function">function body</dfn>,
185185
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,
241241
then the rule in the stronger cascade layer wins,
242242
and 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,
246249
then the ''@function'' rule is invalid.
247250

248251
<h4 id=function-body>
@@ -263,7 +266,7 @@ Additionally, it accepts the following descriptors:
263266
Unknown descriptors are invalid and ignored,
264267
but 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

Comments
 (0)