diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-10-15 14:33:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 14:33:51 +0200 |
commit | b15e45a45100ad8e64ef0d362380d9aa27fe6862 (patch) | |
tree | 4e7ad372ce5402b336400929fbfb81ac7e34936c /tests/index.js | |
parent | a22361dbe491c494a87f38600d9c1f91aa07d3e0 (diff) | |
download | jquery-ui-b15e45a45100ad8e64ef0d362380d9aa27fe6862.tar.gz jquery-ui-b15e45a45100ad8e64ef0d362380d9aa27fe6862.zip |
Core: Resolve csslint issues with the IE filter property
IE filter property violates standard CSS parsing rules. Because of that, IE 8
added `-ms-filter` which accepts the same values but quoted:
https://web.archive.org/web/20101112132308/http://blogs.msdn.com/b/ie/archive/2008/09/08/microsoft-css-vendor-extensions.aspx
Both `filter` & `-ms-filter` serialize to the same `filter` property in
`currentStyle`.
This commit switches to that new property to resolve csslint issues.
Closes gh-1939
Diffstat (limited to 'tests/index.js')
0 files changed, 0 insertions, 0 deletions