You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-syntax-3/Overview.bs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2405,7 +2405,7 @@ Consume an at-rule</h4>
2405
2405
<a>Consume the next input token</a>.
2406
2406
Create a new at-rule
2407
2407
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=],
2409
2409
and its value initially set to nothing.
2410
2410
2411
2411
Repeatedly consume the <a>next input token</a>:
@@ -2445,7 +2445,7 @@ Consume a qualified rule</h4>
2445
2445
To <dfn>consume a qualified rule</dfn>:
2446
2446
2447
2447
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=],
2449
2449
and its value initially set to nothing.
2450
2450
2451
2451
Repeatedly consume the <a>next input token</a>:
@@ -2599,7 +2599,7 @@ Consume a simple block</h4>
2599
2599
(E.g. if it was called with <a href="#tokendef-open-square"><[-token></a>, the <a>ending token</a> is <a href="#tokendef-close-square"><]-token></a>.)
2600
2600
2601
2601
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=].
2603
2603
2604
2604
Repeatedly consume the <a>next input token</a> and process it as follows:
2605
2605
@@ -2641,7 +2641,7 @@ Consume a function</h4>
2641
2641
To <dfn>consume a function</dfn>:
2642
2642
2643
2643
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=].
2645
2645
2646
2646
Repeatedly consume the <a>next input token</a> and process it as follows:
0 commit comments