From 84af521c251088d658e300bf26b79d27a9bef4ca 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 657ffd6..6276ea4 100644 --- a/compatibility.bs +++ b/compatibility.bs @@ -939,12 +939,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.