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 127699 - CSS parser doesn't recognize valid CSS
Summary: CSS parser doesn't recognize valid CSS
Status: RESOLVED DUPLICATE of bug 110333
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-19 07:27 UTC by templedf
Modified: 2008-04-28 13:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description templedf 2008-02-19 07:27:03 UTC
The CSS parser doesn't recognize CSS code of the following format:

element {style: type(param=value);}

For an example, see the filter style:

div.pagetitle {filter:alpha(opacity=0);}

I'm using the "Editing Files" module 1.0.2 in NetBeans 6.0.
Comment 1 Jindrich Sedek 2008-02-19 10:32:46 UTC
why do you think this is correct syntax? use W3C validator or specification to find this syntax incorrect.

But otherwise this syntax is supported by few browsers and it should be fixed for 6.1 - see issue 110333

Thanks for report

*** This issue has been marked as a duplicate of 110333 ***