Re: Property enumeration for NodeList, etc.

Boris Zbarsky:
> On 6/18/11 1:26 AM, Cameron McCormack wrote:
> >                                        Fx  Sa  Cr  Op  IE
> ...
> >   Window
> ...
> >   named properties enumerated?         N   n   n   y   y
> ...
> >(N) named properties don’t exist on this object
> 
> Actually, in Firefox there are in fact named properties on the window:
> frame names.  They're not enumerable properties.

Oh, typo in my test document!  (I was checking document.zzz for
existence of named properties on window instead of window.zzz.)  Fixed
now, confirming your assertion.

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Saturday, 18 June 2011 06:06:57 UTC