Skip to content

Commit 044553f

Browse files
committed
[css-syntax] Fix w3c#1821.
1 parent b871c88 commit 044553f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-syntax/Overview.bs

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

13241324
Otherwise,
1325-
if the second <a>code point</a> is a <a>newline</a>,
1325+
if the second <a>code point</a> is a <a>newline</a> or EOF,
13261326
return false.
13271327

13281328
Otherwise, return true.

0 commit comments

Comments
 (0)