From cd438d225475e62de6efa8f519ca71cd42a90c63 Mon Sep 17 00:00:00 2001 From: Anton Maliev Date: Tue, 22 Oct 2024 22:04:12 +0000 Subject: [PATCH] Update monkey patch location in Load a Document --- compatibility.bs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/compatibility.bs b/compatibility.bs index 15b74fc..fba69d6 100644 --- a/compatibility.bs +++ b/compatibility.bs @@ -943,12 +943,11 @@ Issue(amaliev/3pcd-exemption-heuristics#3): TODO: Consider whether to check for

Redirect Heuristic

-Insert the following steps in [[!HTML]]'s load a document algorithm, before the -final step which returns null. +Insert the following steps at the start of [[!HTML]]'s load a document algorithm.
-1. Run [=detect a redirect heuristic=] given navigable. +1. Run [=detect a redirect heuristic=] given navigationParams's navigable.