@@ -209,6 +209,8 @@ spec: SCREEN-ORIENTATION; urlPrefix: https://www.w3.org/TR/screen-orientation
209209spec: FETCH; urlPrefix: https://fetch.spec.whatwg.org/
210210 type: dfn
211211 text: default User-Agent value; url: #default-user-agent-value
212+ text: HTTP-network-or-cache fetch; url: #concept-http-network-or-cache-fetch
213+ text: request; url: #fetch-params-request
212214spec: HTML; urlPrefix: https://html.spec.whatwg.org/multipage/
213215 type: dfn
214216 text: 2D context creation algorithm; url: canvas.html#2d-context-creation-algorithm
@@ -238,6 +240,7 @@ spec: HTML; urlPrefix: https://html.spec.whatwg.org/multipage/
238240 text: navigable; for:window; url: nav-history-apis.html#window-navigable
239241 text: navigables; url: document-sequences.html#navigables
240242 text: navigation id; url: browsing-the-web.html#navigation-id
243+ text: NavigatorID; url: system-state.html#navigatorid
241244 text: ongoing-navigation; url: browsing-the-web.html#ongoing-navigation
242245 text: origin-clean; url: canvas.html#concept-canvas-origin-clean
243246 text: parent; for:navigable; url: document-sequences.html#nav-parent
@@ -6319,10 +6322,26 @@ The [=default User-Agent value=] getter steps is implementation defined. A
63196322WebDriver-BiDi [=remote end=] must have an implementation that runs the following
63206323steps:
63216324
6322- Issue: get |related navigables|.
6325+ 1. Let |related navigables| be an empty list .
63236326
6324- 1. Let |related navigables| be the implementation-defined list of navigables related
6325- to the caller of these steps.
6327+ 1. If [=default User-Agent value=] was accessed during execution of the
6328+ [=HTTP-network-or-cache fetch=] algorithm with |fetchParams|:
6329+
6330+ 1. Let |request| be |fetchParams|’s [=request=] .
6331+
6332+ 1. If |request|'s [=request/client=] is not null, let |related navigables|
6333+ be the result of [=get related navigables=] with |request|'s
6334+ [=request/client=] .
6335+
6336+ 1. If [=default User-Agent value=] was accessed from [=NavigatorID=] interface:
6337+
6338+ 1. Let |realm| be [=current Realm Record=] .
6339+
6340+ 1. Let |environment settings| be the [=environment settings object=] whose
6341+ [=realm execution context=] 's Realm component is |realm|.
6342+
6343+ 1. Let |related navigables| be the result of [=get related navigables=] given
6344+ |environment settings|.
63266345
632763461. Let |emulated user agent| be the result of [=get emulated user agent=] given
63286347 |related navigables|.
0 commit comments