Skip to content

Commit 4d1830f

Browse files
committed
Add the bad-string token to handle strings with an unescaped newline.
--HG-- extra : rebase_source : 11a26636fa92efe5b3e9215d58b9068ff956d2c4
1 parent a6ff840 commit 4d1830f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css3-syntax/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ <h3 id=tokenization><span class=secno>3.4. </span> Tokenization</h3>
455455
following tokens: ident, function, at-keyword, hash, string, url, bad-url,
456456
delim, number, percentage, dimension, unicode-range, whitespace, cdo, cdc,
457457
colon, semicolon, open-brace, close-brace, open-paren, close-paren,
458-
open-bracket, close-bracket, includes-match, dash-match.
458+
open-bracket, close-bracket.
459459

460460
<p> Ident, function, at-keyword, hash, string, and url tokens have a value
461461
composed of zero or more characters. Delim tokens have a value composed of

0 commit comments

Comments
 (0)