[whatwg] Two propositions for the autofocus attribute

> - multiple autofocused elements per page are valid, but only one per form
Is it possible to focus on multiple elements at the same time even in
different forms? If they are both text boxes and a user types which
element gets the keyboard input?

Autofocus only really makes at load time - for any other dynamic focus
I think .focus() should be used.

Received on Sunday, 25 April 2010 13:08:36 UTC