I added use-capture events. Illustrated them with a multi-layer underline example. Added a log function to help document use-capture. Made minor edits to the code and documentation. URL for the current version is
http://pagenotes.com/mousepoint/mousepointEvent.htm
[QUOTE=Page Notes;232804] CODE TITLE: The Mousepoint Event
AUTHOR NAME/NOTES: Jim Williams/Page Notes
DESCRIPTION: The mouse-point event is the first half of the point-and-click gesture; the event occurs when the mouse stops moving and points to a new target. This event is preferable to the mouseover event for use in heavily populated tool tips and nested menus, since use of the mouseover event causes a flurry of unintended activity as the the mouse crosses over irrelevant material before getting to a desired element or menu. This page presents a rationale, demo, specification, and multi-browser implementation for the mousepoint event.
Bookmarks