I realized that tabindex=-1 doesn\'t work for elements. Is there a way to disable the focus event for it?
tabindex=-1
focus
<svg focusable="false"></svg> does this job.
<svg focusable="false"></svg>