Re: Fwd: Data uri origin inheritance
João Eiras <[email protected]>
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <CAJ+sA06tfwwkC95SNerRFgLXAGTUtR7hhodjs7Gmjo4MF5bcpA@mail.gmail.com> |
> > The origin that's used is the origin of the innermost stack frame, > basically. What the spec is calling the "incumbent script". That's > what usually gets used whenever you need to derive an origin from what > scripts are active... > > Or is the question why the origin depends on the script at all? What > other origin would you use? Don't forget the case of windows opened > with window.open, not just subframes. > > -Boris > Why does the origin depend on the script (instead of just inheriting from the parent document) ? What is the use case ? Is there any browsr that implements that behavior ?