Closed Bug 670538 Opened 13 years ago Closed 13 years ago

Warning: Error in parsing value for 'filter'. Declaration dropped. Source File: https://developer.mozilla.org/skins/common/custom_css.php Line: 92

Categories

(Firefox :: General, defect)

5 Branch
All
Other
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: fransisco, Unassigned)

References

Details

Attachments

(1 file)

Attached file custom_css.php.txt
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0
Build ID: 20110615151330

Steps to reproduce:

i have found 404 Not Found Firefox in custom_css.php
Declaration dropped
The requested URL /skins/common/custom_css. phpLine: 92 was not found on this server.



Actual results:

Declaration dropped
The requested URL /skins/common/custom_css.phpLine: 92 was not found on this server.
404 Not Found Firefox
please check also for Warning: Error in parsing value for 'filter'.  Declaration dropped.
Source File: https://developer.mozilla.org/skins/common/custom_css.php
Line: 92,99,205,234 and 241
90 opacity:.5;
91 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
92 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);

It's just a css line that Firefox thinks it can parse due to filter: being supported for SVG filters in Firefox, but obviously that line, along with the others mentioned in comment 1, is specific to IE versions that don't understand opacity:.5
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: