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
(and is therefore consistent regardless of root scrollbars or [=interactive-widget|interactive widgets=]).
769
769
This makes it likely to be consistent for the [=document element=]'s [=captured element/old image=] and [=captured element/new element=].
770
770
771
+
For iframes, the [=snapshot containing block=] corresponds to its [=initial containing block=].
772
+
771
773
<figure>
772
774
<img src="diagrams/phone-browser.svg" width="200" height="335" alt="A diagram of a phone screen, including a top status bar, a browser URL bar, web-content area with a floating scrollbar, a virtual keyboard, and a bottom bar with an OS back button">
773
775
<img src="diagrams/phone-browser-snapshot-root.svg" width="200" height="335" alt="The previous diagram, but highlights the area that's the 'snapshot containing block', which includes everything except the top status bar and the bottom bar with the OS back button">
<div class=note>This algorithm is invoked as a part of <a href="https://html.spec.whatwg.org/#event-loop-processing-model:perform-pending-transition-operations">update the rendering loop</a> in the html spec.</div>
1219
+
1216
1220
To <dfn>perform pending transition operations</dfn> given a {{Document}} |document|, perform the following steps:
1217
1221
1218
1222
1. If |document|'s [=document/active view transition=] is not null, then:
0 commit comments