Re: XML Events : Should modification of the node containing a script be allowed?

> but there are some real advantages to limiting scope to just the one
> <script> element (plus any other elements that are explicitly included)

Are not event handler attributes (onxxxx) effectively script elements 
and wouldn't this therefore make these almost unusable?

Also, one can assign new attributes to EcmaScript objects, including
attributes which are methods.  Wouldn't this mean that you would have
to maintain parallel DOMs so that each scripting environment couldn't
see the attributes maintained by the others on the DOM elements?

Received on Tuesday, 9 March 2004 16:18:11 UTC