From f111e8fa4bf579a2cc60e78e2dfc4c44ae286c58 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Tue, 7 May 2024 19:03:12 +0200 Subject: [PATCH] Link browsingContext.contextCreated to the html spec --- index.bs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.bs b/index.bs index 8c85ea4e..c90e44d0 100644 --- a/index.bs +++ b/index.bs @@ -4136,14 +4136,14 @@ To Emit a context created event given |session| and |context|: -
-The [=remote end event trigger=] is: +
-When the [=create a new browsing context=] algorithm is invoked, after the -[=active document=] of the browsing context is set, run the following steps: +The [=remote end event trigger=] is +the WebDriver BiDi navigable created steps given +|navigable|: -1. Let |context| be the newly created browsing context. +1. Let |context| be |navigable|'s [=active browsing context=]. 1. Let |related browsing contexts| be a [=/set=] containing |context|.