Re: [whatwg/fetch] Split 'document' destination into 'frame' and 'iframe'. (#948)

> This is what I had thought as well, but I checked before replying last night :) Sadly: https://arturjanc.com/object-resize.html

Confirmed this in Firefox and Chrome via `data:text/html,<embed src="https://arturjanc.com/object-resize-frame.html">`. Weird.

As a counterexample, loading `data:text/html,<embed src="https://example.com/">` in Firefox and Chrome and then putting `window.frames[0].location = "https://mikewest.org/static/20111231/images/mikewest.jpg";` into the console does not cause a resize.

That behavior surprises me. Why do we rerun the SVG bits of https://html.spec.whatwg.org/#the-embed-element-setup-steps upon navigation?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/948#issuecomment-553831603

Received on Thursday, 14 November 2019 10:44:46 UTC