Skip to content

Commit

Permalink
Merge pull request #6 from SimonSapin/column-token
Browse files Browse the repository at this point in the history
[css-syntax] Fix a typo in tokenization algorithm of <column-token>.
  • Loading branch information
tabatkins committed Jan 9, 2015
2 parents 4c48d78 + 66ae41d commit 1d83983
Show file tree
Hide file tree
Showing 2 changed files with 6,957 additions and 3,486 deletions.
3 changes: 2 additions & 1 deletion css-syntax/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ Consume a token</h4>

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

Expand Down Expand Up @@ -3638,4 +3638,5 @@ Acknowledgments</h2>
Marc O'Morain,
Raffaello Giulietti,
Simon Pieter,
Tyler Karaszewski,
and Zack Weinberg.
Loading

0 comments on commit 1d83983

Please sign in to comment.