Skip to content

Commit

Permalink
Link browsingContext.contextCreated to the html spec
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed May 7, 2024
1 parent e74d46a commit f111e8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4136,14 +4136,14 @@ To <dfn>Emit a context created event</dfn> given |session| and |context|:

</div>

<div algorithm="remote end event trigger for browsingContext.contextCreated">

The [=remote end event trigger=] is:
<div algorithm="remote end event trigger for browsingContext.contextCreated">

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 <dfn export>WebDriver BiDi navigable created</dfn> 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|.

Expand Down

0 comments on commit f111e8f

Please sign in to comment.