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 - CSS syntax: accept SVG Color keywords
Summary: CSS syntax: accept SVG Color keywords
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on: 140603
Blocks:
  Show dependency tree
 
Reported: 2009-08-01 21:44 UTC by nimarukan
Modified: 2012-10-15 13:44 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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