Skip to content

Commit 653d0b1

Browse files
authored
[css-view-transitions-1] Remove HTML monkey patches (#9079)
1 parent 0cadf52 commit 653d0b1

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,27 +1166,6 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
11661166
Note: These are used to update, and later remove styles
11671167
from a [=/document=]'s [=document/dynamic view transition style sheet=].
11681168

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.
1188-
</div>
1189-
11901169
## [=Perform pending transition operations=] ## {#perform-pending-transition-operations-algorithm}
11911170

11921171
<div algorithm>

0 commit comments

Comments
 (0)