It looks like the categories for focus events are inconsistent, but I'm not sure what they should be: - [.focus()](http://api.jquery.com/focus/): Events > Form Events | Forms - [.blur()](http://api.jquery.com/blur/): Events > Form Events | Forms - [.focusin()](http://api.jquery.com/focusin/): Events > Form Events - [.focusout()](http://api.jquery.com/focusout/): Events > Keyboard Events | Events > Mouse Events
It looks like the categories for focus events are inconsistent, but I'm not sure what they should be: