- From: Jonas Sicking <jonas@sicking.cc>
- Date: Wed, 05 Apr 2006 03:39:10 -0700
- To: Maciej Stachowiak <mjs@apple.com>
- Cc: Ian Hickson <ian@hixie.ch>, Web APIs WG <public-webapi@w3.org>
> To summarize options: > > 1) Require any non-presented DocumentWindow to have a null defaultView. > 2) Allow a non-presented DocumentWindow to have any AbstractView or null > as the defaultView (essentially, we disclaim stating a requirement on > non-presented documents). > 3) Forbid any non-presented Document to implement DocumentWindow (seems > too restrictive). I think I like 2 best. Ideally the XHR spec should define what properties the Document it returns should have. I'd be ok with 1 as well, though it might be tricky to define "presented". / Jonas
Received on Wednesday, 5 April 2006 10:39:28 UTC