- 
                Notifications
    
You must be signed in to change notification settings  - Fork 3k
 
Open
Description
What is the issue with the HTML Standard?
"Tab restore" is when the browser restarts and automatically loads tabs that were open before it was closed.
UAs implement this somewhat differently, yet this is observable in a few places:
- the navigation timing API, see Consider using 
reloadinstead ofback_forwardfor "tab restore" w3c/navigation-timing#192 - the new navigation activation API
 - Potentially the 
navigationAPI when observing history? 
The main thing that's in question is the "navigation type" in that situation.
Note that it can't be navigate, because the browser might restore the forward history.
In the navigation API this is currently exposed as back_forward (a traverse), but perhaps it's actually a reload?
Specifying what this tab restore actually is would help us decide how it is exposed as a navigation type or otherwise.
Metadata
Metadata
Assignees
Labels
No labels