Skip to content

Commit d377ac1

Browse files
committed
[css-syntax] typo
1 parent 4df4f5d commit d377ac1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-syntax/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4478,7 +4478,7 @@ <h2 class="heading settled heading" data-level=9 id=serialization><span class=se
44784478

44794479
<p> <ul>
44804480
<li>
4481-
A <a class="production css-code" data-link-type=type href=#typedef-delim-token title="<delim-token>">&lt;delim-token&gt;</a> containing U+005C REVERSE SOLIDUS (\)\
4481+
A <a class="production css-code" data-link-type=type href=#typedef-delim-token title="<delim-token>">&lt;delim-token&gt;</a> containing U+005C REVERSE SOLIDUS (\)
44824482
must be serialized as U+005C REVERSE SOLIDUS
44834483
followed by a <a data-link-type=dfn href=#newline title=newline>newline</a>.
44844484
(The tokenizer only ever emits such a token followed by a <a class="production css-code" data-link-type=type href=#typedef-whitespace-token title="<whitespace-token>">&lt;whitespace-token&gt;</a>

css-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2982,7 +2982,7 @@ <h2 id="serialization">
29822982

29832983
<ul>
29842984
<li>
2985-
A <<delim-token>> containing U+005C REVERSE SOLIDUS (\)\
2985+
A <<delim-token>> containing U+005C REVERSE SOLIDUS (\)
29862986
must be serialized as U+005C REVERSE SOLIDUS
29872987
followed by a <a>newline</a>.
29882988
(The tokenizer only ever emits such a token followed by a <<whitespace-token>>

0 commit comments

Comments
 (0)