Skip to content

Commit 0fa2d99

Browse files
Fix browsing context creation steps (#737)
--------- Co-authored-by: Julian Descottes <[email protected]>
1 parent a46d71b commit 0fa2d99

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

index.bs

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ spec: HTML; urlPrefix: https://html.spec.whatwg.org/multipage/
193193
text: context mode; url: /canvas.html#offscreencanvas-context-mode
194194
text: create a classic script; url: webappapis.html#creating-a-classic-script
195195
text: create a new browsing context; url: browsers.html#creating-a-new-browsing-context
196+
text: create a new top-level traversable; url: document-sequences.html#creating-a-new-top-level-traversable
196197
text: default classic script fetch options; url: webappapis.html#default-classic-script-fetch-options
197198
text: default view; url: nav-history-apis.html#dom-document-defaultview
198199
text: descendant navigables; utl: document-sequences.html#descendant-navigables
@@ -229,7 +230,6 @@ spec: HTML; urlPrefix: https://html.spec.whatwg.org/multipage/
229230
text: traverse the history by a delta; url: browsing-the-web.html#traverse-the-history-by-a-delta
230231
text: update the file selection; url: input.html#update-the-file-selection
231232
text: visible; url: document-sequences.html#system-visibility-state
232-
text: window open steps; url: window-object.html#window-open-steps
233233
text: worker event loop; url: webappapis.html#worker-event-loop-2
234234
text: worklet global scopes; url:worklets.html#concept-document-worklet-global-scopes
235235
spec: INFRA; urlPrefix: https://infra.spec.whatwg.org/
@@ -3184,13 +3184,10 @@ The [=remote end steps=] with |command parameters| are:
31843184

31853185
<!-- This is based on step 5 of https://w3c.github.io/webdriver/#new-window,
31863186
but without using the "current browsing context" concept. -->
3187-
1. Create a new [=top-level browsing context=] by running the [=window open
3188-
steps=] with <var ignore>url</var> set to "<code>about:blank</code>", <var
3189-
ignore>target</var> set to the empty string, and <var ignore>features</var>
3190-
set to "<code>noopener</code>", and setting the [=associated user context=]
3191-
for the newly created [=/top-level traversable=] to |user context|. Which OS
3192-
window the new [=/browsing context=] is created in depends on |type| and
3193-
|reference context|:
3187+
1. Create a new [=top-level browsing context=] by running
3188+
the [=/create a new top-level traversable=] steps with null and empty string,
3189+
and setting the [=associated user context=] for the newly created [=/top-level traversable=] to |user context|.
3190+
Which OS window the new [=/browsing context=] is created in depends on |type| and |reference context|:
31943191

31953192
* If |type| is "<code>tab</code>" and the implementation supports
31963193
multiple browsing contexts in the same OS window:

0 commit comments

Comments
 (0)