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 was just reading YouTube source code, I see focusable="false"
Is that a more correct answer?