@@ -230,19 +230,20 @@ then the [=default value=] must [=CSS/parse=] successfully
230230according to that [=parameter type=] 's syntax.
231231Otherwise, 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
236236The <<function-token>> production
237237must start with two dashes (U+002D HYPHEN-MINUS),
238238similar to <<dashed-ident>> ,
239239or 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=]
243243are 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.
968969A ''@mixin'' rule cannot be a [=nested group rule=] ;
969970it 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
974975The <<function-token>> production
975976must start with two dashes (U+002D HYPHEN-MINUS),
976977similar to <<dashed-ident>> ,
977978or 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=]
981982are given by the <<function-parameter>> values
982983(defaulting to an empty set).
983984
0 commit comments