Skip to content

Commit 12d8305

Browse files
committed
[css-syntax] Add missing "anything else" case in Check if three code points would start an identifier.
1 parent 58cd156 commit 12d8305

File tree

2 files changed

+591
-554
lines changed

2 files changed

+591
-554
lines changed

css-syntax/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,6 +1531,10 @@ Check if three code points would start an identifier</dfn></h4>
15311531
If the first and second <a>code points</a> <a>are a valid escape</a>,
15321532
return true.
15331533
Otherwise, return false.
1534+
1535+
<dt>anything else
1536+
<dd>
1537+
Return false.
15341538
</dl>
15351539

15361540
<h4 id="starts-with-a-number">
@@ -3438,6 +3442,7 @@ Acknowledgments</h2>
34383442
Johannes Koch,
34393443
呂康豪 (Kang-Hao Lu),
34403444
Marc O'Morain,
3445+
Raffaello Giulietti,
34413446
Simon Pieter,
34423447
and Zack Weinberg.
34433448

0 commit comments

Comments
 (0)