- From: David Woolley <david@djwhome.demon.co.uk>
- Date: Tue, 9 Mar 2004 07:23:38 +0000 (GMT)
- To: www-html@w3.org
> 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