@@ -2090,8 +2090,8 @@ <h3 id=tree-construction><span class=secno>3.6. </span> Tree Construction</h3>
20902090
20912091 < dt > simple block
20922092
2093- < dd > A simple block is associated with one pair of the block-creating
2094- tokens ("[]", "()", or "{}"), and contains a list of primitives.
2093+ < dd > A simple block is has an associated token (either a [, (, or { token)
2094+ and value which is a list of primitives.
20952095
20962096 < dt > rule block
20972097
@@ -2103,7 +2103,7 @@ <h3 id=tree-construction><span class=secno>3.6. </span> Tree Construction</h3>
21032103
21042104 < dt > declaration
21052105
2106- < dd > A declaration has a name and a value, which is a list of primitives.
2106+ < dd > A declaration has a name and a value which is a list of primitives.
21072107 </ dl >
21082108
21092109 < div class =issue >
@@ -2629,9 +2629,9 @@ <h4 id=consume-a-simple-block><span class=secno>3.6.13. </span> <dfn
26292629 the token this algorithm was called with. (E.g. if it was called with [,
26302630 the < a href ="#ending-token "> < i > ending token</ i > </ a > is ].)
26312631
2632- < p > Create a brace block, bracket block, or paren block as the < dfn
2633- id = current-block > current block </ dfn > , whichever corresponds to the token
2634- this algorithm was called with .
2632+ < p > Create a simple block with its associated token set to the token this
2633+ algorithm was called with. This is the < dfn id = current-block > current
2634+ block </ dfn > .
26352635
26362636 < p > Repeatedly consume the < a href ="#next-input-token "> < i > next input
26372637 token</ i > </ a > and process it as follows:
0 commit comments