diff --git a/css-view-transitions-1/Overview.bs b/css-view-transitions-1/Overview.bs index 1a2a4c76fb2f..ef969e3854c3 100644 --- a/css-view-transitions-1/Overview.bs +++ b/css-view-transitions-1/Overview.bs @@ -1662,6 +1662,19 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface; then |transition|'s [=ViewTransition/finished promise=] will reject with the same reason. +## View transition page-visibility change steps ## {#page-visibility-change-steps} +
hidden
", then:
+
+ 1. If |document|'s [=active view transition=] is not null, then [=skip the view transition|skip=] |document|'s [=active view transition=].
+
+ 1. Otherwise, [=assert=]: [=active view transition=] is null.
+
+ Note: this is called from the HTML spec.
+