The select handler can be used for more than selecting features. I'd like to replace this with a Handler/Feature that calls callbacks for more mouse events - move, up, down, over, and out. The latter two can be handled by the former event callbacks instead of registering for two more callbacks. Instead of forcing controls to listen for every move and decide whether the mouse has moved over a new feature or out of an old one, this can be abstracted to the handler.
The change from Handler/Select to Handler/Feature would only affect the Control/SelectFeature.
Patch to follow.