Esta página foi traduzida do inglês pela comunidade.Saiba mais e junte-se à comunidade MDN Web Docs.
focusin
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
O eventofocusin é acionado no momento em que o elemento receba o foco. A grande diferença entre esse evento e o eventofocus, é que apenas ofocusin delega o seu evento para o elemento pai (conhecido como bubbling ou deletegate).
In this article
Informações Gerais
- Especificação
- Interface
FocusEvent- Borbulha
Sim
- Cancelável
Não
- Alvo
Element
- Ação Padrão
Nenhuma.
Propriedades
| Property | Type | Description |
|---|---|---|
targetSomente leitura | EventTarget | Event target losing focus. |
typeSomente leitura | DOMString | The type of event. |
bubblesSomente leitura | Boolean | Whether the event normally bubbles or not. |
cancelableSomente leitura | Boolean | Whether the event is cancellable or not. |
relatedTargetSomente leitura | EventTarget (DOM element) | Event target receiving focus. |
Especificações
| Specification |
|---|
| UI Events> # event-type-focusin> |