A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/dom/FocusEvent/focusout below:

focusout · WebPlatform Docs

focusout Overview Table Synchronous No Bubbles No Target dom/Element Cancelable No Default action ?

## Notes

Remarks

Each document may have up to one active element. Set the active element with the setActive or focus methods. Using the setActive method has no effect on document focus. Using the focus method on an individual element causes the element to gain focus and become the active element, and this causes onfocusout to fire for this active element. Using the focus method on a document that does not have the focus moves the document to the front of the display. Additionally, the document’s active element gains focus, and this causes onfocusout to fire for this active element. For a given display, only one element has focus at any given time. Striking a key directly affects only the element with focus. Events fired by that keystroke may be scripted to affect other documents and child elements. With Microsoft Internet Explorer 5.5 and later, focus on a Document and the active element of a document can be managed separately. Use the onfocusout event to manage formatting changes when an element loses focus. To invoke this event, do one of the following:

Syntax Standards information

There are no standards that apply here.

Event handler parameters
pEvtObj [in]
Type: ****IHTMLEventObj****
Attributions

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