From f2ee9aa38a5de45c0f3c802cb7aa5d2810ad78e2 Mon Sep 17 00:00:00 2001
From: reffy-bot <>
Date: Wed, 8 Jan 2025 01:35:18 +0000
Subject: [PATCH] Update of TR report from new reffy run
Using reffy commit 18.1.2.
---
tr/algorithms/epub-33.json | 16 +-
tr/algorithms/webdriver-bidi.json | 233 +++++++++++++--------------
tr/algorithms/webmidi.json | 4 +-
tr/cddl/webdriver-bidi-all.cddl | 5 +-
tr/cddl/webdriver-bidi-local.cddl | 5 +-
tr/ids/epub-33.json | 2 +-
tr/ids/webdriver-bidi.json | 252 +++++++++++++++---------------
tr/ids/webmidi.json | 13 +-
tr/index.json | 20 +--
tr/links/epub-33.json | 30 ++--
tr/links/webmidi.json | 6 +
tr/refs/epub-33.json | 4 +-
12 files changed, 298 insertions(+), 292 deletions(-)
diff --git a/tr/algorithms/epub-33.json b/tr/algorithms/epub-33.json
index 3e7baf37934d..994eb6a39cce 100644
--- a/tr/algorithms/epub-33.json
+++ b/tr/algorithms/epub-33.json
@@ -15,7 +15,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let path be an empty list."
+ "html": "Let path be an empty list."
},
{
"html": "Let current be file."
@@ -25,7 +25,7 @@
"rationale": "prepend",
"steps": [
{
- "html": "prepend the file name of current to path;"
+ "html": "prepend the file name of current to path;"
},
{
"html": "set current to the parent directory of current."
@@ -40,20 +40,20 @@
{
"name": "valid-relative-ocf-URL-with-fragment string",
"href": "https://www.w3.org/TR/epub-33/#dfn-valid-relative-container-url-with-fragment-string",
- "html": "A string url is a valid-relative-ocf-URL-with-fragment string if it is a\n\t\t\t\t\t\tpath-relative-scheme-less-url string, optionally followed by U+0023 (#)
\n\t\t\t\t\t\tand a url-fragment string, and if the following steps return true:",
+ "html": "A string url is a valid-relative-ocf-URL-with-fragment string if it is a\n\t\t\t\t\t\tpath-relative-scheme-less-url string, optionally followed by U+0023 (#)
\n\t\t\t\t\t\tand a url-fragment string, and if the following steps return true:",
"rationale": ".algorithm",
"steps": [
{
- "html": "
Set the container root URL to https://a.example.org/A/
.
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tExplanation
\n\t\t\t\t\t\t\t\tThe goal of the algorithm is to detect whether url could be seen as\n\t\t\t\t\t\t\t\t\t\"leaking\" outside the container. To do that, the standard URL parsing algorithm is used with an artificial root URL; the detection of the \"leak\" is done\n\t\t\t\t\t\t\t\t\tby comparing the result of the parsing with the presence of the first test path\n\t\t\t\t\t\t\t\t\tsegment (A
). (Note that the artificial container root URL wilfully\n\t\t\t\t\t\t\t\t\tviolates, for the purpose of this algorithm, the required properties by using that first test path segment.)
\n\t\t\t\t\t\t\t "
+ "html": "Set the container root URL to https://a.example.org/A/
.
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tExplanation
\n\t\t\t\t\t\t\t\tThe goal of the algorithm is to detect whether url could be seen as\n\t\t\t\t\t\t\t\t\t\"leaking\" outside the container. To do that, the standard URL parsing algorithm is used with an artificial root URL; the detection of the \"leak\" is done\n\t\t\t\t\t\t\t\t\tby comparing the result of the parsing with the presence of the first test path\n\t\t\t\t\t\t\t\t\tsegment (A
). (Note that the artificial container root URL wilfully\n\t\t\t\t\t\t\t\t\tviolates, for the purpose of this algorithm, the required properties by using that first test path segment.)
\n\t\t\t\t\t\t\t "
},
{
"html": "Let base be the base URL that must be\n\t\t\t\t\t\t\t\tused to parse url as defined by the context (document or environment) where\n\t\t\t\t\t\t\t\t\turl is used, and according to the content URL of the package document\n\t\t\t\t\t\t\t\t(see 5.2 Parsing URLs in the package document).
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tExplanation
\n\t\t\t\t\t\t\t\tIn the case of a URL in the package document the base variable is set to\n\t\t\t\t\t\t\t\t\tthe content URL of the package document. In the case of a document within the\n\t\t\t\t\t\t\t\t\t\tMETA-INF
directory, the base variable is set to the\n\t\t\t\t\t\t\t\t\tcontainer root URL (see 4.2.6.2 Parsing URLs in the META-INF
directory). In the case of a\n\t\t\t\t\t\t\t\t\tURL in an XHTML content document, the base URL used for parsing is defined by\n\t\t\t\t\t\t\t\t\tthe HTML standard. Typically, it will be the\n\t\t\t\t\t\t\t\t\tcontent URL of the content document (unless the discouraged\n\t\t\t\t\t\t\t\t\tbase
element is used).
\n\t\t\t\t\t\t\t "
},
{
- "html": "Let testURLRecord be the result of applying the URL parser to url,\n\t\t\t\t\t\t\twith base."
+ "html": "Let testURLRecord be the result of applying the URL parser to url,\n\t\t\t\t\t\t\twith base."
},
{
- "html": "Let testURLStringA be the result of applying the URL Serializer to\n\t\t\t\t\t\t\t\ttestURLRecord."
+ "html": "Let testURLStringA be the result of applying the URL Serializer to\n\t\t\t\t\t\t\t\ttestURLRecord."
},
{
"html": "Set the container root URL to https://b.example.org/B/
.
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tExplanation
\n\t\t\t\t\t\t\t\tThe reasons to repeat the same steps twice with different, and artificial, settings\n\t\t\t\t\t\t\t\t\tof the container root URL is to avoid collision which may occur if the\n\t\t\t\t\t\t\t\t\t\turl string also includes /A/
. Consider, for example, the\n\t\t\t\t\t\t\t\t\tcase where url is ../../A/doc.xhtml
.
\n\t\t\t\t\t\t\t "
@@ -62,10 +62,10 @@
"html": "Set base to be the base URL that must be\n\t\t\t\t\t\t\tused to parse url as defined by the context (document or environment) where\n\t\t\t\t\t\t\t\turl is used, and according to the content URL of the package document (see 5.2 Parsing URLs in the package document)."
},
{
- "html": "Set testURLRecord to be the result of applying the URL parser to\n\t\t\t\t\t\t\t\turl, with base."
+ "html": "Set testURLRecord to be the result of applying the URL parser to\n\t\t\t\t\t\t\t\turl, with base."
},
{
- "html": "Let testURLStringB be the result of applying the URL Serializer to\n\t\t\t\t\t\t\t\ttestURLRecord."
+ "html": "Let testURLStringB be the result of applying the URL Serializer to\n\t\t\t\t\t\t\t\ttestURLRecord."
},
{
"html": "If testURLStringA does not start with https://a.example.org/
or\n\t\t\t\t\t\t\t\t\ttestURLStringB does not start with https://b.example.org/
,\n\t\t\t\t\t\t\t\treturn true.
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tExplanation
\n\t\t\t\t\t\t\t\tIf any of the result does not share the test URL host, it means that url,\n\t\t\t\t\t\t\t\t\tor its base URL (for example, in HTML, if it is explicitly set with the\n\t\t\t\t\t\t\t\t\t\tbase
element), was absolute and points outside the\n\t\t\t\t\t\t\t\t\tcontainer. This is acceptable.
\n\t\t\t\t\t\t\t "
diff --git a/tr/algorithms/webdriver-bidi.json b/tr/algorithms/webdriver-bidi.json
index b458b4ae1aa6..628914af9962 100644
--- a/tr/algorithms/webdriver-bidi.json
+++ b/tr/algorithms/webdriver-bidi.json
@@ -947,7 +947,10 @@
]
},
{
- "html": "Return success with data null.
"
+ "html": "Let body be a new map matching the session.SubscribeResult
production,\n with the subscription
field set to subscription’s subscription id.
"
+ },
+ {
+ "html": "Return success with data body.
"
}
]
},
@@ -1054,7 +1057,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let event map be an empty map.
"
+ "html": "Let event map be an empty map.
"
},
{
"html": "For each event name in subscription’s event names:",
@@ -1091,7 +1094,7 @@
"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.
"
@@ -1136,7 +1139,7 @@
"rationale": "if",
"steps": [
{
- "html": "If subscriptions contains subscription’s subscription id:",
+ "html": "If subscriptions contains subscription’s subscription id:",
"rationale": "append",
"steps": [
{
@@ -1296,7 +1299,7 @@
"html": "If client window can receive keyboard input channeled from the operating\n system, let active be true, otherwise let active be false.
"
},
{
- "html": "Let client window info be a map matching the browser.ClientWindowsInfo
production with the clientWindow
field set to client window id, state
field set to state, the x
field set to client window’s x-coordinate, the y
field set to client\n window’s y-coordinate, the width
field set to client window’s width, the height
field\n set to client window’s height, and the active
field set to active.
"
+ "html": "Let client window info be a map matching the browser.ClientWindowsInfo
production with the clientWindow
field set to client window id, state
field set to state, the x
field set to client window’s x-coordinate, the y
field set to client\n window’s y-coordinate, the width
field set to client window’s width, the height
field\n set to client window’s height, and the active
field set to active.
"
},
{
"html": "Return client window info
"
@@ -1367,7 +1370,7 @@
"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.
"
@@ -1410,7 +1413,7 @@
]
},
{
- "html": "Let result be a map matching the browser.GetClientWindowsResult
production with the clientWindows
field set to client windows.
"
+ "html": "Let result be a map matching the browser.GetClientWindowsResult
production with the clientWindows
field set to client windows.
"
},
{
"html": "Return success with data result.
"
@@ -1430,7 +1433,7 @@
"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.
"
@@ -1438,7 +1441,7 @@
]
},
{
- "html": "Let result be a map matching the browser.GetUserContextsResult
production with the userContexts
field set to user contexts.
"
+ "html": "Let result be a map matching the browser.GetUserContextsResult
production with the userContexts
field set to user contexts.
"
},
{
"html": "Return success with data result.
"
@@ -1623,7 +1626,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.
"
@@ -1653,7 +1656,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let body be a map matching the browsingContext.NavigateResult
production, with the navigation
field set to navigation id, and the url
field set to the result of the URL serializer given navigate status’s url.
"
+ "html": "Let body be a map matching the browsingContext.NavigateResult
production, with the navigation
field set to navigation id, and the url
field set to the result of the URL serializer given navigate status’s url.
"
},
{
"html": "Return success with data body.
"
@@ -1671,7 +1674,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let body be a map matching the browsingContext.NavigateResult
production, with the navigation
field set to navigation id, and the url
field set to the result of the URL serializer given navigate status’s url.
"
+ "html": "Let body be a map matching the browsingContext.NavigateResult
production, with the navigation
field set to navigation id, and the url
field set to the result of the URL serializer given navigate status’s url.
"
},
{
"html": "Return success with data body.
"
@@ -1688,7 +1691,7 @@
"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.
"
+ "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.
"
},
{
"html": "Return success with data body.
"
@@ -1714,7 +1717,7 @@
"html": "Let url be navigation status’s url.
"
},
{
- "html": "Return a map matching the browsingContext.NavigationInfo
production, with the context
field set to navigable id, the navigation
field set to navigation id, the timestamp
field set to timestamp, and the url
field set to the result of the URL serializer given url.
"
+ "html": "Return a map matching the browsingContext.NavigationInfo
production, with the context
field set to navigable id, the navigation
field set to navigation id, the timestamp
field set to timestamp, and the url
field set to the result of the URL serializer given url.
"
}
]
},
@@ -2035,7 +2038,7 @@
"html": "Let encoding result be the result of trying to encode a canvas as\n Base64 with canvas and format.
"
},
{
- "html": "Let body be a map matching the browsingContext.CaptureScreenshotResult
production, with the data
field set to encoding result.
"
+ "html": "Let body be a map matching the browsingContext.CaptureScreenshotResult
production, with the data
field set to encoding result.
"
},
{
"html": "Return success with data body.
"
@@ -2136,7 +2139,7 @@
]
},
{
- "html": "Let body be a map matching the browsingContext.CreateResult
production, with the context
field set to traversable’s navigable id.
"
+ "html": "Let body be a map matching the browsingContext.CreateResult
production, with the context
field set to traversable’s navigable id.
"
},
{
"html": "Return success with data body.
"
@@ -2176,7 +2179,7 @@
]
},
{
- "html": "Let body be a map matching the browsingContext.GetTreeResult
production, with the contexts
field set to navigables infos.
"
+ "html": "Let body be a map matching the browsingContext.GetTreeResult
production, with the contexts
field set to navigables infos.
"
},
{
"html": "Return success with data body.
"
@@ -2619,7 +2622,7 @@
"html": "Assert: maximum returned node count is null or size of result nodes is less\n than or equal to maximum returned node count.
"
},
{
- "html": "If command parameters contains \"serializationOptions
\",\n let serialization options be command parameters[\"serializationOptions
\"].\n Otherwise, let serialization options be a map matching the script.SerializationOptions
production with the fields\n set to their default values.
"
+ "html": "If command parameters contains \"serializationOptions
\",\n let serialization options be command parameters[\"serializationOptions
\"].\n Otherwise, let serialization options be a map matching the script.SerializationOptions
production with the fields\n set to their default values.
"
},
{
"html": "Let result ownership be \"none\".
"
@@ -2632,7 +2635,7 @@
"rationale": "let",
"steps": [
{
- "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": "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.
"
@@ -2640,7 +2643,7 @@
]
},
{
- "html": "Let result be a map matching the browsingContext.LocateNodesResult
production, with the nodes
field set serialized nodes.
"
+ "html": "Let result be a map matching the browsingContext.LocateNodesResult
production, with the nodes
field set serialized nodes.
"
},
{
"html": "Return success with data result.
"
@@ -2701,10 +2704,10 @@
"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.
"
+ "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.
"
},
{
- "html": "Let page size be the value of the page
field of command\n parameters if present, or otherwise a map matching the browsingContext.PrintPageParameters
with the fields set to\n their default values.
"
+ "html": "Let page size be the value of the page
field of command\n parameters if present, or otherwise a map matching the browsingContext.PrintPageParameters
with the fields set to\n their default values.
"
}
]
},
@@ -2735,7 +2738,7 @@
"html": "Let encoded data be encoding result’s data.
"
},
{
- "html": "Let body be a map matching the browsingContext.PrintResult
production, with the data
field set to encoded data.
"
+ "html": "Let body be a map matching the browsingContext.PrintResult
production, with the data
field set to encoded data.
"
},
{
"html": "Return success with data body.
"
@@ -2923,7 +2926,7 @@
"html": "TODO: Support waiting for the history traversal to complete.
"
},
{
- "html": "Let body be a map matching the browsingContext.TraverseHistoryResult
production.
"
+ "html": "Let body be a map matching the browsingContext.TraverseHistoryResult
production.
"
},
{
"html": "Return success with data body.
"
@@ -2985,7 +2988,7 @@
"html": "Let params be the result of get the navigable info given navigable, 0, and true.
"
},
{
- "html": "Let body be a map matching the browsingContext.ContextCreated
production, with the params
field set to params.
"
+ "html": "Let body be a map matching the browsingContext.ContextCreated
production, with the params
field set to params.
"
},
{
"html": "Emit an event with session and body.
"
@@ -3041,7 +3044,7 @@
"html": "Let params be the result of get the navigable info, given navigable, null, and true.
"
},
{
- "html": "Let body be a map matching the browsingContext.ContextDestroyed
production, with the params
field set to params.
"
+ "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.
"
@@ -3097,7 +3100,7 @@
"html": "Let params be the result of get the navigation info given navigable and navigation status.
"
},
{
- "html": "Let body be a map matching the browsingContext.NavigationStarted
production, with the params
field set to params.
"
+ "html": "Let body be a map matching the browsingContext.NavigationStarted
production, with the params
field set to params.
"
},
{
"html": "Let navigation id be navigation status’s id.
"
@@ -3129,7 +3132,7 @@
"html": "Let params be the result of get the navigation info given navigable and navigation status.
"
},
{
- "html": "Let body be a map matching the browsingContext.FragmentNavigated
production, with the params
field set to params.
"
+ "html": "Let body be a map matching the browsingContext.FragmentNavigated
production, with the params
field set to params.
"
},
{
"html": "Let navigation id be navigation status’s id.
"
@@ -3161,10 +3164,10 @@
"html": "Let url be the result of running the URL serializer,\n given navigable’s active browsing context's active document's URL.
"
},
{
- "html": "Let params be a map matching the browsingContext.HistoryUpdatedParameters
production,\n with the url
field set to url and\n the context
field set to navigable’s navigable id.
"
+ "html": "Let params be a map matching the browsingContext.HistoryUpdatedParameters
production,\n with the url
field set to url and\n the context
field set to navigable’s navigable id.
"
},
{
- "html": "Let body be a map matching the browsingContext.HistoryUpdated
production, with the params
field set to params.
"
+ "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.
"
@@ -3190,7 +3193,7 @@
"html": "Let params be the result of get the navigation info given navigable and navigation status.
"
},
{
- "html": "Let body be a map matching the browsingContext.DomContentLoaded
production, with the params
field set to params.
"
+ "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.
"
@@ -3222,7 +3225,7 @@
"html": "Let params be the result of get the navigation info given navigable and navigation status.
"
},
{
- "html": "Let body be a map matching the browsingContext.Load
production, with the params
field set to params.
"
+ "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.
"
@@ -3254,7 +3257,7 @@
"html": "Let params be the result of get the navigation info given navigable and navigation status.
"
},
{
- "html": "Let body be a map matching the browsingContext.DownloadWillBegin
production, with the params
field set to params.
"
+ "html": "Let body be a map matching the browsingContext.DownloadWillBegin
production, with the params
field set to params.
"
},
{
"html": "Let navigation id be navigation status’s id.
"
@@ -3286,7 +3289,7 @@
"html": "Let params be the result of get the navigation info given navigable and navigation status.
"
},
{
- "html": "Let body be a map matching the browsingContext.NavigationAborted
production, with the params
field set to params.
"
+ "html": "Let body be a map matching the browsingContext.NavigationAborted
production, with the params
field set to params.
"
},
{
"html": "Let navigation id be navigation status’s id.
"
@@ -3318,7 +3321,7 @@
"html": "Let params be the result of get the navigation info given navigable and navigation status.
"
},
{
- "html": "Let body be a map matching the browsingContext.NavigationFailed
production, with the params
field set to params.
"
+ "html": "Let body be a map matching the browsingContext.NavigationFailed
production, with the params
field set to params.
"
},
{
"html": "Let navigation id be navigation status’s id.
"
@@ -3353,10 +3356,10 @@
"html": "Let navigable id be the navigable id for navigable.
"
},
{
- "html": "Let params be a map matching the browsingContext.UserPromptClosedParameters
production with the context
field set to navigable id, the accepted
field set to accepted, the type
field set to type, and the userText
field set to user text if user text is not null or\n omitted otherwise.
"
+ "html": "Let params be a map matching the browsingContext.UserPromptClosedParameters
production with the context
field set to navigable id, the accepted
field set to accepted, the type
field set to type, and the userText
field set to user text if user text is not null or\n omitted otherwise.
"
},
{
- "html": "Let body be a map matching the BrowsingContextUserPromptClosedEvent
production, with the params
field set to params.
"
+ "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.
"
@@ -3391,10 +3394,10 @@
"html": "Let handler be handler configuration’s handler.
"
},
{
- "html": "Let params be a map matching the browsingContext.UserPromptOpenedParameters
production with the context
field set to navigable id, the type
field\n set to type, the message
field set to message, the defaultValue
field set to default value if default value is\n not null or omitted otherwise, and the handler
field set to handler.
"
+ "html": "Let params be a map matching the browsingContext.UserPromptOpenedParameters
production with the context
field set to navigable id, the type
field\n set to type, the message
field set to message, the defaultValue
field set to default value if default value is\n not null or omitted otherwise, and the handler
field set to handler.
"
},
{
- "html": "Let body be a map matching the browsingContext.UserPromptOpened
production, with the params
field set to params.
"
+ "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.
"
@@ -3691,7 +3694,7 @@
]
},
{
- "html": "Let challenge be a new map matching the network.AuthChallenge
production, with the scheme
field set to scheme and the realm
field set to realm.
"
+ "html": "Let challenge be a new map matching the network.AuthChallenge
production, with the scheme
field set to scheme and the realm
field set to realm.
"
}
]
},
@@ -3750,7 +3753,7 @@
"html": "If intercepts is not empty, let is blocked be true, otherwise\n let is blocked be false.
"
},
{
- "html": "Let params be map matching the network.BaseParameters
production, with the request
field set to request data, the navigation field set to navigation
, the context
field set to navigable id, the timestamp
field set to timestamp, the redirectCount
field set to redirect count, the isBlocked
field set to is blocked, and intercepts
field set to intercepts if is blocked is true, or omitted otherwise.
"
+ "html": "Let params be map matching the network.BaseParameters
production, with the request
field set to request data, the navigation field set to navigation
, the context
field set to navigable id, the timestamp
field set to timestamp, the redirectCount
field set to redirect count, the isBlocked
field set to is blocked, and intercepts
field set to intercepts if is blocked is true, or omitted otherwise.
"
},
{
"html": "Return params
"
@@ -3784,10 +3787,10 @@
"html": "Let text be UTF-8 decode without BOM or fail bytes.
"
},
{
- "html": "If text is failure, return a map matching the network.Base64Value
production, with value set to forgiving-base64 encode bytes.
"
+ "html": "If text is failure, return a map matching the network.Base64Value
production, with value set to forgiving-base64 encode bytes.
"
},
{
- "html": "Return a map matching the network.StringValue
production,\n with value set to text.
"
+ "html": "Return a map matching the network.StringValue
production,\n with value set to text.
"
}
]
},
@@ -3907,7 +3910,7 @@
"html": "Let response end be convert fetch timestamp given timings’ end time and global.
"
},
{
- "html": "Return a map matching the network.FetchTimingInfo
production\n with the timeOrigin
field set to time origin, the requestTime
field set to request time, the redirectStart
field set to redirect start, the redirectEnd
field set to redirect end, the fetchStart
field set to fetch start, the dnsStart
field set to DNS start, the dnsEnd
field set to DNS end, the connectStart
field set to connect\n start, the connectEnd
field set to connect end, the tlsStart
field set to TLS start, the requestStart
field set to request start, the responseStart
field set to response start, and the responseEnd
field set to response end.
"
+ "html": "Return a map matching the network.FetchTimingInfo
production\n with the timeOrigin
field set to time origin, the requestTime
field set to request time, the redirectStart
field set to redirect start, the redirectEnd
field set to redirect end, the fetchStart
field set to fetch start, the dnsStart
field set to DNS start, the dnsEnd
field set to DNS end, the connectStart
field set to connect\n start, the connectEnd
field set to connect end, the tlsStart
field set to TLS start, the requestStart
field set to request start, the responseStart
field set to response start, and the responseEnd
field set to response end.
"
}
]
},
@@ -3964,7 +3967,7 @@
]
},
{
- "html": "Return a map matching the network.Initiator
production, the columnNumber
field set to column number if it’s not null, or\n omitted otherwise, the lineNumber
field set to line number if\n it’s not null, or omitted otherwise and the stackTrace
field set\n to stack trace if it’s not null, or omitted otherwise.
"
+ "html": "Return a map matching the network.Initiator
production, the columnNumber
field set to column number if it’s not null, or\n omitted otherwise, the lineNumber
field set to line number if\n it’s not null, or omitted otherwise and the stackTrace
field set\n to stack trace if it’s not null, or omitted otherwise.
"
}
]
},
@@ -4149,7 +4152,7 @@
"html": "Let auth challenges be the result of with response.
"
},
{
- "html": "Return a map matching the network.ResponseData
production,\n with the url
field set to url, the protocol
field\n set to protocol, the status
field set to status, the statusText
field set to status text, the fromCache
field set to from cache, the headers
field set to headers, the mimeType
field set to mime type, the bytesReceived
field set to bytes received, the headersSize
field set to headers size, the bodySize
field set to body size, content
field set to content, and the authChallenges
field set to auth challenges if it’s not null, or omitted otherwise.
"
+ "html": "Return a map matching the network.ResponseData
production,\n with the url
field set to url, the protocol
field\n set to protocol, the status
field set to status, the statusText
field set to status text, the fromCache
field set to from cache, the headers
field set to headers, the mimeType
field set to mime type, the bytesReceived
field set to bytes received, the headersSize
field set to headers size, the bodySize
field set to body size, content
field set to content, and the authChallenges
field set to auth challenges if it’s not null, or omitted otherwise.
"
}
]
},
@@ -4861,7 +4864,7 @@
"html": "Set intercept map[intercept] to a struct with url patterns
parsed patterns, phases
command\n parameters[\"phases
\"] and browsingContexts
navigables.
"
},
{
- "html": "Return a new map matching the network.AddInterceptResult
production with the intercept
field set to intercept.
"
+ "html": "Return a new map matching the network.AddInterceptResult
production with the intercept
field set to intercept.
"
}
]
},
@@ -5741,10 +5744,10 @@
"html": "Let text be an implementation-defined textual description of the error\n represented by record.
\n TODO: Tighten up the requirements here; people will probably try to parse\n this data with regex or something equally bad.
"
},
{
- "html": "Let serialization options be a map matching the script.SerializationOptions
production with the fields set to\n their default values.
"
+ "html": "Let serialization options be a map matching the script.SerializationOptions
production with the fields set to\n their default values.
"
},
{
- "html": "Let exception be the result of serialize as a remote value with record.[[Value]], serialization options, ownership type,\n a new map as serialization internal map, realm and session.
"
+ "html": "Let exception be the result of serialize as a remote value with record.[[Value]], serialization options, ownership type,\n a new map as serialization internal map, realm and session.
"
},
{
"html": "Let stack trace be the stack trace for an exception given record.
"
@@ -5753,7 +5756,7 @@
"html": "If stack trace has size of 1 or greater, let line number be value of the lineNumber
field in stack trace[0], and let column number be\n the value of the columnNumber
field stack trace[0]. Otherwise\n let line number and column number be 0.
"
},
{
- "html": "Let exception details be a map matching the script.ExceptionDetails
production, with the text
field set to text, the exception
field set to exception, the lineNumber
field set to line number, the columnNumber
field set to column number, and the stackTrace
field set to stack trace.
"
+ "html": "Let exception details be a map matching the script.ExceptionDetails
production, with the text
field set to text, the exception
field set to exception, the lineNumber
field set to line number, the columnNumber
field set to column number, and the stackTrace
field set to stack trace.
"
},
{
"html": "Return exception details.
"
@@ -5975,14 +5978,14 @@
"html": "Let remote value be undefined.
"
},
{
- "html": "In the following list of conditions and associated steps, run the first set\n of steps for which the associated condition is true, if any:
\n \n - Type(value) is undefined \n
- Let remote value be a map matching the
script.UndefinedValue
production in the local end definition. \n - Type(value) is Null \n
- Let remote value be a map matching the
script.NullValue
production in the local end definition. \n - Type(value) is String \n
- \n Let remote value be a map matching the
script.StringValue
production in the local end definition, with the value
property set to value. \n \n - Type(value) is Number \n
- \n \n
- Type(value) is Boolean \n
- Let remote value be a map matching the
script.BooleanValue
production in the local end definition, with the value
property set to value. \n - Type(value) is BigInt \n
- Let remote value be a map matching the
script.BigIntValue
production in the local end definition, with the value
property set to the result of running the ToString operation on value. \n
",
+ "html": "In the following list of conditions and associated steps, run the first set\n of steps for which the associated condition is true, if any:
\n \n - Type(value) is undefined \n
- Let remote value be a map matching the
script.UndefinedValue
production in the local end definition. \n - Type(value) is Null \n
- Let remote value be a map matching the
script.NullValue
production in the local end definition. \n - Type(value) is String \n
- \n Let remote value be a map matching the
script.StringValue
production in the local end definition, with the value
property set to value. \n \n - Type(value) is Number \n
- \n \n
- Type(value) is Boolean \n
- Let remote value be a map matching the
script.BooleanValue
production in the local end definition, with the value
property set to value. \n - Type(value) is BigInt \n
- Let remote value be a map matching the
script.BigIntValue
production in the local end definition, with the value
property set to the result of running the ToString operation on value. \n
",
"rationale": "switch",
"steps": [
{
"html": "Switch on the value of value:
\n \n - NaN \n
- Let serialized be
\"NaN\"
\n - -0 \n
- Let serialized be
\"-0\"
\n - Infinity \n
- Let serialized be
\"Infinity\"
\n - -Infinity \n
- Let serialized be
\"-Infinity\"
\n - Otherwise: \n
- Let serialized be value \n
"
},
{
- "html": "Let remote value be a map matching the script.NumberValue
production in the local end definition, with the value
property set to serialized.
"
+ "html": "Let remote value be a map matching the script.NumberValue
production in the local end definition, with the value
property set to serialized.
"
}
]
},
@@ -6151,7 +6154,7 @@
"html": "Let navigable id be the navigable id for navigable.
"
},
{
- "html": "Let realm info be a map matching the script.WindowRealmInfo
production,\n with the realm
field set to realm id, the origin
field set to origin, and the context
field set to navigable id.
"
+ "html": "Let realm info be a map matching the script.WindowRealmInfo
production,\n with the realm
field set to realm id, the origin
field set to origin, and the context
field set to navigable id.
"
}
],
"additional": [
@@ -6178,7 +6181,7 @@
"html": "Assert: sandbox name is not null.
"
},
{
- "html": "Let realm info be a map matching the script.WindowRealmInfo
production,\n with the realm
field set to realm id, the origin
field set to origin, the context
field set to navigable id,\n and the sandbox
field set to sandbox name.
"
+ "html": "Let realm info be a map matching the script.WindowRealmInfo
production,\n with the realm
field set to realm id, the origin
field set to origin, the context
field set to navigable id,\n and the sandbox
field set to sandbox name.
"
}
]
},
@@ -6193,7 +6196,7 @@
"html": "Assert: owners has precisely one item.
"
},
{
- "html": "Let realm info be a map matching the script.DedicatedWorkerRealmInfo
production,\n with the realm
field set to realm id, the origin
field\n set to origin, and the owners
field set to owners.
"
+ "html": "Let realm info be a map matching the script.DedicatedWorkerRealmInfo
production,\n with the realm
field set to realm id, the origin
field\n set to origin, and the owners
field set to owners.
"
}
]
},
@@ -6202,7 +6205,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let realm info be a map matching the script.SharedWorkerRealmInfo
production,\n with the realm
field set to realm id, and the origin
field\n set to origin.
"
+ "html": "Let realm info be a map matching the script.SharedWorkerRealmInfo
production,\n with the realm
field set to realm id, and the origin
field\n set to origin.
"
}
]
},
@@ -6211,7 +6214,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let realm info be a map matching the script.ServiceWorkerRealmInfo
production,\n with the realm
field set to realm id, and the origin
field\n set to origin.
"
+ "html": "Let realm info be a map matching the script.ServiceWorkerRealmInfo
production,\n with the realm
field set to realm id, and the origin
field\n set to origin.
"
}
]
},
@@ -6220,7 +6223,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let realm info be a map matching the script.WorkerRealmInfo
production,\n with the realm
field set to realm id, and the origin
field set to origin.
"
+ "html": "Let realm info be a map matching the script.WorkerRealmInfo
production,\n with the realm
field set to realm id, and the origin
field set to origin.
"
}
]
},
@@ -6229,7 +6232,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let realm info be a map matching the script.PaintWorkletRealmInfo
production,\n with the realm
field set to realm id, and the origin
field set to origin.
"
+ "html": "Let realm info be a map matching the script.PaintWorkletRealmInfo
production,\n with the realm
field set to realm id, and the origin
field set to origin.
"
}
]
},
@@ -6238,7 +6241,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let realm info be a map matching the script.AudioWorkletRealmInfo
production,\n with the realm
field set to realm id, and the origin
field set to origin.
"
+ "html": "Let realm info be a map matching the script.AudioWorkletRealmInfo
production,\n with the realm
field set to realm id, and the origin
field set to origin.
"
}
]
},
@@ -6247,7 +6250,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let realm info be a map matching the script.WorkletRealmInfo
production,\n with the realm
field set to realm id, and the origin
field set to origin.
"
+ "html": "Let realm info be a map matching the script.WorkletRealmInfo
production,\n with the realm
field set to realm id, and the origin
field set to origin.
"
}
]
},
@@ -6448,7 +6451,7 @@
"html": "Let known object be true
, if value is in the serialization internal map, otherwise false
.
"
},
{
- "html": "In the following list of conditions and associated steps, run the first set\n of steps for which the associated condition is true:
\n \n - Type(value) is Symbol \n
- Let remote value be a map matching the
script.SymbolRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - IsArray(value) \n
- Let remote value be serialize an Array-like with session,
script.ArrayRemoteValue
, handle id, known object, value, serialization options, ownership type, serialization internal map, realm, and session. \n - IsRegExp(value) \n
- \n \n
- value has a [[DateValue]] internal slot. \n
- \n \n
- value has a [[MapData]] internal slot \n
- \n \n
- value has a [[SetData]] internal slot \n
- \n \n
- value has a [[WeakMapData]] internal slot \n
- Let remote value be a map matching the
script.WeakMapRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - value has a [[WeakSetData]] internal slot \n
- Let remote value be a map matching the
script.WeakSetRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - value has a [[GeneratorState]] internal slot or [[AsyncGeneratorState]] internal slot \n
- Let remote value be a map matching the
script.GeneratorRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - value has an [[ErrorData]] internal slot \n
- Let remote value be a map matching the
script.ErrorRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - value has a [[ProxyHandler]] internal slot and a [[ProxyTarget]] internal slot \n
- Let remote value be a map matching the
script.ProxyRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - IsPromise(value) \n
- Let remote value be a map matching the
script.PromiseRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - value has a [[TypedArrayName]] internal slot \n
- Let remote value be a map matching the
script.TypedArrayRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - value has an [[ArrayBufferData]] internal slot \n
- Let remote value be a map matching the
script.ArrayBufferRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - value is a platform object that implements
NodeList
\n - Let remote value be serialize an Array-like with
script.NodeListRemoteValue
,handle id, known object, value, serialization options, ownership type, serialization internal map, realm, and session. \n - value is a platform object that implements
HTMLCollection
\n - Let remote value be serialize an Array-like with
script.HTMLCollectionRemoteValue
, handle id, known object, value, serialization options, ownership type, known object, serialization internal map, realm, and session. \n - value is a platform object that implements
Node
\n - \n \n
- value is a platform object that implements
WindowProxy
\n - \n \n
- value is a platform object \n
- 1. Let remote value be a map matching the
script.ObjectRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - IsCallable(value) \n
- Let remote value be a map matching the
script.FunctionRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - Otherwise: \n
- \n \n
",
+ "html": "In the following list of conditions and associated steps, run the first set\n of steps for which the associated condition is true:
\n \n - Type(value) is Symbol \n
- Let remote value be a map matching the
script.SymbolRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - IsArray(value) \n
- Let remote value be serialize an Array-like with session,
script.ArrayRemoteValue
, handle id, known object, value, serialization options, ownership type, serialization internal map, realm, and session. \n - IsRegExp(value) \n
- \n \n
- value has a [[DateValue]] internal slot. \n
- \n \n
- value has a [[MapData]] internal slot \n
- \n \n
- value has a [[SetData]] internal slot \n
- \n \n
- value has a [[WeakMapData]] internal slot \n
- Let remote value be a map matching the
script.WeakMapRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - value has a [[WeakSetData]] internal slot \n
- Let remote value be a map matching the
script.WeakSetRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - value has a [[GeneratorState]] internal slot or [[AsyncGeneratorState]] internal slot \n
- Let remote value be a map matching the
script.GeneratorRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - value has an [[ErrorData]] internal slot \n
- Let remote value be a map matching the
script.ErrorRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - value has a [[ProxyHandler]] internal slot and a [[ProxyTarget]] internal slot \n
- Let remote value be a map matching the
script.ProxyRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - IsPromise(value) \n
- Let remote value be a map matching the
script.PromiseRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - value has a [[TypedArrayName]] internal slot \n
- Let remote value be a map matching the
script.TypedArrayRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - value has an [[ArrayBufferData]] internal slot \n
- Let remote value be a map matching the
script.ArrayBufferRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - value is a platform object that implements
NodeList
\n - Let remote value be serialize an Array-like with
script.NodeListRemoteValue
,handle id, known object, value, serialization options, ownership type, serialization internal map, realm, and session. \n - value is a platform object that implements
HTMLCollection
\n - Let remote value be serialize an Array-like with
script.HTMLCollectionRemoteValue
, handle id, known object, value, serialization options, ownership type, known object, serialization internal map, realm, and session. \n - value is a platform object that implements
Node
\n - \n \n
- value is a platform object that implements
WindowProxy
\n - \n \n
- value is a platform object \n
- 1. Let remote value be a map matching the
script.ObjectRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - IsCallable(value) \n
- Let remote value be a map matching the
script.FunctionRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise. \n - Otherwise: \n
- \n \n
",
"rationale": "let",
"steps": [
{
@@ -6458,10 +6461,10 @@
"html": "Let flags be ToString(Get(value, \"flags\")).
"
},
{
- "html": "Let serialized be a map matching the script.RegExpValue
production in the local end definition, with the pattern
property set to the pattern and the the flags
property set to the flags.
"
+ "html": "Let serialized be a map matching the script.RegExpValue
production in the local end definition, with the pattern
property set to the pattern and the the flags
property set to the flags.
"
},
{
- "html": "Let remote value be a map matching the script.RegExpRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise, and\n the value
property set to serialized.
"
+ "html": "Let remote value be a map matching the script.RegExpRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise, and\n the value
property set to serialized.
"
}
],
"additional": [
@@ -6476,7 +6479,7 @@
"html": "Assert: serialized is not a throw completion.
"
},
{
- "html": "Let remote value be a map matching the script.DateRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise, and the\n value set to serialized.
"
+ "html": "Let remote value be a map matching the script.DateRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise, and the\n value set to serialized.
"
}
]
},
@@ -6485,7 +6488,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let remote value be a map matching the script.MapRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted\n otherwise.
"
+ "html": "Let remote value be a map matching the script.MapRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted\n otherwise.
"
},
{
"html": "Set internal ids if needed with serialization internal map, remote value and value.
"
@@ -6512,7 +6515,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let remote value be a map matching the script.SetRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted\n otherwise.
"
+ "html": "Let remote value be a map matching the script.SetRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted\n otherwise.
"
},
{
"html": "Set internal ids if needed with serialization internal map, remote value and value.
"
@@ -6542,7 +6545,7 @@
"html": "Let shared id be get shared id for a node with value and session.
"
},
{
- "html": "Let remote value be a map matching the script.NodeRemoteValue
production in the local end definition, with the sharedId
property set to shared id if it’s not null, or omitted otherwise, and the handle
property set to handle id if it’s not null, or omitted\n otherwise.
"
+ "html": "Let remote value be a map matching the script.NodeRemoteValue
production in the local end definition, with the sharedId
property set to shared id if it’s not null, or omitted otherwise, and the handle
property set to handle id if it’s not null, or omitted\n otherwise.
"
},
{
"html": "Set internal ids if needed with serialization internal map, remote value and value.
"
@@ -6555,7 +6558,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let serialized be a map.
"
+ "html": "Let serialized be a map.
"
},
{
"html": "Set serialized[\"nodeType
\"] to Get(value, \"nodeType\").
"
@@ -6610,7 +6613,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let attributes be a new map.
"
+ "html": "Let attributes be a new map.
"
},
{
"html": "For each attribute in value’s attribute list:",
@@ -6671,10 +6674,10 @@
"html": "Let navigable id be the navigable id for navigable.
"
},
{
- "html": "Let serialized be a map matching the script.WindowProxyProperties
production in the local end\n definition with the context
property set to navigable id.
"
+ "html": "Let serialized be a map matching the script.WindowProxyProperties
production in the local end\n definition with the context
property set to navigable id.
"
},
{
- "html": "Let remote value be a map matching the script.WindowProxyRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise, and\n the value
property set to serialized.
"
+ "html": "Let remote value be a map matching the script.WindowProxyRemoteValue
production in the local end definition, with the handle
property set to handle id if it’s not null, or omitted otherwise, and\n the value
property set to serialized.
"
}
]
},
@@ -6686,7 +6689,7 @@
"html": "Assert: type(value) is Object
"
},
{
- "html": "Let remote value be a map matching the script.ObjectRemoteValue
production\n in the local end definition, with the handle
property set\n to handle id if it’s not null, or omitted otherwise.
"
+ "html": "Let remote value be a map matching the script.ObjectRemoteValue
production\n in the local end definition, with the handle
property set\n to handle id if it’s not null, or omitted otherwise.
"
},
{
"html": "Set internal ids if needed with serialization internal map, remote value and value.
"
@@ -6722,7 +6725,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let remote value be a map matching production, with the handle
property set to handle id if it’s not null, or omitted\n otherwise.
"
+ "html": "Let remote value be a map matching production, with the handle
property set to handle id if it’s not null, or omitted\n otherwise.
"
},
{
"html": "Set internal ids if needed with serialization internal map, remote value and value.
"
@@ -6849,7 +6852,7 @@
"html": "Let url be the result of running the URL serializer, given\n the URL of frame’s script url.
"
},
{
- "html": "Let frame info be a new map matching the script.StackFrame
production, with the url
field set to url, the functionName
field set to frame’s function,\n the lineNumber
field set to frame’s line\n number and the columnNumber
field set to frame’s column number.
"
+ "html": "Let frame info be a new map matching the script.StackFrame
production, with the url
field set to url, the functionName
field set to frame’s function,\n the lineNumber
field set to frame’s line\n number and the columnNumber
field set to frame’s column number.
"
}
]
},
@@ -6857,7 +6860,7 @@
"html": "Append frame info to call frames.
"
},
{
- "html": "Let stack trace be a new map matching the script.StackTrace
production, with the callFrames
property set to call frames.
"
+ "html": "Let stack trace be a new map matching the script.StackTrace
production, with the callFrames
property set to call frames.
"
},
{
"html": "Return stack trace.
"
@@ -6909,7 +6912,7 @@
]
},
{
- "html": "Let source be a map matching the script.Source
production with the realm
field set to realm, and the context
field set\n to navigable id if navigable is not null, or unset otherwise.
"
+ "html": "Let source be a map matching the script.Source
production with the realm
field set to realm, and the context
field set\n to navigable id if navigable is not null, or unset otherwise.
"
},
{
"html": "Return source.
"
@@ -7040,7 +7043,7 @@
"html": "Set preload script map[script] to a struct with function\n declaration
function declaration, arguments
arguments, contexts
navigables, and sandbox
sandbox.
"
},
{
- "html": "Return a new map matching the script.AddPreloadScriptResult
with the script
field set to script.
"
+ "html": "Return a new map matching the script.AddPreloadScriptResult
with the script
field set to script.
"
}
]
},
@@ -7163,7 +7166,7 @@
"html": "Let await promise be the value of the awaitPromise
field of command parameters.
"
},
{
- "html": "Let serialization options be the value of the serializationOptions
field of command parameters, if present,\n or otherwise a map matching the script.SerializationOptions
production with the fields set to their default values.
"
+ "html": "Let serialization options be the value of the serializationOptions
field of command parameters, if present,\n or otherwise a map matching the script.SerializationOptions
production with the fields set to their default values.
"
},
{
"html": "Let result ownership be the value of the resultOwnership
field of command parameters, if present, or none
otherwise.
"
@@ -7185,7 +7188,7 @@
"html": "Let exception details be the result of get exception details given realm, function body evaluation status, result ownership and session.
"
},
{
- "html": "Return a new map matching the script.EvaluateResultException
production, with the exceptionDetails
field set to exception details.
"
+ "html": "Return a new map matching the script.EvaluateResultException
production, with the exceptionDetails
field set to exception details.
"
}
]
},
@@ -7230,7 +7233,7 @@
"html": "Let exception details be the result of get exception details given realm, evaluation status, result ownership and session.
"
},
{
- "html": "Return a new map matching the script.EvaluateResultException
production, with the exceptionDetails
field set to exception details.
"
+ "html": "Return a new map matching the script.EvaluateResultException
production, with the exceptionDetails
field set to exception details.
"
}
]
},
@@ -7238,10 +7241,10 @@
"html": "Assert: evaluation status.[[Type]] is normal
.
"
},
{
- "html": "Let result be the result of serialize as a remote value with evaluation status.[[Value]], serialization options, result ownership,\n a new map as serialization internal map, realm and session.
"
+ "html": "Let result be the result of serialize as a remote value with evaluation status.[[Value]], serialization options, result ownership,\n a new map as serialization internal map, realm and session.
"
},
{
- "html": "Return a new map matching the script.EvaluateResultSuccess
production, with the realm
field set to realm id,\n and the result
field set to result.
"
+ "html": "Return a new map matching the script.EvaluateResultSuccess
production, with the realm
field set to realm id,\n and the result
field set to result.
"
}
]
},
@@ -7266,7 +7269,7 @@
"html": "Let await promise be the value of the awaitPromise
field of command parameters.
"
},
{
- "html": "Let serialization options be the value of the serializationOptions
field of command parameters, if present,\n or otherwise a map matching the script.SerializationOptions
production with the fields set to their default values.
"
+ "html": "Let serialization options be the value of the serializationOptions
field of command parameters, if present,\n or otherwise a map matching the script.SerializationOptions
production with the fields set to their default values.
"
},
{
"html": "Let result ownership be the value of the resultOwnership
field of command parameters, if present, or none
otherwise.
"
@@ -7309,7 +7312,7 @@
"html": "Let exception details be the result of get exception details with realm, evaluation status, result ownership and session.
"
},
{
- "html": "Return a new map matching the script.EvaluateResultException
production, with the realm
field set to realm id, and the exceptionDetails
field set to exception details.
"
+ "html": "Return a new map matching the script.EvaluateResultException
production, with the realm
field set to realm id, and the exceptionDetails
field set to exception details.
"
}
]
},
@@ -7317,10 +7320,10 @@
"html": "Assert: evaluation status.[[Type]] is normal
.
"
},
{
- "html": "Let result be the result of serialize as a remote value with evaluation status.[[Value]], serialization options, result ownership,\n a new map as serialization internal map, realm and session.
"
+ "html": "Let result be the result of serialize as a remote value with evaluation status.[[Value]], serialization options, result ownership,\n a new map as serialization internal map, realm and session.
"
},
{
- "html": "Return a new map matching the script.EvaluateResultSuccess
production, with the with the realm
field set to realm id, and\n the result
field set to result.
"
+ "html": "Return a new map matching the script.EvaluateResultSuccess
production, with the with the realm
field set to realm id, and\n the result
field set to result.
"
}
]
},
@@ -7378,7 +7381,7 @@
]
},
{
- "html": "Let body be a map matching the script.GetRealmsResult
production,\n with the realms
field set to realms.
"
+ "html": "Let body be a map matching the script.GetRealmsResult
production,\n with the realms
field set to realms.
"
},
{
"html": "Return success with data body.
"
@@ -7424,22 +7427,22 @@
"rationale": "if",
"steps": [
{
- "html": "If channel properties contains \"serializationOptions
\", let serialization options be the\n value of the serializationOptions
field of channel\n properties. Otherwise let serialization options be a map matching the script.SerializationOptions
production with the\n fields set to their default values.
"
+ "html": "If channel properties contains \"serializationOptions
\", let serialization options be the\n value of the serializationOptions
field of channel\n properties. Otherwise let serialization options be a map matching the script.SerializationOptions
production with the\n fields set to their default values.
"
},
{
"html": "Let if channel properties contains \"ownership
\", let ownership type be channel properties[\"ownership
\"]. Otherwise let ownership type be \"none
\".
"
},
{
- "html": "Let data be the result of serialize as a remote value given message, serialization options, ownership type, a new map as serialization\n internal map and realm.
"
+ "html": "Let data be the result of serialize as a remote value given message, serialization options, ownership type, a new map as serialization\n internal map and realm.
"
},
{
"html": "Let source be the get the source with realm.
"
},
{
- "html": "Let params be a map matching the script.MessageParameters
production, with the channel
field set to channel properties[\"channel
\"],\n the data
field set to data, and the source
field set to source.
"
+ "html": "Let params be a map matching the script.MessageParameters
production, with the channel
field set to channel properties[\"channel
\"],\n the data
field set to data, and the source
field set to source.
"
},
{
- "html": "Let body be a map matching the script.Message
production, with the params
field set to params.
"
+ "html": "Let body be a map matching the script.Message
production, with the params
field set to params.
"
},
{
"html": "Emit an event with session and body.
"
@@ -7466,7 +7469,7 @@
"html": "Let related navigables be the result of get related navigables given environment settings.
"
},
{
- "html": "Let body be a map matching the script.RealmCreated
production, with the params
field set to realm info.
"
+ "html": "Let body be a map matching the script.RealmCreated
production, with the params
field set to realm info.
"
},
{
"html": "For each session in the set of sessions for which an event is enabled given \"script.realmCreated
\" and related navigables:",
@@ -7522,7 +7525,7 @@
"html": "If realm info is null, continue.
"
},
{
- "html": "Let body be a map matching the script.RealmCreated
production, with the params
field set to realm info.
"
+ "html": "Let body be a map matching the script.RealmCreated
production, with the params
field set to realm info.
"
},
{
"html": "If event is enabled given session,\n \"script.realmCreated
\" and related navigables:",
@@ -7559,10 +7562,10 @@
"html": "Let realm id be the realm id for realm.
"
},
{
- "html": "Let params be a map matching the script.RealmDestroyedParameters
production, with the realm
field set of realm id.
"
+ "html": "Let params be a map matching the script.RealmDestroyedParameters
production, with the realm
field set of realm id.
"
},
{
- "html": "Let body be a map matching the script.RealmDestroyed
production, with the params
field set to params.
"
+ "html": "Let body be a map matching the script.RealmDestroyed
production, with the params
field set to params.
"
},
{
"html": "For each session in the set of sessions for which an event is enabled given \"script.realmDestroyed
\" and related navigables:",
@@ -7585,10 +7588,10 @@
"html": "Let realm id be the realm id for realm.
"
},
{
- "html": "Let params be a map matching the script.RealmDestroyedParameters
production, with the realm
field set to realm id.
"
+ "html": "Let params be a map matching the script.RealmDestroyedParameters
production, with the realm
field set to realm id.
"
},
{
- "html": "Let body be a map matching the script.RealmDestroyed
production, with the params
field set to params.
"
+ "html": "Let body be a map matching the script.RealmDestroyed
production, with the params
field set to params.
"
},
{
"html": "For each session in the set of sessions for which an event is enabled given \"script.realmDestroyed
\" and related navigables:",
@@ -7619,10 +7622,10 @@
"html": "Let realm id be the realm id for realm.
"
},
{
- "html": "Let params be a map matching the script.RealmDestroyedParameters
production, with the realm
field set of realm id.
"
+ "html": "Let params be a map matching the script.RealmDestroyedParameters
production, with the realm
field set of realm id.
"
},
{
- "html": "Let body be a map matching the script.RealmDestroyed
production, with the params
field set to params.
"
+ "html": "Let body be a map matching the script.RealmDestroyed
production, with the params
field set to params.
"
}
]
},
@@ -7633,7 +7636,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let deserialized filter to be an empty map.
"
+ "html": "Let deserialized filter to be an empty map.
"
},
{
"html": "For each name → value in filter:",
@@ -7666,7 +7669,7 @@
"rationale": "set",
"steps": [
{
- "html": "Set partition spec to an empty map.
"
+ "html": "Set partition spec to an empty map.
"
}
]
},
@@ -7686,7 +7689,7 @@
]
},
{
- "html": "Let partition key be an empty map.
"
+ "html": "Let partition key be an empty map.
"
},
{
"html": "For each name → default value in the default values for storage partition key attributes:",
@@ -7816,7 +7819,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let filter be the value of the filter
field of command parameters if it is present or an empty map if it isn’t.
"
+ "html": "Let filter be the value of the filter
field of command parameters if it is present or an empty map if it isn’t.
"
},
{
"html": "Let partition spec be the value of the partition
field of command parameters if it is present or null if it isn’t.
"
@@ -7846,7 +7849,7 @@
]
},
{
- "html": "Let body be a map matching the storage.GetCookiesResult
production,\nwith the cookies
field set to serialized cookies and the partitionKey
field set to partition key.
"
+ "html": "Let body be a map matching the storage.GetCookiesResult
production,\nwith the cookies
field set to serialized cookies and the partitionKey
field set to partition key.
"
},
{
"html": "Return success with data body.
"
@@ -7877,7 +7880,7 @@
"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.
"
+ "html": "Let body be a map matching the storage.SetCookieResult
production,\nwith the partitionKey
field set to partition key.
"
},
{
"html": "Return success with data body.
"
@@ -7890,7 +7893,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let filter be the value of the filter
field of command parameters if it is present or an empty map if it isn’t.
"
+ "html": "Let filter be the value of the filter
field of command parameters if it is present or an empty map if it isn’t.
"
},
{
"html": "Let partition spec be the value of the partition
field of command parameters if it is present or null if it isn’t.
"
@@ -7914,7 +7917,7 @@
]
},
{
- "html": "Let body be a map matching the storage.DeleteCookiesResult
production,\nwith the partitionKey
field set to partition key.
"
+ "html": "Let body be a map matching the storage.DeleteCookiesResult
production,\nwith the partitionKey
field set to partition key.
"
},
{
"html": "Return success with data body.
"
@@ -8005,14 +8008,14 @@
"html": "Let serialized args be a new list.
"
},
{
- "html": "Let serialization options be a map matching the script.SerializationOptions
production with the fields set to\n their default values.
"
+ "html": "Let serialization options be a map matching the script.SerializationOptions
production with the fields set to\n their default values.
"
},
{
"html": "For each arg of args:",
"rationale": "let",
"steps": [
{
- "html": "Let serialized arg be the result of serialize as a remote value with arg as value, serialization options, none
as\n ownership type, a new map as serialization internal map, realm and session.
"
+ "html": "Let serialized arg be the result of serialize as a remote value with arg as value, serialization options, none
as\n ownership type, a new map as serialization internal map, realm and session.
"
},
{
"html": "Add serialized arg to serialized args.
"
@@ -8026,10 +8029,10 @@
"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 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 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 body be a map matching the log.EntryAdded
production, with\n the params
field set to entry.
"
+ "html": "Let body be a map matching the log.EntryAdded
production, with\n the params
field set to entry.
"
},
{
"html": "Let settings be the current settings object
"
@@ -8062,7 +8065,7 @@
"html": "Let source be the result of get the source given current Realm Record.
"
},
{
- "html": "Let entry be a map matching the log.JavascriptLogEntry
production,\n with level
set to \"error
\", text
set to message, source
set to source, and the timestamp
field set to timestamp.
"
+ "html": "Let entry be a map matching the log.JavascriptLogEntry
production,\n with level
set to \"error
\", text
set to message, source
set to source, and the timestamp
field set to timestamp.
"
},
{
"html": "Let related navigables be the result of get related navigables given settings.
"
@@ -8134,7 +8137,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If object is a map matching the input.ElementOrigin
production, return true.
"
+ "html": "If object is a map matching the input.ElementOrigin
production, return true.
"
},
{
"html": "Return false.
"
@@ -8404,7 +8407,7 @@
"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.
"
+ "html": "Let result be a map matching the webExtension.InstallResult
production with the extension
field set to extension id.
"
},
{
"html": "Return success with data result.
"
diff --git a/tr/algorithms/webmidi.json b/tr/algorithms/webmidi.json
index e81d2e3ef0de..dc1a01488f3b 100644
--- a/tr/algorithms/webmidi.json
+++ b/tr/algorithms/webmidi.json
@@ -157,11 +157,11 @@
]
},
{
- "html": "Whenever the MIDI port corresponding to the MIDIInput
finishes\n receiving one or more MIDI messages, the user agent MUST run the\n following steps:",
+ "html": "Whenever the MIDI port corresponding to the MIDIInput
finishes\n receiving one or more MIDI messages, the user agent MUST run the\n following steps:",
"rationale": "let",
"steps": [
{
- "html": "\n Let port be the MIDIInput
.\n
"
+ "html": "\n Let port be the MIDIInput
.\n
"
},
{
"html": "\n If the MIDIAccess
did not enable System Exclusive\n access, and the message is a System Exclusive message, abort\n this process.\n
"
diff --git a/tr/cddl/webdriver-bidi-all.cddl b/tr/cddl/webdriver-bidi-all.cddl
index a802d7b37dd6..48d4ca4561c1 100644
--- a/tr/cddl/webdriver-bidi-all.cddl
+++ b/tr/cddl/webdriver-bidi-all.cddl
@@ -115,7 +115,8 @@ SessionCommand = (
SessionResult = (
session.NewResult /
- session.StatusResult
+ session.StatusResult /
+ session.SubscribeResult
)
session.CapabilitiesRequest = {
@@ -248,7 +249,7 @@ session.Subscribe = (
params: session.SubscriptionRequest
)
-session.SubscriptionRequestResult = {
+session.SubscribeResult = {
subscription: session.Subscription,
}
diff --git a/tr/cddl/webdriver-bidi-local.cddl b/tr/cddl/webdriver-bidi-local.cddl
index 2e937baa3a4c..3a8899376244 100644
--- a/tr/cddl/webdriver-bidi-local.cddl
+++ b/tr/cddl/webdriver-bidi-local.cddl
@@ -86,7 +86,8 @@ ErrorCode = "invalid argument" /
SessionResult = (
session.NewResult /
- session.StatusResult
+ session.StatusResult /
+ session.SubscribeResult
)
session.CapabilitiesRequest = {
@@ -181,7 +182,7 @@ session.NewResult = {
}
}
-session.SubscriptionRequestResult = {
+session.SubscribeResult = {
subscription: session.Subscription,
}
diff --git a/tr/ids/epub-33.json b/tr/ids/epub-33.json
index 23c5afc4ccd4..cca0d131faf3 100644
--- a/tr/ids/epub-33.json
+++ b/tr/ids/epub-33.json
@@ -2862,7 +2862,7 @@
"https://www.w3.org/TR/epub-33/#bib-html",
"https://www.w3.org/TR/epub-33/#bib-html-rdfa",
"https://www.w3.org/TR/epub-33/#bib-infra",
- "https://www.w3.org/TR/epub-33/#bib-iso8601",
+ "https://www.w3.org/TR/epub-33/#bib-iso8601-1",
"https://www.w3.org/TR/epub-33/#bib-jpeg",
"https://www.w3.org/TR/epub-33/#bib-mathml3",
"https://www.w3.org/TR/epub-33/#bib-mp3",
diff --git a/tr/ids/webdriver-bidi.json b/tr/ids/webdriver-bidi.json
index 175ff336581d..6b7bb4ac4d2c 100644
--- a/tr/ids/webdriver-bidi.json
+++ b/tr/ids/webdriver-bidi.json
@@ -619,6 +619,8 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-event-remote-end-subscribe-steps%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-event%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-event-event-name%E2%91%A1",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-subscription-id%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#command-session-unsubscribe",
"https://www.w3.org/TR/webdriver-bidi/#commands-sessionunsubscribe",
@@ -650,7 +652,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-list-append%E2%91%A0",
"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%93%AA",
+ "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",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-subscription-top-level-traversable-ids%E2%91%A3",
@@ -658,8 +660,8 @@
"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-map-remove",
"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%A2",
"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%A7",
"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-subscription-top-level-traversable-ids%E2%91%A4",
@@ -674,7 +676,7 @@
"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-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%A4",
+ "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-event-known-subscription-ids%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-set-difference%E2%91%A2",
@@ -790,7 +792,7 @@
"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%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%A0",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window-x-coordinate%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window-y-coordinate%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-client-window-width%E2%91%A3",
@@ -833,7 +835,7 @@
"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-ordered-map%E2%91%A0%E2%91%A1",
+ "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-dfn-success%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#command-browser-getClientWindows",
@@ -849,7 +851,7 @@
"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-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-ordered-map%E2%91%A0%E2%91%A2",
+ "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%A2",
"https://www.w3.org/TR/webdriver-bidi/#command-browser-getUserContexts",
"https://www.w3.org/TR/webdriver-bidi/#commands-browsergetusercontexts",
@@ -857,10 +859,10 @@
"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-ordered-map%E2%91%A0%E2%91%A3",
+ "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-ordered-map%E2%91%A0%E2%91%A4",
+ "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%A3",
"https://www.w3.org/TR/webdriver-bidi/#command-browser-removeUserContext",
"https://www.w3.org/TR/webdriver-bidi/#commands-browserremoveusercontext",
@@ -970,7 +972,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-top%E2%91%A3",
"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%A5",
+ "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/#await-a-navigation",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-navigate",
@@ -980,13 +982,13 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-history-handling-behavior",
"https://www.w3.org/TR/webdriver-bidi/#issue-40db6a3c",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-awaits%E2%91%A0",
- "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-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%A0%E2%91%A8",
"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-dfn-unknown-error",
- "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-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%93%AA",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-awaits%E2%91%A1",
@@ -994,7 +996,7 @@
"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-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%A0%E2%91%A8",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-url-serializer%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#type-browsingContext-Locator",
@@ -1008,7 +1010,7 @@
"https://www.w3.org/TR/webdriver-bidi/#get-the-navigation-info",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-id%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-time-values-and-time-range",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-url-serializer%E2%91%A3",
"https://www.w3.org/TR/webdriver-bidi/#type-browsingContext-ReadinessState",
"https://www.w3.org/TR/webdriver-bidi/#type-browsingContext-UserPromptType",
@@ -1156,7 +1158,7 @@
"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%A6",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-encode-a-canvas-as-base64",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-close",
"https://www.w3.org/TR/webdriver-bidi/#commands-browsingcontextclose",
@@ -1217,7 +1219,7 @@
"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%A1",
"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%A1",
+ "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",
"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-getTree",
@@ -1229,7 +1231,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-top%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-list%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-navigable-info%E2%91%A0",
- "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-ordered-map%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-handleUserPrompt",
"https://www.w3.org/TR/webdriver-bidi/#commands-browsingcontexthandleuserprompt",
@@ -1365,12 +1367,12 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-locate-nodes-using-accessibility-attributes",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-list-size%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A1%E2%91%A4",
"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-serialize-as-a-remote-value",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A1%E2%91%A4",
- "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-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-ordered-map%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-navigate",
"https://www.w3.org/TR/webdriver-bidi/#commands-browsingcontextnavigate",
@@ -1394,8 +1396,8 @@
"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-unsupported-operation%E2%91%A8",
- "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-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",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-absolute-lengths",
"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-nav-document%E2%91%A0%E2%91%A1",
@@ -1406,7 +1408,7 @@
"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-dfn-parse-a-page-range",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-section-4",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-reload",
"https://www.w3.org/TR/webdriver-bidi/#commands-browsingcontextreload",
@@ -1469,7 +1471,7 @@
"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",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#webdriver-bidi-page-show",
"https://www.w3.org/TR/webdriver-bidi/#issue-df07ef00",
@@ -1483,7 +1485,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-recursively-emit-context-created-events",
"https://www.w3.org/TR/webdriver-bidi/#emit-a-context-created-event",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-navigable-info%E2%91%A1",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-emit-an-event",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-event-remote-end-event-trigger",
"https://www.w3.org/TR/webdriver-bidi/#webdriver-bidi-navigable-created",
@@ -1500,7 +1502,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-event-remote-end-event-trigger%E2%91%A1",
"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%A1",
+ "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%A5",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-parent%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A6",
@@ -1523,7 +1525,7 @@
"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%A2",
+ "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%A1%E2%91%A8",
"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",
@@ -1532,7 +1534,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-event-remote-end-event-trigger%E2%91%A3",
"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%A3",
+ "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%93%AA",
"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",
@@ -1544,9 +1546,9 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-bc",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-document%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-document-url%E2%91%A1",
- "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-navigable-id%E2%91%A0%E2%91%A2",
"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%A0",
"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",
@@ -1555,7 +1557,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-event-remote-end-event-trigger%E2%91%A5",
"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%A6",
+ "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%A1",
"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",
@@ -1564,7 +1566,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-event-remote-end-event-trigger%E2%91%A6",
"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%A7",
+ "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%A2",
"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",
@@ -1573,7 +1575,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-event-remote-end-event-trigger%E2%91%A7",
"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%A2%E2%91%A8",
+ "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%A3",
"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",
@@ -1582,7 +1584,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-event-remote-end-event-trigger%E2%91%A8",
"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%93%AA",
+ "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%A4",
"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",
@@ -1591,7 +1593,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-event-remote-end-event-trigger%E2%91%A0%E2%93%AA",
"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%A0",
+ "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%A5",
"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",
@@ -1601,8 +1603,8 @@
"https://www.w3.org/TR/webdriver-bidi/#webdriver-bidi-user-prompt-closed",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-window-navigable",
"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%A1",
"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%A2%E2%91%A6",
"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",
@@ -1613,8 +1615,8 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-id%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-get-the-prompt-handler",
"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%A3",
"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%A2%E2%91%A7",
"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",
@@ -1634,11 +1636,11 @@
"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",
"https://www.w3.org/TR/webdriver-bidi/#intercept-map",
- "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-map%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-struct%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-bidi-session%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webdriver-bidi/#blocked-request-map",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-request-id",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-struct%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#get-the-network-intercepts",
@@ -1697,7 +1699,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-byte-case-insensitive",
"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%A7",
+ "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/#type-network-AuthCredentials",
"https://www.w3.org/TR/webdriver-bidi/#type-network-BaseParameters",
@@ -1718,7 +1720,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-request-redirect-count",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-time-values-and-time-range%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-list-empty%E2%91%A8",
- "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-ordered-map%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webdriver-bidi/#type-network-BytesValue",
"https://www.w3.org/TR/webdriver-bidi/#deserialize-protocol-bytes",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-byte-sequence",
@@ -1727,9 +1729,9 @@
"https://www.w3.org/TR/webdriver-bidi/#serialize-protocol-bytes",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-byte-sequence%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-utf-8-decode-without-bom-or-fail",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-forgiving-base64-encode%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-forgiving-base64-encode%E2%91%A0",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#type-network-Cookie",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A1%E2%91%A2",
@@ -1778,7 +1780,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-fetch-timing-info-final-network-response-start-time",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-convert-fetch-timestamp%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-fetch-timing-info-end-time",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#type-network-Header",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A1%E2%91%A4",
@@ -1797,7 +1799,7 @@
"https://www.w3.org/TR/webdriver-bidi/#get-the-initiator",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-request-initiator-type",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-current-stack-trace",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webdriver-bidi/#type-network-Intercept",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A1%E2%91%A6",
@@ -1859,7 +1861,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-fetch-timing-info-encoded-body-size",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-response-content-info",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-extract-challenges",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#type-network-SetCookieHeader",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#serialize-an-integer",
@@ -2009,7 +2011,7 @@
"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-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-ordered-map%E2%91%A4%E2%91%A4",
+ "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",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-network-intercept%E2%91%A3",
@@ -2259,7 +2261,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-window%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-bidi-session%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#preload-script-map",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-struct%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-struct-item",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-preload-script%E2%91%A0",
@@ -2313,18 +2315,18 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#get-exception-details",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-completion-record-specification-type%E2%91%A1",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-serialize-as-a-remote-value%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-stack-trace-for-an-exception",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-serialize-as-a-remote-value%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-stack-trace-for-an-exception",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webdriver-bidi/#type-script-Handle",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-code-realms%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-code-realms%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#handle-object-map",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#type-script-InternalId",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A2%E2%91%A6",
@@ -2419,23 +2421,23 @@
"https://www.w3.org/TR/webdriver-bidi/#scriptprimitiveprotocolvalue",
"https://www.w3.org/TR/webdriver-bidi/#serialize-primitive-protocol-value",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A0",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A1",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#issue-d33a79cf",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A2",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A3",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A4",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-tostring",
"https://www.w3.org/TR/webdriver-bidi/#deserialize-primitive-protocol-value",
@@ -2487,29 +2489,29 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-document-window%E2%91%A3",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-node-navigable%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-id%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sandboxwindowproxy%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-window%E2%91%A8",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-document-window%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-node-navigable%E2%91%A3",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-id%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-a-sandbox-name",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%91%A8",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dedicatedworkerglobalscope",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-workers-owners",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-sharedworkerglobalscope",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-serviceworkerglobalscope",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-sharedworkerglobalscope",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-workerglobalscope%E2%91%A1",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-serviceworkerglobalscope",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-paintworkletglobalscope",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-workerglobalscope%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A6%E2%91%A2",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-AudioWorkletGlobalScope",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-paintworkletglobalscope",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-workletglobalscope",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-AudioWorkletGlobalScope",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-workletglobalscope",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-workerglobalscope%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-workletglobalscope%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#type-script-RealmType",
@@ -2574,7 +2576,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-serialize-primitive-protocol-value",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-handle-for-an-object",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A7",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-isarray",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-serialize-an-array-like",
@@ -2583,53 +2585,53 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-get-o-p",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-tostring%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-get-o-p%E2%91%A0",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A6%E2%91%A6",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-object-internal-methods-and-internal-slots",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-call%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-date.prototype.toisostring",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-completion-record-specification-type%E2%91%A3",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-set-internal-ids-if-needed",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-serialize-as-a-mapping",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-createmapiterator",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A1",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-set-internal-ids-if-needed%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-serialize-as-a-list",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-createsetiterator",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A2",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A3",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A5",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A6",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A8",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-ispromise",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%91%A8",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%93%AA",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-platform-object",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-nodelist",
@@ -2640,10 +2642,10 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-platform-object%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-node%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-shared-id-for-a-node",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-set-internal-ids-if-needed%E2%91%A1",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-get-o-p%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-get-o-p%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-element%E2%91%A2",
@@ -2659,7 +2661,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-map-clone",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-serialize-as-a-remote-value%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-element%E2%91%A3",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-element-attribute",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-attribute-qualified-name",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-attribute-value",
@@ -2672,26 +2674,26 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-window-navigable%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-id%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%91%A2",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-platform-object%E2%91%A3",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-iscallable%E2%91%A0",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-assert%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A8",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-local-end-definition%E2%91%A5%E2%91%A8",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-set-internal-ids-if-needed%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-serialize-as-a-mapping%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-enumerableownpropertynames",
"https://www.w3.org/TR/webdriver-bidi/#issue-4a5a93fc",
"https://www.w3.org/TR/webdriver-bidi/#serialize-an-array-like",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%91%A8",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-set-internal-ids-if-needed%E2%91%A3",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-serialize-as-a-list%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-createarrayiterator",
@@ -2734,11 +2736,11 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-url-serializer%E2%91%A8",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-url",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-stackframe-script-url",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%93%AA",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-stackframe-function",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-stackframe-line-number",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-stackframe-column-number",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#current-stack-trace",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-construct-a-stack-trace",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-list-of-stack-frames",
@@ -2758,7 +2760,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-document-window%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-node-navigable%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-id%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#type-script-Target",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#get-a-realm-from-a-navigable",
@@ -2793,7 +2795,7 @@
"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-invalid-argument%E2%91%A3%E2%93%AA",
"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%A1",
+ "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",
"https://www.w3.org/TR/webdriver-bidi/#commands-scriptdisown",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A2%E2%91%A3",
@@ -2826,12 +2828,12 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-deserialize-arguments",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-deserialize-local-value%E2%91%A3",
- "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/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A3",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-api-base-url%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-default-script-fetch-options%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-evaluate-function-body%E2%91%A0",
"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%A3",
+ "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%A7%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A2",
@@ -2843,10 +2845,10 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-await",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-clean-up-after-running-script%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-exception-details%E2%91%A0",
- "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-serialize-as-a-remote-value%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-serialize-as-a-remote-value%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#command-script-evaluate",
"https://www.w3.org/TR/webdriver-bidi/#commands-scriptevaluate",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A2%E2%91%A5",
@@ -2855,7 +2857,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-realm-id%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-environment-settings-object%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-realm-execution-context%E2%91%A7",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A7",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A8",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-default-script-fetch-options%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-api-base-url%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-creating-a-classic-script%E2%91%A0",
@@ -2866,10 +2868,10 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-await%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-clean-up-after-running-script%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-exception-details%E2%91%A1",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A8",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-serialize-as-a-remote-value%E2%91%A8",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-serialize-as-a-remote-value%E2%91%A8",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#command-script-getRealms",
"https://www.w3.org/TR/webdriver-bidi/#commands-scriptgetrealms",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-code-realms%E2%91%A6",
@@ -2890,7 +2892,7 @@
"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-ordered-map%E2%91%A0%E2%91%A0%E2%91%A1",
+ "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%A2",
"https://www.w3.org/TR/webdriver-bidi/#issue-ac9113ee",
"https://www.w3.org/TR/webdriver-bidi/#issue-b6525c5d",
@@ -2913,13 +2915,13 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-related-navigables%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-event-is-enabled%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A4%E2%91%A3",
- "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-ordered-map%E2%91%A0%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-serialize-as-a-remote-value%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-source",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-source",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-emit-an-event%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#event-script-realmCreated",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-event-remote-end-event-trigger%E2%91%A0%E2%91%A8",
@@ -2929,7 +2931,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-environment-settings-object%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-realm-info%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-related-navigables%E2%91%A5",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-sessions-for-which-an-event-is-enabled%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-emit-an-event%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-event-remote-end-subscribe-steps%E2%91%A2",
@@ -2945,7 +2947,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-node-navigable%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-top%E2%91%A8",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-realm-info%E2%91%A2",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-event-is-enabled%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-emit-an-event%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webdriver-bidi/#issue-74a40be3",
@@ -2957,8 +2959,8 @@
"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",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-realm-id%E2%91%A6",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-sessions-for-which-an-event-is-enabled%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-emit-an-event%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-environment-settings-object%E2%91%A0%E2%91%A1",
@@ -2966,8 +2968,8 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-concept-document-window%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-realm-execution-context%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-realm-id%E2%91%A7",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-set-of-sessions-for-which-an-event-is-enabled%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-emit-an-event%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-worker-event-loop-2",
@@ -2977,14 +2979,14 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-related-navigables%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-environment-settings-object's-realm",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-realm-id%E2%91%A8",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#module-storage",
"https://www.w3.org/TR/webdriver-bidi/#modules-storage",
"https://www.w3.org/TR/webdriver-bidi/#storage-partition",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-something",
"https://www.w3.org/TR/webdriver-bidi/#storage-partition-key",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-storage-partition%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#module-storage-definition",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A3%E2%91%A8",
@@ -3001,7 +3003,7 @@
"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",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#default-values-for-storage-partition-key-attributes",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-table-of-standard-storage-partition-key-attributes",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-storage-partition-key%E2%91%A0",
@@ -3014,18 +3016,18 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-extension-storage-partition-key-attributes%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-default-values-for-storage-partition-key-attributes",
"https://www.w3.org/TR/webdriver-bidi/#deserialize-filter",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-table-for-cookie-conversion",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-deserialize-protocol-bytes%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-map-set%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#expand-a-storage-partition-spec",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-storage-partition-key%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-associated-storage-partition",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-default-values-for-storage-partition-key-attributes%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-map-exists%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-map-set%E2%91%A1",
@@ -3054,14 +3056,14 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-something%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-match-cookie%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-expand-a-storage-partition-spec",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-cookie-store",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-matching-cookies",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-serialize-cookie%E2%91%A0",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webdriver-bidi/#command-storage-setCookie",
"https://www.w3.org/TR/webdriver-bidi/#commands-storagesetcookie",
@@ -3085,26 +3087,26 @@
"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-unable-to-set-cookie",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2%E2%91%A1",
+ "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%A6%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#command-storage-deleteCookies",
"https://www.w3.org/TR/webdriver-bidi/#commands-storagedeletecookies",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-something%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-match-cookie%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A3%E2%91%A0",
- "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-ordered-map%E2%91%A0%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-expand-a-storage-partition-spec%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-try%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-cookie-store%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-matching-cookies%E2%91%A0",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webdriver-bidi/#module-log",
"https://www.w3.org/TR/webdriver-bidi/#modules-log",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-bidi-session%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#log-event-buffer",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-navigable-id%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#buffer-a-log-event",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-log-event-buffer",
@@ -3129,14 +3131,14 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-sec-tostring%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-realm-id%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-current-realm%E2%91%A0",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-serialize-as-a-remote-value%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-serialize-as-a-remote-value%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-source%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-current-realm%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-current-stack-trace%E2%91%A0",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-current-settings-object",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-related-navigables%E2%91%A7",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-event-is-enabled%E2%91%A2",
@@ -3147,7 +3149,7 @@
"https://www.w3.org/TR/webdriver-bidi/#ref-for-stack-trace-for-an-exception%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-the-source%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-current-realm%E2%91%A2",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-get-related-navigables%E2%91%A8",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-active-bidi-sessions%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-event-is-enabled%E2%91%A3",
@@ -3173,7 +3175,7 @@
"https://www.w3.org/TR/webdriver-bidi/#type-input-origin",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-element%E2%91%A4",
"https://www.w3.org/TR/webdriver-bidi/#is-inputelementorigin",
- "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webdriver-bidi/#get-element-from-inputelementorigin-steps",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-nav-document%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-environment-settings-object%E2%91%A0%E2%91%A3",
@@ -3308,7 +3310,7 @@
"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%A4",
"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%A1",
+ "https://www.w3.org/TR/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webdriver-bidi/#ref-for-dfn-success%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webdriver-bidi/#command-webExtension-uninstall",
"https://www.w3.org/TR/webdriver-bidi/#commands-webextensionuninstall",
diff --git a/tr/ids/webmidi.json b/tr/ids/webmidi.json
index 70503be1cdc0..63ade8ad3012 100644
--- a/tr/ids/webmidi.json
+++ b/tr/ids/webmidi.json
@@ -211,6 +211,7 @@
"https://www.w3.org/TR/webmidi/#ref-for-dom-midiport-8",
"https://www.w3.org/TR/webmidi/#ref-for-dom-midioutput-4",
"https://www.w3.org/TR/webmidi/#ref-for-dom-midiinput-4",
+ "https://www.w3.org/TR/webmidi/#ref-for-dom-midiinput-5",
"https://www.w3.org/TR/webmidi/#ref-for-dfn-midi-device-7",
"https://www.w3.org/TR/webmidi/#ref-for-dom-midiportdevicestate-connected-1",
"https://www.w3.org/TR/webmidi/#ref-for-dom-midiportdevicestate-disconnected-1",
@@ -241,7 +242,7 @@
"https://www.w3.org/TR/webmidi/#ref-for-dfn-midi-device-9",
"https://www.w3.org/TR/webmidi/#ref-for-dom-midiport-14",
"https://www.w3.org/TR/webmidi/#ref-for-dfn-midi-message-5",
- "https://www.w3.org/TR/webmidi/#ref-for-dom-midiinput-5",
+ "https://www.w3.org/TR/webmidi/#ref-for-dom-midiinput-6",
"https://www.w3.org/TR/webmidi/#ref-for-dfn-midi-device-10",
"https://www.w3.org/TR/webmidi/#ref-for-dom-midiport-15",
"https://www.w3.org/TR/webmidi/#ref-for-dom-midiport-connection-4",
@@ -269,18 +270,18 @@
"https://www.w3.org/TR/webmidi/#dom-midiinput",
"https://www.w3.org/TR/webmidi/#webidl-373232923",
"https://www.w3.org/TR/webmidi/#idl-def-midiinput",
- "https://www.w3.org/TR/webmidi/#ref-for-dom-midiinput-6",
+ "https://www.w3.org/TR/webmidi/#ref-for-dom-midiinput-7",
"https://www.w3.org/TR/webmidi/#ref-for-dom-midiport-21",
"https://www.w3.org/TR/webmidi/#idl-def-midiinput-onmidimessage",
"https://www.w3.org/TR/webmidi/#ref-for-dom-midiinput-onmidimessage-1",
"https://www.w3.org/TR/webmidi/#dom-midiinput-onmidimessage",
- "https://www.w3.org/TR/webmidi/#ref-for-dom-midiinput-7",
+ "https://www.w3.org/TR/webmidi/#ref-for-dom-midiinput-8",
"https://www.w3.org/TR/webmidi/#ref-for-dom-midiconnectionevent-7",
"https://www.w3.org/TR/webmidi/#ref-for-dom-midiaccess-15",
"https://www.w3.org/TR/webmidi/#event-midiinput-message",
- "https://www.w3.org/TR/webmidi/#ref-for-dom-midiinput-8",
- "https://www.w3.org/TR/webmidi/#ref-for-dfn-midi-message-6",
"https://www.w3.org/TR/webmidi/#ref-for-dom-midiinput-9",
+ "https://www.w3.org/TR/webmidi/#ref-for-dfn-midi-message-6",
+ "https://www.w3.org/TR/webmidi/#ref-for-dom-midiinput-10",
"https://www.w3.org/TR/webmidi/#ref-for-dom-midiaccess-16",
"https://www.w3.org/TR/webmidi/#ref-for-dfn-system-exclusive-12",
"https://www.w3.org/TR/webmidi/#ref-for-dfn-system-exclusive-13",
@@ -364,7 +365,7 @@
"https://www.w3.org/TR/webmidi/#midimessageevent-interface",
"https://www.w3.org/TR/webmidi/#MIDIMessageEvent",
"https://www.w3.org/TR/webmidi/#dom-midimessageevent",
- "https://www.w3.org/TR/webmidi/#ref-for-dom-midiinput-10",
+ "https://www.w3.org/TR/webmidi/#ref-for-dom-midiinput-11",
"https://www.w3.org/TR/webmidi/#ref-for-dfn-midi-message-8",
"https://www.w3.org/TR/webmidi/#webidl-1283774063",
"https://www.w3.org/TR/webmidi/#idl-def-midimessageevent",
diff --git a/tr/index.json b/tr/index.json
index 485b4908c1df..bacc2e3561cf 100644
--- a/tr/index.json
+++ b/tr/index.json
@@ -1,7 +1,7 @@
{
"type": "crawl",
"title": "Reffy crawl",
- "date": "2025-01-07T01:34:35.324Z",
+ "date": "2025-01-08T01:35:08.401Z",
"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": "7 January 2025",
+ "date": "8 January 2025",
"links": "links/av1-spec.json",
"cddl": []
},
@@ -10342,10 +10342,10 @@
],
"crawled": "https://www.w3.org/TR/epub-33/",
"crawlCacheInfo": {
- "lastModified": "Fri, 11 Oct 2024 12:51:04 GMT"
+ "lastModified": "Thu, 02 Jan 2025 16:55:33 GMT"
},
"generator": "respec",
- "date": "17 October 2024",
+ "date": "07 January 2025",
"algorithms": "algorithms/epub-33.json",
"links": "links/epub-33.json",
"refs": "refs/epub-33.json",
@@ -21026,11 +21026,11 @@
],
"crawled": "https://www.w3.org/TR/webdriver-bidi/",
"crawlCacheInfo": {
- "lastModified": "Fri, 03 Jan 2025 10:31:49 GMT"
+ "lastModified": "Tue, 07 Jan 2025 12:08:30 GMT"
},
"generator": "bikeshed",
- "date": "3 January 2025",
- "revision": "78a53cc4ee18fd7171b9aa275d8a69467b031749",
+ "date": "7 January 2025",
+ "revision": "ea72dc7633dd015ba43e6c0707e574351194e035",
"algorithms": "algorithms/webdriver-bidi.json",
"links": "links/webdriver-bidi.json",
"refs": "refs/webdriver-bidi.json",
@@ -21235,11 +21235,11 @@
],
"crawled": "https://www.w3.org/TR/webmidi/",
"crawlCacheInfo": {
- "lastModified": "Wed, 27 Nov 2024 23:49:11 GMT"
+ "lastModified": "Tue, 07 Jan 2025 16:19:49 GMT"
},
"generator": "respec",
- "date": "27 November 2024",
- "revision": "c07b3a19d53c41db48f3287bb46561b01242a5fb",
+ "date": "07 January 2025",
+ "revision": "6e85e43aac6f6c04141af37a3c1f1993f5dabb37",
"algorithms": "algorithms/webmidi.json",
"links": "links/webmidi.json",
"refs": "refs/webmidi.json",
diff --git a/tr/links/epub-33.json b/tr/links/epub-33.json
index 49902c69352a..7ba3a5fe03b6 100644
--- a/tr/links/epub-33.json
+++ b/tr/links/epub-33.json
@@ -9,7 +9,6 @@
"http://standards.iso.org/ittf/PubliclyAvailableStandards/c038615_ISO_IEC_19757-4_2006(E).zip": {},
"http://standards.iso.org/ittf/PubliclyAvailableStandards/c040833_ISO_IEC_19757-3_2006(E).zip": {},
"http://standards.iso.org/ittf/PubliclyAvailableStandards/c052348_ISO_IEC_19757-2_2008(E).zip": {},
- "http://www.iso.org/iso/catalogue_detail?csnumber=40874": {},
"http://www.microsoft.com/typography/otspec/default.htm": {},
"https://creativecommons.org/licenses/by-nc/2.5/": {},
"https://daisy.org/info-help/document-archive/archived-publications/media-overlays-playback-requirements/": {},
@@ -182,16 +181,6 @@
"dependencies"
]
},
- "https://html.spec.whatwg.org/multipage/iframe-embed-object.html": {
- "anchors": [
- "the-embed-element"
- ]
- },
- "https://html.spec.whatwg.org/multipage/semantics.html": {
- "anchors": [
- "the-base-element"
- ]
- },
"https://httpwg.org/specs/rfc9110.html": {},
"https://id.loc.gov/vocabulary/relators.html": {},
"https://idpf.github.io/epub-registries/authorities/": {},
@@ -233,8 +222,6 @@
"https://infra.spec.whatwg.org/": {
"anchors": [
"string-concatenate",
- "strip-leading-and-trailing-ascii-whitespace",
- "strip-and-collapse-ascii-whitespace",
"html-namespace",
"ascii-whitespace"
]
@@ -246,11 +233,9 @@
"https://tc39.es/ecma262/multipage/": {},
"https://url.spec.whatwg.org/": {
"anchors": [
- "concept-url-parser",
"concept-base-url",
"percent-encode",
- "absolute-url-string",
- "path-relative-scheme-less-url-string"
+ "absolute-url-string"
]
},
"https://www.doi.org/": {},
@@ -259,6 +244,7 @@
"https://www.iana.org/assignments/media-types/application/zip": {},
"https://www.iso.org/standard/22412.html": {},
"https://www.iso.org/standard/26153.html": {},
+ "https://www.iso.org/standard/70907.html": {},
"https://www.iso.org/standard/73163.html": {},
"https://www.iso.org/standard/76383.html": {},
"https://www.iso.org/standard/79110.html": {},
@@ -292,6 +278,7 @@
},
"https://www.unicode.org/versions/latest/": {},
"https://www.w3.org/": {},
+ "https://www.w3.org/2002/09/wbs/myQuestionnaires": {},
"https://www.w3.org/Graphics/GIF/spec-gif89a.txt": {},
"https://www.w3.org/Graphics/JPEG/jfif3.pdf": {},
"https://www.w3.org/TR/": {},
@@ -557,7 +544,7 @@
"https://www.w3.org/policies/process/20231103/": {
"anchors": [
"recs-and-notes",
- "candidate-correction",
+ "proposed-corrections",
"allow-new-features"
]
},
@@ -631,7 +618,8 @@
"https://html.spec.whatwg.org/multipage/iframe-embed-object.html": {
"anchors": [
"the-iframe-element",
- "the-object-element"
+ "the-object-element",
+ "the-embed-element"
]
},
"https://html.spec.whatwg.org/multipage/image-maps.html": {
@@ -672,6 +660,7 @@
},
"https://html.spec.whatwg.org/multipage/semantics.html": {
"anchors": [
+ "the-base-element",
"the-html-element",
"attr-meta-name",
"attr-meta-content"
@@ -694,7 +683,9 @@
"anchors": [
"scalar-value-string",
"list",
- "list-prepend"
+ "list-prepend",
+ "strip-leading-and-trailing-ascii-whitespace",
+ "strip-and-collapse-ascii-whitespace"
]
},
"https://url.spec.whatwg.org/": {
@@ -708,6 +699,7 @@
"relative-url-with-fragment-string",
"double-dot-path-segment",
"valid-url-string",
+ "absolute-url-string",
"concept-domain",
"relative-url-string"
]
diff --git a/tr/links/webmidi.json b/tr/links/webmidi.json
index a8506c1588f0..2e00884540b3 100644
--- a/tr/links/webmidi.json
+++ b/tr/links/webmidi.json
@@ -30,6 +30,7 @@
"https://github.com/WebAudio/web-midi-api/commit/21f1bf8": {},
"https://github.com/WebAudio/web-midi-api/commit/242c7cb": {},
"https://github.com/WebAudio/web-midi-api/commit/2604127": {},
+ "https://github.com/WebAudio/web-midi-api/commit/26ec2dc": {},
"https://github.com/WebAudio/web-midi-api/commit/2890480": {},
"https://github.com/WebAudio/web-midi-api/commit/29e654c": {},
"https://github.com/WebAudio/web-midi-api/commit/2a86fd5": {},
@@ -65,6 +66,7 @@
"https://github.com/WebAudio/web-midi-api/commit/53b752d": {},
"https://github.com/WebAudio/web-midi-api/commit/53e5bec": {},
"https://github.com/WebAudio/web-midi-api/commit/543b0fd": {},
+ "https://github.com/WebAudio/web-midi-api/commit/54965d6": {},
"https://github.com/WebAudio/web-midi-api/commit/549d2a3": {},
"https://github.com/WebAudio/web-midi-api/commit/5576837": {},
"https://github.com/WebAudio/web-midi-api/commit/566a36e": {},
@@ -83,6 +85,7 @@
"https://github.com/WebAudio/web-midi-api/commit/689ef96": {},
"https://github.com/WebAudio/web-midi-api/commit/6af910e": {},
"https://github.com/WebAudio/web-midi-api/commit/6d49546": {},
+ "https://github.com/WebAudio/web-midi-api/commit/6e85e43": {},
"https://github.com/WebAudio/web-midi-api/commit/71df0a7": {},
"https://github.com/WebAudio/web-midi-api/commit/7510d80": {},
"https://github.com/WebAudio/web-midi-api/commit/75f9aa2": {},
@@ -96,6 +99,7 @@
"https://github.com/WebAudio/web-midi-api/commit/7f05d43": {},
"https://github.com/WebAudio/web-midi-api/commit/807867c": {},
"https://github.com/WebAudio/web-midi-api/commit/82fd9c4": {},
+ "https://github.com/WebAudio/web-midi-api/commit/887aaa3": {},
"https://github.com/WebAudio/web-midi-api/commit/88d7455": {},
"https://github.com/WebAudio/web-midi-api/commit/8a32c28": {},
"https://github.com/WebAudio/web-midi-api/commit/8bd3611": {},
@@ -118,6 +122,7 @@
"https://github.com/WebAudio/web-midi-api/commit/b95b2bb": {},
"https://github.com/WebAudio/web-midi-api/commit/bb5c9f0": {},
"https://github.com/WebAudio/web-midi-api/commit/bfbbfac": {},
+ "https://github.com/WebAudio/web-midi-api/commit/c07b3a1": {},
"https://github.com/WebAudio/web-midi-api/commit/c1868dd": {},
"https://github.com/WebAudio/web-midi-api/commit/c1ba21d": {},
"https://github.com/WebAudio/web-midi-api/commit/c24c1ff": {},
@@ -190,6 +195,7 @@
"concept-document",
"eventtarget",
"concept-event-fire",
+ "callbackdef-eventlistener",
"dom-event-timestamp",
"event",
"dictdef-eventinit"
diff --git a/tr/refs/epub-33.json b/tr/refs/epub-33.json
index b4d39c095d92..5f2e4065fd78 100644
--- a/tr/refs/epub-33.json
+++ b/tr/refs/epub-33.json
@@ -106,8 +106,8 @@
"url": "https://infra.spec.whatwg.org/"
},
{
- "name": "iso8601",
- "url": "http://www.iso.org/iso/catalogue_detail?csnumber=40874"
+ "name": "iso8601-1",
+ "url": "https://www.iso.org/standard/70907.html"
},
{
"name": "jpeg",