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
A <aclass="production css-code" data-link-type=typehref=#typedef-delim-tokentitle="<delim-token>"><delim-token></a> containing U+005C REVERSE SOLIDUS (\)
4489
-
must be followed when serialized by a <adata-link-type=dfnhref=#newlinetitle=newline>newline</a>.
4481
+
A <aclass="production css-code" data-link-type=typehref=#typedef-delim-tokentitle="<delim-token>"><delim-token></a> containing U+005C REVERSE SOLIDUS (\)\
4482
+
must be serialized as U+005C REVERSE SOLIDUS
4483
+
followed by a <adata-link-type=dfnhref=#newlinetitle=newline>newline</a>.
4490
4484
(The tokenizer only ever emits such a token followed by a <aclass="production css-code" data-link-type=typehref=#typedef-whitespace-tokentitle="<whitespace-token>"><whitespace-token></a>
4491
4485
that starts with a newline.)
4492
4486
<li>
4493
-
Consecutive pairs of tokens that have a ✓ in either of the two tables below
4494
-
must be serialized with a comment in-between.
4495
-
If no comment was preserved from tokenization,
4496
-
an empty comment <code>/**/</code> should be inserted.
4497
-
Rows and columns represent a token and its following token, respectively.
4498
-
Single character represent a <aclass="production css-code" data-link-type=typehref=#typedef-delim-tokentitle="<delim-token>"><delim-token></a> with that value,
4499
-
except for "<code>(</code>" that
4500
-
represents a <ahref=#tokendef-open-paren>(-token</a>.
4487
+
4488
+
<p> For any consecutive pair of tokens,
4489
+
if the first token shows up in the row headings of either of the following two tables,
4490
+
and the second token shows up in the column headings,
4491
+
and there’s a ✓ in the cell denoted by the intersection of the chosen row and column,
4492
+
the pair of tokens must be serialized with a comment between them.
4493
+
4494
+
<p> If the tokenizer preserves comments,
4495
+
the preserved comment should be used;
4496
+
otherwise, an empty comment (<code>/**/</code>) must be inserted.
4497
+
(Preserved comments may be reinserted even if the following tables don’t require a comment between two tokens.)
4498
+
4499
+
<p> Single characters in the row and column headings represent a <aclass="production css-code" data-link-type=typehref=#typedef-delim-tokentitle="<delim-token>"><delim-token></a> with that value,
4500
+
except for "<code>(</code>",
4501
+
which represents a <ahref=#tokendef-open-paren>(-token</a>.
0 commit comments