I can't seem to get this working in IE 11, I've created an extremely simple jsfiddle: http://jsfiddle.net/0qwbr7gh/ With the following input box:
<input type="text" autofocus/>
In chrome it works as expected, the input field has focus on load. In IE 11 it doesn't.
Microsoft say it's supported on their website along with an example. And also it says it's supported on: http://caniuse.com/#feat=autofocus
What have I missed?