Short answer: focusin
bubbles, focus
does not.
focusout
bubbles, blur
does not.
Read the docs:
The focusin event is sent to an element when it, or any element inside of it, gains focus. This is distinct from the focus event in that it supports detecting the focus event on parent elements (in other words, it supports event bubbling).