Baseline Widely available
The FocusEvent
interface represents focus-related events, including focus
, blur
, focusin
, and focusout
.
FocusEvent()
Creates a FocusEvent
event with the given parameters.
This interface also inherits properties from its parent UIEvent
, and indirectly from Event
.
An EventTarget
representing a secondary target for this event. In some cases (such as when tabbing in or out a page), this property may be set to null
for security reasons.
This interface has no specific methods. It inherits methods from its parent UIEvent
, and indirectly from Event
.
When focus is shifted from element A to element B, focus events are dispatched in the following order:
blur
: sent after element A loses focus.focusout
: sent after the blur
event.focus
: sent after element B receives focus.focusin
: sent after the focus
event.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4