Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE 10 Hack Re: IE 10 Hack

#139731
Kitty Giraudel
Participant

Well, it kind of is. Actually it really depends on how would you define a CSS hack.

If a hack is using something not on its principal purpose, then the following snippet definitely is one:

_::-ms-reveal, .selector { }

This doesn’t aim at styling the eye-input pseudo-element but the .selector element only for browsers which understand the eye-input pseudo-element. So ::-ms-reveal acts as a filter, not as a regular CSS selector.