Re: DOM traversal ambiguity question

Ory Segal wrote:
> Do you agree that there's a DOM (traversal) ambiguity here?
> 
> parent.someObject can refer both to a JS object with that name, or a 
> child element.

Yes, of course.  There are issues like that all over.  Just look at 
HTMLFormElement.submit.

-Boris

Received on Monday, 18 August 2008 14:45:19 UTC