Re: Parameter names for getElementsByTagName in DOM L3

> Curt Arnold wrote:
> 
> 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.

To be sure I understand the rational here. How about DOM Level 1 and
DOM Level 2 production of the test markup languages?

Philippe

Received on Friday, 26 October 2001 08:25:25 UTC