Skip to content

Commit 84af521

Browse files
committed
Update monkey patch location in Load a Document
1 parent f0aaf63 commit 84af521

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
@@ -939,12 +939,11 @@ Issue(amaliev/3pcd-exemption-heuristics#3): TODO: Consider whether to check for
939939

940940
<h3 id="sa-heuristics-redirect">Redirect Heuristic</h3>
941941

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

945944
<div algorithm="loading-a-document-patch">
946945

947-
1. Run [=detect a redirect heuristic=] given <var ignore>navigable</var>.
946+
1. Run [=detect a redirect heuristic=] given <var ignore>navigationParams</var>'s <var ignore>navigable</var>.
948947

949948
</div>
950949

0 commit comments

Comments
 (0)