[whatwg] Scripting Tweaks

Dean Edwards wrote:
> It would be handy to have the following DOM properties:
> 
> childElements
> firstChildElement
> lastChildElement
> previousElement
> nextElement
> parentElement
> 
> handy but definitely not required.

I think "childElements" corresponds to IE's "children" collection 
(except that "children" includes comments). I agree that this is useful.

"parentElement" would always be the same as "parentNode" though, won't it?

regards
Olav Junker Kj?r

Received on Wednesday, 20 April 2005 07:15:38 UTC