You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case of a delta > 1, multiple browsing contexts may be traversed to a different document. In this case, it is not clear what the specified browsing context should be.
Should each browsing context that is being traversed prompt its active document to unload?
If so, what should happen if one document is allowed to unload, but not the other?
The steps for Traverse history by a delta https://html.spec.whatwg.org/multipage/#traverse-the-history-by-a-delta seem to assume only a single browsing context will be traversed.
In the case of a delta > 1, multiple browsing contexts may be traversed to a different document. In this case, it is not clear what the specified browsing context should be.
Should each browsing context that is being traversed prompt its active document to unload?
If so, what should happen if one document is allowed to unload, but not the other?
I have created a page to test this behavior across multiple browsers https://servo-experiments.surge.sh/beforeunload-parent.html
cc @asajeffrey @gterzian
The text was updated successfully, but these errors were encountered: