- From: Curt Arnold <carnold@houston.rr.com>
- Date: Mon, 10 Nov 2003 02:00:39 -0600
- To: www-dom@w3.org
The parameter in NameList.contains is "name". The parameter in DOMStringList.contains is "str". Having a consistent parameter name simplifies DOMTS. Document.getElementsByTagName and Element.getElementsByTagName has a similar conflict which is addressed by patching the spec to make them identical. I may need to do a similar hack but it would be good if the conflict could eventually be eliminated.
Received on Monday, 10 November 2003 03:00:35 UTC