Talk:DOM:window
From MDC
There needs to be separate articles for DOM:window.navigator, DOM:window.screen, DOM:window.location, and DOM:window.history. --Maian 10:03, 15 October 2005 (PDT)
[edit] Window Object 1.0 W3C Working Draft?
Many, if not all, properties and methods linked to from DOM:window have "DOM Level 0. Not part of any standard." listed as under their "Specification" sections. Is there any value in linking to the relatively new W3C Working Draft: Window Object 1.0 for the properties it covers like location? --George3 20:08, 19 September 2006 (PDT)
[edit] Window Events?
I'm kind of a JS noob, but I can't find any reference to the window addEventListener and removeEventListener methods, although it seems like they are the Gecko way of multicasting events. Is this an oversight or have I just not navigated to the right place?
- Look on the DOM:element page. I found it by putting "addEventListener" in the search box on the upper right. I guess they are not on this "window" page because they can be associated with other elements, not just windows? --George3 13:06, 26 April 2007 (PDT)
- They are not on "window", because the reference is poorly organized. We're sorry about it. addEventListener can be called on elements, but also on other things, like
window,document, and XMLHttpRequest. --Nickolay 00:00, 28 April 2007 (PDT)
- They are not on "window", because the reference is poorly organized. We're sorry about it. addEventListener can be called on elements, but also on other things, like