I'm looking for a definitive list of HTML elements which are allowed to take focus, i.e. which elements will be put into focus when focus() is called on them?
|
1
|
|||||
|
|
|
There isn't a definite list, it's up to the browser. The only standard we have is DOM Level 2 HTML, according to which the only elements that have a Today's browsers define
There are likely to be other subtle exceptions and additions to this behaviour depending on browser. |
||
|
|
|
|
Button, Checkbox, FileUpload, Layer, Password, Radio, Reset, Select, Submit, Text, Textarea, window |
|||
|
