Re: [webcomponents] <iframe> and the History API (#184)

My idea is:

- iframes in a shadow tree does not have any affect on window.history. Thus, states of iframes in a shadow trees is not exposed to window.history. In other words, window.history is *owned* exclusively by a document tree.
- go() should work as usual.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/184#issuecomment-196805741

Received on Tuesday, 15 March 2016 12:56:36 UTC