diff --git a/ed/algorithms/compute-pressure.json b/ed/algorithms/compute-pressure.json index 0cf1c35ee5e6..8601c9875aca 100644 --- a/ed/algorithms/compute-pressure.json +++ b/ed/algorithms/compute-pressure.json @@ -11,7 +11,7 @@ "rationale": "if", "steps": [ { - "html": "If implementation-defined low-level hardware metrics that contribute to the\n current pressure state drop below or exceed an, per metric,\n implementation-defined threshold\n for the current pressure state, return true." + "html": "If implementation-defined low-level hardware metrics that contribute to the\n current pressure state drop below or exceed an, per metric,\n implementation-defined threshold\n for the current pressure state, return true." }, { "html": "Return false." @@ -431,7 +431,7 @@ "html": "Let record be observer.[[LastRecordMap]][source]." }, { - "html": "If record.[[State]] is not equal to state and change in contributing factors is substantial\n returns true, return true." + "html": "If record.[[State]] is not equal to state, return true." }, { "html": "Return false." @@ -599,8 +599,11 @@ }, { "html": "Otherwise:", - "rationale": "set", + "rationale": "if", "steps": [ + { + "html": "If change in contributing factors is substantial is false, abort these steps." + }, { "html": "Set state to an adjusted pressure state calculated from\n source and sample's data." } diff --git a/ed/algorithms/html.json b/ed/algorithms/html.json index b8e476d203ae..d2a7b638b835 100644 --- a/ed/algorithms/html.json +++ b/ed/algorithms/html.json @@ -15260,7 +15260,7 @@ "rationale": "if", "steps": [ { - "html": "

If this's fill\n style is a CSS color, then return the serialization of that color.

" + "html": "

If this's fill\n style is a CSS color, then return the serialization of that color with HTML-compatible serialization requested.

" }, { "html": "

Return this's fill\n style.

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

If this's stroke\n style is a CSS color, then return the serialization of that color.

" + "html": "

If this's stroke\n style is a CSS color, then return the serialization of that color with HTML-compatible serialization requested.

" }, { "html": "

Return this's stroke\n style.

" @@ -15712,7 +15712,7 @@ "html": "

Let the source rectangle be the rectangle whose corners are the four points\n (sx, sy), (sx+sw,\n sy), (sx+sw, sy+sh), (sx,\n sy+sh).

" }, { - "html": "

Set the pixel values of imageData to be the pixels of this's\n output bitmap in the area specified by the source rectangle in the bitmap's\n coordinate space units, converted from this's color space to imageData's colorSpace using 'relative-colorimetric'\n rendering intent.

" + "html": "

Set the pixel values of imageData to be the pixels of this's\n output bitmap in the area specified by the source rectangle in the bitmap's\n coordinate space units, converted from this's color space to imageData's colorSpace using 'relative-colorimetric'\n rendering intent.

" }, { "html": "

Set the pixels values of imageData for areas of the source rectangle that are\n outside of the output bitmap to transparent black.

" diff --git a/ed/algorithms/webdriver-bidi.json b/ed/algorithms/webdriver-bidi.json index 691fc788dc90..e60935c30653 100644 --- a/ed/algorithms/webdriver-bidi.json +++ b/ed/algorithms/webdriver-bidi.json @@ -2520,6 +2520,9 @@ { "html": "

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

" }, + { + "html": "

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

" + }, { "html": "

Assert: navigable is not null.

" }, @@ -2554,7 +2557,7 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Traverse the history by a delta given delta and navigable.

" @@ -3093,13 +3096,13 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

" }, { - "html": "

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

\n

TODO: Consider a different error

" + "html": "

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

\n

TODO: Consider a different error

" }, { "html": "If response is null:", @@ -3146,10 +3149,10 @@ "html": "

Let deserialized header be deserialize header with header.

" }, { - "html": "

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

" + "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Append deserialized header to headers.

" @@ -3314,7 +3317,7 @@ "html": "

Let environment settings be request’s window

" }, { - "html": "

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

" + "html": "

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

" } ] }, @@ -3927,7 +3930,7 @@ "rationale": "if", "steps": [ { - "html": "

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

" + "html": "

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

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

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

" + "html": "

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

" }, { "html": "

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

" @@ -4003,7 +4006,7 @@ "rationale": "return", "steps": [ { - "html": "

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

" } ] } @@ -4040,10 +4043,10 @@ "rationale": "if", "steps": [ { - "html": "

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

" + "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

" @@ -4060,7 +4063,7 @@ "rationale": "return", "steps": [ { - "html": "

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

" } ] }, @@ -4069,7 +4072,7 @@ "rationale": "return", "steps": [ { - "html": "

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

" } ] }, @@ -4103,7 +4106,7 @@ "rationale": "if", "steps": [ { - "html": "

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

" + "html": "

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

" }, { "html": "

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

" @@ -4120,7 +4123,7 @@ "rationale": "return", "steps": [ { - "html": "

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

" } ] } @@ -4159,7 +4162,7 @@ "rationale": "return", "steps": [ { - "html": "

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

" } ] } @@ -4198,7 +4201,7 @@ "rationale": "return", "steps": [ { - "html": "

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

" } ] } @@ -4233,7 +4236,7 @@ "html": "

Let url be the result of parsing pattern url.

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Let parsed be a struct with the following fields:

\n
\n
protocol \n
url’s scheme if has protocol is true, or null otherwise. \n
hostname \n
url’s host if has hostname is true, or null otherwise. \n
port \n
\n \n
pathname \n
\n \n
search \n
\n \n
", @@ -4414,7 +4417,7 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Append navigable to navigables.

" @@ -4422,7 +4425,7 @@ ] }, { - "html": "

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

" + "html": "

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

" } ] }, @@ -4464,13 +4467,13 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

" }, { - "html": "

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

" + "html": "

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

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

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

" }, { - "html": "

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

\n

TODO: Should we also resume here?

" + "html": "

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

\n

TODO: Should we also resume here?

" }, { "html": "

Let request’s url be url record.

" @@ -4495,7 +4498,7 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Let request’s method be method.

" @@ -4517,10 +4520,10 @@ "html": "

Let deserialized header be deserialize header with header.

" }, { - "html": "

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

" + "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Append deserialized header to headers.

" @@ -4640,13 +4643,13 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

" @@ -4686,13 +4689,13 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Let response be a new network error.

" @@ -4748,7 +4751,7 @@ "html": "

Let intercept map be session’s intercept map.

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Remove intercept from intercept map.

" @@ -4848,7 +4851,7 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Append context to navigables.

" @@ -5361,7 +5364,7 @@ "rationale": "if", "steps": [ { - "html": "

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

" + "html": "

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

" }, { "html": "

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

" @@ -5436,7 +5439,7 @@ "html": "

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

" }, { - "html": "

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

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

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

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

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

" + "html": "

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

" }, { "html": "

Let date result be Construct(Date, value).

" @@ -5506,7 +5509,7 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Return success with data regex_result.

" @@ -5542,7 +5545,7 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Let realm be the realm with id realm id.

" @@ -5616,7 +5619,7 @@ "html": "

Let number_result be StringToNumber(value).

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Return success with data number_result.

" @@ -5631,7 +5634,7 @@ "html": "

Let bigint_result be StringToBigInt(value).

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Return success with data bigint_result.

" @@ -5641,7 +5644,7 @@ ] }, { - "html": "

Return error with error code invalid argument

" + "html": "

Return error with error code invalid argument

" } ] }, @@ -5884,7 +5887,7 @@ "html": "

Let handle map be realm’s handle object map

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Return success with data handle map[handle id].

" @@ -5904,7 +5907,7 @@ "html": "

Let navigable be get the navigable with realm.

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

" @@ -5913,13 +5916,13 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

" @@ -6605,7 +6608,7 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Append navigable to navigables.

" @@ -6784,7 +6787,7 @@ "rationale": "return", "steps": [ { - "html": "

Return an error with error code invalid argument

" + "html": "

Return an error with error code invalid argument

" } ] }, @@ -6984,7 +6987,7 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Remove script from preload script map.

" @@ -7305,7 +7308,7 @@ "rationale": "return", "steps": [ { - "html": "

Return error with error code underspecified storage partition.

" + "html": "

Return error with error code underspecified storage partition.

" } ] } @@ -7335,7 +7338,7 @@ ] }, { - "html": "

Return error with error code no such storage partition.

" + "html": "

Return error with error code no such storage partition.

" } ] }, @@ -7461,7 +7464,7 @@ "html": "

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

" }, { - "html": "

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

\n
\n
Cookie path \n
\n

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

\n
Cookie secure only \n
\n

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

\n
Cookie HTTP only \n
\n

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

\n
Cookie expiry time \n
\n

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

\n
Cookie same site \n
\n

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

\n
\n

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

" + "html": "

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

\n
\n
Cookie path \n
\n

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

\n
Cookie secure only \n
\n

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

\n
Cookie HTTP only \n
\n

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

\n
Cookie expiry time \n
\n

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

\n
Cookie same site \n
\n

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

\n
\n

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

" }, { "html": "

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

" @@ -7678,7 +7681,7 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Let navigable be maybe context’s data

" @@ -7757,7 +7760,7 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Return success with data element.

" @@ -7852,13 +7855,13 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

" @@ -7873,7 +7876,7 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Return success with data null.

" diff --git a/ed/dfns/compute-pressure.json b/ed/dfns/compute-pressure.json index 6dc4ab87cff4..aae6c8db1551 100644 --- a/ed/dfns/compute-pressure.json +++ b/ed/dfns/compute-pressure.json @@ -360,25 +360,6 @@ }, "definedIn": "prose" }, - { - "id": "dfn-current-pressure-state", - "href": "https://w3c.github.io/compute-pressure/#dfn-current-pressure-state", - "linkingText": [ - "current pressure state" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "internal-slot-definitions", - "href": "https://w3c.github.io/compute-pressure/#internal-slot-definitions", - "title": "Internal Slot Definitions", - "number": "7" - }, - "definedIn": "prose" - }, { "id": "dfn-pressure-observer-task-queued", "href": "https://w3c.github.io/compute-pressure/#dfn-pressure-observer-task-queued", diff --git a/ed/dfns/html.json b/ed/dfns/html.json index ff64c44c781e..a4e983f78ae7 100644 --- a/ed/dfns/html.json +++ b/ed/dfns/html.json @@ -45007,25 +45007,6 @@ }, "definedIn": "prose" }, - { - "id": "serialisation-of-a-color", - "href": "https://html.spec.whatwg.org/multipage/canvas.html#serialisation-of-a-color", - "linkingText": [ - "serialization of a color" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "fill-and-stroke-styles", - "href": "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles", - "title": "Fill and stroke styles", - "number": "4.12.5.1.9" - }, - "definedIn": "prose" - }, { "id": "dom-canvasgradient-addcolorstop", "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-canvasgradient-addcolorstop", diff --git a/ed/dfns/webdriver2.json b/ed/dfns/webdriver2.json index 7702d00d40b3..bec3baf85e82 100644 --- a/ed/dfns/webdriver2.json +++ b/ed/dfns/webdriver2.json @@ -288,7 +288,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "nodes", diff --git a/ed/ids/compute-pressure.json b/ed/ids/compute-pressure.json index 64616163cb0c..7fa614bf01b2 100644 --- a/ed/ids/compute-pressure.json +++ b/ed/ids/compute-pressure.json @@ -166,7 +166,6 @@ "https://w3c.github.io/compute-pressure/#internal-slot-definitions", "https://w3c.github.io/compute-pressure/#x7-internal-slot-definitions", "https://w3c.github.io/compute-pressure/#ref-for-index-term-global-object-2", - "https://w3c.github.io/compute-pressure/#dfn-current-pressure-state", "https://w3c.github.io/compute-pressure/#dfn-pressure-observer-task-queued", "https://w3c.github.io/compute-pressure/#dfn-registered-observer-list", "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-type-5", @@ -215,7 +214,7 @@ "https://w3c.github.io/compute-pressure/#ref-for-index-term-keyed-for-map-1", "https://w3c.github.io/compute-pressure/#ref-for-dom-pressuresource-9", "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-type-7", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-current-pressure-state-1", + "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-4", "https://w3c.github.io/compute-pressure/#ref-for-index-term-ordered-map-5", "https://w3c.github.io/compute-pressure/#ref-for-index-term-value-for-map-1", "https://w3c.github.io/compute-pressure/#dfn-afterpenaltyrecordmap", @@ -238,7 +237,7 @@ "https://w3c.github.io/compute-pressure/#dom-pressurestate-serious", "https://w3c.github.io/compute-pressure/#dom-pressurestate-critical", "https://w3c.github.io/compute-pressure/#dom-pressurestate", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-4", + "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-5", "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurestate-nominal-1", "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurestate-fair-1", "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurestate-serious-1", @@ -246,10 +245,10 @@ "https://w3c.github.io/compute-pressure/#contributing-factors", "https://w3c.github.io/compute-pressure/#x9-contributing-factors", "https://w3c.github.io/compute-pressure/#dfn-contributing-factors", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-current-pressure-state-2", + "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-6", "https://w3c.github.io/compute-pressure/#ref-for-index-term-implementation-defined-6", "https://w3c.github.io/compute-pressure/#dfn-adjusted-pressure-state", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-5", + "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-7", "https://w3c.github.io/compute-pressure/#ref-for-index-term-implementation-defined-7", "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-type-9", "https://w3c.github.io/compute-pressure/#ref-for-index-term-implementation-defined-8", @@ -257,14 +256,14 @@ "https://w3c.github.io/compute-pressure/#ref-for-dfn-break-calibration-1", "https://w3c.github.io/compute-pressure/#dfn-change-in-contributing-factors-is-substantial", "https://w3c.github.io/compute-pressure/#ref-for-index-term-implementation-defined-9", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-current-pressure-state-3", + "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-8", "https://w3c.github.io/compute-pressure/#ref-for-index-term-implementation-defined-10", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-current-pressure-state-4", + "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-9", "https://w3c.github.io/compute-pressure/#issue-container-generatedID-5", "https://w3c.github.io/compute-pressure/#h-note-5", "https://w3c.github.io/compute-pressure/#ref-for-dfn-change-in-contributing-factors-is-substantial-1", "https://w3c.github.io/compute-pressure/#ref-for-dfn-user-agent-12", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-6", + "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-10", "https://w3c.github.io/compute-pressure/#pressure-observer", "https://w3c.github.io/compute-pressure/#x10-pressure-observer", "https://w3c.github.io/compute-pressure/#the-pressureupdatecallback-callback", @@ -277,12 +276,12 @@ "https://w3c.github.io/compute-pressure/#ref-for-index-term-sequence-1", "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurerecord-5", "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-7", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-7", + "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-11", "https://w3c.github.io/compute-pressure/#the-pressureobserver-object", "https://w3c.github.io/compute-pressure/#x10-2-the-pressureobserver-object", "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-8", "https://w3c.github.io/compute-pressure/#ref-for-dom-pressureobserver-9", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-8", + "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-12", "https://w3c.github.io/compute-pressure/#webidl-757250087", "https://w3c.github.io/compute-pressure/#idl-def-pressureobserver", "https://w3c.github.io/compute-pressure/#ref-for-index-term-exposed-extended-attribute-1", @@ -486,7 +485,7 @@ "https://w3c.github.io/compute-pressure/#ref-for-dfn-source-type-11", "https://w3c.github.io/compute-pressure/#dfn-state", "https://w3c.github.io/compute-pressure/#ref-for-dom-pressurestate-4", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-current-pressure-state-5", + "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-13", "https://w3c.github.io/compute-pressure/#dfn-time", "https://w3c.github.io/compute-pressure/#ref-for-index-term-domhighrestimestamp-2", "https://w3c.github.io/compute-pressure/#ref-for-index-term-time-origin-for-environment-settings-object-1", @@ -635,7 +634,6 @@ "https://w3c.github.io/compute-pressure/#ref-for-index-term-contains-for-map-3", "https://w3c.github.io/compute-pressure/#ref-for-dfn-lastrecordmap-6", "https://w3c.github.io/compute-pressure/#ref-for-dfn-state-2", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-change-in-contributing-factors-is-substantial-2", "https://w3c.github.io/compute-pressure/#dfn-passes-rate-obfuscation-test", "https://w3c.github.io/compute-pressure/#ref-for-dfn-changescountmap-2", "https://w3c.github.io/compute-pressure/#ref-for-dfn-changescountmap-3", @@ -689,12 +687,13 @@ "https://w3c.github.io/compute-pressure/#ref-for-dfn-latest-sample-2", "https://w3c.github.io/compute-pressure/#ref-for-dfn-virtual-pressure-source-5", "https://w3c.github.io/compute-pressure/#ref-for-dfn-data-4", + "https://w3c.github.io/compute-pressure/#ref-for-dfn-change-in-contributing-factors-is-substantial-2", "https://w3c.github.io/compute-pressure/#ref-for-dfn-adjusted-pressure-state-2", "https://w3c.github.io/compute-pressure/#ref-for-dfn-data-5", "https://w3c.github.io/compute-pressure/#issue-container-generatedID-14", "https://w3c.github.io/compute-pressure/#h-note-13", "https://w3c.github.io/compute-pressure/#ref-for-dfn-data-6", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-9", + "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-14", "https://w3c.github.io/compute-pressure/#ref-for-index-term-implementation-defined-21", "https://w3c.github.io/compute-pressure/#ref-for-index-term-assert-2", "https://w3c.github.io/compute-pressure/#ref-for-dfn-timestamp-2", @@ -869,9 +868,9 @@ "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-source-8", "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-14", "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-source-9", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-10", + "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-15", "https://w3c.github.io/compute-pressure/#ref-for-index-term-implementation-defined-27", - "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-11", + "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-states-16", "https://w3c.github.io/compute-pressure/#ref-for-dfn-platform-collector-15", "https://w3c.github.io/compute-pressure/#ref-for-dfn-virtual-pressure-source-6", "https://w3c.github.io/compute-pressure/#ref-for-dfn-pressure-source-sample-3", diff --git a/ed/ids/html.json b/ed/ids/html.json index 7a467b7f7165..154f0a718c9c 100644 --- a/ed/ids/html.json +++ b/ed/ids/html.json @@ -1461,6 +1461,9 @@ "https://html.spec.whatwg.org/multipage/infrastructure.html#'display-p3'", "https://html.spec.whatwg.org/multipage/infrastructure.html#'relative-colorimetric'", "https://html.spec.whatwg.org/multipage/infrastructure.html#parsed-as-a-css-color-value", + "https://html.spec.whatwg.org/multipage/infrastructure.html#serialisation-of-a-color", + "https://html.spec.whatwg.org/multipage/infrastructure.html#html-compatible-serialization-is-requested", + "https://html.spec.whatwg.org/multipage/infrastructure.html#converting-colors", "https://html.spec.whatwg.org/multipage/infrastructure.html#default-object-size", "https://html.spec.whatwg.org/multipage/infrastructure.html#concrete-object-size", "https://html.spec.whatwg.org/multipage/infrastructure.html#natural-dimensions", @@ -28281,6 +28284,7 @@ "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3A'srgb'", "https://html.spec.whatwg.org/multipage/canvas.html#dom-predefinedcolorspace-display-p3", "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3A'display-p3'", + "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconverting-colors", "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Acanvasfillrule-7", "https://html.spec.whatwg.org/multipage/canvas.html#fill-rule", "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fillrule-nonzero", @@ -29017,6 +29021,7 @@ "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Athis", "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Aconcept-canvasfillstrokestyles-fill-style-2", "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Aserialisation-of-a-color", + "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Ahtml-compatible-serialization-is-requested", "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Athis-2", "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Aconcept-canvasfillstrokestyles-fill-style-3", "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Adom-context-2d-fillstyle", @@ -29035,6 +29040,7 @@ "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Athis-7", "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Aconcept-canvasfillstrokestyles-stroke-style-2", "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Aserialisation-of-a-color-2", + "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Ahtml-compatible-serialization-is-requested-2", "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Athis-8", "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Aconcept-canvasfillstrokestyles-stroke-style-3", "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Adom-context-2d-strokestyle", @@ -29049,10 +29055,6 @@ "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Aconcept-canvas-origin-clean-2", "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Athis-12", "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Aconcept-canvasfillstrokestyles-stroke-style-5", - "https://html.spec.whatwg.org/multipage/canvas.html#serialisation-of-a-color", - "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Alowercase-ascii-hex-digits", - "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Aascii-digits", - "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Aascii-digits-2", "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Acanvasgradient-5", "https://html.spec.whatwg.org/multipage/canvas.html#interpolation", "https://html.spec.whatwg.org/multipage/canvas.html#fill-and-stroke-styles%3Atransparent-black", @@ -29683,6 +29685,7 @@ "https://html.spec.whatwg.org/multipage/canvas.html#shadows%3Aserialisation-of-a-color", "https://html.spec.whatwg.org/multipage/canvas.html#shadows%3Athis", "https://html.spec.whatwg.org/multipage/canvas.html#shadows%3Aconcept-canvasshadowstyles-shadow-color", + "https://html.spec.whatwg.org/multipage/canvas.html#shadows%3Ahtml-compatible-serialization-is-requested", "https://html.spec.whatwg.org/multipage/canvas.html#shadows%3Adom-context-2d-shadowcolor", "https://html.spec.whatwg.org/multipage/canvas.html#shadows%3Athis-2", "https://html.spec.whatwg.org/multipage/canvas.html#shadows%3Adom-context-2d-canvas", @@ -30245,8 +30248,10 @@ "https://html.spec.whatwg.org/multipage/canvas.html#colour-spaces-and-colour-correction", "https://html.spec.whatwg.org/multipage/canvas.html#colour-spaces-and-colour-correction%3Athe-canvas-element", "https://html.spec.whatwg.org/multipage/canvas.html#colour-spaces-and-colour-correction%3A'srgb'", + "https://html.spec.whatwg.org/multipage/canvas.html#colour-spaces-and-colour-correction%3Aconverting-colors", "https://html.spec.whatwg.org/multipage/canvas.html#colour-spaces-and-colour-correction%3Athe-img-element", "https://html.spec.whatwg.org/multipage/canvas.html#colour-spaces-and-colour-correction%3Aconcept-canvas-color-space", + "https://html.spec.whatwg.org/multipage/canvas.html#colour-spaces-and-colour-correction%3Aconverting-colors-2", "https://html.spec.whatwg.org/multipage/canvas.html#colour-spaces-and-colour-correction%3Aconcept-canvas-color-space-2", "https://html.spec.whatwg.org/multipage/canvas.html#colour-spaces-and-colour-correction%3Aconcept-canvas-color-space-3", "https://html.spec.whatwg.org/multipage/canvas.html#colour-spaces-and-colour-correction%3Aconcept-canvas-color-space-4", @@ -30262,6 +30267,7 @@ "https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Aconverted-to-ascii-lowercase", "https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Aopaque-black", "https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Agcop-source-over", + "https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Aconverting-colors", "https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3A'srgb'", "https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3A'relative-colorimetric'", "https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Adom-context-2d-drawimage", diff --git a/ed/ids/webdriver-bidi.json b/ed/ids/webdriver-bidi.json index f593e47334f1..4a4c5b4c7f61 100644 --- a/ed/ids/webdriver-bidi.json +++ b/ed/ids/webdriver-bidi.json @@ -1627,13 +1627,17 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A1%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A0%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A2%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-queue-a-task", "https://w3c.github.io/webdriver-bidi/#ref-for-tn-session-history-traversal-queue", "https://w3c.github.io/webdriver-bidi/#ref-for-getting-all-used-history-steps", "https://w3c.github.io/webdriver-bidi/#ref-for-tn-current-session-history-step", "https://w3c.github.io/webdriver-bidi/#ref-for-resume", "https://w3c.github.io/webdriver-bidi/#ref-for-awaits%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A2%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A2%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-history-entry", "https://w3c.github.io/webdriver-bidi/#ref-for-traverse-the-history-by-a-delta", "https://w3c.github.io/webdriver-bidi/#issue-0ad20a58", @@ -1791,7 +1795,7 @@ "https://w3c.github.io/webdriver-bidi/#infopaneltitle-for-navigable-cache-behavior-map", "https://w3c.github.io/webdriver-bidi/#infopanel-for-navigable-cache-behavior-map", "https://w3c.github.io/webdriver-bidi/#infopaneltitle-for-navigable-cache-behavior-map", - "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#network-intercepts", "https://w3c.github.io/webdriver-bidi/#network-intercept", "https://w3c.github.io/webdriver-bidi/#infopanel-for-network-intercept", @@ -1836,11 +1840,11 @@ "https://w3c.github.io/webdriver-bidi/#infopaneltitle-for-update-the-response", "https://w3c.github.io/webdriver-bidi/#ref-for-blocked-request-map", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A0%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A2%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-request", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A2%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-request", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-response", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A0%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-response-status", @@ -1851,11 +1855,11 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-concept-header-list", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-header", "https://w3c.github.io/webdriver-bidi/#ref-for-fields.names", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-header-value", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-header-value", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-response-header-list", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A0%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A1%E2%93%AA", @@ -1902,7 +1906,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-nav-window%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-settings-object-global", "https://w3c.github.io/webdriver-bidi/#ref-for-navigable-id%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-navigable-id%E2%91%A0%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-get-the-network-intercepts", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-request-redirect-count", @@ -2141,9 +2145,9 @@ "https://w3c.github.io/webdriver-bidi/#infopaneltitle-for-unescape-url-pattern", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-set%E2%91%A1%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-list-contain%E2%91%A5", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A6", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#parse-url-pattern", "https://w3c.github.io/webdriver-bidi/#infopanel-for-parse-url-pattern", @@ -2151,64 +2155,64 @@ "https://w3c.github.io/webdriver-bidi/#infopanel-for-parse-url-pattern", "https://w3c.github.io/webdriver-bidi/#infopaneltitle-for-parse-url-pattern", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A1%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-unescape-url-pattern", "https://w3c.github.io/webdriver-bidi/#ref-for-ascii-alphanumeric", "https://w3c.github.io/webdriver-bidi/#ref-for-list-contain%E2%91%A6", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-ascii-lowercase", "https://w3c.github.io/webdriver-bidi/#ref-for-is-special", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-unescape-url-pattern%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-list-contain%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-unescape-url-pattern%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-list-contain%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-unescape-url-pattern%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-ascii-digit", + "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-unescape-url-pattern%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-ascii-digit", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-unescape-url-pattern%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-string-starts-with", "https://w3c.github.io/webdriver-bidi/#ref-for-list-contain%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A5", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-unescape-url-pattern%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-string-starts-with%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A6", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-unescape-url-pattern%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-concept-url-parser%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-unescape-url-pattern%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-concept-url-parser%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-url-scheme%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-url-host", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-url-scheme%E2%91%A1", @@ -2256,14 +2260,14 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A0%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A5", - "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-intercept-map%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-list%E2%91%A0%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A6", @@ -2276,34 +2280,34 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A1%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-blocked-request-map%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%91%A5", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-request%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-request%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#issue-674c4ab4", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-url-parser%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-script-base-url%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-request-url%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-method.overview", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-request-method%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-header-list%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-header%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-fields.names%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-header-value%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-header-value%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-request-header-list%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-byte-sequence%E2%91%A4", @@ -2331,12 +2335,12 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A1%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-blocked-request-map%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A3%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A6", - "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-request%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-request%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-resume%E2%91%A0%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A3%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#command-network-failRequest", @@ -2345,12 +2349,12 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A1%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-blocked-request-map%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A3%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-request%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-request%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-network-error", "https://w3c.github.io/webdriver-bidi/#issue-6015124b", "https://w3c.github.io/webdriver-bidi/#ref-for-resume%E2%91%A0%E2%91%A2", @@ -2373,8 +2377,8 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A1%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-intercept-map%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A3%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A5", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-intercept", "https://w3c.github.io/webdriver-bidi/#ref-for-map-remove%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A3%E2%91%A4", @@ -2414,9 +2418,9 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A3%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A0%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-browsing-context%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A6", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-navigable-cache-behavior-map%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A3%E2%91%A5", @@ -2631,9 +2635,9 @@ "https://w3c.github.io/webdriver-bidi/#infopanel-for-deserialize-key-value-list", "https://w3c.github.io/webdriver-bidi/#infopaneltitle-for-deserialize-key-value-list", "https://w3c.github.io/webdriver-bidi/#ref-for-list-size%E2%91%A6", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A3%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-local-value", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A3%E2%91%A1", @@ -2663,9 +2667,9 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A4%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-createarrayfromlist%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-date-time-string-format", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-construct", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-date-constructor", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-completion-record-specification-type%E2%91%A2", @@ -2681,18 +2685,18 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A4%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-object.fromentries", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-regexp-pattern-flags", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A4%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A3%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-value-list%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-createarrayfromlist%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A4%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-set-objects", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A5", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#type-script-PreloadScript", "https://w3c.github.io/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A2%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A2%E2%91%A7", @@ -2717,8 +2721,8 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A4%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-code-realms%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-no-such-frame%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-code-realms%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A1", @@ -2772,19 +2776,19 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A5%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-stringtonumber", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A6", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A5%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A5%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-sec-stringtobigint", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A5%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A5%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A5%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-sec-stringtobigint", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A5%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A3%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#type-script-RealmInfo", "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#get-the-navigable", @@ -2874,8 +2878,8 @@ "https://w3c.github.io/webdriver-bidi/#infopanel-for-deserialize-remote-object-reference", "https://w3c.github.io/webdriver-bidi/#infopaneltitle-for-deserialize-remote-object-reference", "https://w3c.github.io/webdriver-bidi/#ref-for-handle-object-map%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A5", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-handle", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A5%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#deserialize-shared-reference", @@ -2884,13 +2888,13 @@ "https://w3c.github.io/webdriver-bidi/#infopanel-for-deserialize-shared-reference", "https://w3c.github.io/webdriver-bidi/#infopaneltitle-for-deserialize-shared-reference", "https://w3c.github.io/webdriver-bidi/#ref-for-get-the-navigable", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A6", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-node", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A3%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-get-a-node", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-node%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-environment-settings-object%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-realm-execution-context%E2%91%A3", @@ -2898,8 +2902,8 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-concept-document-origin", "https://w3c.github.io/webdriver-bidi/#ref-for-same-origin-domain", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-settings-object-origin", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-node%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-realm-global%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-sandboxwindowproxy%E2%91%A3", @@ -3215,10 +3219,10 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A4%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A3%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A3%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-preload-script-map%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#command-script-disown", @@ -3268,9 +3272,9 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-get-exception-details", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-iscallable%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A5", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A3%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A3%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-activation-notification", "https://w3c.github.io/webdriver-bidi/#ref-for-prepare-to-run-script%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-call%E2%91%A1", @@ -3335,8 +3339,8 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A2%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-preload-script-map%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A4%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-script", "https://w3c.github.io/webdriver-bidi/#ref-for-list-remove%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#module-script-events", @@ -3503,8 +3507,8 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-required-partition-key-attributes", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A4%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-map-set%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-errors-underspecified-storage-partition", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A6%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#get-the-cookie-store", @@ -3516,8 +3520,8 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-section-5.3%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-storage-partition%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A6%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-storage-partition", "https://w3c.github.io/webdriver-bidi/#match-cookie", "https://w3c.github.io/webdriver-bidi/#infopanel-for-match-cookie", @@ -3565,8 +3569,8 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-cookie-http-only", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-cookie-expiry-time", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-cookie-same-site", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-errors-unable-to-set-cookie", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A6%E2%91%A6", @@ -3650,7 +3654,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-event-subscribe-priority%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-log-event-buffer%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A0%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-log-event-buffer%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-nav-top%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-emit-an-event%E2%91%A1%E2%91%A2", @@ -3682,8 +3686,8 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A5%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-remote-reference%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-element%E2%91%A5", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A6", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-no-such-element%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A6%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#module-input-commands", @@ -3734,20 +3738,20 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A6%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-remote-reference%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-element%E2%91%A6", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-no-such-element%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-htmlinputelement", "https://w3c.github.io/webdriver-bidi/#ref-for-attr-input-type", "https://w3c.github.io/webdriver-bidi/#ref-for-file-upload-state-(type%3Dfile)", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-fe-disabled", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A8%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-errors-unable-to-set-file-input", "https://w3c.github.io/webdriver-bidi/#ref-for-list-size%E2%91%A0%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-attr-input-multiple", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A8%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A8%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-errors-unable-to-set-file-input%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-input-type-file-selected", "https://w3c.github.io/webdriver-bidi/#ref-for-list-size%E2%91%A0%E2%91%A0", @@ -3758,7 +3762,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-user-interaction-task-source", "https://w3c.github.io/webdriver-bidi/#ref-for-update-the-file-selection", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-input-type-file-selected%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-input-type-file-selected%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A7%E2%91%A1", diff --git a/ed/index.json b/ed/index.json index 39733f69c91d..b2e02e26d78a 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-09-19T06:46:54.969Z", + "date": "2024-09-19T12:48:16.810Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -3382,9 +3382,9 @@ ], "crawled": "https://html.spec.whatwg.org/multipage/", "crawlCacheInfo": { - "lastModified": "Wed, 18 Sep 2024 14:38:59 GMT" + "lastModified": "Thu, 19 Sep 2024 08:12:39 GMT" }, - "date": "18 September 2024", + "date": "19 September 2024", "algorithms": "algorithms/html.json", "links": "links/html.json", "refs": "refs/html.json", @@ -8046,9 +8046,9 @@ ], "crawled": "https://tc39.es/proposal-temporal/", "crawlCacheInfo": { - "lastModified": "Wed, 18 Sep 2024 22:19:54 GMT" + "lastModified": "Thu, 19 Sep 2024 08:31:53 GMT" }, - "date": "18 September 2024", + "date": "19 September 2024", "links": "links/tc39-temporal.json", "dfns": "dfns/tc39-temporal.json", "headings": "headings/tc39-temporal.json", @@ -9057,11 +9057,11 @@ ], "crawled": "https://w3c.github.io/webdriver-bidi/", "crawlCacheInfo": { - "lastModified": "Fri, 06 Sep 2024 10:26:00 GMT" + "lastModified": "Thu, 19 Sep 2024 11:00:18 GMT" }, "generator": "bikeshed", - "date": "6 September 2024", - "revision": "0575bf7bedc1fb532d7bbdc0fd686780b30d6f29", + "date": "19 September 2024", + "revision": "cffdb791c2f432ae17bae51fd52fff866df4fd5a", "algorithms": "algorithms/webdriver-bidi.json", "links": "links/webdriver-bidi.json", "refs": "refs/webdriver-bidi.json", @@ -17289,10 +17289,10 @@ ], "crawled": "https://w3c.github.io/compute-pressure/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jun 2024 18:14:16 GMT" + "lastModified": "Thu, 19 Sep 2024 10:58:32 GMT" }, "generator": "respec", - "date": "17 June 2024", + "date": "19 September 2024", "algorithms": "algorithms/compute-pressure.json", "links": "links/compute-pressure.json", "refs": "refs/compute-pressure.json", @@ -35743,11 +35743,11 @@ ], "crawled": "https://w3c.github.io/webdriver/", "crawlCacheInfo": { - "lastModified": "Tue, 23 Jul 2024 11:04:13 GMT" + "lastModified": "Thu, 19 Sep 2024 09:58:09 GMT" }, "generator": "respec", - "date": "23 July 2024", - "revision": "7a23ea0cc2579b65a6994f2919a5b0adf990fe8b", + "date": "19 September 2024", + "revision": "91b29b288310d98723bbbd91b9316b46a26297b5", "algorithms": "algorithms/webdriver2.json", "links": "links/webdriver2.json", "refs": "refs/webdriver2.json", diff --git a/ed/links/html.json b/ed/links/html.json index f4f5cee8f1b9..7a0eac67824e 100644 --- a/ed/links/html.json +++ b/ed/links/html.json @@ -1491,6 +1491,11 @@ "initial-value" ] }, + "https://drafts.csswg.org/css-color-5/": { + "anchors": [ + "valdef-color-profile-rendering-intent-relative-colorimetric" + ] + }, "https://drafts.csswg.org/css-color-adjust/": { "anchors": [ "color-scheme-prop", @@ -1507,9 +1512,10 @@ "transparent-black", "valdef-color-srgb", "valdef-color-display-p3", - "valdef-color-profile-rendering-intent-relative-colorimetric", "parse-a-css-color-value", - "predefined", + "serializing-color-values", + "color-serialization-html-compatible-serialization-is-requested", + "color-conversion", "untagged" ] }, diff --git a/ed/links/tc39-temporal.json b/ed/links/tc39-temporal.json index 6116ccc7ef15..328de1365040 100644 --- a/ed/links/tc39-temporal.json +++ b/ed/links/tc39-temporal.json @@ -20,6 +20,7 @@ }, "https://ecma-international.org/memento/codeofconduct.htm": {}, "https://github.com/tc39/ecma402/commit/537afda7be28a443b79b3fd7e6c836a16ce4f75f": {}, + "https://github.com/tc39/ecmarkup/issues/609": {}, "https://tc39.es/ecma-402/": { "anchors": [ "sec-time-zone-names"