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
Note: These are used to update, and later remove styles
1167
1167
from a [=/document=]'s [=document/dynamic view transition style sheet=].
1168
1168
1169
-
## Monkey patches to rendering ## {#monkey-patch-to-rendering-algorithm}
1170
-
1171
-
<div algorithm="monkey patch to rendering">
1172
-
Run the following steps before <a href="https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:run-the-update-intersection-observations-steps">intersection observer steps</a> in the [=update the rendering=] steps:
1173
-
1174
-
1. For each [=fully active=]{{Document}} in <var ignore>docs</var>,
1175
-
[=perform pending transition operations=] for that {{Document}}.
1176
-
1177
-
Note: These steps will be added to the [=update the rendering=] in the HTML spec.
1178
-
As such, the prose style is written to match other steps in that algorithm.
1179
-
</div>
1180
-
1181
-
<div algorithm="suppress rendering">
1182
-
In the definition for [=rendering opportunity=], add the following condition:
1183
-
1184
-
A navigable has no rendering opportunities if active document has [=document/rendering suppression for view transitions=] set to true.
1185
-
1186
-
Note: These steps will be added to the [=update the rendering=] in the HTML spec.
1187
-
See <a href="https://github.com/w3c/csswg-drafts/issues/7784">#7884</a> for more context.
0 commit comments