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
The <dfn export>view transition page-visibility change steps</dfn> given {{Document}} |document| are:
1674
1674
1675
-
1. If |document|'s [=Document/visibility state=] is "<code>hidden</code>", then:
1675
+
1. [=Queue a global task=] on the [=DOM manipulation task source=],
1676
+
given |document|'s [=relevant global object=],
1677
+
to perform the following steps:
1678
+
1679
+
1. If |document|'s [=Document/visibility state=] is "<code>hidden</code>", then:
1676
1680
1677
-
1. If |document|'s [=active view transition=] is not null, then [=skip the view transition|skip=] |document|'s [=active view transition=] with an "{{InvalidStateError}}" {{DOMException}}.
1681
+
1. If |document|'s [=active view transition=] is not null, then [=skip the view transition|skip=] |document|'s [=active view transition=] with an "{{InvalidStateError}}" {{DOMException}}.
1678
1682
1679
-
1. Otherwise, [=assert=]: [=active view transition=] is null.
1683
+
1. Otherwise, [=assert=]: [=active view transition=] is null.
0 commit comments