Skip to content

Commit c16da8d

Browse files
committed
[css-syntax] We don't need to check if we'll hit \EOF.
1 parent d7d76ab commit c16da8d

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
@@ -2490,7 +2490,7 @@ <h4 class="heading settled heading" data-level=4.3.7 id=consume-an-escaped-code-
24902490
<p> This section describes how to <dfn data-dfn-type=dfn data-noexport="" id=consume-an-escaped-code-point0>consume an escaped code point<a class=self-link href=#consume-an-escaped-code-point0></a></dfn>.
24912491
It assumes that the U+005C REVERSE SOLIDUS (\) has already been consumed
24922492
and that the next input code point has already been verified
2493-
to not be a <a data-link-type=dfn href=#newline title=newline>newline</a> or EOF.
2493+
to not be a <a data-link-type=dfn href=#newline title=newline>newline</a>.
24942494
It will return a <a data-link-type=dfn href=#code-point title="code point">code point</a>.
24952495

24962496
<p> Consume the <a data-link-type=dfn href=#next-input-code-point title="next input code point">next input code point</a>.

css-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ <h4 id="consume-an-escaped-code-point">
14541454
This section describes how to <dfn>consume an escaped code point</dfn>.
14551455
It assumes that the U+005C REVERSE SOLIDUS (\) has already been consumed
14561456
and that the next input code point has already been verified
1457-
to not be a <a>newline</a> or EOF.
1457+
to not be a <a>newline</a>.
14581458
It will return a <a>code point</a>.
14591459

14601460
Consume the <a>next input code point</a>.

0 commit comments

Comments
 (0)