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 142258 - CSS validator not supporting IE syntax
Summary: CSS validator not supporting IE syntax
Status: RESOLVED DUPLICATE of bug 110333
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-30 15:51 UTC by fommil
Modified: 2008-08-21 11:40 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 fommil 2008-07-30 15:51:03 UTC
We'd all love to be able to write standards compliant CSS and have it work in IE... but that's not the reality. The following CSS is what is needed to make IE draw 
semi-transparent divs

    filter:alpha(opacity=90);

and Netbeans cries like a little baby when it sees this in a CSS file, disabling all the wonderful features because the file is not valid. Could you please support 
this IE syntax, so that it doesn't turn off all the support for CSS editing?
Comment 1 Marek Fukala 2008-08-08 10:23:49 UTC
a part of the IE syntax works, I'll try to improve it so it supports all syntax differencies.
Comment 2 Marek Fukala 2008-08-21 11:40:55 UTC

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