Page MenuHomePhorge

Remove obsolete IE9 filter CSS syntax
ClosedPublic

Authored by aklapper on Thu, Mar 27, 19:15.
Tags
None
Referenced Files
F3327749: D25929.1743445329.diff
Sun, Mar 30, 18:22
F3327667: D25929.1743443202.diff
Sun, Mar 30, 17:46
F3326673: D25929.1743424077.diff
Sun, Mar 30, 12:27
F3324381: D25929.1743399290.diff
Sun, Mar 30, 05:34
F3322936: D25929.1743381402.diff
Sun, Mar 30, 00:36
F3321499: D25929.1743355450.diff
Sat, Mar 29, 17:24
F3319911: D25929.1743317522.diff
Sat, Mar 29, 06:52
F3318007: D25929.1743271827.diff
Fri, Mar 28, 18:10

Details

Summary

IE5.5 to IE8 released 03/2009 supported the filter: progid:DXImageTransform.Microsoft.BasicImage() syntax.
(IE8 and IE9 supported -ms-filter which was deprecated in IE9 and is unsupported since IE10 released 09/2012.)
See

filter is a valid standard CSS3 property unrelated to IE's obsolete filter: progid: DXImageTransform.Microsoft.BasicImage() syntax. Thus modern browsers throw errors in the console to be avoided by removing this old syntax.

Test Plan

Read the links above, realize it's been 16 years, and agree with me.

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable