[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
Fri Jul 11 01:46:06 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19965
jacob.refstrup at hp.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #22190|0 |1
is obsolete| |
Attachment #22245| |review?
Flag| |
------- Comment #4 from jacob.refstrup at hp.com 2008-07-11 01:46 PDT -------
Created an attachment (id=22245)
--> (https://bugs.webkit.org/attachment.cgi?id=22245&action=view)
Updated patch to use "@"{ident}, updated ChangeLog and added test case
Changed the fix to use "@"{ident} to return ATKEYWORD to be closer to the
CSS2.1 spec. The '@' by itself (without a following identifier) should per
CSS2.1 not be used in error recovery rules the same place that the ATKEYWORD is
used.
In practice this doesn't change error recovery as the invalid_block and
invalid_block_list are used in all productions that need error recovery.
--
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