- From: Richard Emberson <emberson@faslab.com>
- Date: Thu, 27 Aug 1998 09:23:33 -0700
- To: www-dom@w3.org
- Cc: emberson@berkeley.faslab.com
The interface to an Element allows one to change the value of an Attribute: void setAttribute(String name, String value) throws DOMException ... It is my understanding that Attributes are typed, but the above interface does not throw a DOMException if the type of the 'value' parameter is not the type allowed for the attribute matching the 'name' parameter. Please illuminate. Thanks. Richard Emberson emberson@faslab.com
Received on Thursday, 27 August 1998 12:23:10 UTC