- From: Curt Arnold <carnold@houston.rr.com>
- Date: Thu, 31 Jul 2003 23:10:11 -0500
- To: www-dom@w3.org
isId() is a declared as a method, though it would be more appropriate as an attribute. If made a read-write attribute, then Element.setIdAttribute(), Element.setIdAttributeNS() and Element.setAttributeNode() could be eliminated since you could do the equivalent using Element.getAttributeNode[NS]().isId = true | false.
Received on Friday, 1 August 2003 00:10:16 UTC