Re: DOM Views confusion

On Wed, 22 Mar 2006, Cameron McCormack wrote:
> 
> DOM Views is confusing me.  How do I get to a view of a Document that
> is not the default view?

Currently in the DOM there are two ways of getting at views: the 
document.defaultView attribute, and the view attribute of UIEvent objects.

I don't know of any UA that actually implements multiple Views.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Wednesday, 22 March 2006 05:16:56 UTC