[Webkit-unassigned] [Bug 19965] @mediaall recognized as @media all rather than as a generic (unrecognized ATKEYWORD)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 9 11:57:35 PDT 2008


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





------- Comment #2 from jacob.refstrup at hp.com  2008-07-09 11:57 PDT -------
Created an attachment (id=22190)
 --> (https://bugs.webkit.org/attachment.cgi?id=22190&action=view)
Patch that fixes @-rules from being recognized too early

Fix the bug by adding a rule to tokenizer.flex:

"@"{ident}

And have this rule return the '@' token -- this means that CSSGrammar.y does
not have to change.


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



More information about the webkit-unassigned mailing list