focusin

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

L'événement focusin est déclenché lorsqu'un élément est sur le point de recevoir le focus. La principale différence avec focus est que focusin se propage.

Informations générales

Propriétés

PropertyTypeDescription
target Lecture seuleEventTargetEvent target losing focus.
type Lecture seuleDOMStringThe type of event.
bubbles Lecture seuleBooleanWhether the event normally bubbles or not.
cancelable Lecture seuleBooleanWhether the event is cancellable or not.
relatedTarget Lecture seuleEventTarget (DOM element)Event target receiving focus.

Compatibilité des navigateurs

Evénements liés