From 27caad5b902ffa2de3e6e9ce3e43959b82d26129 Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Thu, 16 Jan 2025 01:34:37 +0000 Subject: [PATCH] Update of TR report from new reffy run Using reffy commit 18.1.2. --- tr/algorithms/webdriver-bidi.json | 657 ++++++++++++-------- tr/cddl/webdriver-bidi-all.cddl | 1 + tr/cddl/webdriver-bidi-remote.cddl | 1 + tr/dfns/webdriver-bidi.json | 40 ++ tr/ids/webdriver-bidi.json | 938 ++++++++++++++++------------- tr/index.json | 14 +- tr/links/webdriver-bidi.json | 5 +- 7 files changed, 978 insertions(+), 678 deletions(-) diff --git a/tr/algorithms/webdriver-bidi.json b/tr/algorithms/webdriver-bidi.json index d49c52ca6c4a..dfba0c0c25f2 100644 --- a/tr/algorithms/webdriver-bidi.json +++ b/tr/algorithms/webdriver-bidi.json @@ -83,7 +83,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let sessions be a new set.

" + "html": "

Let sessions be a new set.

" }, { "html": "For each session in active BiDI sessions:", @@ -119,10 +119,31 @@ "html": "

If subscription is global return true.

" }, { - "html": "

Let subscription top-level traversables be get navigables by ids with subscription’s top-level traversable ids.

" + "html": "If user context ids is not empty:", + "rationale": "for", + "steps": [ + { + "html": "For each navigable in top-level traversables:", + "rationale": "if", + "steps": [ + { + "html": "

If subscription’s user context ids contains navigable’s associated user context's user context id, return true.

" + } + ] + } + ] }, { - "html": "

If the intersection of top-level traversables and subscription top-level traversables is not empty return true.

" + "html": "Otherwise:", + "rationale": "let", + "steps": [ + { + "html": "

Let subscription top-level traversables be get navigables by ids with subscription’s top-level traversable ids.

" + }, + { + "html": "

If the intersection of top-level traversables and subscription top-level traversables is not empty return true.

" + } + ] } ] }, @@ -138,14 +159,14 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let result be a new set.

" + "html": "

Let result be a new set.

" }, { "html": "For each subscription in session’s subscriptions:", "rationale": "if", "steps": [ { - "html": "

If subscription’s event names does not contain event name, continue.

" + "html": "

If subscription’s event names does not contain event name, continue.

" }, { "html": "If subscription’s is global:", @@ -165,6 +186,21 @@ } ] }, + { + "html": "Otherwise, if user context ids is not empty:", + "rationale": "for", + "steps": [ + { + "html": "For each traversable in remote end’s top-level traversables:", + "rationale": "append", + "steps": [ + { + "html": "

Append traversable to result if subscription’s user context ids contains traversable’s associated user context's user context id.

" + } + ] + } + ] + }, { "html": "Otherwise:", "rationale": "let", @@ -173,7 +209,7 @@ "html": "

Let top-level traversables be get navigables by ids with subscription’s top-level traversable ids.

" }, { - "html": "

Append each item of top-level traversables to result.

" + "html": "

Append each item of top-level traversables to result.

" } ] } @@ -191,7 +227,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let events be an empty set.

" + "html": "

Let events be an empty set.

" }, { "html": "If name contains a U+002E (period):", @@ -316,7 +352,7 @@ "html": "

Append resource name to the list of WebSocket resources for listener.

" }, { - "html": "

Append listener to the remote end's active\n listeners.

" + "html": "

Append listener to the remote end's active\n listeners.

" }, { "html": "

Return listener.

" @@ -383,7 +419,7 @@ "html": "

Assert: value matches the definition for the result type corresponding to the command with command name method.

" }, { - "html": "

If method is \"session.new\", let session be the entry in\n the list of active sessions whose session ID is equal to the\n \"sessionId\" property of value, append connection to session’s session WebSocket connections, and\n remove connection from the WebSocket connections not associated with\n a session.

" + "html": "

If method is \"session.new\", let session be the entry in\n the list of active sessions whose session ID is equal to the\n \"sessionId\" property of value, append connection to session’s session WebSocket connections, and\n remove connection from the WebSocket connections not associated with\n a session.

" }, { "html": "

Let response be a new map matching the CommandResponse production in the local end definition with the id field set to command id and the value field set to value.

" @@ -428,7 +464,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let related navigables be an empty set.

" + "html": "

Let related navigables be an empty set.

" }, { "html": "If settingsrelevant global object is a Window:", @@ -469,7 +505,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let result be an empty set.

" + "html": "

Let result be an empty set.

" }, { "html": "For each navigable id in navigable ids:", @@ -479,7 +515,7 @@ "html": "

Let navigable be the navigable with id navigable id if such navigable exists, and null otherwise.

" }, { - "html": "

Append navigable to result if navigable is not null.

" + "html": "

Append navigable to result if navigable is not null.

" } ] }, @@ -495,14 +531,14 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let result be an empty set.

" + "html": "

Let result be an empty set.

" }, { "html": "For each navigable in navigables:", "rationale": "append", "steps": [ { - "html": "

Append navigable’s top-level traversable to result.

" + "html": "

Append navigable’s top-level traversable to result.

" } ] }, @@ -524,7 +560,7 @@ "html": "

Let serialized be the result of serialize an infra value to JSON\n bytes given body.

" }, { - "html": "For each connection in session’s session WebSocket connections:", + "html": "For each connection in session’s session WebSocket connections:", "rationale": "send", "steps": [ { @@ -570,7 +606,7 @@ ] }, { - "html": "

Otherwise, if WebSocket connections not associated with a session contains connection, remove connection from that set.

" + "html": "

Otherwise, if WebSocket connections not associated with a session contains connection, remove connection from that set.

" } ] }, @@ -705,6 +741,50 @@ } ] }, + { + "name": "remove user context subscriptions", + "href": "https://www.w3.org/TR/webdriver-bidi/#remove-user-context-subscriptions", + "html": "To remove user context subscriptions:", + "rationale": ".algorithm", + "steps": [ + { + "html": "For each session in active sessions:", + "rationale": "let", + "steps": [ + { + "html": "

Let subscriptions to remove be a set.

" + }, + { + "html": "For each subscription in session’s subscriptions:", + "rationale": "if", + "steps": [ + { + "html": "If subscription’s user context ids contains navigable’s associated user context's user context id;", + "rationale": "remove", + "steps": [ + { + "html": "

Remove navigable’s associated user context's user context id from subscription’s user context ids.

" + }, + { + "html": "If subscription’s user context ids is empty:", + "rationale": "append", + "steps": [ + { + "html": "

Append subscription to subscriptions to remove.

" + } + ] + } + ] + } + ] + }, + { + "html": "

Remove subscriptions to remove from session’s subscriptions.

" + } + ] + } + ] + }, { "name": "get user context", "href": "https://www.w3.org/TR/webdriver-bidi/#get-user-context", @@ -712,10 +792,10 @@ "rationale": ".algorithm", "steps": [ { - "html": "

For each user context in the set of user contexts:

" + "html": "

For each user context in the set of user contexts:

" }, { - "html": "If user context’s user context id equals user context id:", + "html": "If user context’s user context id equals user context id:", "rationale": "return", "steps": [ { @@ -735,10 +815,10 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Remove session from active sessions.

" + "html": "

Remove session from active sessions.

" }, { - "html": "

If active sessions is empty, set the webdriver-active flag to false.

" + "html": "

If active sessions is empty, set the webdriver-active flag to false.

" } ] }, @@ -752,7 +832,7 @@ "html": "

Close the WebSocket connections with session.

" }, { - "html": "

If active sessions is empty, cleanup remote end state.

" + "html": "

If active sessions is empty, cleanup remote end state.

" }, { "html": "

Perform any implementation-specific cleanup steps.

" @@ -830,7 +910,7 @@ "html": "

If the implementation is unable to start a new session for any reason, return\n an error with error code session not created.

" }, { - "html": "

Let flags be a set containing \"bidi\".

" + "html": "

Let flags be a set containing \"bidi\".

" }, { "html": "

Let capabilities json be the result of trying to process capabilities with command parameters and flags.

" @@ -880,19 +960,25 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let event names be an empty set.

" + "html": "

Let event names be an empty set.

" }, { "html": "

