[Webkit-unassigned] [Bug 71000] Match allowed CSS string characters to Firefox and Opera browsers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 27 10:35:55 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=71000





--- Comment #2 from Darin Adler <darin at apple.com>  2011-10-27 10:35:55 PST ---
(From update of attachment 112654)
View in context: https://bugs.webkit.org/attachment.cgi?id=112654&action=review

> Source/WebCore/css/tokenizer.flex:16
> +string1         \"([^\n\r\f\\"]|\\{nl}|{nonascii}|{escape})*\"
> +string2         \'([^\n\r\f\\']|\\{nl}|{nonascii}|{escape})*\'

You shouldn’t need {nonascii} any more since you are using a negated character class.

Did you research where the set of characters in the current tokenizer came from?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list