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
[css-syntax-3] Improvements to grammar, possessives, perspectives, and links (w3c#5340)
* Clarify simple block value description
* Align "Consume a function" description
* Fix reference from "the empty list" to "an empty list"
* Consistently link "list" when referred to in "an empty list"
Copy file name to clipboardExpand all lines: css-syntax-3/Overview.bs
+6-6Lines changed: 6 additions & 6 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>:
@@ -2529,7 +2529,7 @@ Consume a declaration</h4>
2529
2529
<a>Consume the next input token</a>.
2530
2530
Create a new declaration
2531
2531
with its name set to the value of the <a>current input token</a>
2532
-
and its value initially set to the empty [=list=].
2532
+
and its value initially set to an empty [=list=].
2533
2533
2534
2534
<ol>
2535
2535
<li>
@@ -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 a value with is initially 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
@@ -2640,8 +2640,8 @@ Consume a function</h4>
2640
2640
2641
2641
To <dfn>consume a function</dfn>:
2642
2642
2643
-
Create a function with a name equal to the value of the <a>current input token</a>,
2644
-
and with a value which is initially an empty list.
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=].
2645
2645
2646
2646
Repeatedly consume the <a>next input token</a> and process it as follows:
0 commit comments