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

4. throw in all the History attributes and methods when iframe is in shadow dom
5. make attributes and methods of History no-ops
6. hide .history property in shadow iframes.
7. make .history property to be null in shadow iframes

(7) might not be too bad. Since it is not really acceptable for shadow iframe to affect to the global history, no pages using history API should be loaded to shadow iframes.

Or then (3), so that shadow iframe becomes a root of a session history itself. (but then, how would the UI work with several different session histories)

---
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-210474769

Received on Friday, 15 April 2016 14:02:27 UTC