Is it possible to make an HTML element non-focusable?
I understand that a list of elements that can receive focus can be defined and that a user can
I used focusable="false", because tabindex="-1" was not working in IE.
focusable="false"
tabindex="-1"