Skip to content

Commit 306eaf0

Browse files
committed
Consistently link "list" when referred to in "an empty list"
1 parent 3adc036 commit 306eaf0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-syntax-3/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2405,7 +2405,7 @@ Consume an at-rule</h4>
24052405
<a>Consume the next input token</a>.
24062406
Create a new at-rule
24072407
with its name set to the value of the <a>current input token</a>,
2408-
its prelude initially set to an empty list,
2408+
its prelude initially set to an empty [=list=],
24092409
and its value initially set to nothing.
24102410

24112411
Repeatedly consume the <a>next input token</a>:
@@ -2445,7 +2445,7 @@ Consume a qualified rule</h4>
24452445
To <dfn>consume a qualified rule</dfn>:
24462446

24472447
Create a new qualified rule
2448-
with its prelude initially set to an empty list,
2448+
with its prelude initially set to an empty [=list=],
24492449
and its value initially set to nothing.
24502450

24512451
Repeatedly consume the <a>next input token</a>:
@@ -2599,7 +2599,7 @@ Consume a simple block</h4>
25992599
(E.g. if it was called with <a href="#tokendef-open-square">&lt;[-token></a>, the <a>ending token</a> is <a href="#tokendef-close-square">&lt;]-token></a>.)
26002600

26012601
Create a <a>simple block</a> with its associated token set to the <a>current input token</a>
2602-
and with its value initially set to an empty list.
2602+
and with its value initially set to an empty [=list=].
26032603

26042604
Repeatedly consume the <a>next input token</a> and process it as follows:
26052605

@@ -2641,7 +2641,7 @@ Consume a function</h4>
26412641
To <dfn>consume a function</dfn>:
26422642

26432643
Create a function with its name equal to the value of the <a>current input token</a>
2644-
and with its value initially set to an empty list.
2644+
and with its value initially set to an empty [=list=].
26452645

26462646
Repeatedly consume the <a>next input token</a> and process it as follows:
26472647

0 commit comments

Comments
 (0)