Skip to content

Commit

Permalink
Update monkey patch location in Load a Document
Browse files Browse the repository at this point in the history
  • Loading branch information
amaliev committed Oct 23, 2024
1 parent fd75560 commit 6c927ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions compatibility.bs
Original file line number Diff line number Diff line change
Expand Up @@ -943,12 +943,11 @@ Issue(amaliev/3pcd-exemption-heuristics#3): TODO: Consider whether to check for

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

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

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

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

</div>

Expand Down

0 comments on commit 6c927ab

Please sign in to comment.