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

The problem here is that exposing iframe history in the outer world breaks that very principle.  Now the outer DOM can influence what gets shown in the iframe inside a shadow tree by using `history.go(-1)` and other history APIs.

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

Received on Friday, 15 April 2016 06:43:53 UTC