Make an HTML element non-focusable

前端 未结 8 2300
误落风尘
误落风尘 2020-12-02 16:40

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

8条回答
  •  春和景丽
    2020-12-02 17:02

    I was just reading YouTube source code, I see focusable="false"

    Is that a more correct answer?

提交回复
热议问题