I am testing a highly-customized web application in Internet Explorer 10 on Windows 8, since it is an up and coming release, and will likely be using my application some day
Remove action icons from text fields in Internet Explorer 10 just use this css pseudo element
::-ms-clear { display: none; }
Remove action icons from password fields in Internet Explorer 10 just use this css pseudo element
::-ms-reveal { display: none; }