Home › Forums › CSS › IE 10 Hack › Re: IE 10 Hack
June 21, 2013 at 8:32 am
#139731
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.