git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* css/tokenizer.flex: Rolled out the fix for 14453.
[WebKit-https.git]
/
WebCore
/
css
/
tokenizer.flex
diff --git
a/WebCore/css/tokenizer.flex
b/WebCore/css/tokenizer.flex
index
38665b8
..
a05b655
100644
(file)
--- a/
WebCore/css/tokenizer.flex
+++ b/
WebCore/css/tokenizer.flex
@@
-12,7
+12,7
@@
nmstart [_a-zA-Z]|{nonascii}|{escape}
nmchar [_a-zA-Z0-9-]|{nonascii}|{escape}
string1 \"([\t !#$%&(-~]|\\{nl}|\'|{nonascii}|{escape})*\"
string2 \'([\t !#$%&(-~]|\\{nl}|\"|{nonascii}|{escape})*\'
-hexcolor {h}{
2,
6}
+hexcolor {h}{
3}|{h}{
6}
ident -?{nmstart}{nmchar}*
name {nmchar}+