Docs say that tabIndex defaults to null but in fact it defaults to 0.
This results in impossibility to create an element without tabIndex attribute, and all elements with tabIndex attribute have some default styles (bluish border in Chrome) when the element is focused.
For sure it's possible to re-define those styles, but it's a workaround.
Docs say that
tabIndexdefaults tonullbut in fact it defaults to0.This results in impossibility to create an element without
tabIndexattribute, and all elements withtabIndexattribute have some default styles (bluish border in Chrome) when the element is focused.For sure it's possible to re-define those styles, but it's a workaround.