- From: Takayoshi Kochi <notifications@github.com>
- Date: Tue, 17 May 2016 22:24:48 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Wednesday, 18 May 2016 05:25:38 UTC
To pose the problem in a flipped way, after the following user-initiated (click on link) navigation happend in the [demo](https://takayoshikochi.github.io/tests/005_iframes.html), assuming each iframe were in the Shadow DOM. Entry1: A1 Entry2: A2 + B1 + C1 Entry3: A2 + B1 + C2 Entry4: A2 + B2 + C2 Each history object has the following list: A: [A1, A2] current index = 1 B: [B1, B2] current index = 1 C: [C1, C2] current index = 1 then `history.back()` is executed in frame C, each history object looks like: A: [A1, A2] current index = 1 B: [B1, B2] current index = 1 C: [C1, C2] current index = 0 (showing C1 content) What will happen for each frame and each history object if browser UI's back/forward button is pressed? (again, this may be out of scope for the HTML spec, but everyone here has to implement something for each browser :) --- 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-219928308
Received on Wednesday, 18 May 2016 05:25:38 UTC