Keyup event triggered by mouse click / blur

Keyup event triggered by mouse click / blur

I have a keyup event attached to a text input field. I've found that focusing/clicking on the field with the mouse and then clicking outside the field triggers the keyup event. Is this expected? The specs for .keyup() says, "The keyup event is sent to an element when the user releases a key on the keyboard."