I cannot get this to work in IE 11, I created an extremely simple jsfiddle: http://jsfiddle.net/0qwbr7gh/ With the following input field:
<input type="text" autofocus/>
In chrome, it works as expected, the input field focuses on the load. In IE 11, this is not the case.
Microsoft states that it is supported on its website along with an example. And also he says that he supports: http://caniuse.com/#feat=autofocus
What did I miss?
source share