Skip to content

Commit 1d83983

Browse files
committed
Merge pull request #6 from SimonSapin/column-token
[css-syntax] Fix a typo in tokenization algorithm of <column-token>.
2 parents 4c48d78 + 66ae41d commit 1d83983

File tree

2 files changed

+6957
-3486
lines changed

2 files changed

+6957
-3486
lines changed

css-syntax/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ Consume a token</h4>
10991099

11001100
Otherwise,
11011101
if the <a>next input code point</a> is
1102-
U+0073 VERTICAL LINE (|),
1102+
U+007C VERTICAL LINE (|),
11031103
consume it
11041104
and return a <<column-token>>.
11051105

@@ -3638,4 +3638,5 @@ Acknowledgments</h2>
36383638
Marc O'Morain,
36393639
Raffaello Giulietti,
36403640
Simon Pieter,
3641+
Tyler Karaszewski,
36413642
and Zack Weinberg.

0 commit comments

Comments
 (0)