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

Yeah, the point is that navigation within `<iframe>` works regardless of Shadow DOM,
but browser UI back/forward button works differently after iframe navigation, whether
it is in Shadow DOM or not. Is this difference acceptable?

This is slightly diverged from the original topic (window.history API) and the spec only says
in non-normative section:
https://html.spec.whatwg.org/multipage/browsers.html#history-notes
So, even when history API's go()/back()/forward() follow its own history list, browser UI can still
follow the whole joint session history, which is implementation specific.


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

Received on Wednesday, 18 May 2016 04:14:13 UTC