diff --git a/source b/source index 7d7ae4141d2..bdee8f5e07c 100644 --- a/source +++ b/source @@ -81653,31 +81653,31 @@ body { display:none } null.
If window has history-action activation, then:
+If there is no close watcher in window's close + watcher stack whose was created with user + activation is false, then:
Consume history-action user activation given window.
Set wasCreatedWithUserActivation to true.
Set wasCreatedWithUserActivation to false.
Set isGroupedWithPrevious to false.
This will be the one "free" close watcher created without user activation, which + is useful for cases like session inactivity timeout dialogs or notifications from the + server.
Otherwise, if there is no close watcher in window's close - watcher stack whose was created with user - activation is false, then:
+Otherwise, if window has history-action activation, then:
Set wasCreatedWithUserActivation to false.
Consume history-action user activation given window.
Set wasCreatedWithUserActivation to true.
Set isGroupedWithPrevious to false.
This will be the one "free" close watcher created without user activation, which - is useful for cases like session inactivity timeout dialogs or notifications from the - server.