[Webkit-unassigned] [Bug 14346] CSS parser accepts unexpected { } in declarations
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 21 02:40:59 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=14346
ddkilzer at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hyatt at apple.com
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #12 from ddkilzer at webkit.org 2008-07-21 02:40 PDT -------
Committed revision 35261.
http://trac.webkit.org/changeset/35261
Note that I had to change the patch to CSSGrammar.y to work with trunk:
- Reduced new shift/reduce conflicts by 1 (from 3 to 2)
- Removed "%type <rule> invalid_at_list"
- Moved "%type <ruleList> block_rule_list" to where "%type <ruleList>
rule_list" used to be [cosmetic]
- Changed "invalid_at_list" definition to match other *_list definitions (like
namespace_list)
--
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