Skip to content

Commit 700e940

Browse files
committed
[css-mixins-1][editorial] It's 'prelude'.
1 parent cadccae commit 700e940

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

css-mixins-1/Overview.bs

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -230,19 +230,20 @@ then the [=default value=] must [=CSS/parse=] successfully
230230
according to that [=parameter type=]'s syntax.
231231
Otherwise, the ''@function'' rule is invalid.
232232

233-
<h4 id=function-preamble>
234-
The Function Preamble</h4>
233+
<h4 id=function-prelude>
234+
The Function Prelude</h4>
235235

236236
The <<function-token>> production
237237
must start with two dashes (U+002D HYPHEN-MINUS),
238238
similar to <<dashed-ident>>,
239239
or else the definition is invalid.
240240

241-
The name of the resulting [=custom function=] is given by the name of the <<function-token>>,
242-
the optional [=function parameters=]
241+
The name of the resulting [=custom function=] is given by the name of the <<function-token>>.
242+
The optional [=function parameters=]
243243
are given by the <<function-parameter>> values
244244
(defaulting to an empty set),
245-
and the optional [=custom function/return type=] is given by the <<css-type>> following the <css>returns</css> keyword
245+
and the optional [=custom function/return type=]
246+
is given by the <<css-type>> following the <css>returns</css> keyword
246247
(defaulting to ''type(*)'').
247248

248249
<div class='example'>
@@ -968,16 +969,16 @@ Otherwise, the ''@mixin'' rule is invalid.
968969
A ''@mixin'' rule cannot be a [=nested group rule=];
969970
it is invalid within the body of a [=style rule=].
970971

971-
<h4 id=mixin-preamble>
972-
The Mixin Preamble</h4>
972+
<h4 id=mixin-prelude>
973+
The Mixin Prelude</h4>
973974

974975
The <<function-token>> production
975976
must start with two dashes (U+002D HYPHEN-MINUS),
976977
similar to <<dashed-ident>>,
977978
or else the definition is invalid.
978979

979-
The name of the resulting [=mixin=] is given by the name of the <<function-token>>,
980-
the optional [=mixin parameters=]
980+
The name of the resulting [=mixin=] is given by the name of the <<function-token>>.
981+
The optional [=mixin parameters=]
981982
are given by the <<function-parameter>> values
982983
(defaulting to an empty set).
983984

0 commit comments

Comments
 (0)