Re: in defence of listener discovery

"Al Gilman" <Alfred.S.Gilman@IEEE.org>
> Assistive technologies need to be able to discover these action 
> opportunities
> in order to set up alternate actuation modalities for their users.

I don't understand why hasEventListener is required for this - an assistive 
technology can just override the addEventListener method to catch all 
registrations of events and store them - this is a lot more efficient on the 
user agent than querying every element in the document for the few that have 
events registered on them.

I have done similar things in the past with similar methods for AT's and it 
worked very well for my purposes.

Cheers,

Jim. 

Received on Thursday, 23 March 2006 16:14:57 UTC