Skip to content

Commit 56477f6

Browse files
committed
[css-syntax] Remove lingering reference to function token's argument list.
1 parent 64403b4 commit 56477f6

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

css-syntax/Overview.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3798,8 +3798,7 @@ <h4 id=consume-a-function><span class=secno>5.4.8. </span> <dfn
37983798
<dt>anything else
37993799

38003800
<dd> <a href="#consume-a-component-value0"><i>Consume a component
3801-
value</i></a> and append the returned value to the value of the
3802-
<i>current argument</i>.
3801+
value</i></a> and append the returned value to the function's value.
38033802
</dl>
38043803

38053804
<h3 id=changes-from-css-2.1-core-grammar><span class=secno>5.5. </span>
@@ -4192,7 +4191,7 @@ <h3 id=serializing-anb><span class=secno>7.1. </span> Serializing <a
41924191

41934192
<dd> Serialize <a href="#a"><var>A</var></a> and append it to
41944193
<var>s</var>. Append "n" to <var>s</var>. If <a
4195-
href="#b"><var>B</var></a> is positive, append "+" to <var>s</var>.
4194+
href="#b"><var>B</var></a> is positive, append "+" to <var>s</var>
41964195
Serialize <a href="#b"><var>B</var></a> and append it to <var>s</var>.
41974196
</dl>
41984197

css-syntax/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2749,7 +2749,7 @@ <h4>
27492749
<dd>
27502750
<i>Consume a component value</i>
27512751
and append the returned value
2752-
to the value of the <i>current argument</i>.
2752+
to the function's value.
27532753
</dl>
27542754

27552755

@@ -3079,7 +3079,7 @@ <h3 id='serializing-anb'>
30793079
Serialize <var>A</var> and append it to <var>s</var>.
30803080
Append "n" to <var>s</var>.
30813081
If <var>B</var> is positive,
3082-
append "+" to <var>s</var>.
3082+
append "+" to <var>s</var>
30833083
Serialize <var>B</var> and append it to <var>s</var>.
30843084
</dl>
30853085

0 commit comments

Comments
 (0)