@@ -193,6 +193,7 @@ spec: HTML; urlPrefix: https://html.spec.whatwg.org/multipage/
193
193
text: context mode; url: /canvas.html#offscreencanvas-context-mode
194
194
text: create a classic script; url: webappapis.html#creating-a-classic-script
195
195
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
196
197
text: default classic script fetch options; url: webappapis.html#default-classic-script-fetch-options
197
198
text: default view; url: nav-history-apis.html#dom-document-defaultview
198
199
text: descendant navigables; utl: document-sequences.html#descendant-navigables
@@ -229,7 +230,6 @@ spec: HTML; urlPrefix: https://html.spec.whatwg.org/multipage/
229
230
text: traverse the history by a delta; url: browsing-the-web.html#traverse-the-history-by-a-delta
230
231
text: update the file selection; url: input.html#update-the-file-selection
231
232
text: visible; url: document-sequences.html#system-visibility-state
232
- text: window open steps; url: window-object.html#window-open-steps
233
233
text: worker event loop; url: webappapis.html#worker-event-loop-2
234
234
text: worklet global scopes; url:worklets.html#concept-document-worklet-global-scopes
235
235
spec: INFRA; urlPrefix: https://infra.spec.whatwg.org/
@@ -3184,13 +3184,10 @@ The [=remote end steps=] with |command parameters| are:
3184
3184
3185
3185
<!-- This is based on step 5 of https://w3c.github.io/webdriver/#new-window,
3186
3186
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|:
3194
3191
3195
3192
* If |type| is "<code> tab</code> " and the implementation supports
3196
3193
multiple browsing contexts in the same OS window:
0 commit comments