Re: [whatwg] same origin iframe relative paths

2015-06-01 Thread Boris Zbarsky
On 6/1/15 12:17 PM, Aaron Polley (Union Square Software) wrote: Would you happen to know where I could find this in the specs? https://html.spec.whatwg.org/multipage/infrastructure.html#document-base-url and https://html.spec.whatwg.org/multipage/infrastructure.html#fallback-base-url -Boris

Re: [whatwg] same origin iframe relative paths

2015-06-01 Thread Aaron Polley (Union Square Software)
Thanks for your reply, I was unable to find reference for the behaviour of relative urls within Iframes in the specs. Would you happen to know where I could find this in the specs? We're working on getting an isolated reproduction that I can send you a link to. Aaron -Original Message-

Re: [whatwg] same origin iframe relative paths

2015-06-01 Thread Boris Zbarsky
On 6/1/15 4:49 AM, Aaron Polley (Union Square Software) wrote: I've recently been looking at embedding pages with the same origin however in the latest versions of browsers any script tags inside the iframe with relative urls are loaded relative to the parent page url rather than the iframe url

[whatwg] same origin iframe relative paths

2015-06-01 Thread Aaron Polley (Union Square Software)
Hi, I've recently been looking at embedding pages with the same origin however in the latest versions of browsers any script tags inside the iframe with relative urls are loaded relative to the parent page url rather than the iframe url. Does anyone know what the correct behaviour of the iframe