$(...).trigger("focus") should also trigger DOMfocusin / DOMfocusout / blur events

$(...).trigger("focus") should also trigger DOMfocusin / DOMfocusout / blur events

I believe $(...).trigger("focus") should also trigger DOMfocusin / DOMfocusout / blur events.

For the DOMfocusin / DOMfocusout events I can tell that it currently doesn't happen.