Skip to content

Commit 0ab1846

Browse files
committed
[css-syntax] Revert that last change.
1 parent dde2f44 commit 0ab1846

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-syntax/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,7 @@ Check if two code points are a valid escape</h4>
14921492
return false.
14931493

14941494
Otherwise,
1495-
if the second <a>code point</a> is a <a>newline</a> or <a>EOF code point</a>,
1495+
if the second <a>code point</a> is a <a>newline</a>,
14961496
return false.
14971497

14981498
Otherwise, return true.

css-syntax/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2591,7 +2591,7 @@ <h4 class="heading settled heading" data-level=4.3.9 id=starts-with-a-valid-esca
25912591
return false.</p>
25922592

25932593
<p>Otherwise,
2594-
if the second <a data-link-type=dfn href=#code-point title="code point">code point</a> is a <a data-link-type=dfn href=#newline title=newline>newline</a> or <a data-link-type=dfn href=#eof-code-point title="eof code point">EOF code point</a>,
2594+
if the second <a data-link-type=dfn href=#code-point title="code point">code point</a> is a <a data-link-type=dfn href=#newline title=newline>newline</a>,
25952595
return false.</p>
25962596

25972597
<p>Otherwise, return true.</p>

0 commit comments

Comments
 (0)