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 169679

Summary: CSS syntax: accept SVG Color keywords
Product: web Reporter: nimarukan <nimarukan>
Component: CSS Visual ToolsAssignee: Marek Fukala <mfukala>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 140603    
Bug Blocks:    

Description nimarukan 2009-08-01 21:44:29 UTC
The NetBeans CSS syntax checker could accept SVG color keywords as described in the CSS3 Color Module.

In NetBeans 6.7 Task pane I see many warnings like 
"Unexpected value token whitesmoke"
"Unexpected value token lavender"
(The warnings can fill the tasks pane, obscuring other warnings.)

List of color keywords:
http://www.w3.org/TR/css3-color/#svg-color

Browser compatibility: Appears implemented in all major browsers 
(see line "SVG Colour" in table)
http://www.css3.info/modules/compatibility-table-colour-module/
Comment 1 Marek Fukala 2009-08-04 09:05:28 UTC
We currently support only css 2.1, not 3.0
Comment 2 Marek Fukala 2012-10-15 13:44:54 UTC
already done