Re: DOM 2 Event question...

>Or does this text say "in addition to setting an attribute recognized to
>represent an event handler, that implementors may/should/must (?) *also*
>create and register an equivalent EventListener on the node"?

I believe that's the intent. The attribute is an attribute; that's standard
DOM behavior. A specialized DOM which wants to interpret setting this
attribute as a request to bind a script to an event can do so as a side
effect.


______________________________________
Joe Kesselman  / IBM Research

Received on Thursday, 22 June 2000 14:30:27 UTC