This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 121164

Summary: Fix CSS grammar so declaration/x nodes are not nested,
Product: web Reporter: Marek Fukala <mfukala>
Component: CSS Visual ToolsAssignee: Marek Fukala <mfukala>
Status: RESOLVED FIXED    
Severity: blocker CC: jjancura
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Marek Fukala 2007-11-05 11:08:41 UTC
The parse tree after the Hanze's fix of css grammar in revision 1.39 of the css.nbs file is very unfortunate - the
declarations are recursivelly nested together instead of being on the same path-level), but since the fix of the grammar
 as risky before 6.0 HR, I modified the css model accoring to the current structure - see issue #120701.

The CSS grammar should be fixed to produce resonable parse tree. Fix of issue #120701 should be removed then.
Comment 1 Marek Fukala 2008-02-25 17:35:31 UTC
Schlieman has been nuked, we use different parser.