For each entry name in command parameters[\"events\"],\n let event names be the union of event names and the result of trying to obtain a set of event names with name.

" }, { - "html": "

Let subscription navigables be a set.

" + "html": "

Let input user context ids be create a set with command parameters[contexts].

" + }, + { + "html": "

Let input context ids be create a set with command parameters[contexts].

" + }, + { + "html": "

If input user context ids is not empty and input context ids is not empty,\n return error with error code invalid argument.

" }, { - "html": "

Let top-level traversable context ids be a set.

" + "html": "

Let subscription navigables be a set.

" }, { - "html": "

Let input context ids be create a set with command parameters[contexts].

" + "html": "

Let top-level traversable context ids be a set.

" }, { "html": "If input context ids is not empty:", @@ -906,7 +992,7 @@ "rationale": "return", "steps": [ { - "html": "

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

" } ] }, @@ -918,17 +1004,44 @@ "rationale": "append", "steps": [ { - "html": "

Append navigable’s navigable id to top-level traversable context ids.

" + "html": "

Append navigable’s navigable id to top-level traversable context ids.

" } ] } ] }, { - "html": "

Otherwise, set subscription navigables to a set of all top-level traversables in the remote end.

" + "html": "Otherwise, if input user context ids is not empty:", + "rationale": "for", + "steps": [ + { + "html": "For each user context id of input user context ids:", + "rationale": "let", + "steps": [ + { + "html": "

Let user context be get user context with user context id.

" + }, + { + "html": "

If user context is null, return error with error code invalid argument.

" + }, + { + "html": "For each top-level traversable in the list of all top-level traversables whose associated user context is user context:", + "rationale": "append", + "steps": [ + { + "html": "

Append top-level traversable to subscription navigables.

" + } + ] + } + ] + } + ] + }, + { + "html": "

Otherwise, set subscription navigables to a set of all top-level traversables in the remote end.

" }, { - "html": "

Let subscription be a subscription with subscription id set to the string representation of a UUID, event names set to event names, and top-level traversable ids set to top-level traversable context ids.

" + "html": "

Let subscription be a subscription with subscription id set to the string representation of a UUID, event names set to event names, top-level traversable ids set to top-level traversable context ids and user context ids set to input user context ids.

" }, { "html": "

Let subscribe step events be a new map.

" @@ -949,7 +1062,7 @@ ] }, { - "html": "

Append subscription to session’s subscriptions.

" + "html": "

Append subscription to session’s subscriptions.

" }, { "html": "

Append subscription’s subscription id to session’s known subscription ids.

" @@ -999,16 +1112,16 @@ "rationale": "let", "steps": [ { - "html": "

Let event names be an empty set.

" + "html": "

Let event names be an empty set.

" }, { "html": "

For each entry name in command parameters[\"events\"],\n let event names be the union of event names and the result of trying to obtain a set of event names with name.

" }, { - "html": "

Let top-level traversable context ids be a set.

" + "html": "

Let top-level traversable context ids be a set.

" }, { - "html": "

Let input context ids be create a set with command parameters[contexts].

" + "html": "

Let input context ids be create a set with command parameters[contexts].

" }, { "html": "If input context ids is not empty:", @@ -1022,7 +1135,7 @@ "rationale": "return", "steps": [ { - "html": "

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

" } ] }, @@ -1034,7 +1147,7 @@ "rationale": "append", "steps": [ { - "html": "

Append navigable’s navigable id to top-level traversable context ids.

" + "html": "

Append navigable’s navigable id to top-level traversable context ids.

" } ] } @@ -1044,34 +1157,73 @@ "html": "

Let new subscriptions to be a list.

" }, { - "html": "For each subscription of session’s subscriptions:", + "html": "

Let matched events to be a set.

" + }, + { + "html": "

Let matched contexts to be a set.

" + }, + { + "html": "For each subscription of session’s subscriptions:", "rationale": "if", "steps": [ { - "html": "If intersection of subscription’s event names and event names is an empty set:", + "html": "If intersection of subscription’s event names and event names is an empty set:", "rationale": "append", "steps": [ { - "html": "

append subscription to new subscriptions.

" + "html": "

append subscription to new subscriptions.

" }, { - "html": "

Continue.

" + "html": "

Continue.

" } ] }, { - "html": "If top-level traversable context ids is an empty set:", - "rationale": "remove", + "html": "If top-level traversable context ids is an empty set:", + "rationale": "if", "steps": [ { - "html": "

Remove all items contained in event names from subscription’s event names.

" + "html": "If subscription is not global:", + "rationale": "append", + "steps": [ + { + "html": "

append subscription to new subscriptions.

" + }, + { + "html": "

Continue.

" + } + ] + }, + { + "html": "

Let subscription event names be clone of subscription’s event names.

" }, { - "html": "If subscription’s event names is not empty:", - "rationale": "append", + "html": "For each event name of event names:", + "rationale": "if", + "steps": [ + { + "html": "If subscription event names contains event name:", + "rationale": "append", + "steps": [ + { + "html": "

Append event name to matched events.

" + }, + { + "html": "

Remove event name from subscription event names.

" + } + ] + } + ] + }, + { + "html": "If subscription event names is not empty:", + "rationale": "let", "steps": [ { - "html": "

append subscription to new subscriptions.

" + "html": "

Let cloned subscription be a subscription with subscription id set to subscription’s subscription id, event names set to a new set containing subscription event names.

" + }, + { + "html": "

append cloned subscription to new subscriptions.

" } ] } @@ -1082,14 +1234,17 @@ "rationale": "if", "steps": [ { - "html": "If subscription is global:", + "html": "If subscription is global:", "rationale": "append", "steps": [ { - "html": "

append subscription to new subscriptions.

" + "html": "

append subscription to new subscriptions.

" } ] }, + { + "html": "

Otherwise, if subscription’s user context ids is not empty, continue.

" + }, { "html": "Otherwise:", "rationale": "let", @@ -1102,7 +1257,7 @@ "rationale": "set", "steps": [ { - "html": "

Set event map[event name] to clone of subscription’s top-level traversable ids.

" + "html": "

Set event map[event name] to clone of subscription’s top-level traversable ids.

" } ] }, @@ -1111,13 +1266,31 @@ "rationale": "if", "steps": [ { - "html": "

If event map[event name] does not exist,\n continue.

" + "html": "

If event map[event name] does not exist, continue.

" }, { - "html": "

Set event map[event name] to the difference between event map[event name] and top-level traversable context ids.

" + "html": "For each top-level traversable id of top-level traversable context ids:", + "rationale": "if", + "steps": [ + { + "html": "If event map[event name] contains top-level traversable id:", + "rationale": "append", + "steps": [ + { + "html": "

Append top-level traversable id to matched contexts.

" + }, + { + "html": "

Append event name to matched events.

" + }, + { + "html": "

Remove top-level traversable id from event map[event name].

" + } + ] + } + ] }, { - "html": "If event map[event name] is an empty set,", + "html": "If event map[event name] is an empty set,", "rationale": "remove", "steps": [ { @@ -1132,10 +1305,10 @@ "rationale": "let", "steps": [ { - "html": "

Let partial subscription be a subscription with subscription id set to subscription’s subscription id, event names set to a new set containing event name, top-level traversable ids set to remaining top-level traversable ids.

" + "html": "

Let partial subscription be a subscription with subscription id set to subscription’s subscription id, event names set to a new set containing event name, top-level traversable ids set to remaining top-level traversable ids.

" }, { - "html": "

append partial subscription to new subscriptions.

" + "html": "

append partial subscription to new subscriptions.

" } ] } @@ -1146,7 +1319,13 @@ ] }, { - "html": "

Set session’s subscriptions to new subscriptions.

" + "html": "

If matched events is not equal to event names, return error with error code invalid argument.

" + }, + { + "html": "

If top-level traversable context ids is not empty and matched contexts is not equal to top-level traversable context ids, return error with error code invalid argument.

" + }, + { + "html": "

Set session’s subscriptions to new subscriptions.

" } ] }, @@ -1155,43 +1334,43 @@ "rationale": "let", "steps": [ { - "html": "

Let subscriptions be create a set with command parameters[subscriptions].

" + "html": "

Let subscriptions be create a set with command parameters[subscriptions].

" }, { - "html": "

Let unknown subscription ids to difference between subscriptions and session’s known subscription ids.

" + "html": "

Let unknown subscription ids to difference between subscriptions and session’s known subscription ids.

" }, { "html": "If unknown subscription ids is not empty:", "rationale": "return", "steps": [ { - "html": "

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

" } ] }, { - "html": "

Let subscriptions to remove be an empty set.

" + "html": "

Let subscriptions to remove be an empty set.

" }, { - "html": "For each subscription in session’s subscriptions:", + "html": "For each subscription in session’s subscriptions:", "rationale": "if", "steps": [ { - "html": "If subscriptions contains subscription’s subscription id:", + "html": "If subscriptions contains subscription’s subscription id:", "rationale": "append", "steps": [ { - "html": "

Append subscription to subscriptions to remove.

" + "html": "

Append subscription to subscriptions to remove.

" } ] } ] }, { - "html": "

Set session’s known subscription ids to difference between session’s known subscription ids and subscriptions.

" + "html": "

Set session’s known subscription ids to difference between session’s known subscription ids and subscriptions.

" }, { - "html": "

Remove each item in subscriptions to remove from session’s subscriptions.

" + "html": "

Remove each item in subscriptions to remove from session’s subscriptions.

" } ] }, @@ -1213,7 +1392,7 @@ "html": "

Let visible documents be an empty list.

" }, { - "html": "For each top-level traversable traversable:", + "html": "For each top-level traversable traversable:", "rationale": "if", "steps": [ { @@ -1223,10 +1402,10 @@ "html": "

Let document be traversable’s active document.

" }, { - "html": "

Append document to documents.

" + "html": "

Append document to documents.

" }, { - "html": "

If document’s visibility state is \"visible\", Append document to visible documents.

" + "html": "

If document’s visibility state is \"visible\", Append document to visible documents.

" } ] }, @@ -1263,13 +1442,13 @@ "html": "

If current state is \"fullscreen\", \"maximized\", or \"minimized\" and is equal to state, return success with data null.

" }, { - "html": "

In the following list of conditions and associated steps, run the first set of steps for which the associated condition is true:

\n
\n
\"fullscreen\" \n
If not fullscreen is supported return error with error code unsupported operation. \n
\"normal\" \n
If not restore client window is supported for window return error with error code unsupported operation. \n
\"maximize\" \n
If not maximize client window is supported for window return error with error code unsupported operation. \n
\"minimize\" \n
If not minimize client window is supported for window return error with error code unsupported operation. \n
" + "html": "

In the following list of conditions and associated steps, run the first set of steps for which the associated condition is true:

\n
\n
\"fullscreen\" \n
If not fullscreen is supported return error with error code unsupported operation. \n
\"normal\" \n
If not restore client window is supported for window return error with error code unsupported operation. \n
\"maximize\" \n
If not maximize client window is supported for window return error with error code unsupported operation. \n
\"minimize\" \n
If not minimize client window is supported for window return error with error code unsupported operation. \n
" }, { "html": "

Let documents be an empty list.

" }, { - "html": "For each top-level traversable traversable:", + "html": "For each top-level traversable traversable:", "rationale": "if", "steps": [ { @@ -1284,7 +1463,7 @@ ] }, { - "html": "

If documents is empty return error with error code no such client window.

" + "html": "

If documents is empty return error with error code no such client window.

" }, { "html": "If current state is \"fullscreen\":", @@ -1353,7 +1532,7 @@ "html": "

End the session with session.

" }, { - "html": "If active sessions is not empty an implementation may\n return error with error code unable to close browser, and then\n run the following steps in parallel:", + "html": "If active sessions is not empty an implementation may\n return error with error code unable to close browser, and then\n run the following steps in parallel:", "rationale": "wait", "steps": [ { @@ -1365,7 +1544,7 @@ ] }, { - "html": "For each active session in active sessions:", + "html": "For each active session in active sessions:", "rationale": "end", "steps": [ { @@ -1402,13 +1581,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let user context be a new user context.

" + "html": "

Let user context be a new user context.

" }, { - "html": "

Append user context to the set of user contexts.

" + "html": "

Append user context to the set of user contexts.

" }, { - "html": "

Let user context info be a map matching the browser.UserContextInfo production with the userContext field set to user context’s user context id.

" + "html": "

Let user context info be a map matching the browser.UserContextInfo production with the userContext field set to user context’s user context id.

" }, { "html": "

Return success with data user context info.

" @@ -1421,13 +1600,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let client window ids be an empty set.

" + "html": "

Let client window ids be an empty set.

" }, { "html": "

Let client windows be an empty list.

" }, { - "html": "For each top-level traversable traversable:", + "html": "For each top-level traversable traversable:", "rationale": "let", "steps": [ { @@ -1437,16 +1616,16 @@ "html": "

Let client window id be the client window id for client window.

" }, { - "html": "

If client window ids contains client window id, continue.

" + "html": "

If client window ids contains client window id, continue.

" }, { - "html": "

Append client window id to client window ids.

" + "html": "

Append client window id to client window ids.

" }, { "html": "

Let client window info be get the client window info with client\n window.

" }, { - "html": "

Append client window info to client windows.

" + "html": "

Append client window info to client windows.

" } ] }, @@ -1467,14 +1646,14 @@ "html": "

Let user contexts be an empty list.

" }, { - "html": "For each user context in the set of user contexts:", + "html": "For each user context in the set of user contexts:", "rationale": "let", "steps": [ { - "html": "

Let user context info be a map matching the browser.UserContextInfo production with the userContext field set to user context’s user context id.

" + "html": "

Let user context info be a map matching the browser.UserContextInfo production with the userContext field set to user context’s user context id.

" }, { - "html": "

Append user context info to user contexts.

" + "html": "

Append user context info to user contexts.

" } ] }, @@ -1495,20 +1674,20 @@ "html": "

Let user context id be command parameters[\"userContext\"].

" }, { - "html": "

If user context id is \"default\", return error with error\n code invalid argument.

" + "html": "

If user context id is \"default\", return error with error\n code invalid argument.

" }, { - "html": "

Set user context to get user context with user context id.

" + "html": "

Set user context to get user context with user context id.

" }, { - "html": "

If user context is null, return error with error code no such user context.

" + "html": "

If user context is null, return error with error code no such user context.

" }, { "html": "For each top-level traversable navigable:", "rationale": "if", "steps": [ { - "html": "If navigable’s associated user context is user context:", + "html": "If navigable’s associated user context is user context:", "rationale": "close", "steps": [ { @@ -1519,7 +1698,7 @@ ] }, { - "html": "

Remove user context for the set of user contexts.

" + "html": "

Remove user context for the set of user contexts.

" }, { "html": "

Return success with data null.

" @@ -1532,10 +1711,10 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If the implementation does not support setting the client window state at\n all, then return error with error code unsupported operation.

" + "html": "

If the implementation does not support setting the client window state at\n all, then return error with error code unsupported operation.

" }, { - "html": "

If there is a client window with client window id command\n parameters[\"clientWindow\"], let client window be that client\n window. Otherwise return error with error code no such client window.

" + "html": "

If there is a client window with client window id command\n parameters[\"clientWindow\"], let client window be that client\n window. Otherwise return error with error code no such client window.

" }, { "html": "

Try to set the client window state with client window and command\n parameters[\"state\"].

" @@ -1576,7 +1755,7 @@ "html": "

If navigable id is null, return success with data null.

" }, { - "html": "

If there is no navigable with navigable id navigable id return error with error code no such frame

" + "html": "

If there is no navigable with navigable id navigable id return error with error code no such frame

" }, { "html": "

Let navigable be the navigable with id navigable id.

" @@ -1593,7 +1772,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let child navigables be a set containing all navigables that are\n a child navigable of navigable.

" + "html": "

Let child navigables be a set containing all navigables that are\n a child navigable of navigable.

" }, { "html": "

Return child navigables.

" @@ -1652,7 +1831,7 @@ ] }, { - "html": "

Let user context be navigable’s associated user context.

" + "html": "

Let user context be navigable’s associated user context.

" }, { "html": "

Let opener id be the navigable id for navigable’s original opener, if navigable’s original opener is not null,\n and null otherwise.

" @@ -1664,7 +1843,7 @@ "html": "

Let client window id be the client window id for top-level\n traversable’s associated client window.

" }, { - "html": "

Let navigable info be a map matching the browsingContext.Info production with the context field set to navigable id, the parent field set to parent id if include parent id is true, or unset otherwise, the url field set to url, the userContext field set\n to user context’s user context id, originalOpener field\n set to opener id, the children field set to child infos, and\n the clientWindow field set to client window id.

" + "html": "

Let navigable info be a map matching the browsingContext.Info production with the context field set to navigable id, the parent field set to parent id if include parent id is true, or unset otherwise, the url field set to url, the userContext field set\n to user context’s user context id, originalOpener field\n set to opener id, the children field set to child infos, and\n the clientWindow field set to client window id.

" }, { "html": "

Return navigable info.

" @@ -1702,7 +1881,7 @@ ] }, { - "html": "

If navigate status’s status is \"canceled\" return error with error code unknown error.

\n

TODO: is this the right way to handle errors here?

" + "html": "

If navigate status’s status is \"canceled\" return error with error code unknown error.

\n

TODO: is this the right way to handle errors here?

" }, { "html": "

Assert: navigate status’s status is \"pending\" and navigation id is not null.

" @@ -1726,7 +1905,7 @@ "html": "

Let (event received, status) be await given «event name,\n \"download started\", \"navigation aborted\",\n \"navigation failed\"» and navigation id.

" }, { - "html": "

If event received is \"navigation failed\"\n return error with error code unknown error.

" + "html": "

If event received is \"navigation failed\"\n return error with error code unknown error.

" }, { "html": "

Let body be a map matching the browsingContext.NavigateResult production, with the navigation field set to status’s id, and the url field set to the result of the URL serializer given status’s url.

" @@ -1771,7 +1950,7 @@ "html": "

Let navigable be the result of trying to get a navigable with navigable id.

" }, { - "html": "

If navigable is not a top-level traversable, return error with error code invalid argument.

" + "html": "

If navigable is not a top-level traversable, return error with error code invalid argument.

" }, { "html": "

Return activate a navigable with navigable.

" @@ -1785,7 +1964,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Run implementation-specific steps so that navigable’s system visibility state becomes visible. If this is not possible return error with error code unsupported operation.

" + "html": "

Run implementation-specific steps so that navigable’s system visibility state becomes visible. If this is not possible return error with error code unsupported operation.

" }, { "html": "

Run implementation-specific steps to set the system focus on the navigable if it is not focused.

" @@ -1984,7 +2163,7 @@ "html": "

Let navigable be the result of trying to get a navigable with navigable id.

" }, { - "html": "

If the implementation is unable to capture a screenshot of navigable for any\n reason then return error with error code unsupported operation.

" + "html": "

If the implementation is unable to capture a screenshot of navigable for any\n reason then return error with error code unsupported operation.

" }, { "html": "

Let document be navigable’s active document.

" @@ -2022,10 +2201,10 @@ "html": "

Let element be the result of trying to deserialize remote reference with clip[\"element\"], realm, and session.

" }, { - "html": "

If element doesn’t implement Element return error with error code no such element.

" + "html": "

If element doesn’t implement Element return error with error code no such element.

" }, { - "html": "

If element’s node document is not document, return error with error code no such element.

" + "html": "

If element’s node document is not document, return error with error code no such element.

" }, { "html": "

Let viewport rect be get the origin rectangle given\n \"viewport\" and document.

" @@ -2064,7 +2243,7 @@ "html": "

Let rect be the rectangle intersection of origin rect and clip rect.

" }, { - "html": "

If rect’s width dimension is 0 or rect’s height dimension is 0,\n return error with error code unable to capture screen.

" + "html": "

If rect’s width dimension is 0 or rect’s height dimension is 0,\n return error with error code unable to capture screen.

" }, { "html": "

Let canvas be render document to a canvas with document and rect.

" @@ -2101,7 +2280,7 @@ "html": "

Assert: navigable is not null.

" }, { - "html": "

If navigable is not a top-level traversable, return error with error code invalid argument.

" + "html": "

If navigable is not a top-level traversable, return error with error code invalid argument.

" }, { "html": "If prompt unload is true:", @@ -2141,28 +2320,28 @@ "html": "

If reference navigable id is not null, let reference navigable be the\n result of trying to get a navigable with reference navigable id. Otherwise let reference navigable be null.

" }, { - "html": "

If reference navigable is not null and is not a top-level traversable,\nreturn error with error code invalid argument.

" + "html": "

If reference navigable is not null and is not a top-level traversable,\nreturn error with error code invalid argument.

" }, { - "html": "

If the implementation is unable to create a new top-level traversable for any\n reason then return error with error code unsupported operation.

" + "html": "

If the implementation is unable to create a new top-level traversable for any\n reason then return error with error code unsupported operation.

" }, { - "html": "

Let user context be the default user context if reference navigable is null, and reference navigableassociated user context otherwise.

" + "html": "

Let user context be the default user context if reference navigable is null, and reference navigableassociated user context otherwise.

" }, { "html": "

Let user context id be the value of the userContext field of command parameters if present, or null otherwise.

" }, { - "html": "

If user context id is not null, set user context to the result of trying to get user context with user context id.

" + "html": "

If user context id is not null, set user context to the result of trying to get user context with user context id.

" }, { - "html": "

If user context is null, return error with error code no such user context.

" + "html": "

If user context is null, return error with error code no such user context.

" }, { - "html": "

If the implementation is unable to create a new top-level traversable with associated user context user context for any reason, return error with error code unsupported operation.

" + "html": "

If the implementation is unable to create a new top-level traversable with associated user context user context for any reason, return error with error code unsupported operation.

" }, { - "html": "

Let traversable be the result of trying to create a new top-level traversable steps with null and empty string,\n and setting the associated user context for the newly created top-level traversable to user context.\n Which OS window the new top-level traversable is created in depends on type and reference navigable:

\n " + "html": "

Let traversable be the result of trying to create a new top-level traversable steps with null and empty string,\n and setting the associated user context for the newly created top-level traversable to user context.\n Which OS window the new top-level traversable is created in depends on type and reference navigable:

\n " }, { "html": "If the value of the command parametersbackground field is false:", @@ -2172,7 +2351,7 @@ "html": "

Let activate result be the result of activate a navigable with the newly created navigable.

" }, { - "html": "

If activate result is an error, return activate result.

" + "html": "

If activate result is an error, return activate result.

" } ] }, @@ -2242,7 +2421,7 @@ "html": "

Let userText be the value of the userText field of command\n parameters if present, or the empty string otherwise.

" }, { - "html": "

If navigable is currently showing a simple dialog from a call to alert then\n acknowledge the prompt.

\n

Otherwise if navigable is currently showing a simple dialog from a call to confirm, then respond positively if accept is true, or respond\n negatively if accept is false.

\n

Otherwise if navigable is currently showing a simple dialog from a call to prompt, then respond with the string value userText if accept is\n true, or abort if accept is false.

\n

Otherwise, if navigable is currently showing a prompt as part of the prompt\n to unload steps, then confirm the navigation if accept is true, otherwise\n refuse the navigation.

\n

Otherwise return error with error code no such alert.

" + "html": "

If navigable is currently showing a simple dialog from a call to alert then\n acknowledge the prompt.

\n

Otherwise if navigable is currently showing a simple dialog from a call to confirm, then respond positively if accept is true, or respond\n negatively if accept is false.

\n

Otherwise if navigable is currently showing a simple dialog from a call to prompt, then respond with the string value userText if accept is\n true, or abort if accept is false.

\n

Otherwise, if navigable is currently showing a prompt as part of the prompt\n to unload steps, then confirm the navigation if accept is true, otherwise\n refuse the navigation.

\n

Otherwise return error with error code no such alert.

" }, { "html": "

Return success with data null.

" @@ -2262,7 +2441,7 @@ "html": "

Let parse result be the result of parse a selector given selector.

" }, { - "html": "

If parse result is failure, return error with error code invalid selector.

" + "html": "

If parse result is failure, return error with error code invalid selector.

" }, { "html": "For each context node of context nodes:", @@ -2276,7 +2455,7 @@ "rationale": "append", "steps": [ { - "html": "

Append element to returned nodes.

" + "html": "

Append element to returned nodes.

" }, { "html": "

If maximum returned node count is not null and size of returned nodes is equal to maximum returned node count,\n return success with data returned nodes.

" @@ -2321,7 +2500,7 @@ "rationale": "let", "steps": [ { - "html": "

Let evaluate result be the result of calling evaluate on navigable’s active document, with arguments selector, context node, null, ORDERED_NODE_SNAPSHOT_TYPE, and null. If this throws a \"SyntaxError\" DOMException, return error with error code invalid selector;\n otherwise, if this throws any other exception return error with error code unknown error.

" + "html": "

Let evaluate result be the result of calling evaluate on navigable’s active document, with arguments selector, context node, null, ORDERED_NODE_SNAPSHOT_TYPE, and null. If this throws a \"SyntaxError\" DOMException, return error with error code invalid selector;\n otherwise, if this throws any other exception return error with error code unknown error.

" }, { "html": "

Let index be 0.

" @@ -2337,7 +2516,7 @@ "html": "

Let node be the result of calling snapshotItem with evaluate result as this and index as the argument.

" }, { - "html": "

Append node to returned nodes.

" + "html": "

Append node to returned nodes.

" }, { "html": "

If maximum returned node count not null and size of returned nodes is equal to maximum returned node count,\n return success with data returned nodes.

" @@ -2361,7 +2540,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If selector is the empty string, return error with error code invalid selector.

" + "html": "

If selector is the empty string, return error with error code invalid selector.

" }, { "html": "

Let returned nodes be an empty list.

" @@ -2385,7 +2564,7 @@ "rationale": "append", "steps": [ { - "html": "

Append child to child nodes.

" + "html": "

Append child to child nodes.

" } ] }, @@ -2395,7 +2574,7 @@ ] }, { - "html": "

If context node does not implement HTMLElement then continue.

" + "html": "

If context node does not implement HTMLElement then continue.

" }, { "html": "

Let node inner text be the result of calling the innerText getter steps with context node as the this value.

" @@ -2412,7 +2591,7 @@ "rationale": "append", "steps": [ { - "html": "

Append child to child nodes.

" + "html": "

Append child to child nodes.

" } ] }, @@ -2421,10 +2600,10 @@ "rationale": "if", "steps": [ { - "html": "

If match type is \"full\" and node text is search text, append context node to returned nodes.

" + "html": "

If match type is \"full\" and node text is search text, append context node to returned nodes.

" }, { - "html": "

Otherwise, if match type is \"partial\", append context node to returned nodes.

" + "html": "

Otherwise, if match type is \"partial\", append context node to returned nodes.

" } ] }, @@ -2448,7 +2627,7 @@ ] }, { - "html": "

If maximum returned node count is not null, remove all entries\n in returned nodes with an index greater than or equal to maximum returned\n node count.

" + "html": "

If maximum returned node count is not null, remove all entries\n in returned nodes with an index greater than or equal to maximum returned\n node count.

" }, { "html": "

Return success with data returned nodes.

" @@ -2530,7 +2709,7 @@ "html": "

If maximum returned node count is not null and size of returned\nnodes is equal to maximum returned node count, break.

" }, { - "html": "

Append context node to returned nodes.

" + "html": "

Append context node to returned nodes.

" } ] }, @@ -2539,7 +2718,7 @@ "rationale": "if", "steps": [ { - "html": "

If child implements Element, append child to child nodes.

" + "html": "

If child implements Element, append child to child nodes.

" } ] }, @@ -2560,7 +2739,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If selector does not contain \"role\" and selector does not contain \"name\", return error with error code invalid selector.

" + "html": "

If selector does not contain \"role\" and selector does not contain \"name\", return error with error code invalid selector.

" }, { "html": "

Return the result of collect nodes using accessibility attributes with context nodes, selector, maximum returned node count, and null.

" @@ -2597,14 +2776,14 @@ "html": "

Let context nodes be an empty list.

" }, { - "html": "If start nodes parameter is null, append the document element of navigable’s active document to context nodes. Otherwise, for each serialized start node in start nodes parameter:", + "html": "If start nodes parameter is null, append the document element of navigable’s active document to context nodes. Otherwise, for each serialized start node in start nodes parameter:", "rationale": "let", "steps": [ { "html": "

Let start node be the result of trying to deserialize shared reference given serialized start node, realm and session.

" }, { - "html": "

Append start node to context nodes.

" + "html": "

Append start node to context nodes.

" } ] }, @@ -2676,7 +2855,7 @@ "rationale": "if", "steps": [ { - "html": "

If start nodes parameter is not null,\n return error with error code \"invalid argument\".

" + "html": "

If start nodes parameter is not null,\n return error with error code \"invalid argument\".

" }, { "html": "

Let selector be locator[\"value\"].

" @@ -2688,7 +2867,7 @@ "html": "

Let child navigable be the result of trying to get a navigable with context id.

" }, { - "html": "

If child navigable’s parent is not navigable,\n return error with error code \"invalid argument\".

" + "html": "

If child navigable’s parent is not navigable,\n return error with error code \"invalid argument\".

" }, { "html": "

Let result nodes be locate the container element given child navigable.

" @@ -2720,7 +2899,7 @@ "html": "

Let serialized node be the result of serialize as a remote value with result node, serialization options, result ownership, a new map as serialization internal map, realm and session.

" }, { - "html": "

Append serialized node to serialized nodes.

" + "html": "

Append serialized node to serialized nodes.

" } ] }, @@ -2762,7 +2941,7 @@ "html": "

Let url record be the result of applying the URL parser to url,\n with base URL base.

" }, { - "html": "

If url record is failure, return error with error code invalid\n argument.

" + "html": "

If url record is failure, return error with error code invalid\n argument.

" }, { "html": "

Let request be a new request whose URL is url record.

" @@ -2783,7 +2962,7 @@ "html": "

Let navigable be the result of trying to get a navigable with navigable id.

" }, { - "html": "

If the implementation is unable to provide a paginated representation of navigable for any reason then return error with error code unsupported operation.

" + "html": "

If the implementation is unable to provide a paginated representation of navigable for any reason then return error with error code unsupported operation.

" }, { "html": "

Let margin be the value of the margin field of command\n parameters if present, or otherwise a map matching the browsingContext.PrintMarginParameters with the fields set to\n their default values.

" @@ -2875,10 +3054,10 @@ "html": "

Let navigable be the result of trying to get a navigable with navigable id.

" }, { - "html": "

If navigable is not a top-level traversable, return error with error code invalid argument.

" + "html": "

If navigable is not a top-level traversable, return error with error code invalid argument.

" }, { - "html": "

If the implementation is unable to adjust the navigable’s layout viewport parameters with the given command parameters for any reason, return error with error code unsupported operation.

" + "html": "

If the implementation is unable to adjust the navigable’s layout viewport parameters with the given command parameters for any reason, return error with error code unsupported operation.

" }, { "html": "If command parameters contains the viewport field:", @@ -2963,7 +3142,7 @@ "html": "

Let navigable be the result of trying to get a navigable with command parameters[\"context\"].

" }, { - "html": "

If navigable is not a top-level traversable, return error with error code invalid argument.

" + "html": "

If navigable is not a top-level traversable, return error with error code invalid argument.

" }, { "html": "

Assert: navigable is not null.

" @@ -2999,7 +3178,7 @@ "html": "

Let is valid entry be await with «\"check history\"», and resume id.

" }, { - "html": "

If is valid entry is false, return error with error code no such\n history entry.

" + "html": "

If is valid entry is false, return error with error code no such\n history entry.

" }, { "html": "

Traverse the history by a delta given delta and navigable.

" @@ -3090,7 +3269,7 @@ "html": "

If the navigable cache behavior with navigable is \"bypass\",\n then perform implementation-defined steps to disable any implementation-specific\n resource caches for network requests originating from navigable.

" }, { - "html": "

Let related navigables be a set containing navigable.

" + "html": "

Let related navigables be a set containing navigable.

" }, { "html": "For each session in the set of sessions for which an event is enabled given \"browsingContext.contextCreated\" and related navigables:", @@ -3129,7 +3308,7 @@ "html": "

Let body be a map matching the browsingContext.ContextDestroyed production, with the params field set to params.

" }, { - "html": "

Let related navigables be a set containing navigable’s parent,\n if that is not null, or an empty set otherwise.

" + "html": "

Let related navigables be a set containing navigable’s parent,\n if that is not null, or an empty set otherwise.

" }, { "html": "For each session in the set of sessions for which an event is enabled given \"browsingContext.contextDestroyed\" and related navigables:", @@ -3139,25 +3318,25 @@ "html": "

Emit an event with session and body.

" }, { - "html": "

Let subscriptions to remove be a set.

" + "html": "

Let subscriptions to remove be a set.

" }, { - "html": "For each subscription in session’s subscriptions:", + "html": "For each subscription in session’s subscriptions:", "rationale": "if", "steps": [ { - "html": "If subscription’s top-level traversable ids contains navigable’s navigable id;", + "html": "If subscription’s top-level traversable ids contains navigable’s navigable id;", "rationale": "remove", "steps": [ { - "html": "

Remove navigable’s navigable id from subscription’s top-level traversable ids.

" + "html": "

Remove navigable’s navigable id from subscription’s top-level traversable ids.

" }, { "html": "If subscription’s top-level traversable ids is empty:", "rationale": "append", "steps": [ { - "html": "

Append subscription to subscriptions to remove.

" + "html": "

Append subscription to subscriptions to remove.

" } ] } @@ -3166,7 +3345,7 @@ ] }, { - "html": "

Remove subscriptions to remove from session’s subscriptions.

" + "html": "

Remove subscriptions to remove from session’s subscriptions.

" } ] } @@ -3188,7 +3367,7 @@ "html": "

Let navigation id be navigation status’s id.

" }, { - "html": "

Let related navigables be a set containing navigable.

" + "html": "

Let related navigables be a set containing navigable.

" }, { "html": "

Resume with \"navigation started\", navigation id, and navigation status.

" @@ -3220,7 +3399,7 @@ "html": "

Let navigation id be navigation status’s id.

" }, { - "html": "

Let related navigable be a set containing navigable.

" + "html": "

Let related navigable be a set containing navigable.

" }, { "html": "

Resume with \"fragment navigated\", navigation id, and navigation status.

" @@ -3252,7 +3431,7 @@ "html": "

Let body be a map matching the browsingContext.HistoryUpdated production, with the params field set to params.

" }, { - "html": "

Let related browsing contexts be a set containing navigable’s active browsing context.

" + "html": "

Let related browsing contexts be a set containing navigable’s active browsing context.

" }, { "html": "For each session in the set of sessions for which an event is enabled given \"browsingContext.historyUpdated\" and related browsing contexts:", @@ -3278,7 +3457,7 @@ "html": "

Let body be a map matching the browsingContext.DomContentLoaded production, with the params field set to params.

" }, { - "html": "

Let related navigables be a set containing navigable.

" + "html": "

Let related navigables be a set containing navigable.

" }, { "html": "

Let navigation id be navigation status’s id.

" @@ -3310,7 +3489,7 @@ "html": "

Let body be a map matching the browsingContext.Load production, with the params field set to params.

" }, { - "html": "

Let related navigables be a set containing navigable.

" + "html": "

Let related navigables be a set containing navigable.

" }, { "html": "

Let navigation id be navigation status’s id.

" @@ -3345,7 +3524,7 @@ "html": "

Let navigation id be navigation status’s id.

" }, { - "html": "

Let related navigables be a set containing navigable.

" + "html": "

Let related navigables be a set containing navigable.

" }, { "html": "

Resume with \"download started\", navigation id, and navigation status.

" @@ -3377,7 +3556,7 @@ "html": "

Let navigation id be navigation status’s id.

" }, { - "html": "

Let related navigables be a set containing navigable.

" + "html": "

Let related navigables be a set containing navigable.

" }, { "html": "

Resume with \"navigation aborted\", navigation id, and navigation status.

" @@ -3409,7 +3588,7 @@ "html": "

Let navigation id be navigation status’s id.

" }, { - "html": "

Let related navigables be a set containing navigable.

" + "html": "

Let related navigables be a set containing navigable.

" }, { "html": "

Resume with \"navigation failed\", navigation id, and navigation status.

" @@ -3444,7 +3623,7 @@ "html": "

Let body be a map matching the BrowsingContextUserPromptClosedEvent production, with the params field set to params.

" }, { - "html": "

Let related navigables be a set containing navigable.

" + "html": "

Let related navigables be a set containing navigable.

" }, { "html": "For each session in the set of sessions for which an event is enabled given \"browsingContext.userPromptClosed\" and related navigables:", @@ -3482,7 +3661,7 @@ "html": "

Let body be a map matching the browsingContext.UserPromptOpened production, with the params field set to params.

" }, { - "html": "

Let related navigables be a set containing navigable.

" + "html": "

Let related navigables be a set containing navigable.

" }, { "html": "For each session in the set of sessions for which an event is enabled given \"browsingContext.userPromptOpened\" and related navigables:", @@ -3528,7 +3707,7 @@ "rationale": "if", "steps": [ { - "html": "If intercept’s contexts does not contain navigable id:", + "html": "If intercept’s contexts does not contain navigable id:", "rationale": "continue", "steps": [ { @@ -3539,7 +3718,7 @@ ] }, { - "html": "If intercept’s phases contains phase:", + "html": "If intercept’s phases contains phase:", "rationale": "let", "steps": [ { @@ -3550,7 +3729,7 @@ "rationale": "append", "steps": [ { - "html": "

Append intercept id to intercepts.

" + "html": "

Append intercept id to intercepts.

" }, { "html": "

Continue.

" @@ -3566,7 +3745,7 @@ "rationale": "append", "steps": [ { - "html": "

Append intercept id to intercepts.

" + "html": "

Append intercept id to intercepts.

" }, { "html": "

Break.

" @@ -3597,13 +3776,13 @@ "html": "

Let request id be command parameters[\"request\"].

" }, { - "html": "

If blocked requests does not contain request id then return error with error code no such request.

" + "html": "

If blocked requests does not contain request id then return error with error code no such request.

" }, { "html": "

Let (request, phase, response) be blocked requests[request id].

" }, { - "html": "

If phase is \"beforeRequestSent\" and command is\n \"continueResponse\", return error with error code \"invalid argument\".

\n

TODO: Consider a different error

" + "html": "

If phase is \"beforeRequestSent\" and command is\n \"continueResponse\", return error with error code \"invalid argument\".

\n

TODO: Consider a different error

" }, { "html": "If response is null:", @@ -3650,10 +3829,10 @@ "html": "

Let deserialized header be deserialize header with header.

" }, { - "html": "

If deserialized header’s name does not match the field-name token production, return error with error code \"invalid argument\".

" + "html": "

If deserialized header’s name does not match the field-name token production, return error with error code \"invalid argument\".

" }, { - "html": "

If deserialized header’s value does not match the header value production, return error with error code \"invalid argument\".

" + "html": "

If deserialized header’s value does not match the header value production, return error with error code \"invalid argument\".

" }, { "html": "

Append deserialized header to headers.

" @@ -3781,7 +3960,7 @@ ] }, { - "html": "

Append challenge to challenges.

" + "html": "

Append challenge to challenges.

" } ] } @@ -3818,7 +3997,7 @@ "html": "

Let environment settings be request’s window

" }, { - "html": "

If there is a navigable whose active window is environment\n settingsglobal object, set navigable id to the navigable id for that navigable, and set top-level navigable id to be top-level traversable's navigable id for that\n context.

" + "html": "

If there is a navigable whose active window is environment\n settingsglobal object, set navigable id to the navigable id for that navigable, and set top-level navigable id to be top-level traversable's navigable id for that\n context.

" } ] }, @@ -4408,7 +4587,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let forbidden characters be the set of codepoints «U+0028 ((), U+0029\n ()), U+002A (*), U+007B ({), U+007D (})»

" + "html": "

Let forbidden characters be the set of codepoints «U+0028 ((), U+0029\n ()), U+002A (*), U+007B ({), U+007D (})»

" }, { "html": "

Let result be the empty string.

" @@ -4425,7 +4604,7 @@ "rationale": "if", "steps": [ { - "html": "

If forbidden characters contains codepoint, return error with error code invalid argument.

" + "html": "

If forbidden characters contains codepoint, return error with error code invalid argument.

" }, { "html": "If codepoint is U+005C (\\):", @@ -4487,7 +4666,7 @@ "rationale": "if", "steps": [ { - "html": "

If pattern[\"protocol\"] is the empty string, return error with error code invalid argument.

" + "html": "

If pattern[\"protocol\"] is the empty string, return error with error code invalid argument.

" }, { "html": "

Let protocol be the result of trying to unescape\n URL Pattern with pattern[\"protocol\"].

" @@ -4497,11 +4676,11 @@ "rationale": "if", "steps": [ { - "html": "If codepoint is not ASCII alphanumeric and «U+002B (+), U+002D\n (-), U+002E (.)» does not contain codepoint:", + "html": "If codepoint is not ASCII alphanumeric and «U+002B (+), U+002D\n (-), U+002E (.)» does not contain codepoint:", "rationale": "return", "steps": [ { - "html": "

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

" } ] } @@ -4538,10 +4717,10 @@ "rationale": "if", "steps": [ { - "html": "

If pattern[\"hostname\"] is the empty string, return error with error code invalid argument.

" + "html": "

If pattern[\"hostname\"] is the empty string, return error with error code invalid argument.

" }, { - "html": "

If scheme is \"file\" return error with error code invalid argument.

" + "html": "

If scheme is \"file\" return error with error code invalid argument.

" }, { "html": "

Let hostname be the result of trying to unescape\n URL Pattern with pattern[\"hostname\"].

" @@ -4554,11 +4733,11 @@ "rationale": "if", "steps": [ { - "html": "If «U+002F (/), U+003F (?), U+0023 (#)» contains codepoint:", + "html": "If «U+002F (/), U+003F (?), U+0023 (#)» contains codepoint:", "rationale": "return", "steps": [ { - "html": "

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

" } ] }, @@ -4567,7 +4746,7 @@ "rationale": "return", "steps": [ { - "html": "

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

" } ] }, @@ -4601,7 +4780,7 @@ "rationale": "if", "steps": [ { - "html": "

If pattern[\"port\"] is the empty string, return error with error code invalid argument.

" + "html": "

If pattern[\"port\"] is the empty string, return error with error code invalid argument.

" }, { "html": "

Let port be the result of trying to unescape\n URL Pattern with pattern[\"port\"].

" @@ -4618,7 +4797,7 @@ "rationale": "return", "steps": [ { - "html": "

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

" } ] } @@ -4653,11 +4832,11 @@ "rationale": "if", "steps": [ { - "html": "If «U+003F (?), U+0023 (#)» contains codepoint:", + "html": "If «U+003F (?), U+0023 (#)» contains codepoint:", "rationale": "return", "steps": [ { - "html": "

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

" } ] } @@ -4696,7 +4875,7 @@ "rationale": "return", "steps": [ { - "html": "

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

" } ] } @@ -4731,7 +4910,7 @@ "html": "

Let url be the result of parsing pattern url.

" }, { - "html": "

If url is failure, return error with error code invalid argument.

" + "html": "

If url is failure, return error with error code invalid argument.

" }, { "html": "

Let parsed be a struct with the following fields:

\n
\n
protocol \n
url’s scheme if has protocol is true, or null otherwise. \n
hostname \n
url’s host if has hostname is true, or null otherwise. \n
port \n
\n \n
pathname \n
\n \n
search \n
\n \n
", @@ -4902,7 +5081,7 @@ "rationale": "set", "steps": [ { - "html": "

Set navigables to an empty set.

" + "html": "

Set navigables to an empty set.

" }, { "html": "For each navigable id of command parameters[\"contexts\"]", @@ -4912,7 +5091,7 @@ "html": "

Let navigable be the result of trying to get a navigable with navigable id.

" }, { - "html": "

If navigable is not a top-level traversable, return error with error code invalid argument.

" + "html": "

If navigable is not a top-level traversable, return error with error code invalid argument.

" }, { "html": "

Append navigable to navigables.

" @@ -4920,7 +5099,7 @@ ] }, { - "html": "

If navigables is an empty set, return error with error code invalid argument.

" + "html": "

If navigables is an empty set, return error with error code invalid argument.

" } ] }, @@ -4938,7 +5117,7 @@ "html": "

Let parsed be the result of trying to parse url pattern with url\n pattern.

" }, { - "html": "

Append parsed to parsed patterns.

" + "html": "

Append parsed to parsed patterns.

" } ] }, @@ -4962,13 +5141,13 @@ "html": "

Let request id be command parameters[\"request\"].

" }, { - "html": "

If blocked requests does not contain request id then return error with error code no such request.

" + "html": "

If blocked requests does not contain request id then return error with error code no such request.

" }, { "html": "

Let (request, phase, response) be blocked requests[request id].

" }, { - "html": "

If phase is not \"beforeRequestSent\", then return error with error code invalid argument.

" + "html": "

If phase is not \"beforeRequestSent\", then return error with error code invalid argument.

" }, { "html": "If command parameters contains \"url\":", @@ -4978,7 +5157,7 @@ "html": "

Let url record be the result of applying the URL parser to command\n parameters[\"url\"], with base URL null.

" }, { - "html": "

If url record is failure, return error with error code invalid\n argument.

\n

TODO: Should we also resume here?

" + "html": "

If url record is failure, return error with error code invalid\n argument.

\n

TODO: Should we also resume here?

" }, { "html": "

Let request’s url be url record.

" @@ -4993,7 +5172,7 @@ "html": "

Let method be command parameters[\"method\"].

" }, { - "html": "

If method does not match the method token production, return error with error code \"invalid argument\".

" + "html": "

If method does not match the method token production, return error with error code \"invalid argument\".

" }, { "html": "

Let request’s method be method.

" @@ -5015,10 +5194,10 @@ "html": "

Let deserialized header be deserialize header with header.

" }, { - "html": "

If deserialized header’s name does not match the field-name token production, return error with error code \"invalid argument\".

" + "html": "

If deserialized header’s name does not match the field-name token production, return error with error code \"invalid argument\".

" }, { - "html": "

If deserialized header’s value does not match the header value production, return error with error code \"invalid argument\".

" + "html": "

If deserialized header’s value does not match the header value production, return error with error code \"invalid argument\".

" }, { "html": "

Append deserialized header to headers.

" @@ -5138,13 +5317,13 @@ "html": "

Let request id be command parameters[\"request\"].

" }, { - "html": "

If blocked requests does not contain request id then return error with error code no such request.

" + "html": "

If blocked requests does not contain request id then return error with error code no such request.

" }, { "html": "

Let (request, phase, response) be blocked requests[request id].

" }, { - "html": "

If phase is not \"authRequired\", then return error with error code invalid argument.

" + "html": "

If phase is not \"authRequired\", then return error with error code invalid argument.

" }, { "html": "

If command parameters \"action\" is \"cancel\", set response’s authentication credentials to\n \"cancelled\".

" @@ -5184,13 +5363,13 @@ "html": "

Let request id be command parameters[\"request\"].

" }, { - "html": "

If blocked requests does not contain request id then return error with error code no such request.

" + "html": "

If blocked requests does not contain request id then return error with error code no such request.

" }, { "html": "

Let (request, phase, response) be blocked requests[request id].

" }, { - "html": "

If phase is \"authRequired\", then return error with error code invalid argument.

" + "html": "

If phase is \"authRequired\", then return error with error code invalid argument.

" }, { "html": "

Let response be a new network error.

" @@ -5246,7 +5425,7 @@ "html": "

Let intercept map be session’s intercept map.

" }, { - "html": "

If intercept map does not contain intercept, return error with error code no such intercept.

" + "html": "

If intercept map does not contain intercept, return error with error code no such intercept.

" }, { "html": "

Remove intercept from intercept map.

" @@ -5285,7 +5464,7 @@ ] }, { - "html": "

If navigable is not null and navigable cache behavior map contains navigable, return navigable cache behavior map[navigable].

" + "html": "

If navigable is not null and navigable cache behavior map contains navigable, return navigable cache behavior map[navigable].

" }, { "html": "

Return default cache behavior.

" @@ -5336,7 +5515,7 @@ ] }, { - "html": "

Let navigables be an empty set.

" + "html": "

Let navigables be an empty set.

" }, { "html": "For each navigable id of command parameters[\"contexts\"]:", @@ -5346,10 +5525,10 @@ "html": "

Let context be the result of trying to get a navigable with navigable id.

" }, { - "html": "

If context is not a top-level browsing context, return error with error code invalid argument.

" + "html": "

If context is not a top-level browsing context, return error with error code invalid argument.

" }, { - "html": "

Append context to navigables.

" + "html": "

Append context to navigables.

" } ] }, @@ -5711,7 +5890,7 @@ "html": "

Let navigable id be navigable’s top-level traversable's id.

" }, { - "html": "

If preload script’s contexts does not contain navigable id, continue.

" + "html": "

If preload script’s contexts does not contain navigable id, continue.

" } ] }, @@ -5859,7 +6038,7 @@ "rationale": "if", "steps": [ { - "html": "

If size of serialized key-value is not 2,\n return error with error code invalid argument.

" + "html": "

If size of serialized key-value is not 2,\n return error with error code invalid argument.

" }, { "html": "

Let serialized key be serialized key-value[0].

" @@ -5934,7 +6113,7 @@ "html": "

Let value be the value of the value field of local protocol value or undefined\n if no such a field.

" }, { - "html": "

In the following list of conditions and associated steps, run the first set of steps for which\n the associated condition is true:

\n
\n
type is the string \"array\" \n
\n \n
type is the string \"date\" \n
\n \n
type is the string \"map\" \n
\n \n
type is the string \"object\" \n
\n \n
type is the string \"regexp\" \n
\n \n
type is the string \"set\" \n
\n \n
otherwise \n
Return error with error code invalid argument. \n
", + "html": "

In the following list of conditions and associated steps, run the first set of steps for which\n the associated condition is true:

\n
\n
type is the string \"array\" \n
\n \n
type is the string \"date\" \n
\n \n
type is the string \"map\" \n
\n \n
type is the string \"object\" \n
\n \n
type is the string \"regexp\" \n
\n \n
type is the string \"set\" \n
\n \n
otherwise \n
Return error with error code invalid argument. \n
", "rationale": "let", "steps": [ { @@ -5950,7 +6129,7 @@ "rationale": "if", "steps": [ { - "html": "

If value does not match Date Time String Format, return error with error code invalid argument.

" + "html": "

If value does not match Date Time String Format, return error with error code invalid argument.

" }, { "html": "

Let date result be Construct(Date, value).

" @@ -6004,7 +6183,7 @@ "html": "

Let flags be the value of the flags field of local protocol value or\n undefined if no such a field.

" }, { - "html": "

Let regex_result be Regexp(pattern, flags). If this throws exception, return error with error code invalid argument.

" + "html": "

Let regex_result be Regexp(pattern, flags). If this throws exception, return error with error code invalid argument.

" }, { "html": "

Return success with data regex_result.

" @@ -6040,7 +6219,7 @@ "html": "

If realm id is null, return success with data null.

" }, { - "html": "

If there is no realm with id realm id return error with error code no such frame

" + "html": "

If there is no realm with id realm id return error with error code no such frame

" }, { "html": "

Let realm be the realm with id realm id.

" @@ -6114,7 +6293,7 @@ "html": "

Let number_result be StringToNumber(value).

" }, { - "html": "

If number_result is NaN, return error with error code invalid argument

" + "html": "

If number_result is NaN, return error with error code invalid argument

" }, { "html": "

Return success with data number_result.

" @@ -6129,7 +6308,7 @@ "html": "

Let bigint_result be StringToBigInt(value).

" }, { - "html": "

If bigint_result is undefined, return error with error code invalid argument

" + "html": "

If bigint_result is undefined, return error with error code invalid argument

" }, { "html": "

Return success with data bigint_result.

" @@ -6139,7 +6318,7 @@ ] }, { - "html": "

Return error with error code invalid argument

" + "html": "

Return error with error code invalid argument

" } ] }, @@ -6382,7 +6561,7 @@ "html": "

Let handle map be realm’s handle object map

" }, { - "html": "

If handle map does not contain handle id, then return error with error code no such handle.

" + "html": "

If handle map does not contain handle id, then return error with error code no such handle.

" }, { "html": "

Return success with data handle map[handle id].

" @@ -6402,7 +6581,7 @@ "html": "

Let navigable be get the navigable with realm.

" }, { - "html": "

If navigable is null, return error with error code no such node.

" + "html": "

If navigable is null, return error with error code no such node.

" }, { "html": "

Let shared id be the value of the sharedId field of shared reference.

" @@ -6411,13 +6590,13 @@ "html": "

Let node be result of trying to get a node with session, navigable and shared id.

" }, { - "html": "

If node is null, return error with error code no such node.

" + "html": "

If node is null, return error with error code no such node.

" }, { "html": "

Let environment settings be the environment settings object whose realm execution context's Realm component is realm.

" }, { - "html": "

If node’s node document's origin is not same origin\n domain with environment settings’s origin then return error with error code no such node.

" + "html": "

If node’s node document's origin is not same origin\n domain with environment settings’s origin then return error with error code no such node.

" }, { "html": "

Let realm global object be the global object of the realm.

" @@ -7093,7 +7272,7 @@ "rationale": "set", "steps": [ { - "html": "

Set navigables to an empty set.

" + "html": "

Set navigables to an empty set.

" }, { "html": "For each navigable id of command parameters[\"contexts\"]", @@ -7103,7 +7282,7 @@ "html": "

Let navigable be the result of trying to get a navigable with navigable id.

" }, { - "html": "

If navigable is not a top-level traversable, return error with error code invalid argument.

" + "html": "

If navigable is not a top-level traversable, return error with error code invalid argument.

" }, { "html": "

Append navigable to navigables.

" @@ -7282,7 +7461,7 @@ "rationale": "return", "steps": [ { - "html": "

Return an error with error code invalid argument

" + "html": "

Return an error with error code invalid argument

" } ] }, @@ -7455,7 +7634,7 @@ "html": "

Let realm info be the result of get the realm info given settings.

" }, { - "html": "

If command parameters contains type and realm\n info[\"type\"] is not equal to command\n parameters[\"type\"] then continue.

" + "html": "

If command parameters contains type and realm\n info[\"type\"] is not equal to command\n parameters[\"type\"] then continue.

" }, { "html": "

If realm info is not null, append realm info to realms.

" @@ -7482,10 +7661,10 @@ "html": "

Let preload script map be session’s preload script map.

" }, { - "html": "

If preload script map does not contain script, return error with error code no such script.

" + "html": "

If preload script map does not contain script, return error with error code no such script.

" }, { - "html": "

Remove script from preload script map.

" + "html": "

Remove script from preload script map.

" }, { "html": "

Return null

" @@ -7577,7 +7756,7 @@ "rationale": "let", "steps": [ { - "html": "

Let related navigables be a new set.

" + "html": "

Let related navigables be a new set.

" }, { "html": "If the associated Document of settingsrelevant global object is a Document:", @@ -7628,7 +7807,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let related navigables be an empty set.

" + "html": "

Let related navigables be an empty set.

" }, { "html": "

Append document’s navigable to related navigables.

" @@ -7803,7 +7982,7 @@ "rationale": "return", "steps": [ { - "html": "

Return error with error code underspecified storage partition.

" + "html": "

Return error with error code underspecified storage partition.

" } ] } @@ -7833,7 +8012,7 @@ ] }, { - "html": "

Return error with error code no such storage partition.

" + "html": "

Return error with error code no such storage partition.

" } ] }, @@ -7959,7 +8138,7 @@ "html": "

Let deserialized value be deserialize protocol bytes with cookie spec[\"value\"].

" }, { - "html": "

Create a cookie in store using cookie name cookie spec[\"name\"], cookie value deserialized value, cookie domain cookie spec[\"domain\"], and an attribute-value list of the\nfollowing cookie concepts listed in the table for cookie conversion:

\n
\n
Cookie path \n
\n

cookie spec[\"path\"] if it exists, otherwise \"/\".

\n
Cookie secure only \n
\n

cookie spec[\"secure\"] if it exists, otherwise false.

\n
Cookie HTTP only \n
\n

cookie spec[\"httpOnly\"] if it exists, otherwise false.

\n
Cookie expiry time \n
\n

cookie spec[\"expiry\"] if it exists, otherwise leave unset to\n indicate that this is a session cookie.

\n
Cookie same site \n
\n

cookie spec[\"sameSite\"] if it exists, otherwise leave unset to\n indicate that no same site policy is defined.

\n
\n

If this step is aborted without inserting a cookie into the cookie store, return error with error code unable to set cookie.

" + "html": "

Create a cookie in store using cookie name cookie spec[\"name\"], cookie value deserialized value, cookie domain cookie spec[\"domain\"], and an attribute-value list of the\nfollowing cookie concepts listed in the table for cookie conversion:

\n
\n
Cookie path \n
\n

cookie spec[\"path\"] if it exists, otherwise \"/\".

\n
Cookie secure only \n
\n

cookie spec[\"secure\"] if it exists, otherwise false.

\n
Cookie HTTP only \n
\n

cookie spec[\"httpOnly\"] if it exists, otherwise false.

\n
Cookie expiry time \n
\n

cookie spec[\"expiry\"] if it exists, otherwise leave unset to\n indicate that this is a session cookie.

\n
Cookie same site \n
\n

cookie spec[\"sameSite\"] if it exists, otherwise leave unset to\n indicate that no same site policy is defined.

\n
\n

If this step is aborted without inserting a cookie into the cookie store, return error with error code unable to set cookie.

" }, { "html": "

Let body be a map matching the storage.SetCookieResult production,\nwith the partitionKey field set to partition key.

" @@ -8108,10 +8287,10 @@ "html": "

Let source be the result of get the source given current Realm Record.

" }, { - "html": "

If method is \"assert\", \"error\",\n \"trace\", or \"warn\", let stack be the current\n stack trace. Otherwise let stack be null.

" + "html": "

Let stack be the current stack trace.

" }, { - "html": "

Let entry be a map matching the log.ConsoleLogEntry production,\n with the the level field set to level, the text field set to text, the timestamp field set to timestamp, the stackTrace field set to stack if stack is not null, or\n omitted otherwise, the method field set to method, the source field set to source and the args field set to serialized\n args.

" + "html": "

Let entry be a map matching the log.ConsoleLogEntry production,\n with the the level field set to level, the text field set to text, the timestamp field set to timestamp, the stackTrace field set to stack, the method field set to method,\n the source field set to source,\n and the args field set to serialized args.

" }, { "html": "

Let body be a map matching the log.EntryAdded production, with\n the params field set to entry.

" @@ -8182,7 +8361,7 @@ "html": "

Let maybe context be the result of getting a navigable given navigable id.

" }, { - "html": "

If maybe context is an error, remove navigable id from log event\n buffer and continue.

" + "html": "

If maybe context is an error, remove navigable id from log event\n buffer and continue.

" }, { "html": "

Let navigable be maybe context’s data

" @@ -8261,7 +8440,7 @@ "html": "

Let element be the result of trying to deserialize remote reference with reference, realm, and session.

" }, { - "html": "

If element doesn’t implement Element return error with error code no such element.

" + "html": "

If element doesn’t implement Element return error with error code no such element.

" }, { "html": "

Return success with data element.

" @@ -8356,13 +8535,13 @@ "html": "

Let element be the result of trying to deserialize remote reference with command parameters[\"element\"], realm, and session.

" }, { - "html": "

If element doesn’t implement Element, return error with error code no such element.

" + "html": "

If element doesn’t implement Element, return error with error code no such element.

" }, { - "html": "

If element doesn’t implement HTMLInputElement, element’s type is not in the File Upload state, or element is disabled,\n return error with error code unable to set file input.

" + "html": "

If element doesn’t implement HTMLInputElement, element’s type is not in the File Upload state, or element is disabled,\n return error with error code unable to set file input.

" }, { - "html": "

If the size of files is greater than 1 and element’s multiple attribute is not set, return error with error code unable to set file input.

" + "html": "

If the size of files is greater than 1 and element’s multiple attribute is not set, return error with error code unable to set file input.

" }, { "html": "

Let files be the value of the command parameters[\"files\"]\n field.

" @@ -8377,7 +8556,7 @@ "html": "

Otherwise, update the file selection for element with files as the\n user’s selection.

" }, { - "html": "

If, for any reason, the remote end is unable to set the selected files of element to the files with paths given in files,\n return error with error code unsupported operation.

" + "html": "

If, for any reason, the remote end is unable to set the selected files of element to the files with paths given in files,\n return error with error code unsupported operation.

" }, { "html": "

Return success with data null.

" @@ -8394,7 +8573,7 @@ "html": "

Perform implementation defined steps to decode bytes using the zip compression algorithm. TODO: Find a better reference for zip decoding.

" }, { - "html": "

If the previous step failed (e.g. because bytes did not represent valid zip-compressed data) then return error with error code invalid web extension. Otherwise let entry be a directory entry containing the extracted filesystem entries.

" + "html": "

If the previous step failed (e.g. because bytes did not represent valid zip-compressed data) then return error with error code invalid web extension. Otherwise let entry be a directory entry containing the extracted filesystem entries.

" }, { "html": "

Return entry.

" @@ -8411,7 +8590,7 @@ "html": "

Let type be extension data spec[\"type\"].

" }, { - "html": "

If installing a web extension using type isn’t supported return error with error code unsupported operation.

" + "html": "

If installing a web extension using type isn’t supported return error with error code unsupported operation.

" }, { "html": "

In the following list of conditions and associated steps, run the first set of steps for which the associated condition is true:

\n
\n
type is the string \"path\" \n
\n \n
type is the string \"archivePath\" \n
\n \n
type is the string \"base64\" \n
\n \n
", @@ -8480,7 +8659,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If installing web extensions isn’t supported return error with error code unsupported operation.

" + "html": "

If installing web extensions isn’t supported return error with error code unsupported operation.

" }, { "html": "

Let extension data spec be command parameters[\"extensionData\"].

" @@ -8489,10 +8668,10 @@ "html": "

Let extension directory entry be the result of trying to expand a web extension data spec with extension data spec.

" }, { - "html": "

If extension directory entry is null, return error with error code invalid web extension.

" + "html": "

If extension directory entry is null, return error with error code invalid web extension.

" }, { - "html": "

Perform implementation defined steps to install a web extension from extension directory entry. If this fails, return error with error code invalid web extension. Otherwise let extension id be the unique identifier of the newly installed web extension.

" + "html": "

Perform implementation defined steps to install a web extension from extension directory entry. If this fails, return error with error code invalid web extension. Otherwise let extension id be the unique identifier of the newly installed web extension.

" }, { "html": "

Let result be a map matching the webExtension.InstallResult production with the extension field set to extension id.

" @@ -8511,10 +8690,10 @@ "html": "

Let extension be command parameters[\"extension\"].

" }, { - "html": "

If the remote end has no web extension with id equal to extension, return error with error code no such web extension.

" + "html": "

If the remote end has no web extension with id equal to extension, return error with error code no such web extension.

" }, { - "html": "

Perform any implementation-defined steps to remove the web extension from the remote end. If this fails, return error with error code unknown error.

" + "html": "

Perform any implementation-defined steps to remove the web extension from the remote end. If this fails, return error with error code unknown error.

" }, { "html": "

Return success with data null.

" diff --git a/tr/cddl/webdriver-bidi-all.cddl b/tr/cddl/webdriver-bidi-all.cddl index 0a48af8a20e6..5adcbb016c2d 100644 --- a/tr/cddl/webdriver-bidi-all.cddl +++ b/tr/cddl/webdriver-bidi-all.cddl @@ -193,6 +193,7 @@ session.Subscription = text session.SubscriptionRequest = { events: [+text], ? contexts: [+browsingContext.BrowsingContext], + ? userContexts: [+browser.UserContext], } session.UnsubscribeByIDRequest = { diff --git a/tr/cddl/webdriver-bidi-remote.cddl b/tr/cddl/webdriver-bidi-remote.cddl index 1103adef0411..8c69d06f525a 100644 --- a/tr/cddl/webdriver-bidi-remote.cddl +++ b/tr/cddl/webdriver-bidi-remote.cddl @@ -111,6 +111,7 @@ session.Subscription = text session.SubscriptionRequest = { events: [+text], ? contexts: [+browsingContext.BrowsingContext], + ? userContexts: [+browser.UserContext], } session.UnsubscribeByIDRequest = { diff --git a/tr/dfns/webdriver-bidi.json b/tr/dfns/webdriver-bidi.json index 53684a3ed819..91ae9a363cf3 100644 --- a/tr/dfns/webdriver-bidi.json +++ b/tr/dfns/webdriver-bidi.json @@ -942,6 +942,27 @@ }, "definedIn": "prose" }, + { + "id": "subscription-user-context-ids", + "href": "https://www.w3.org/TR/webdriver-bidi/#subscription-user-context-ids", + "linkingText": [ + "user context ids" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "subscription" + ], + "access": "private", + "informative": false, + "heading": { + "id": "events", + "href": "https://www.w3.org/TR/webdriver-bidi/#events", + "title": "Events", + "number": "3.6" + }, + "definedIn": "prose" + }, { "id": "subscription-global", "href": "https://www.w3.org/TR/webdriver-bidi/#subscription-global", @@ -1731,6 +1752,25 @@ }, "definedIn": "prose" }, + { + "id": "remove-user-context-subscriptions", + "href": "https://www.w3.org/TR/webdriver-bidi/#remove-user-context-subscriptions", + "linkingText": [ + "remove user context subscriptions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "user-contexts", + "href": "https://www.w3.org/TR/webdriver-bidi/#user-contexts", + "title": "User Contexts", + "number": "6" + }, + "definedIn": "prose" + }, { "id": "get-user-context", "href": "https://www.w3.org/TR/webdriver-bidi/#get-user-context", diff --git a/tr/ids/webdriver-bidi.json b/tr/ids/webdriver-bidi.json index d315a8a95295..510e2916caa0 100644 --- a/tr/ids/webdriver-bidi.json +++ b/tr/ids/webdriver-bidi.json @@ -155,11 +155,15 @@ "https://www.w3.org/TR/webdriver-bidi/#subscription-top-level-traversable-ids", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable", + "https://www.w3.org/TR/webdriver-bidi/#subscription-user-context-ids", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscription", "https://www.w3.org/TR/webdriver-bidi/#subscription-global", "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-top-level-traversable-ids", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-user-context-ids", "https://www.w3.org/TR/webdriver-bidi/#set-of-sessions-for-which-an-event-is-enabled", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-active-bidi-sessions", "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-is-enabled", "https://www.w3.org/TR/webdriver-bidi/#event-is-enabled", @@ -170,25 +174,38 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain", "https://www.w3.org/TR/webdriver-bidi/#ref-for-iteration-continue", "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-global", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-user-context-ids%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-iterate", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-user-context-ids%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context-user-context-id", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-navigables-by-ids", "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-top-level-traversable-ids%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-intersection", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-empty", "https://www.w3.org/TR/webdriver-bidi/#set-of-top-level-traversables-for-which-an-event-is-enabled", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscriptions%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-event-names%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-iteration-continue%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-global%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append", "https://www.w3.org/TR/webdriver-bidi/#ref-for-iteration-break", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-user-context-ids%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-user-context-ids%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context-user-context-id%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-navigables-by-ids%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-top-level-traversable-ids%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#obtain-a-set-of-event-names", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-event-name%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors", @@ -220,15 +237,15 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-listener-port", "https://www.w3.org/TR/webdriver-bidi/#ref-for-listener-secure-flag", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-websocket-listener%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#active-listeners", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#websocket-connections-not-associated-with-a-session", "https://www.w3.org/TR/webdriver-bidi/#websocket-connection", "https://www.w3.org/TR/webdriver-bidi/#ref-for-bidi-session%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#session-websocket-connections", "https://www.w3.org/TR/webdriver-bidi/#ref-for-websocket-connection", "https://www.w3.org/TR/webdriver-bidi/#ref-for-bidi-session%E2%91%A4", @@ -284,7 +301,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-of-websocket-resources%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-construct-a-websocket-resource-name%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-of-websocket-resources%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-active-listeners%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-intermediary-nodes", @@ -325,7 +342,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-command-command-name%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-active-sessions%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-session-id%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-session-websocket-connections%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-websocket-connections-not-associated-with-a-session%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A1", @@ -340,7 +357,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-send-an-error-response%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#get-related-navigables", "https://www.w3.org/TR/webdriver-bidi/#ref-for-settings-object", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-relevant-global", "https://www.w3.org/TR/webdriver-bidi/#ref-for-window", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-relevant-global%E2%91%A0", @@ -354,22 +371,22 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-node-navigable%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#get-navigables-by-ids", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigables", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigables%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#get-top-level-traversables", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigables%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-top", "https://www.w3.org/TR/webdriver-bidi/#emit-an-event", "https://www.w3.org/TR/webdriver-bidi/#ref-for-assert%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-size", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-serialize-an-infra-value-to-json-bytes%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-iterate", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-iterate%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-session-websocket-connections%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-section-6.1%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#send-an-error-response", @@ -386,7 +403,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-with-connection%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-session-websocket-connections%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-websocket-connections-not-associated-with-a-session%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-sessions%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#issue-9f7aff26", @@ -449,59 +466,79 @@ "https://www.w3.org/TR/webdriver-bidi/#issue-5dc87d67", "https://www.w3.org/TR/webdriver-bidi/#user-contexts", "https://www.w3.org/TR/webdriver-bidi/#user-context", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-storage-partition", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#issue-f279bf5c", "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#issue-f279bf5c", "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#user-context-user-context-id", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigables%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#associated-user-context", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-user-contexts", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#issue-155d94b0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-child-navigable", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-user-contexts", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-parent", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#issue-155d94b0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-child-navigable", "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-parent", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#empty-user-context", "https://www.w3.org/TR/webdriver-bidi/#default-user-context", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context-user-context-id", - "https://www.w3.org/TR/webdriver-bidi/#set-of-user-contexts", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-default-user-context", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context-user-context-id%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#set-of-user-contexts", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-default-user-context", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-user-contexts%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-user-contexts%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-empty-user-context", "https://www.w3.org/TR/webdriver-bidi/#ref-for-default-user-context%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-user-contexts%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-empty-user-context%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-user-contexts%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#get-user-context", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-user-contexts%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context-user-context-id%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-remove-user-context-subscriptions", + "https://www.w3.org/TR/webdriver-bidi/#remove-user-context-subscriptions", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-active-sessions%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscriptions%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-user-context-ids%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context-user-context-id%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context-user-context-id%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-user-context-ids%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-user-context-ids%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscriptions%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#get-user-context", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-user-contexts%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context-user-context-id%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#modules", "https://www.w3.org/TR/webdriver-bidi/#module-session", "https://www.w3.org/TR/webdriver-bidi/#modules-session", @@ -509,13 +546,13 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#end-the-session", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-active-sessions%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-active-sessions%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-active-sessions%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-empty%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-webdriver-active-flag", "https://www.w3.org/TR/webdriver-bidi/#cleanup-the-session", "https://www.w3.org/TR/webdriver-bidi/#ref-for-close-the-websocket-connections", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-active-sessions%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-active-sessions%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-empty%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-cleanup-remote-end-state", "https://www.w3.org/TR/webdriver-bidi/#cleanup-remote-end-state", @@ -573,7 +610,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-session-not-created", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-session-not-created%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-capabilities-processing", "https://www.w3.org/TR/webdriver-bidi/#ref-for-convert-a-json-derived-javascript-value-to-an-infra-value", @@ -596,36 +633,50 @@ "https://www.w3.org/TR/webdriver-bidi/#commands-sessionsubscribe", "https://www.w3.org/TR/webdriver-bidi/#issue-6c21351e", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-union", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-obtain-a-set-of-event-names", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-create", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-navigables-by-ids%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-size", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-size%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-create%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-navigables-by-ids%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-size", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-size%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-top-level-traversables%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-id", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-iterate%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-user-context", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-iterate%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-top%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscription%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-subscription-id%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-event-names%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-top-level-traversable-ids%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-user-context-ids%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-event%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-event-name%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-remote-end-subscribe-steps", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-top-level-traversables-for-which-an-event-is-enabled", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-difference", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscriptions%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscriptions%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-subscription-id%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-known-subscription-ids", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-sort-in-ascending-order", @@ -643,66 +694,92 @@ "https://www.w3.org/TR/webdriver-bidi/#commands-sessionunsubscribe", "https://www.w3.org/TR/webdriver-bidi/#issue-07250e04", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-union%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-obtain-a-set-of-event-names%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-create%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-create%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-navigables-by-ids%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-size%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-size%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-top-level-traversables%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-id%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscriptions%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscriptions%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-intersection%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-event-names%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-event-names%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-event-names%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-iteration-continue%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-global%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-event-names%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-iteration-continue%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-clone", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-top-level-traversable-ids%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-difference%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-remove", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-event-names%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscription%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-subscription-id%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-subscription-id%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-event-names%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-global%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-user-context-ids%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-iteration-continue%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-event-names%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-clone%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-top-level-traversable-ids%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-iteration-continue%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-remove", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscription%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-subscription-id%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-subscription-id%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-event-names%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-top-level-traversable-ids%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscriptions%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-create%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-difference%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-equal", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-equal%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscriptions%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-create%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-difference%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-known-subscription-ids%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscriptions%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-subscription-id%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscriptions%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-subscription-id%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-known-subscription-ids%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-difference%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-difference%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-known-subscription-ids%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscriptions%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscriptions%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#module-browser", "https://www.w3.org/TR/webdriver-bidi/#modules-browser", @@ -710,10 +787,10 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#module-browser-window", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#client-window", "https://www.w3.org/TR/webdriver-bidi/#ref-for-viewport%25E2%2591%25A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-document", "https://www.w3.org/TR/webdriver-bidi/#ref-for-visibility-state", "https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window%E2%91%A0", @@ -738,24 +815,24 @@ "https://www.w3.org/TR/webdriver-bidi/#maximize-client-window-is-supported", "https://www.w3.org/TR/webdriver-bidi/#minimize-the-client-window", "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-document%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-visibility-state%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window-width%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window-height%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#minimize-client-window-is-supported", "https://www.w3.org/TR/webdriver-bidi/#restore-the-client-window", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-document%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#restore-client-window-is-supported", "https://www.w3.org/TR/webdriver-bidi/#get-the-client-window-state", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-document%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-visibility-state%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-fullscreen-element", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-empty%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-empty%E2%91%A3", @@ -769,28 +846,28 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-client-window-state", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-fullscreen-is-supported", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-unsupported-operation", "https://www.w3.org/TR/webdriver-bidi/#ref-for-restore-client-window-is-supported", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-maximize-client-window-is-supported", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-minimize-client-window-is-supported", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-document%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-empty%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-no-such-client-window", "https://www.w3.org/TR/webdriver-bidi/#ref-for-fully-exit-fullscreen", "https://www.w3.org/TR/webdriver-bidi/#ref-for-visibility-state%E2%91%A2", @@ -809,7 +886,7 @@ "https://www.w3.org/TR/webdriver-bidi/#get-the-client-window-info", "https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window-id", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-client-window-state%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-system-focus", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1", @@ -818,23 +895,23 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window-width%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window-height%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#type-browser-UserContext", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#type-browser-UserContextInfo", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#module-browser-commands", "https://www.w3.org/TR/webdriver-bidi/#command-browser-close", "https://www.w3.org/TR/webdriver-bidi/#commands-browserclose", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-end-the-session%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-active-sessions%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-active-sessions%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-empty%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-unable-to-close-browser", "https://www.w3.org/TR/webdriver-bidi/#ref-for-in-parallel%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-section-6.1%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-cleanup-the-session%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-active-sessions%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-active-sessions%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-end-the-session%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-cleanup-the-session%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A2", @@ -850,69 +927,69 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-local-ends%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#command-browser-createUserContext", "https://www.w3.org/TR/webdriver-bidi/#commands-browsercreateusercontext", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-user-contexts%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-user-contexts%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context-user-context-id%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context-user-context-id%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#command-browser-getClientWindows", "https://www.w3.org/TR/webdriver-bidi/#commands-browsergetclientwindows", "https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window-id%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-client-window-info", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#command-browser-getUserContexts", "https://www.w3.org/TR/webdriver-bidi/#commands-browsergetusercontexts", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-user-contexts%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-user-contexts%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context-user-context-id%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context-user-context-id%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#command-browser-removeUserContext", "https://www.w3.org/TR/webdriver-bidi/#commands-browserremoveusercontext", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-user-context", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-user-context%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-no-such-user-context", "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-top%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-close-a-top-level-traversable%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-prompt-to-unload-a-document%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-user-contexts%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-user-contexts%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#command-browser-setClientWindowState", "https://www.w3.org/TR/webdriver-bidi/#commands-browsersetclientwindowstate", "https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window-id%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-no-such-client-window%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-the-client-window-state", @@ -965,15 +1042,15 @@ "https://www.w3.org/TR/webdriver-bidi/#get-a-navigable", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-id%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-no-such-frame", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigables%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#type-browsingContext-Info", "https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#get-the-child-navigables", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-child-navigable%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#get-the-navigable-info", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-id%E2%91%A3", @@ -985,7 +1062,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-child-navigables", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-navigable-info", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-id%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-original-opener", "https://www.w3.org/TR/webdriver-bidi/#ref-for-original-opener%E2%91%A0", @@ -993,7 +1070,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window-id%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context-user-context-id%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context-user-context-id%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#await-a-navigation", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigate", "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-document%E2%91%A5", @@ -1005,15 +1082,15 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-url-serializer%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-unknown-error", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-url-serializer%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-awaits%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-unknown-error%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#issue-ceba1469", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A1%E2%93%AA", @@ -1039,19 +1116,19 @@ "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-commands", "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-activate", "https://www.w3.org/TR/webdriver-bidi/#commands-browsingcontextactivate", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-a-navigable", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-activate-a-navigable", "https://www.w3.org/TR/webdriver-bidi/#activate-a-navigable", "https://www.w3.org/TR/webdriver-bidi/#ref-for-system-visibility-state", "https://www.w3.org/TR/webdriver-bidi/#ref-for-system-visibility-state%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-system-visibility-state%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigables%E2%91%A0%E2%91%A0", @@ -1138,8 +1215,8 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-document%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-run-the-animation-frame-callbacks", @@ -1153,12 +1230,12 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-deserialize-remote-reference", "https://www.w3.org/TR/webdriver-bidi/#ref-for-element", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-no-such-element", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-node-document", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-no-such-element%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-origin-rectangle%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-element-get-the-bounding-box", @@ -1173,7 +1250,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-rectangle-intersection", "https://www.w3.org/TR/webdriver-bidi/#ref-for-rectangle-width-dimension%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-rectangle-height-dimension%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-unable-to-capture-screen", "https://www.w3.org/TR/webdriver-bidi/#ref-for-render-document-to-a-canvas", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A8", @@ -1182,20 +1259,20 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-close", "https://www.w3.org/TR/webdriver-bidi/#commands-browsingcontextclose", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-close-a-top-level-traversable%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-close-a-top-level-traversable%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-prompt-to-unload-a-document%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#issue-04e2b4be", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-create", "https://www.w3.org/TR/webdriver-bidi/#commands-browsingcontextcreate", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigables%E2%91%A0%E2%91%A1", @@ -1203,41 +1280,41 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-default-user-context%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-user-context%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-user-context%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-no-such-user-context%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-creating-a-new-top-level-traversable", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-user-context%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-top%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-top%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-activate-a-navigable%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigables%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-focusing-steps", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-id%E2%91%A8", @@ -1262,8 +1339,8 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dom-confirm", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dom-prompt", "https://www.w3.org/TR/webdriver-bidi/#ref-for-prompt-to-unload-a-document%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-no-such-alert", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-locateNodes", @@ -1271,14 +1348,14 @@ "https://www.w3.org/TR/webdriver-bidi/#locate-nodes-using-css", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-parse-a-selector", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-selector", "https://www.w3.org/TR/webdriver-bidi/#ref-for-match-a-selector-against-a-tree", "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-document%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-tree-root", "https://www.w3.org/TR/webdriver-bidi/#ref-for-scoping-root", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-size%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A2", @@ -1293,20 +1370,20 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dom-xpathresult-ordered_node_snapshot_type", "https://www.w3.org/TR/webdriver-bidi/#ref-for-syntaxerror", "https://www.w3.org/TR/webdriver-bidi/#ref-for-idl-DOMException", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-selector%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-unknown-error%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dom-xpathresult-snapshotitem", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-size%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#locate-nodes-using-inner-text", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-selector%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-G34078", @@ -1315,12 +1392,12 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-documentfragment", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-tree-child", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-extend", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-locate-nodes-using-inner-text", "https://www.w3.org/TR/webdriver-bidi/#ref-for-htmlelement", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-iteration-continue%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-iteration-continue%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dom-innertext", "https://www.w3.org/TR/webdriver-bidi/#ref-for-this", "https://www.w3.org/TR/webdriver-bidi/#ref-for-G34078%E2%91%A0", @@ -1328,15 +1405,15 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-code-point-substring", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-tree-child%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-size%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-string-is", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-locate-nodes-using-inner-text%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-size%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-extend%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#collect-nodes-using-accessibility-attributes", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A0%E2%91%A8", @@ -1349,18 +1426,18 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-string-is%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-size%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-iteration-break%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-tree-child%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-element%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-collect-nodes-using-accessibility-attributes", "https://www.w3.org/TR/webdriver-bidi/#locate-nodes-using-accessibility-attributes", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-selector%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-collect-nodes-using-accessibility-attributes%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%91%A8", @@ -1372,12 +1449,12 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ref-for-dom-document-documentelement%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-document%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-deserialize-shared-reference", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-size%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-locate-nodes-using-css", @@ -1389,13 +1466,13 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-locate-nodes-using-inner-text%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-locate-nodes-using-accessibility-attributes", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-parent%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-locate-the-container-element", "https://www.w3.org/TR/webdriver-bidi/#ref-for-node-navigable%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-size%E2%91%A0%E2%93%AA", @@ -1404,7 +1481,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-serialize-as-a-remote-value", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-navigate", @@ -1416,9 +1493,9 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-script-base-url", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-url-parser", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-script-base-url%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-request%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-await-a-navigation", "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-print", @@ -1426,8 +1503,8 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A1%E2%91%A8", @@ -1457,13 +1534,13 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-layout-viewport", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-layout-viewport%E2%91%A0", @@ -1490,17 +1567,17 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-queue-a-task", "https://www.w3.org/TR/webdriver-bidi/#ref-for-tn-session-history-traversal-queue", "https://www.w3.org/TR/webdriver-bidi/#ref-for-getting-all-used-history-steps", "https://www.w3.org/TR/webdriver-bidi/#ref-for-tn-current-session-history-step", "https://www.w3.org/TR/webdriver-bidi/#ref-for-resume", "https://www.w3.org/TR/webdriver-bidi/#ref-for-awaits%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-no-such-history-entry", "https://www.w3.org/TR/webdriver-bidi/#ref-for-traverse-the-history-by-a-delta", "https://www.w3.org/TR/webdriver-bidi/#issue-0ad20a58", @@ -1524,7 +1601,7 @@ "https://www.w3.org/TR/webdriver-bidi/#webdriver-bidi-navigable-created", "https://www.w3.org/TR/webdriver-bidi/#ref-for-original-opener%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-cache-behavior", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-sessions-for-which-an-event-is-enabled", "https://www.w3.org/TR/webdriver-bidi/#ref-for-emit-a-context-created-event%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-remote-end-subscribe-steps%E2%91%A1", @@ -1536,30 +1613,30 @@ "https://www.w3.org/TR/webdriver-bidi/#webdriver-bidi-navigable-destroyed", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-navigable-info%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-parent%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-sessions-for-which-an-event-is-enabled%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-emit-an-event%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscriptions%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscriptions%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-top-level-traversable-ids%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-id%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-id%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-top-level-traversable-ids%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-top-level-traversable-ids%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscriptions%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-append%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscriptions%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#issue-4e122e13", "https://www.w3.org/TR/webdriver-bidi/#event-browsingContext-navigationStarted", "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-remote-end-event-trigger%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#webdriver-bidi-navigation-started", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-navigation-info", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-resume%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-sessions-for-which-an-event-is-enabled%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-emit-an-event%E2%91%A1", @@ -1568,7 +1645,7 @@ "https://www.w3.org/TR/webdriver-bidi/#webdriver-bidi-fragment-navigated", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-navigation-info%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-resume%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-sessions-for-which-an-event-is-enabled%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-emit-an-event%E2%91%A2", @@ -1582,7 +1659,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-id%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-bc%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-sessions-for-which-an-event-is-enabled%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-emit-an-event%E2%91%A3", @@ -1591,7 +1668,7 @@ "https://www.w3.org/TR/webdriver-bidi/#webdriver-bidi-dom-content-loaded", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-navigation-info%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-resume%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-sessions-for-which-an-event-is-enabled%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-emit-an-event%E2%91%A4", @@ -1600,7 +1677,7 @@ "https://www.w3.org/TR/webdriver-bidi/#webdriver-bidi-load-complete", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-navigation-info%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-resume%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-sessions-for-which-an-event-is-enabled%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-emit-an-event%E2%91%A5", @@ -1609,7 +1686,7 @@ "https://www.w3.org/TR/webdriver-bidi/#webdriver-bidi-download-started", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-navigation-info%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-resume%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-sessions-for-which-an-event-is-enabled%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-emit-an-event%E2%91%A6", @@ -1618,7 +1695,7 @@ "https://www.w3.org/TR/webdriver-bidi/#webdriver-bidi-navigation-aborted", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-navigation-info%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-resume%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-sessions-for-which-an-event-is-enabled%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-emit-an-event%E2%91%A7", @@ -1627,7 +1704,7 @@ "https://www.w3.org/TR/webdriver-bidi/#webdriver-bidi-navigation-failed", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-navigation-info%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-resume%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-sessions-for-which-an-event-is-enabled%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-emit-an-event%E2%91%A8", @@ -1638,7 +1715,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-id%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-sessions-for-which-an-event-is-enabled%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-emit-an-event%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#event-browsingContext-userPromptOpened", @@ -1650,7 +1727,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-handler", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-sessions-for-which-an-event-is-enabled%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-emit-an-event%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#module-network", @@ -1664,7 +1741,7 @@ "https://www.w3.org/TR/webdriver-bidi/#default-cache-behavior", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#navigable-cache-behavior-map", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#network-intercepts", "https://www.w3.org/TR/webdriver-bidi/#network-intercept", "https://www.w3.org/TR/webdriver-bidi/#ref-for-bidi-session%E2%91%A0%E2%91%A2", @@ -1680,20 +1757,20 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-intercept-map", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-url-serializer%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-request-url", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-empty%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-match-url-pattern", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#update-the-response", "https://www.w3.org/TR/webdriver-bidi/#ref-for-blocked-request-map", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-no-such-request", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-response", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-response-status", @@ -1704,11 +1781,11 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-header-list", "https://www.w3.org/TR/webdriver-bidi/#ref-for-deserialize-header", "https://www.w3.org/TR/webdriver-bidi/#ref-for-fields.names", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-header-value", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-response-header-list", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A1%E2%91%A2", @@ -1733,7 +1810,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-tuple", "https://www.w3.org/TR/webdriver-bidi/#ref-for-utf-8-decode", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#type-network-AuthCredentials", "https://www.w3.org/TR/webdriver-bidi/#type-network-BaseParameters", "https://www.w3.org/TR/webdriver-bidi/#issue-f8347230", @@ -1747,7 +1824,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-window%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-settings-object-global", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-id%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-id%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-network-intercepts", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-request-redirect-count", @@ -1922,72 +1999,72 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-network-intercept%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#unescape-url-pattern", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#parse-url-pattern", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-unescape-url-pattern", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ascii-alphanumeric", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ascii-lowercase", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-is-special", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A4%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-unescape-url-pattern%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-unescape-url-pattern", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ascii-alphanumeric", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ascii-lowercase", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-is-special", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-unescape-url-pattern%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ascii-digit", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-unescape-url-pattern%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-unescape-url-pattern%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ascii-digit", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-unescape-url-pattern%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-string-starts-with", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-unescape-url-pattern%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-string-starts-with%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A5%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-unescape-url-pattern%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-url-parser%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A5%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-url-scheme%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-url-host", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-url-scheme%E2%91%A1", @@ -2028,22 +2105,22 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-network-intercept%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A5%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A5%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-intercept-map%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-parse-url-pattern", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#command-network-continueRequest", "https://www.w3.org/TR/webdriver-bidi/#commands-networkcontinuerequest", @@ -2051,34 +2128,34 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-blocked-request-map%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A5%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-no-such-request%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A5%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#issue-674c4ab4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-url-parser%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-script-base-url%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A5%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-request-url%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-method.overview", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-request-method%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-header-list%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-deserialize-header%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-fields.names%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-header-value%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-request-header-list%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-byte-sequence%E2%91%A4", @@ -2106,12 +2183,12 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-blocked-request-map%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-no-such-request%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-resume%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#command-network-failRequest", @@ -2120,12 +2197,12 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-blocked-request-map%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-no-such-request%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-network-error", "https://www.w3.org/TR/webdriver-bidi/#issue-6015124b", "https://www.w3.org/TR/webdriver-bidi/#ref-for-resume%E2%91%A0%E2%91%A2", @@ -2148,8 +2225,8 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-intercept-map%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-no-such-intercept", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-remove%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A3%E2%91%A7", @@ -2165,7 +2242,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-settings-object-global%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-browsing-context", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-cache-behavior-map%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-cache-behavior-map%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-default-cache-behavior%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#navigable-cache-behavior", @@ -2181,14 +2258,14 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-cache-behavior-map%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-browsing-context%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-cache-behavior-map%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-cache-behavior-map%E2%91%A6", @@ -2306,7 +2383,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-preload-script-map", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-getting-the-values%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-top%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-contain%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-or-create-a-sandbox-realm", "https://www.w3.org/TR/webdriver-bidi/#ref-for-realm-execution-context%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-realm-execution-context%E2%91%A1", @@ -2371,9 +2448,9 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-scriptchannel", "https://www.w3.org/TR/webdriver-bidi/#deserialize-key-value-list", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-size%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A6%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-deserialize-local-value", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A3%E2%91%A1", @@ -2395,9 +2472,9 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-createarrayfromlist%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-date-time-string-format", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-construct", "https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-date-constructor", "https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-completion-record-specification-type%E2%91%A2", @@ -2413,18 +2490,18 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-object.fromentries", "https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-regexp-pattern-flags", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-deserialize-value-list%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-createarrayfromlist%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-set-objects", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#type-script-PreloadScript", "https://www.w3.org/TR/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A2%E2%91%A7", @@ -2441,8 +2518,8 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-code-realms%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-realm-id%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-no-such-frame%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-code-realms%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-realm-id%E2%91%A1", @@ -2484,19 +2561,19 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-stringtonumber", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-stringtobigint", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A5%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#type-script-RealmInfo", "https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#get-the-navigable", @@ -2562,19 +2639,19 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-deserialize-remote-object-reference", "https://www.w3.org/TR/webdriver-bidi/#deserialize-remote-object-reference", "https://www.w3.org/TR/webdriver-bidi/#ref-for-handle-object-map%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-no-such-handle", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#deserialize-shared-reference", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-navigable", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-no-such-node", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-get-a-node", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-no-such-node%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-environment-settings-object%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-realm-execution-context%E2%91%A3", @@ -2582,8 +2659,8 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-document-origin", "https://www.w3.org/TR/webdriver-bidi/#ref-for-same-origin-domain", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-settings-object-origin", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-no-such-node%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-realm-global%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-sandboxwindowproxy%E2%91%A3", @@ -2820,13 +2897,13 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-preload-script%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-preload-script-map%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#command-script-disown", @@ -2868,9 +2945,9 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-exception-details", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-iscallable%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A1", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-activation-notification", "https://www.w3.org/TR/webdriver-bidi/#ref-for-prepare-to-run-script%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-call%E2%91%A1", @@ -2924,7 +3001,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-workerglobalscope%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-WorkerGlobalScope-owner-set%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-realm-info%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-iteration-continue%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-iteration-continue%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#issue-ac9113ee", @@ -2935,10 +3012,10 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-preload-script-map%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-no-such-script", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-remove%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#module-script-events", "https://www.w3.org/TR/webdriver-bidi/#event-script-message", "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-remote-end-event-trigger%E2%91%A0%E2%91%A7", @@ -2971,7 +3048,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscribe-priority%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-environment-settings-object%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-environment-execution-ready-flag%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-document-window%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-relevant-global%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-document%E2%91%A1", @@ -2987,7 +3064,7 @@ "https://www.w3.org/TR/webdriver-bidi/#event-script-realmDestroyed", "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-remote-end-event-trigger%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-unloading-document-cleanup-steps", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-navigables%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-document-worklet-global-scopes", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-relevant-realm", @@ -3031,7 +3108,7 @@ "https://www.w3.org/TR/webdriver-bidi/#table-of-standard-storage-partition-key-attributes", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-extension-storage-partition-key-attributes", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context-user-context-id%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-context-user-context-id%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ascii-serialisation-of-an-origin%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#extension-storage-partition-key-attributes", @@ -3067,8 +3144,8 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-required-partition-key-attributes", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-map-set%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A3", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-underspecified-storage-partition", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#get-the-cookie-store", @@ -3076,8 +3153,8 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-storage-model%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-storage-partition%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A6%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-no-such-storage-partition", "https://www.w3.org/TR/webdriver-bidi/#match-cookie", "https://www.w3.org/TR/webdriver-bidi/#get-matching-cookies", @@ -3117,8 +3194,8 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-cookie-http-only", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-cookie-expiry-time", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-cookie-same-site", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-unable-to-set-cookie", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A7%E2%93%AA", @@ -3196,7 +3273,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-event-subscribe-priority%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-log-event-buffer%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-log-event-buffer%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-top%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-emit-an-event%E2%91%A1%E2%91%A3", @@ -3220,8 +3297,8 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-deserialize-remote-reference%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-element%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-no-such-element%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#module-input-commands", @@ -3272,20 +3349,20 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-deserialize-remote-reference%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-element%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%91%A2", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-no-such-element%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-htmlinputelement", "https://www.w3.org/TR/webdriver-bidi/#ref-for-attr-input-type", "https://www.w3.org/TR/webdriver-bidi/#ref-for-file-upload-state-(type%3Dfile)", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-fe-disabled", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%93%AA", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-unable-to-set-file-input", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-size%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-attr-input-multiple", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%91%A4", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A8", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-unable-to-set-file-input%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-input-type-file-selected", "https://www.w3.org/TR/webdriver-bidi/#ref-for-list-size%E2%91%A0%E2%91%A4", @@ -3296,7 +3373,7 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-user-interaction-task-source", "https://www.w3.org/TR/webdriver-bidi/#ref-for-update-the-file-selection", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-input-type-file-selected%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A5", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%93%AA%E2%93%AA", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-input-type-file-selected%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A7%E2%91%A4", @@ -3313,12 +3390,12 @@ "https://www.w3.org/TR/webdriver-bidi/#commands-webextensioninstall", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#extract-a-zip-archive", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-invalid-web-extension", "https://www.w3.org/TR/webdriver-bidi/#ref-for-directory", "https://www.w3.org/TR/webdriver-bidi/#expand-a-web-extension-data-spec", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%91%A2", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%91%A6", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%93%AA%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-directory-locator", "https://www.w3.org/TR/webdriver-bidi/#ref-for-locator-path", @@ -3335,15 +3412,15 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-extract-a-zip-archive%E2%91%A0", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%91%A3", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%91%A7", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-expand-a-web-extension-data-spec", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%91%A4", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A7", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%93%AA%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-invalid-web-extension%E2%91%A0", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%91%A5", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A8", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%93%AA%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-invalid-web-extension%E2%91%A1", "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A7%E2%91%A5", @@ -3352,12 +3429,12 @@ "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%91%A6", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%93%AA%E2%93%AA", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors-no-such-web-extension", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%91%A7", - "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%93%AA%E2%91%A0", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%93%AA%E2%91%A4", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-unknown-error%E2%91%A2", "https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/webdriver-bidi/#patches", @@ -3652,6 +3729,7 @@ "https://www.w3.org/TR/webdriver-bidi/#de04a344", "https://www.w3.org/TR/webdriver-bidi/#a1797ffb", "https://www.w3.org/TR/webdriver-bidi/#03afaf9c", + "https://www.w3.org/TR/webdriver-bidi/#9e466493", "https://www.w3.org/TR/webdriver-bidi/#1243a891", "https://www.w3.org/TR/webdriver-bidi/#d8f8bd6e", "https://www.w3.org/TR/webdriver-bidi/#16d07e10", diff --git a/tr/index.json b/tr/index.json index 8aa60f76a0aa..f89d26c6a3fa 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2025-01-15T01:34:47.994Z", + "date": "2025-01-16T01:34:26.933Z", "options": { "fallback": "tr/index.json", "output": "report", @@ -723,7 +723,7 @@ "https://aomediacodec.github.io/av1-spec/" ], "crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf", - "date": "15 January 2025", + "date": "16 January 2025", "links": "links/av1-spec.json", "cddl": [] }, @@ -11555,10 +11555,10 @@ ], "crawled": "https://www.w3.org/TR/html-aam-1.0/", "crawlCacheInfo": { - "lastModified": "Fri, 10 Jan 2025 23:32:32 GMT" + "lastModified": "Wed, 15 Jan 2025 17:54:36 GMT" }, "generator": "respec", - "date": "10 January 2025", + "date": "15 January 2025", "revision": "e5a0eb2d50829e98168edf296e8bda2b5983b83a", "algorithms": "algorithms/html-aam-1.0.json", "links": "links/html-aam-1.0.json", @@ -21026,11 +21026,11 @@ ], "crawled": "https://www.w3.org/TR/webdriver-bidi/", "crawlCacheInfo": { - "lastModified": "Mon, 13 Jan 2025 08:45:18 GMT" + "lastModified": "Wed, 15 Jan 2025 12:06:45 GMT" }, "generator": "bikeshed", - "date": "13 January 2025", - "revision": "e25f510a6ce923e6655db7cf1c0bf96473970e9a", + "date": "15 January 2025", + "revision": "1f2b39e82e8cec71c35f720f3e8098f182ec6275", "algorithms": "algorithms/webdriver-bidi.json", "links": "links/webdriver-bidi.json", "refs": "refs/webdriver-bidi.json", diff --git a/tr/links/webdriver-bidi.json b/tr/links/webdriver-bidi.json index 37ed268121ae..fb082f1fe284 100644 --- a/tr/links/webdriver-bidi.json +++ b/tr/links/webdriver-bidi.json @@ -448,6 +448,7 @@ "struct", "list-contain", "iteration-continue", + "list-iterate", "set-intersection", "list-empty", "set-append", @@ -459,7 +460,6 @@ "map-exists", "serialize-an-infra-value-to-json-bytes", "map-size", - "list-iterate", "list-remove", "map-getting-the-values", "map-clear", @@ -467,11 +467,12 @@ "set-union", "set-create", "list-size", + "list-append", "set-difference", "map-sort-in-ascending-order", - "list-append", "list-clone", "map-remove", + "set-equal", "forgiving-base64-encode", "list-extend", "code-point-substring",