mhildreth
mhildreth

Reputation: 401

Does IE9 RTW support the placeholder attribute on input elements?

A bunch of sites mention support in IE9, but I assume this was something that appeared in the Betas, or RC. It doesn't appear to be supported in IE9 final. Can someone confirm this?

Upvotes: 8

Views: 9424

Answers (1)

EricLaw
EricLaw

Reputation: 57085

No, placeholder text for form elements was never implemented for IE9. It is easily (and commonly) done with JavaScript.

Placeholder support was added in IE10.

Upvotes: 10

Related Questions