Skip to content

Commit be23a0e

Browse files
committed
Update monkey patch location in Load a Document
1 parent 56b8060 commit be23a0e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

compatibility.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -943,12 +943,11 @@ Issue(amaliev/3pcd-exemption-heuristics#3): TODO: Consider whether to check for
943943

944944
<h3 id="sa-heuristics-redirect">Redirect Heuristic</h3>
945945

946-
Insert the following steps in [[!HTML]]'s <a spec="html">load a document</a> algorithm, before the
947-
final step which returns null.
946+
Insert the following steps at the start of [[!HTML]]'s <a spec="html">load a document</a> algorithm.
948947

949948
<div algorithm="loading-a-document-patch">
950949

951-
1. Run [=detect a redirect heuristic=] given <var ignore>navigable</var>.
950+
1. Run [=detect a redirect heuristic=] given <var ignore>navigationParams</var>'s <var ignore>navigable</var>.
952951

953952
</div>
954953

0 commit comments

Comments
 (0)