Parameter names for getElementsByTagName in DOM L3

Document.getElementsByTagName's parameter is named "tagname", Element.getElementsByTagName's parameter is named "name".  Doesn't matter in the big scheme of things but it does complicate production of the test markup language.  If possible, could parameter "name" be changed to "tagname" in DOM L3 Core.

Received on Thursday, 25 October 2001 02:31:36 UTC