E-mail List Archives
Re: yet more questions
From: Reidy Brown
Date: Aug 17, 2001 11:47AM
- Next message: Paul Bohman: "Re: yet more questions"
- Previous message: Glenda Watson Hyatt: "Re: yet more questions"
- Next message in Thread: Paul Bohman: "Re: yet more questions"
- Previous message in Thread: Glenda Watson Hyatt: "Re: yet more questions"
- View all messages in this Thread
Device dependent handlers will usually have an actual device name in the
event handler name, like onMouseOver or onKeyPress. An example of a
"logical" event handler would be "onSelect," or "onFocus," or "onBlur"-- in
other words, you're interested in what's happened to the element, not what
caused it to happen. You care that the element has gained or lost focus or
that it has been selected. You don't care whether someone used a mouse or a
keyboard to make it happen.
(Although in practice, many user agents (browsers) are pretty good at
translating device dependent handlers to logical handlers on the fly.)
Reidy
-------------------------------------------
Reidy Brown
Accessibility Coordinator/Sr. Software Engineer
Blackboard, Inc.
(202) 463-4860 x236
-------------------------------------------
Blackboard 5.5 Fully Implements Section 508 Accessibility Standards!
Learn more:
http://products.blackboard.com/cp/bb5/access/index.cgi
-------------------------------------------
- Next message: Paul Bohman: "Re: yet more questions"
- Previous message: Glenda Watson Hyatt: "Re: yet more questions"
- Next message in Thread: Paul Bohman: "Re: yet more questions"
- Previous message in Thread: Glenda Watson Hyatt: "Re: yet more questions"
- View all messages in this Thread