From 1396a63ef3ea690d5fffacab1f4c4865df47190d Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 26 Sep 2024 13:57:04 +0200 Subject: [PATCH] Editorial: pass a settings object as needed when revealing a document These algorithm expect to be called with a settings object, not a document. --- source | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source b/source index e8c4389d51c..b5a1c55429c 100644 --- a/source +++ b/source @@ -103317,11 +103317,13 @@ location.href = '#foo';

If transition is not null, then:

    -
  1. Prepare to run script given document.

  2. +
  3. Prepare to run script given document's + relevant settings object.

  4. Activate transition.

  5. -
  6. Clean up after running script given document.

  7. +
  8. Clean up after running script given document's + relevant settings object.

Activating a view transition might resolve/reject promises, so by wrapping the