From 0741ee0613d417b2ba3080eff24422e3d5b0c48f Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Fri, 29 Nov 2024 00:57:07 +0000 Subject: [PATCH] Update of ED report from new reffy run Using reffy commit 17.2.10. --- ed/algorithms/css-grid-1.json | 14 +- ed/algorithms/css-grid-2.json | 8 +- ed/algorithms/web-animations-2.json | 4 +- ed/algorithms/webdriver-bidi.json | 284 +++++++-------- ed/ids/css-color-adjust-1.json | 38 +- ed/ids/css-content-3.json | 6 +- ed/ids/css-flexbox-1.json | 12 +- ed/ids/css-fonts-4.json | 26 +- ed/ids/css-grid-1.json | 100 +++--- ed/ids/css-grid-2.json | 44 +-- ed/ids/css-pseudo-4.json | 10 +- ed/ids/web-animations-2.json | 8 +- ed/ids/webdriver-bidi.json | 328 +++++++++-------- ed/index.json | 522 ++++++++++++++-------------- ed/links/css-color-adjust-1.json | 7 + ed/links/webdriver-bidi.json | 87 +++-- ed/refs/css-color-adjust-1.json | 4 + 17 files changed, 760 insertions(+), 742 deletions(-) diff --git a/ed/algorithms/css-grid-1.json b/ed/algorithms/css-grid-1.json index 8284c134148c..167cb95af8c3 100644 --- a/ed/algorithms/css-grid-1.json +++ b/ed/algorithms/css-grid-1.json @@ -233,7 +233,7 @@ }, { "case": "For auto minimums:", - "html": "If the track has an auto min track sizing function and the grid container is being sized\n\t\t\t\t\tunder a min-/max-content constraint,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ limited min-content contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe limited min-/max-content contribution of an item\n\t\t\t\t\tis (for this purpose) its min-/max-content contribution (accordingly),\n\t\t\t\t\tlimited by the max track sizing function (which could be the argument to a fit-content() track sizing function)\n\t\t\t\t\tif that is fixed and ultimately floored by its minimum contribution (defined below). \n

Otherwise,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ minimum contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe minimum contribution of an item\n\t\t\t\t\tis the smallest outer size it can have.\n\t\t\t\t\tSpecifically,\n\t\t\t\t\tif the item’s computed preferred size behaves as auto or depends on the size of its containing block in the relevant axis,\n\t\t\t\t\tits minimum contribution is\n\t\t\t\t\tthe outer size that would result from assuming\n\t\t\t\t\tthe item’s used minimum size as its preferred size;\n\t\t\t\t\telse the item’s minimum contribution is\n\t\t\t\t\tits min-content contribution.\n\t\t\t\t\tBecause the minimum contribution often depends\n\t\t\t\t\ton the size of the item’s content,\n\t\t\t\t\tit is considered a type of intrinsic size contribution.

" + "html": "If the track has an auto min track sizing function and the grid container is being sized\n\t\t\t\t\tunder a min-/max-content constraint,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ limited min-content contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe limited min-/max-content contribution of an item\n\t\t\t\t\tis (for this purpose) its min-/max-content contribution (accordingly),\n\t\t\t\t\tlimited by the max track sizing function (which could be the argument to a fit-content() track sizing function)\n\t\t\t\t\tif that is fixed and ultimately floored by its minimum contribution (defined below). \n

Otherwise,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ minimum contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe minimum contribution of an item\n\t\t\t\t\tis the smallest outer size it can have.\n\t\t\t\t\tSpecifically,\n\t\t\t\t\tif the item’s computed preferred size behaves as auto or depends on the size of its containing block in the relevant axis,\n\t\t\t\t\tits minimum contribution is\n\t\t\t\t\tthe outer size that would result from assuming\n\t\t\t\t\tthe item’s used minimum size as its preferred size;\n\t\t\t\t\telse the item’s minimum contribution is\n\t\t\t\t\tits min-content contribution.\n\t\t\t\t\tBecause the minimum contribution often depends\n\t\t\t\t\ton the size of the item’s content,\n\t\t\t\t\tit is considered a type of intrinsic size contribution.

" }, { "case": "For min-content maximums:", @@ -258,7 +258,7 @@ "html": " For content-based minimums: Next continue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of min-content or max-content,\n\t\t\t\t\tto accommodate these items' min-content contributions." }, { - "html": " For max-content minimums: Next, if the grid container is being sized\n\t\t\t\t\tunder a max-content constraint,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of auto or max-content,\n\t\t\t\t\tto accommodate these items' limited max-content contributions. \n

In all cases,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of max-content,\n\t\t\t\t\tto accommodate these items' max-content contributions.

" + "html": " For max-content minimums: Next, if the grid container is being sized\n\t\t\t\t\tunder a max-content constraint,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of auto or max-content,\n\t\t\t\t\tto accommodate these items' limited max-content contributions. \n

In all cases,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of max-content,\n\t\t\t\t\tto accommodate these items' max-content contributions.

" }, { "html": "If at this point any track’s growth limit is now less than its base size,\n\t\t\t\t\tincrease its growth limit to match its base size." @@ -342,7 +342,7 @@ "rationale": "resolve", "steps": [ { - "html": "Layout the grid following the § 11 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." + "html": "Layout the grid following the § 11 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." }, { "html": "Layout the grid container using the values resolved in the previous step." @@ -351,7 +351,7 @@ "html": "If a grid area’s size changes due to fragmentation (do not include items that\n\t\t\tspan rows in this decision), increase the grid row size as necessary for rows that either: \n " }, { - "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." + "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." }, { "html": "If a grid area overflows the grid container due to margins being collapsed during\n\t\t\tfragmentation, extend the grid container to contain this grid area (this step is\n\t\t\tnecessary in order to avoid circular layout dependencies due to fragmentation)." @@ -394,17 +394,17 @@ "rationale": "increase", "steps": [ { - "html": "Increase sizes to accommodate spanning items: Next, consider the items with a span of 2\n\t\t\t\t\tthat do not span a track with a flexible sizing function\n ,\n\t\t\t\t\ttreating a min track sizing function of auto as min-content/max-content when the grid container is being sized under a min/max-content constraint (respectively)\n :", + "html": "Increase sizes to accommodate spanning items: Next, consider the items with a span of 2\n\t\t\t\t\tthat do not span a track with a flexible sizing function\n ,\n\t\t\t\t\ttreating a min track sizing function of auto as min-content/max-content when the grid container is being sized under a min/max-content constraint (respectively)\n :", "rationale": "for", "steps": [ { "html": "…" }, { - "html": "For content-based minimums: Next continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of min-content or max-content\n ,\n\t\t\t\t\t\tand tracks with a min track sizing function of auto if the grid container is being sized under a min-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' min-content contributions." + "html": "For content-based minimums: Next continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of min-content or max-content\n ,\n\t\t\t\t\t\tand tracks with a min track sizing function of auto if the grid container is being sized under a min-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' min-content contributions." }, { - "html": "For max-content minimums: Third continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of max-content\n ,\n\t\t\t\t\t\tand tracks with a max track sizing function of auto if the grid container is being sized under a max-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' max-content contributions." + "html": "For max-content minimums: Third continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of max-content\n ,\n\t\t\t\t\t\tand tracks with a max track sizing function of auto if the grid container is being sized under a max-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' max-content contributions." } ] } diff --git a/ed/algorithms/css-grid-2.json b/ed/algorithms/css-grid-2.json index ae08e0e50ad4..4a8a04982ee5 100644 --- a/ed/algorithms/css-grid-2.json +++ b/ed/algorithms/css-grid-2.json @@ -233,7 +233,7 @@ }, { "case": "For auto minimums:", - "html": "If the track has an auto min track sizing function and the grid container is being sized\n\t\t\t\t\tunder a min-/max-content constraint,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ limited min-/max-content contributions (respectively),\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe limited min-/max-content contribution of an item\n\t\t\t\t\tis (for this purpose) its min-/max-content contribution (accordingly),\n\t\t\t\t\tlimited by the max track sizing function (which could be the argument to a fit-content() track sizing function)\n\t\t\t\t\tif that is fixed and ultimately floored by its minimum contribution (defined below). \n

Otherwise,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ minimum contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe minimum contribution of an item\n\t\t\t\t\tis the smallest outer size it can have.\n\t\t\t\t\tSpecifically,\n\t\t\t\t\tif the item’s computed preferred size behaves as auto or depends on the size of its containing block in the relevant axis,\n\t\t\t\t\tits minimum contribution is\n\t\t\t\t\tthe outer size that would result from assuming\n\t\t\t\t\tthe item’s used minimum size as its preferred size;\n\t\t\t\t\telse the item’s minimum contribution is\n\t\t\t\t\tits min-content contribution.\n\t\t\t\t\tBecause the minimum contribution often depends\n\t\t\t\t\ton the size of the item’s content,\n\t\t\t\t\tit is considered a type of intrinsic size contribution.

" + "html": "If the track has an auto min track sizing function and the grid container is being sized\n\t\t\t\t\tunder a min-/max-content constraint,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ limited min-/max-content contributions (respectively),\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe limited min-/max-content contribution of an item\n\t\t\t\t\tis (for this purpose) its min-/max-content contribution (accordingly),\n\t\t\t\t\tlimited by the max track sizing function (which could be the argument to a fit-content() track sizing function)\n\t\t\t\t\tif that is fixed and ultimately floored by its minimum contribution (defined below). \n

Otherwise,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ minimum contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe minimum contribution of an item\n\t\t\t\t\tis the smallest outer size it can have.\n\t\t\t\t\tSpecifically,\n\t\t\t\t\tif the item’s computed preferred size behaves as auto or depends on the size of its containing block in the relevant axis,\n\t\t\t\t\tits minimum contribution is\n\t\t\t\t\tthe outer size that would result from assuming\n\t\t\t\t\tthe item’s used minimum size as its preferred size;\n\t\t\t\t\telse the item’s minimum contribution is\n\t\t\t\t\tits min-content contribution.\n\t\t\t\t\tBecause the minimum contribution often depends\n\t\t\t\t\ton the size of the item’s content,\n\t\t\t\t\tit is considered a type of intrinsic size contribution.

" }, { "case": "For min-content maximums:", @@ -258,7 +258,7 @@ "html": " For content-based minimums: Next continue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of min-content or max-content,\n\t\t\t\t\tto accommodate these items' min-content contributions." }, { - "html": " For max-content minimums: Next, if the grid container is being sized\n\t\t\t\t\tunder a max-content constraint,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of auto or max-content,\n\t\t\t\t\tto accommodate these items' limited max-content contributions. \n

In all cases,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of max-content,\n\t\t\t\t\tto accommodate these items' max-content contributions.

" + "html": " For max-content minimums: Next, if the grid container is being sized\n\t\t\t\t\tunder a max-content constraint,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of auto or max-content,\n\t\t\t\t\tto accommodate these items' limited max-content contributions. \n

In all cases,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of max-content,\n\t\t\t\t\tto accommodate these items' max-content contributions.

" }, { "html": "If at this point any track’s growth limit is now less than its base size,\n\t\t\t\t\tincrease its growth limit to match its base size." @@ -342,7 +342,7 @@ "rationale": "resolve", "steps": [ { - "html": "Layout the grid following the § 12 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." + "html": "Layout the grid following the § 12 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." }, { "html": "Layout the grid container using the values resolved in the previous step." @@ -351,7 +351,7 @@ "html": "If a grid area’s size changes due to fragmentation (do not include items that\n\t\t\tspan rows in this decision), increase the grid row size as necessary for rows that either: \n " }, { - "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." + "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." }, { "html": "If a grid area overflows the grid container due to margins being collapsed during\n\t\t\tfragmentation, extend the grid container to contain this grid area (this step is\n\t\t\tnecessary in order to avoid circular layout dependencies due to fragmentation)." diff --git a/ed/algorithms/web-animations-2.json b/ed/algorithms/web-animations-2.json index 929c207bc5e1..3fc021908638 100644 --- a/ed/algorithms/web-animations-2.json +++ b/ed/algorithms/web-animations-2.json @@ -1151,11 +1151,11 @@ { "name": "KeyframeEffect/KeyframeEffect(target, keyframes, options)", "href": "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect", - "html": "Amend step 5 of the procedure to create a new KeyframeEffect object as\nfollows:", + "html": "Amend step 5 of the procedure to create a new KeyframeEffect object as\nfollows:", "rationale": "if", "steps": [ { - "html": "

If options is a KeyframeEffectOptions object,\nassign the iterationComposite, and composite, properties of effect to the\ncorresponding value from options.

\n

When assigning these properties, the error-handling defined for the\ncorresponding setters on the KeyframeEffect interface is applied.\nIf any of those setters require an exception to be thrown\nfor the values specified by options, this procedure must throw the same exception and abort all further steps.

" + "html": "

If options is a KeyframeEffectOptions object,\nassign the iterationComposite, and composite, properties of effect to the\ncorresponding value from options.

\n

When assigning these properties, the error-handling defined for the\ncorresponding setters on the KeyframeEffect interface is applied.\nIf any of those setters require an exception to be thrown\nfor the values specified by options, this procedure must throw the same exception and abort all further steps.

" } ] } diff --git a/ed/algorithms/webdriver-bidi.json b/ed/algorithms/webdriver-bidi.json index e6d92efaacf3..04cc33c29576 100644 --- a/ed/algorithms/webdriver-bidi.json +++ b/ed/algorithms/webdriver-bidi.json @@ -63,7 +63,7 @@ "html": "

Let BiDi sessions be a new list.

" }, { - "html": "For each session in active sessions:", + "html": "For each session in active sessions:", "rationale": "if", "steps": [ { @@ -174,12 +174,12 @@ "html": "

If name is the event name for an event, append name to events and return success with data events.

" }, { - "html": "

Return an error with error code invalid argument

" + "html": "

Return an error with error code invalid argument

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

Otherwise name is interpreted as representing all the events in a\n module. If name is not a module name return an error with error code invalid argument.

" + "html": "

Otherwise name is interpreted as representing all the events in a\n module. If name is not a module name return an error with error code invalid argument.

" }, { "html": "

Append the event name for each event in the module with name name to events.

" @@ -190,11 +190,11 @@ ] }, { - "html": "When a client establishes a WebSocket connection connection by\nconnecting to one of the set of active listeners listener, the\nimplementation must proceed according to the WebSocket server-side\nrequirements, with the following steps run when deciding whether to\naccept the incoming connection:", + "html": "When a client establishes a WebSocket connection connection by\nconnecting to one of the set of active listeners listener, the\nimplementation must proceed according to the WebSocket server-side\nrequirements, with the following steps run when deciding whether to\naccept the incoming connection:", "rationale": "let", "steps": [ { - "html": "

Let resource name be the resource name from reading the\n client’s opening handshake. If resource name is not in listener’s list of WebSocket resources, then stop\n running these steps and act as if the requested service is not\n available.

" + "html": "

Let resource name be the resource name from reading the\n client’s opening handshake. If resource name is not in listener’s list of WebSocket resources, then stop\n running these steps and act as if the requested service is not\n available.

" }, { "html": "If resource name is the byte string \"/session\",\n and the implementation supports BiDi-only sessions:", @@ -215,13 +215,13 @@ "html": "

Get a session ID for a WebSocket resource with resource name and let session id be that value. If session id is null then\n stop running these steps and act as if the requested service is not\n available.

" }, { - "html": "

If there is a session in the list of active sessions with session id as its session ID then let session be that\n session. Otherwise stop running these steps and act as if the\n requested service is not available.

" + "html": "

If there is a session in the list of active sessions with session id as its session ID then let session be that\n session. Otherwise stop running these steps and act as if the\n requested service is not available.

" }, { "html": "

Run any other implementation-defined steps to decide if the\n connection should be accepted, and if it is not stop running these\n steps and act as if the requested service is not available.

" }, { - "html": "

Otherwise append connection to session’s session WebSocket\n connections, and proceed with the WebSocket server-side requirements when a server chooses to accept an incoming connection.

" + "html": "

Otherwise append connection to session’s session WebSocket\n connections, and proceed with the WebSocket server-side requirements when a server chooses to accept an incoming connection.

" } ] }, @@ -249,7 +249,7 @@ "html": "

Let resource name be the result of construct a WebSocket\n resource name with session.

" }, { - "html": "

Return a WebSocket URI constructed with host set to listener’s host, port set to listener’s port, path set to resource name, following the wss-URI\n construct if listener’s secure flag is set and the ws-URL\n construct otherwise.

" + "html": "

Return a WebSocket URI constructed with host set to listener’s host, port set to listener’s port, path set to resource name, following the wss-URI\n construct if listener’s secure flag is set and the ws-URL\n construct otherwise.

" } ] }, @@ -303,10 +303,10 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If type is not text, send an error\n response given connection, null, and invalid argument, and finally\n return.

" + "html": "

If type is not text, send an error\n response given connection, null, and invalid argument, and finally\n return.

" }, { - "html": "

Assert: data is a scalar value string, because the\n WebSocket handling errors in UTF-8-encoded data would already\n have failed the WebSocket\n connection otherwise.

" + "html": "

Assert: data is a scalar value string, because the\n WebSocket handling errors in UTF-8-encoded data would already\n have failed the WebSocket\n connection otherwise.

" }, { "html": "

If there is a BiDi Session associated with connection connection,\n let session be that session. Otherwise if connection is in WebSocket\n connections not associated with a session, let session be\n null. Otherwise, return.

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

Let parsed be the result of parsing JSON\n into Infra values given data. If this throws an exception, then send\n an error response given connection, null, and invalid argument, and\n finally return.

" }, { - "html": "

If session is not null and not in active sessions then return.

" + "html": "

If session is not null and not in active sessions then return.

" }, { "html": "Match parsed against the remote end definition. If this results in a\n match:", @@ -347,7 +347,7 @@ "html": "

Let result be the result of running the remote end steps for command given session and command parameters matched[\"params\"]

" }, { - "html": "

If result is an error, then send an error response given connection, command id, and result’s error code, and finally\n return.

" + "html": "

If result is an error, then send an error response given connection, command id, and result’s error code, and finally\n return.

" }, { "html": "

Let value be result’s data.

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

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

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

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

" }, { - "html": "

Send a WebSocket message comprised of serialized over connection.

" + "html": "

Send a WebSocket message comprised of serialized over connection.

" } ] } @@ -434,7 +434,7 @@ "rationale": "send", "steps": [ { - "html": "

Send a WebSocket message comprised of serialized over connection.

" + "html": "

Send a WebSocket message comprised of serialized over connection.

" } ] } @@ -453,7 +453,7 @@ "html": "

Let response be the result of serialize an infra value to JSON bytes given error data.

" }, { - "html": "

Send a WebSocket message comprised of response over connection.

" + "html": "

Send a WebSocket message comprised of response over connection.

" } ] }, @@ -491,7 +491,7 @@ "rationale": "start", "steps": [ { - "html": "

Start the WebSocket closing handshake with connection.

" + "html": "

Start the WebSocket closing handshake with connection.

" } ] } @@ -499,14 +499,14 @@ }, { "name": "webSocketUrl new session algorithm", - "html": "The WebDriver new session algorithm defined by this specification,\nwith parameters session, capabilities, and flags is:", + "html": "The WebDriver new session algorithm defined by this specification,\nwith parameters session, capabilities, and flags is:", "rationale": ".algorithm", "steps": [ { "html": "

If flags contains \"bidi\", return.

" }, { - "html": "

Let webSocketUrl be the result of getting a property named\n \"webSocketUrl\" from capabilities.

" + "html": "

Let webSocketUrl be the result of getting a property named\n \"webSocketUrl\" from capabilities.

" }, { "html": "

If webSocketUrl is undefined, return.

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

If name is an empty string, then return error with error code invalid argument.

" + "html": "

If name is an empty string, then return error with error code invalid argument.

" }, { "html": "

Let window be navigable’s active window.

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

Remove session from active sessions.

" + "html": "

Remove session from active sessions.

" }, { - "html": "

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

" + "html": "

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

" } ] }, @@ -658,7 +658,7 @@ "html": "

Close the WebSocket connections with session.

" }, { - "html": "

If active sessions is empty, cleanup remote end state.

" + "html": "

If active sessions is empty, cleanup remote end state.

" }, { "html": "

Perform any implementation-specific cleanup steps.

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

If global event set contains event name, remove event\n name from global event set. Otherwise return error with error code invalid argument.

" + "html": "

If global event set contains event name, remove event\n name from global event set. Otherwise return error with error code invalid argument.

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

If target contains event name, remove event name from target. Otherwise return error with error code invalid\n argument.

" + "html": "

If target contains event name, remove event name from target. Otherwise return error with error code invalid\n argument.

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

If value is not a boolean, return error with code invalid argument.

" + "html": "

If value is not a boolean, return error with code invalid argument.

" }, { "html": "

Return success with data value.

" @@ -891,16 +891,16 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If session is not null, return an error with error code session not created.

" + "html": "

If session is not null, return an error with error code session not created.

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Let capabilities be convert a JSON-derived JavaScript value to an Infra\n value with capabilities json.

" @@ -932,7 +932,7 @@ "rationale": "wait", "steps": [ { - "html": "

Wait until the Send a WebSocket message steps have been called with the\n response to this command.

" + "html": "

Wait until the Send a WebSocket message steps have been called with the\n response to this command.

" }, { "html": "

Cleanup the session with session.

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

If current state is equal to state, return success with data null.

" }, { - "html": "

Switch on the value of state:

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

Switch on the value of state:

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

Let documents be an empty list.

" @@ -1102,7 +1102,7 @@ ] }, { - "html": "

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

" + "html": "

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

" }, { "html": "If current state is \"fullscreen\":", @@ -1171,11 +1171,11 @@ "html": "

End the session with session.

" }, { - "html": "If active sessions is not empty an implementation may\n return error with error code unable to close browser, and then\n run the following steps in parallel:", + "html": "If active sessions is not empty an implementation may\n return error with error code unable to close browser, and then\n run the following steps in parallel:", "rationale": "wait", "steps": [ { - "html": "

Wait until the Send a WebSocket message steps have been called with the\n response to this command.

" + "html": "

Wait until the Send a WebSocket message steps have been called with the\n response to this command.

" }, { "html": "

Cleanup the session with session.

" @@ -1183,7 +1183,7 @@ ] }, { - "html": "For each active session in active sessions:", + "html": "For each active session in active sessions:", "rationale": "end", "steps": [ { @@ -1199,13 +1199,13 @@ "rationale": "wait", "steps": [ { - "html": "

Wait until the Send a WebSocket message steps have been called with the\n response to this command.

" + "html": "

Wait until the Send a WebSocket message steps have been called with the\n response to this command.

" }, { "html": "

Cleanup the session with session.

" }, { - "html": "

Close any top-level traversables without prompting to unload.

" + "html": "

Close any top-level traversables without prompting to unload.

" }, { "html": "

Perform implementation defined steps to clean up resources associated with\n the remote end under automation.

" @@ -1313,13 +1313,13 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "For each top-level traversable navigable:", @@ -1330,7 +1330,7 @@ "rationale": "close", "steps": [ { - "html": "

Close navigable without prompting to unload.

" + "html": "

Close navigable without prompting to unload.

" } ] } @@ -1350,10 +1350,10 @@ "rationale": ".algorithm", "steps": [ { - "html": "

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

" + "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

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

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Let navigable be the navigable with id navigable id.

" @@ -1537,7 +1537,7 @@ ] }, { - "html": "

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

\n

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

" + "html": "

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

\n

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

" }, { "html": "

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

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

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

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

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Return activate a navigable with navigable.

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

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

" + "html": "

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

" }, { "html": "

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

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

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Let document be navigable’s active document.

" @@ -1857,10 +1857,10 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

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

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

" @@ -1936,14 +1936,14 @@ "html": "

Assert: navigable is not null.

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "If prompt unload is true:", "rationale": "close", "steps": [ { - "html": "

Close navigable.

" + "html": "

Close navigable.

" } ] }, @@ -1952,7 +1952,7 @@ "rationale": "close", "steps": [ { - "html": "

Close navigable without prompting to unload.

" + "html": "

Close navigable without prompting to unload.

" } ] }, @@ -1976,10 +1976,10 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

" @@ -1991,10 +1991,10 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

\n " @@ -2007,7 +2007,7 @@ "html": "

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

" }, { - "html": "

If activate result is an error, return activate result.

" + "html": "

If activate result is an error, return activate result.

" } ] }, @@ -2077,7 +2077,7 @@ "html": "

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

" }, { - "html": "

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

\n

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

\n

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

\n

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

\n

Otherwise return error with error code no such alert.

" + "html": "

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

\n

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

\n

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

\n

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

\n

Otherwise return error with error code no such alert.

" }, { "html": "

Return success with data null.

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

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "For each context node of context nodes:", @@ -2139,7 +2139,7 @@ "rationale": "let", "steps": [ { - "html": "

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

" + "html": "

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

" }, { "html": "

Let index be 0.

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

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

" + "html": "

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

" }, { "html": "

Let returned nodes be an empty list.

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

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

" + "html": "

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

" }, { "html": "

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

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

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

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

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

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

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

If page ranges is not empty, let pages be the result of trying to parse a page range with page ranges and the number of\n pages contained in pdf data, then remove any pages from pdf data whose one-based index is not contained in pages.

" }, { - "html": "

Let encoding result be the result of calling Base64 Encode on pdf data.

" + "html": "

Let encoding result be the result of calling Base64 Encode on pdf data.

" }, { "html": "

Let encoded data be encoding result’s data.

" @@ -2666,10 +2666,10 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { - "html": "

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

" + "html": "

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

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

Let device pixel ratio be the command\n parameters[\"devicePixelRatio\"].

" }, { - "html": "For the navigable and all descendant navigables:", + "html": "For the navigable and all descendant navigables:", "rationale": "let", "steps": [ { @@ -2754,7 +2754,7 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "

Assert: navigable is not null.

" @@ -2790,7 +2790,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.

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

Let navigable be window’s navigable.

" + "html": "

Let navigable be window’s navigable.

" }, { "html": "

Let navigable id be the navigable id for navigable.

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

Let navigable be window’s navigable.

" + "html": "

Let navigable be window’s navigable.

" }, { "html": "

Let navigable id be the navigable id for navigable.

" @@ -3358,13 +3358,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:", @@ -3411,10 +3411,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.

" @@ -3859,7 +3859,7 @@ "rationale": "for", "steps": [ { - "html": "For each cookie in the user agent’s cookie store that are included in request:", + "html": "For each cookie in the user agent’s cookie store that are included in request:", "rationale": "append", "steps": [ { @@ -4186,7 +4186,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 (\\):", @@ -4248,7 +4248,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\"].

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

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

" } ] } @@ -4299,10 +4299,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\"].

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

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

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

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

" } ] }, @@ -4362,7 +4362,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\"].

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

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

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

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

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

Return error with error code invalid argument.

" + "html": "

Return error with error code invalid argument.

" } ] } @@ -4492,7 +4492,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
", @@ -4673,7 +4673,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.

" @@ -4681,7 +4681,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.

" } ] }, @@ -4723,13 +4723,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\":", @@ -4739,7 +4739,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.

" @@ -4754,7 +4754,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.

" @@ -4776,10 +4776,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.

" @@ -4899,13 +4899,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\".

" @@ -4945,13 +4945,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.

" @@ -5007,7 +5007,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.

" @@ -5107,7 +5107,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.

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

Let base URL be the API base URL of environment settings.

" }, { - "html": "

Let options be the default classic script fetch options.

" + "html": "

Let options be the default script fetch options.

" }, { "html": "

Let function declaration be preload script’s function declaration.

" @@ -5620,7 +5620,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].

" @@ -5695,7 +5695,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": [ { @@ -5711,7 +5711,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).

" @@ -5765,7 +5765,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.

" @@ -5801,7 +5801,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.

" @@ -5875,7 +5875,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.

" @@ -5890,7 +5890,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.

" @@ -5900,7 +5900,7 @@ ] }, { - "html": "

Return error with error code invalid argument

" + "html": "

Return error with error code invalid argument

" } ] }, @@ -6143,7 +6143,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].

" @@ -6163,7 +6163,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.

" @@ -6172,13 +6172,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.

" @@ -6298,10 +6298,10 @@ "rationale": "let", "steps": [ { - "html": "

Let pattern be ToString(Get(value, \"source\")).

" + "html": "

Let pattern be ToString(Get(value, \"source\")).

" }, { - "html": "

Let flags be ToString(Get(value, \"flags\")).

" + "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.

" @@ -6404,10 +6404,10 @@ "html": "

Let serialized be a map.

" }, { - "html": "

Set serialized[\"nodeType\"] to Get(value, \"nodeType\").

" + "html": "

Set serialized[\"nodeType\"] to Get(value, \"nodeType\").

" }, { - "html": "

Set node value to Get(value, \"nodeValue\").

" + "html": "

Set node value to Get(value, \"nodeValue\").

" }, { "html": "

If node value is not null set serialized[\"nodeValue\"] to node value.

" @@ -6417,10 +6417,10 @@ "rationale": "set", "steps": [ { - "html": "

Set serialized[\"localName\"] to Get(value, \"localName\").

" + "html": "

Set serialized[\"localName\"] to Get(value, \"localName\").

" }, { - "html": "

Set serialized[\"namespaceURI\"] to Get(value, \"namespaceURI\")

" + "html": "

Set serialized[\"namespaceURI\"] to Get(value, \"namespaceURI\")

" } ] }, @@ -6511,7 +6511,7 @@ "html": "

Let window be the value of value’s [[WindowProxy]] internal\n slot.

" }, { - "html": "

Let navigable be window’s navigable.

" + "html": "

Let navigable be window’s navigable.

" }, { "html": "

Let navigable id be the navigable id for navigable.

" @@ -6864,7 +6864,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.

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

Let base URL be the API base URL of environment settings.

" }, { - "html": "

Let options be the default classic script fetch options.

" + "html": "

Let options be the default script fetch options.

" }, { "html": "

Let (script, function body evaluation status) be the\n result of evaluate function body with function declaration, environment settings, base URL, and options.

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

Return an error with error code invalid argument

" + "html": "

Return an error with error code invalid argument

" } ] }, @@ -7118,7 +7118,7 @@ "html": "

Let result ownership be the value of the resultOwnership field of command parameters, if present, or none otherwise.

" }, { - "html": "

Let options be the default classic script fetch options.

" + "html": "

Let options be the default script fetch options.

" }, { "html": "

Let base URL be the API base URL of environment settings.

" @@ -7243,7 +7243,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.

" @@ -7296,7 +7296,7 @@ }, { "name": "remote end event trigger for script.realmCreated", - "html": "When any of the set up a window environment settings object, set up a\nworker environment settings object or set up a worklet environment settings\nobject algorithms are invoked, immediately prior to returning the settings\nobject:", + "html": "When any of the set up a window environment settings object, set up a\nworker environment settings object or set up a worklet environment settings\nobject algorithms are invoked, immediately prior to returning the settings\nobject:", "rationale": ".algorithm", "steps": [ { @@ -7564,7 +7564,7 @@ "rationale": "return", "steps": [ { - "html": "

Return error with error code underspecified storage partition.

" + "html": "

Return error with error code underspecified storage partition.

" } ] } @@ -7586,7 +7586,7 @@ "rationale": "let", "steps": [ { - "html": "

Let store be the cookie store of that storage partition.

" + "html": "

Let store be the cookie store of that storage partition.

" }, { "html": "

Return success with data store.

" @@ -7594,7 +7594,7 @@ ] }, { - "html": "

Return error with error code no such storage partition.

" + "html": "

Return error with error code no such storage partition.

" } ] }, @@ -7720,7 +7720,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.

" @@ -7937,7 +7937,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

" @@ -8016,7 +8016,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.

" @@ -8111,13 +8111,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.

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

Call any error reporting steps defined in external specifications\n with script, line, col, message, and true if the error is handled, or false otherwise.

" + "html": "

Call any error reporting steps defined in external specifications\n with script, line, col, message, and true if the error is\n handled, or false otherwise.

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

If device pixel ratio overrides contains window’s navigable, return device pixel ratio overrides[window’s navigable].

" + "html": "

If device pixel ratio overrides contains window’s navigable, return device pixel ratio overrides[window’s navigable].

" } ] } diff --git a/ed/ids/css-color-adjust-1.json b/ed/ids/css-color-adjust-1.json index 9c94f8f62d1b..c987dee1f918 100644 --- a/ed/ids/css-color-adjust-1.json +++ b/ed/ids/css-color-adjust-1.json @@ -208,29 +208,42 @@ "https://drafts.csswg.org/css-color-adjust-1/#ref-for-propdef-accent-color", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-valdef-accent-color-auto", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-forced-colors-mode%E2%91%A6", + "https://drafts.csswg.org/css-color-adjust-1/#example-9e389b59", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-funcdef-color-mix", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-forced-colors-mode%E2%91%A7", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-computed-value%E2%91%A0", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-used-value%E2%91%A0", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-computed-value%E2%91%A1", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-propdef-color%E2%91%A5", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-valdef-color-canvastext%E2%91%A0", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-valdef-color-canvas%E2%91%A2", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-dom-element-computedstylemap", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-used-value%E2%91%A1", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-propdef-color%E2%91%A6", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-valdef-color-canvastext%E2%91%A1", "https://drafts.csswg.org/css-color-adjust-1/#forced-color-adjust-prop", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-propdef-forced-color-adjust%E2%91%A1", "https://drafts.csswg.org/css-color-adjust-1/#propdef-forced-color-adjust", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-comb-one%E2%91%A2", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-comb-one%E2%91%A3", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-propdef-forced-color-adjust%E2%91%A2", - "https://drafts.csswg.org/css-color-adjust-1/#ref-for-forced-colors-mode%E2%91%A7", - "https://drafts.csswg.org/css-color-adjust-1/#valdef-forced-color-adjust-auto", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-forced-colors-mode%E2%91%A8", - "https://drafts.csswg.org/css-color-adjust-1/#valdef-forced-color-adjust-none", + "https://drafts.csswg.org/css-color-adjust-1/#valdef-forced-color-adjust-auto", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-forced-colors-mode%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-color-adjust-1/#valdef-forced-color-adjust-preserve-parent-color", + "https://drafts.csswg.org/css-color-adjust-1/#valdef-forced-color-adjust-none", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-forced-colors-mode%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-color-adjust-1/#ref-for-propdef-color%E2%91%A5", + "https://drafts.csswg.org/css-color-adjust-1/#valdef-forced-color-adjust-preserve-parent-color", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-forced-colors-mode%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-propdef-color%E2%91%A7", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-cascaded-value", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-cascaded-value%E2%91%A0", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-valdef-color-currentcolor", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-valdef-all-inherit", - "https://drafts.csswg.org/css-color-adjust-1/#ref-for-used-value%E2%91%A0", - "https://drafts.csswg.org/css-color-adjust-1/#ref-for-propdef-color%E2%91%A6", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-used-value%E2%91%A2", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-propdef-color%E2%91%A8", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-valdef-forced-color-adjust-none", - "https://drafts.csswg.org/css-color-adjust-1/#ref-for-forced-colors-mode%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-forced-colors-mode%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-forced-colors-mode%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-propdef-forced-color-adjust%E2%91%A3", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-propdef-forced-color-adjust%E2%91%A4", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-the-body-element", @@ -256,10 +269,10 @@ "https://drafts.csswg.org/css-color-adjust-1/#ref-for-propdef-print-color-adjust%E2%91%A7", "https://drafts.csswg.org/css-color-adjust-1/#privacy", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-color-scheme%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-color-adjust-1/#ref-for-forced-colors-mode%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-forced-colors-mode%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-dom-window-getcomputedstyle", - "https://drafts.csswg.org/css-color-adjust-1/#ref-for-propdef-color%E2%91%A7", - "https://drafts.csswg.org/css-color-adjust-1/#ref-for-propdef-color%E2%91%A8", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-propdef-color%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-color-adjust-1/#ref-for-propdef-color%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-color-adjust-1/#security", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-propdef-color-scheme%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-the-iframe-element%E2%91%A0", @@ -295,6 +308,7 @@ "https://drafts.csswg.org/css-color-adjust-1/#cad72d2f", "https://drafts.csswg.org/css-color-adjust-1/#ee7998a4", "https://drafts.csswg.org/css-color-adjust-1/#03eee7b4", + "https://drafts.csswg.org/css-color-adjust-1/#cfdf030c", "https://drafts.csswg.org/css-color-adjust-1/#5f1b7f60", "https://drafts.csswg.org/css-color-adjust-1/#44edcab1", "https://drafts.csswg.org/css-color-adjust-1/#8bcc6e67", @@ -303,6 +317,7 @@ "https://drafts.csswg.org/css-color-adjust-1/#044536a2", "https://drafts.csswg.org/css-color-adjust-1/#8025f703", "https://drafts.csswg.org/css-color-adjust-1/#f338a9f0", + "https://drafts.csswg.org/css-color-adjust-1/#6bc8a53a", "https://drafts.csswg.org/css-color-adjust-1/#906edadd", "https://drafts.csswg.org/css-color-adjust-1/#1ac78a6d", "https://drafts.csswg.org/css-color-adjust-1/#8e0f26cc", @@ -354,6 +369,7 @@ "https://drafts.csswg.org/css-color-adjust-1/#biblio-svg2", "https://drafts.csswg.org/css-color-adjust-1/#informative", "https://drafts.csswg.org/css-color-adjust-1/#biblio-css-conditional-3", + "https://drafts.csswg.org/css-color-adjust-1/#biblio-css-typed-om-1", "https://drafts.csswg.org/css-color-adjust-1/#biblio-wcag21", "https://drafts.csswg.org/css-color-adjust-1/#property-index", "https://drafts.csswg.org/css-color-adjust-1/#ref-for-propdef-color-adjust%E2%91%A2", diff --git a/ed/ids/css-content-3.json b/ed/ids/css-content-3.json index 85f0e950a1d3..bd7f309b383e 100644 --- a/ed/ids/css-content-3.json +++ b/ed/ids/css-content-3.json @@ -110,7 +110,7 @@ "https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A7", "https://drafts.csswg.org/css-content-3/#ref-for-typedef-quote", "https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A8", - "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader", + "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader", "https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-content-3/#ref-for-typedef-target", "https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A0%E2%91%A0", @@ -219,9 +219,9 @@ "https://drafts.csswg.org/css-content-3/#ref-for-propdef-quotes%E2%91%A2", "https://drafts.csswg.org/css-content-3/#example-eb11c28e", "https://drafts.csswg.org/css-content-3/#leaders", - "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader%E2%91%A0", + "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader%E2%91%A0", "https://drafts.csswg.org/css-content-3/#leader-function", - "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader%E2%91%A1", + "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader", "https://drafts.csswg.org/css-content-3/#funcdef-content-leader", "https://drafts.csswg.org/css-content-3/#ref-for-typedef-leader-type", "https://drafts.csswg.org/css-content-3/#funcdef-leader", diff --git a/ed/ids/css-flexbox-1.json b/ed/ids/css-flexbox-1.json index 059708ec8923..ea9c1c49bdac 100644 --- a/ed/ids/css-flexbox-1.json +++ b/ed/ids/css-flexbox-1.json @@ -1701,7 +1701,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-display%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A5%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#change-2015-min-auto-intrinsic-percentages", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A3", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A8", @@ -1786,9 +1786,9 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2015-align-self-auto", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-justify-self", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A5", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-stretch%E2%91%A1", @@ -1914,9 +1914,9 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-main-size-basis", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#change-201403-flex-basis-auto", @@ -1999,7 +1999,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A4%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A7%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-size%E2%91%A5%E2%91%A2", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-width-fit-content", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%93%AA", @@ -2074,7 +2074,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-static-position", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A7", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A6", diff --git a/ed/ids/css-fonts-4.json b/ed/ids/css-fonts-4.json index 223fb48e7959..01ee780a4e30 100644 --- a/ed/ids/css-fonts-4.json +++ b/ed/ids/css-fonts-4.json @@ -776,8 +776,8 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-src%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-src%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#font-display-desc", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#descdef-font-face-font-display", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A5", @@ -785,7 +785,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A7%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A8%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A8%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-font-block-period%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#valdef-font-face-font-display-auto", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-display-block", @@ -814,14 +814,14 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-face-font-display-fallback%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#font-display-font-feature-values", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A6", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A7", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A4%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#descdef-font-feature-values-font-display", @@ -859,7 +859,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-descent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-line-gap-metric", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-language-override-normal-value", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-alternates-normal-value", "https://drafts.csswg.org/css-fonts-4/#ex-percent-resolve", "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ex-override-local-metrics", @@ -1168,7 +1168,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-typedef-declaration-rule-list%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-rule", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-cssstyledeclaration-declarations", "https://drafts.csswg.org/css-fonts-4/#font-feature-value-declaration", "https://drafts.csswg.org/css-fonts-4/#ref-for-css-css-identifier", @@ -1286,7 +1286,7 @@ "https://drafts.csswg.org/css-fonts-4/#font-variant-normal-value", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#font-variant-none-value", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-optical-sizing-none-value", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-synthesis-position-none%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-ligatures%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A1", @@ -1864,7 +1864,7 @@ "https://drafts.csswg.org/css-fonts-4/#sp217", "https://drafts.csswg.org/css-fonts-4/#a11y", "https://drafts.csswg.org/css-fonts-4/#acknowledgments", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#changes", "https://drafts.csswg.org/css-fonts-4/#changes-2021-12-21", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-palette%E2%91%A4", @@ -1875,7 +1875,7 @@ "https://drafts.csswg.org/css-fonts-4/#changes-2019-11-13", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-size-adjust%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#changes-2018-09-20", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-language-override-normal-value%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-position-normal-value", "https://drafts.csswg.org/css-fonts-4/#ref-for-ch", "https://drafts.csswg.org/css-fonts-4/#changes-2018-04-10", "https://drafts.csswg.org/css-fonts-4/#changes-fonts-3", @@ -2049,7 +2049,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A7%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-ascent-override%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-descent-override%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A5", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-feature-settings%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-language-override%E2%91%A1", @@ -2063,7 +2063,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-unicode-range%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#font-feature-values-descriptor-table", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#font-palette-values-descriptor-table", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-base-palette%E2%91%A1", diff --git a/ed/ids/css-grid-1.json b/ed/ids/css-grid-1.json index 0e63b7b33a66..026a1fa329e1 100644 --- a/ed/ids/css-grid-1.json +++ b/ed/ids/css-grid-1.json @@ -202,11 +202,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-block-level%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-block-formatting-context%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-block-box", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-size", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-formatting-context", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-block-size", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content", @@ -331,7 +331,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-scroll-container%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A0", @@ -607,7 +607,7 @@ "https://drafts.csswg.org/css-grid-1/#funcdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-length-percentage%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-template-rows-track-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A0", @@ -939,13 +939,13 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-track-size%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-rows-none%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#example-4fe2f42d", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-repeat%E2%91%A0%E2%93%AA", @@ -1307,7 +1307,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#propdef-grid-area", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A5", @@ -1330,17 +1330,17 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#auto-placement-algo", "https://drafts.csswg.org/css-grid-1/#grid-item-placement-algorithm", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-grid-position", @@ -1473,7 +1473,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-physical", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%93%AA", @@ -1485,11 +1485,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid-lines%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-span%E2%91%A6", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#static-position", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%91%A2", @@ -1657,7 +1657,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-algo-grid-sizing%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A3", @@ -1680,7 +1680,7 @@ "https://drafts.csswg.org/css-grid-1/#intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#flexible-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A1", @@ -1704,10 +1704,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-track-sizing-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-row%E2%91%A2", @@ -1760,10 +1760,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A6", @@ -1774,7 +1774,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A0", @@ -1803,7 +1803,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A8", @@ -1823,7 +1823,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-growth-limit%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#algo-baseline-shims", @@ -1843,7 +1843,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A1", @@ -1921,7 +1921,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-distribute-extra-space%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-limited-contribution%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-distribute-extra-space%E2%91%A2", @@ -2071,7 +2071,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-justify-content-normal", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-align-content-stretch", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-definite%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-free-space%E2%91%A0%E2%93%AA", @@ -2096,10 +2096,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-layout-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#acks", "https://drafts.csswg.org/css-grid-1/#changes", "https://drafts.csswg.org/css-grid-1/#changes-202012", @@ -2211,8 +2211,8 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#change-2017-track-limit-auto-min", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A5", @@ -2255,7 +2255,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#change-2017-no-maximize-flex", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A2", @@ -2279,11 +2279,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-scroll-container%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#minor-2017", @@ -2408,7 +2408,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-size-contribution%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#change-2017-overgrow", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A0", @@ -2484,11 +2484,11 @@ "https://drafts.csswg.org/css-grid-1/#change-2016-auto-percent-track", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-fit-content-size", @@ -2514,9 +2514,9 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-definite%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-free-space%E2%91%A0%E2%91%A3", @@ -2533,7 +2533,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-baseline-sharing-group%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-min-fixed-tracks", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-width-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A6", @@ -2541,7 +2541,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-overflow-visible", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%91%A2", @@ -2560,10 +2560,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-max-constraint", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A7", @@ -2573,7 +2573,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-contribution%E2%91%A0%E2%91%A6", @@ -2581,7 +2581,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A3%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-constraint%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A0%E2%91%A1", @@ -2609,7 +2609,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-block-level%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-block-formatting-context%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-block-box%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-size%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#change-2016-tracks-before", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid-track%E2%91%A5", @@ -2624,9 +2624,9 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-min-editorial", "https://drafts.csswg.org/css-grid-1/#ref-for-minimum-contribution%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A3%E2%91%A3", diff --git a/ed/ids/css-grid-2.json b/ed/ids/css-grid-2.json index 4aef9427950c..c1464220223c 100644 --- a/ed/ids/css-grid-2.json +++ b/ed/ids/css-grid-2.json @@ -226,11 +226,11 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-block-level%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-block-formatting-context%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-block-box", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-inline-size", "https://drafts.csswg.org/css-grid-2/#ref-for-inline-formatting-context", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-block-size", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content", @@ -356,7 +356,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-scroll-container%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-track%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-flexible-tracks", "https://drafts.csswg.org/css-grid-2/#ref-for-automatic-minimum-size%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-content-based-minimum-size%E2%91%A0", @@ -669,7 +669,7 @@ "https://drafts.csswg.org/css-grid-2/#funcdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-length-percentage%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-min-content%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-template-rows-track-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A0", @@ -1050,12 +1050,12 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-rows%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-track-size%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-columns%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-rows-none%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#example-4fe2f42d", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", @@ -1748,7 +1748,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-physical", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A5", @@ -1760,11 +1760,11 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid-lines%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-span%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#static-position", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A8", @@ -1936,7 +1936,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A8%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-percentage-value%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A8%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-algo-grid-sizing%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A8", @@ -1959,7 +1959,7 @@ "https://drafts.csswg.org/css-grid-2/#intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#flexible-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A1", @@ -2048,10 +2048,10 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A4", @@ -2062,7 +2062,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A2", @@ -2091,7 +2091,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-intrinsic-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A8", @@ -2111,7 +2111,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-growth-limit%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#algo-baseline-shims", @@ -2131,7 +2131,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A1", @@ -2209,7 +2209,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-limited-contribution%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A2", @@ -2352,7 +2352,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-justify-content-normal", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-align-content-stretch", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-definite%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-free-space%E2%91%A0%E2%93%AA", @@ -2377,10 +2377,10 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-layout-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-area%E2%91%A2%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#priv", "https://drafts.csswg.org/css-grid-2/#sec", "https://drafts.csswg.org/css-grid-2/#changes", diff --git a/ed/ids/css-pseudo-4.json b/ed/ids/css-pseudo-4.json index 6198087b4f98..d9be0e5f28b0 100644 --- a/ed/ids/css-pseudo-4.json +++ b/ed/ids/css-pseudo-4.json @@ -564,12 +564,12 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo", "https://drafts.csswg.org/css-pseudo-4/#ref-for-cssstyledeclaration", "https://drafts.csswg.org/css-pseudo-4/#window-interface", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A0", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A4", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A5", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A5", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A1", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-cssomstring%E2%91%A1", "https://drafts.csswg.org/css-pseudo-4/#dom-element-pseudo-type-type", "https://drafts.csswg.org/css-pseudo-4/#dom-element-pseudo", @@ -585,7 +585,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-originating-element%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A8", "https://drafts.csswg.org/css-pseudo-4/#issue-302461e7", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#getComputedStyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-window-getcomputedstyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1%E2%93%AA", @@ -640,7 +640,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-x22%E2%91%A2", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-parent%E2%91%A2", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type%E2%91%A0", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo", "https://drafts.csswg.org/css-pseudo-4/#ref-for-sub-pseudo-element%E2%91%A5", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-target-text%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A1%E2%91%A8", @@ -657,7 +657,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-propdef-direction%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-marker%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type%E2%91%A1", "https://drafts.csswg.org/css-pseudo-4/#ref-for-valdef-color-currentcolor%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A2%E2%91%A0", diff --git a/ed/ids/web-animations-2.json b/ed/ids/web-animations-2.json index 2a8503d67389..792224ee965b 100644 --- a/ed/ids/web-animations-2.json +++ b/ed/ids/web-animations-2.json @@ -1454,14 +1454,14 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-enumdef-iterationcompositeoperation", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-iterationcomposite", "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-dictdef-keyframeeffectoptions", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-iterationcomposite%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-composite", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-dfn-throw%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect-source", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source-source", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-composite-operation%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-iterationcomposite", @@ -1519,7 +1519,7 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#dom-effectcallback-animation", "https://drafts.csswg.org/web-animations-2/#ref-for-callbackdef-effectcallback%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-progress%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-effect-target-target-element%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-effect-target-target-element%E2%91%A5", diff --git a/ed/ids/webdriver-bidi.json b/ed/ids/webdriver-bidi.json index 0299ebba8d8d..181096963087 100644 --- a/ed/ids/webdriver-bidi.json +++ b/ed/ids/webdriver-bidi.json @@ -55,7 +55,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-bidi-flag", "https://w3c.github.io/webdriver-bidi/#active-bidi-sessions", "https://w3c.github.io/webdriver-bidi/#ref-for-list", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-active-session", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-active-sessions", "https://w3c.github.io/webdriver-bidi/#ref-for-bidi-session", "https://w3c.github.io/webdriver-bidi/#protocol-modules", "https://w3c.github.io/webdriver-bidi/#module", @@ -167,11 +167,11 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-set%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-event-event-name%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument", "https://w3c.github.io/webdriver-bidi/#ref-for-module-module-name%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-event-event-name%E2%91%A4", @@ -221,7 +221,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-websocket-connections-not-associated-with-a-session", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-session-id-for-a-websocket-resource", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-sessions%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-active-session%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-active-sessions%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-session-id", "https://w3c.github.io/webdriver-bidi/#ref-for-session-websocket-connections%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-section-4.2%E2%91%A0", @@ -263,7 +263,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-set-append", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A0%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-active-listeners%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-intermediary-node", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-intermediary-nodes", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-endpoint-node", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-endpoint-node%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-listener-host%E2%91%A2", @@ -284,7 +284,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-parse-a-json-string-to-an-infra-value", "https://w3c.github.io/webdriver-bidi/#ref-for-send-an-error-response%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-active-session%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-active-sessions%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A0", @@ -294,12 +294,12 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-session-id", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-command-command-parameters%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-send-an-error-response%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-command-result-type%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-command-command-name%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-active-session%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-active-sessions%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-session-id%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-set-append%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-session-websocket-connections%E2%91%A1", @@ -360,8 +360,8 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-handle-a-connection-closing%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#establishing", "https://w3c.github.io/webdriver-bidi/#ref-for-websocket-url", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-webdriver-new-session-algorithm", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-get-a-property", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-webdriver-new-session-algorithms", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-getting-properties", "https://w3c.github.io/webdriver-bidi/#ref-for-assert%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-start-listening-for-a-websocket-connection", "https://w3c.github.io/webdriver-bidi/#ref-for-construct-a-websocket-url", @@ -381,7 +381,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-window%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-sandboxproxy", "https://w3c.github.io/webdriver-bidi/#get-or-create-a-sandbox-realm", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-nav-window", @@ -473,13 +473,13 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#end-the-session", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-active-session%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-active-session%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-active-sessions%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-active-sessions%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-list-empty", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-webdriver-active-flag", "https://w3c.github.io/webdriver-bidi/#cleanup-the-session", "https://w3c.github.io/webdriver-bidi/#ref-for-close-the-websocket-connections", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-active-session%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-active-sessions%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-list-empty%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-cleanup-remote-end-state", "https://w3c.github.io/webdriver-bidi/#cleanup-remote-end-state", @@ -502,7 +502,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-event-enabled-navigables", "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-list-contain%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%93%AA", @@ -511,7 +511,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-nav-top%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-event-global-event-set%E2%91%A1", @@ -525,7 +525,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-additional-webdriver-capability", "https://w3c.github.io/webdriver-bidi/#websocket-url", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-additional-capability-deserialization-algorithm", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A3", @@ -558,13 +558,13 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-bidi-session%E2%91%A0%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-static-command%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-session-not-created", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-session-not-created%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-set%E2%91%A0%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-processing-capabilities", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-capabilities-processing", "https://w3c.github.io/webdriver-bidi/#ref-for-convert-a-json-derived-javascript-value-to-an-infra-value", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-create-a-session", @@ -671,19 +671,19 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-get-the-client-window-state", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-fullscreen-is-supported", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-unsupported-operation", "https://w3c.github.io/webdriver-bidi/#ref-for-restore-client-window-is-supported", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-maximize-client-window-is-supported", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-minimize-client-window-is-supported", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-list%E2%91%A2", @@ -691,7 +691,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-client-window%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-nav-document%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-list-empty%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-client-window", "https://w3c.github.io/webdriver-bidi/#ref-for-fully-exit-fullscreen", @@ -728,22 +728,22 @@ "https://w3c.github.io/webdriver-bidi/#commands-browserclose", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-end-the-session%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-active-session%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-active-sessions%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-list-empty%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-errors-unable-to-close-browser", "https://w3c.github.io/webdriver-bidi/#ref-for-in-parallel%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-section-6.1%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-cleanup-the-session%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-active-session%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-active-sessions%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-end-the-session%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-cleanup-the-session%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-in-parallel%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-section-6.1%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-cleanup-the-session%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-close-a-browsing-context", + "https://w3c.github.io/webdriver-bidi/#ref-for-close-a-top-level-traversable", "https://w3c.github.io/webdriver-bidi/#ref-for-nav-top%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-prompt-to-unload-a-document", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A1%E2%93%AA", @@ -789,16 +789,16 @@ "https://w3c.github.io/webdriver-bidi/#command-browser-removeUserContext", "https://w3c.github.io/webdriver-bidi/#commands-browserremoveusercontext", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-get-user-context", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-user-context", "https://w3c.github.io/webdriver-bidi/#ref-for-nav-top%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-associated-user-context%E2%91%A5", - "https://w3c.github.io/webdriver-bidi/#ref-for-close-a-browsing-context%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-close-a-top-level-traversable%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-prompt-to-unload-a-document%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-list-remove%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-set-of-user-contexts%E2%91%A7", @@ -807,13 +807,13 @@ "https://w3c.github.io/webdriver-bidi/#commands-browsersetclientwindowstate", "https://w3c.github.io/webdriver-bidi/#ref-for-client-window%E2%91%A0%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-client-window%E2%91%A0%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-client-window-id%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-client-window%E2%91%A0%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-client-window%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A5", @@ -855,9 +855,9 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A0%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-navigables%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#navigable-id", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-window-handle", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-window-handles", "https://w3c.github.io/webdriver-bidi/#ref-for-navigable-id", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-window-handle%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-window-handles%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-navigables%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#associated-storage-partition", "https://w3c.github.io/webdriver-bidi/#ref-for-storage-partition%E2%91%A0", @@ -867,7 +867,7 @@ "https://w3c.github.io/webdriver-bidi/#get-a-navigable", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-navigable-id%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-no-such-frame", "https://w3c.github.io/webdriver-bidi/#ref-for-navigables%E2%91%A6", @@ -909,14 +909,14 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A1%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-url-serializer%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-unknown-error", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A1%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-url-serializer%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-awaits%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-unknown-error%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#issue-ceba1469", @@ -948,14 +948,14 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A6", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-activate-a-navigable", "https://w3c.github.io/webdriver-bidi/#activate-a-navigable", "https://w3c.github.io/webdriver-bidi/#ref-for-system-visibility-state", "https://w3c.github.io/webdriver-bidi/#ref-for-system-visibility-state%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-system-visibility-state%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-navigables%E2%91%A7", @@ -1042,7 +1042,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A0%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-nav-document%E2%91%A6", @@ -1057,11 +1057,11 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A0%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-remote-reference", "https://w3c.github.io/webdriver-bidi/#ref-for-element", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-no-such-element", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-node-document", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-no-such-element%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-get-the-origin-rectangle%E2%91%A0", @@ -1077,7 +1077,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-rectangle-intersection", "https://w3c.github.io/webdriver-bidi/#ref-for-rectangle-width-dimension%E2%91%A0%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-rectangle-height-dimension%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-unable-to-capture-screen", "https://w3c.github.io/webdriver-bidi/#ref-for-render-document-to-a-canvas", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A0%E2%91%A0", @@ -1091,11 +1091,11 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A0%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A0%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-close-a-browsing-context%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-close-a-browsing-context%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-close-a-top-level-traversable%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-close-a-top-level-traversable%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-prompt-to-unload-a-document%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#issue-04e2b4be", @@ -1108,23 +1108,23 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A0%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A1%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A2%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-default-user-context%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-associated-user-context%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A0%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-get-user-context%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A2%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-user-context%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A1%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-associated-user-context%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A2%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A1%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-unsupported-operation%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-creating-a-new-top-level-traversable", @@ -1141,7 +1141,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-activate-a-navigable%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-navigables%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A2%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-focusing-steps", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A1%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-navigable-id%E2%91%A6", @@ -1166,7 +1166,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dom-confirm", "https://w3c.github.io/webdriver-bidi/#ref-for-dom-prompt", "https://w3c.github.io/webdriver-bidi/#ref-for-prompt-to-unload-a-document%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A2%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-no-such-alert", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A1", @@ -1175,7 +1175,7 @@ "https://w3c.github.io/webdriver-bidi/#locate-nodes-using-css", "https://w3c.github.io/webdriver-bidi/#ref-for-list%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-parse-a-selector", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A2%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-selector", "https://w3c.github.io/webdriver-bidi/#ref-for-match-a-selector-against-a-tree", @@ -1193,10 +1193,10 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dom-xpathresult-ordered_node_snapshot_type", "https://w3c.github.io/webdriver-bidi/#ref-for-syntaxerror", "https://w3c.github.io/webdriver-bidi/#ref-for-idl-DOMException", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A2%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A2%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-selector%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A2%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-unknown-error%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dom-xpathresult-snapshotitem", @@ -1205,7 +1205,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#locate-nodes-using-inner-text", - "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%E2%91%A2%E2%91%A7", "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-dfn-invalid-selector%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-list%E2%91%A0%E2%91%A0", @@ -1259,7 +1259,7 @@ "https://w3c.github.io/webdriver-bidi/#locate-nodes-using-accessibility-attributes", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A2%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A2%E2%91%A8", "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-dfn-invalid-selector%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-collect-nodes-using-accessibility-attributes%E2%91%A0", @@ -1307,7 +1307,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-concept-script-base-url", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-url-parser", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-script-base-url%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%93%AA", "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-dfn-invalid-argument%E2%91%A0%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-request%E2%91%A0", @@ -1317,7 +1317,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A1%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-navigable%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A0", "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-unsupported-operation%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A2%E2%93%AA", @@ -1349,11 +1349,11 @@ "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%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-top-level-traversable%E2%91%A2%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A1", "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%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-layout-viewport", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A2", "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-unsupported-operation%E2%91%A0%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A0%E2%91%A6", @@ -1382,7 +1382,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%93%AA", "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%A2%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A3", "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%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-queue-a-task", @@ -1391,7 +1391,7 @@ "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%A3%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A3%E2%91%A4", "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", @@ -1568,10 +1568,10 @@ "https://w3c.github.io/webdriver-bidi/#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%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-errors-no-such-request", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-concept-response", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A1%E2%93%AA", @@ -1583,10 +1583,10 @@ "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%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-header-value", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A3%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-concept-response-header-list", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A1%E2%91%A2", @@ -1736,7 +1736,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-concept-request-header-list%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-serialize-header", "https://w3c.github.io/webdriver-bidi/#ref-for-byte-case-insensitive%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-section-5.3", + "https://w3c.github.io/webdriver-bidi/#ref-for-storage-model", "https://w3c.github.io/webdriver-bidi/#ref-for-serialize-cookie", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-request-destination", "https://w3c.github.io/webdriver-bidi/#ref-for-request-initiator-type%E2%91%A0", @@ -1803,47 +1803,47 @@ "https://w3c.github.io/webdriver-bidi/#unescape-url-pattern", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-set%E2%91%A2%E2%91%A0", "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%A4%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-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%A0%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A3%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#parse-url-pattern", "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-errors%E2%91%A4%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-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%A0%E2%91%A6", "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", "https://w3c.github.io/webdriver-bidi/#ref-for-ascii-alphanumeric", "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%A4%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-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%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-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%A0%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-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%A0%E2%91%A8", "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%A0", "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%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-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%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-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%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-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%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%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%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-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%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A5", @@ -1851,20 +1851,20 @@ "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%A0%E2%93%AA", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-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%A1%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A6", "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%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%A5%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-dfn-invalid-argument%E2%91%A1%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A5", "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%A5%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-dfn-invalid-argument%E2%91%A1%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-url-scheme%E2%91%A0", @@ -1911,11 +1911,11 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A2%E2%91%A6", "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%A2%E2%91%A6", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-dfn-invalid-argument%E2%91%A1%E2%91%A6", "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-errors%E2%91%A5%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-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%A1%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-intercept-map%E2%91%A0", @@ -1930,33 +1930,33 @@ "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%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A2%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-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%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-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%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%A8", "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%A5%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-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%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%A3%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-method.overview", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-concept-request-method%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A3%E2%91%A0", "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%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-header-value%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-concept-request-header-list%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A3%E2%91%A1", @@ -1985,10 +1985,10 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A1%E2%91%A7", "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%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-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-errors-no-such-request%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-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%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-resume%E2%91%A0%E2%91%A1", @@ -1999,10 +1999,10 @@ "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-blocked-request-map%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-map-exists%E2%91%A3%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-errors-no-such-request%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-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%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-network-error", @@ -2027,7 +2027,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A2%E2%91%A0", "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%A6", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-errors-no-such-intercept", "https://w3c.github.io/webdriver-bidi/#ref-for-map-remove%E2%91%A0", @@ -2064,7 +2064,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A3%E2%91%A0", "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%A6%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-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%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-list-append%E2%91%A0%E2%91%A8", @@ -2192,7 +2192,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-concept-realm-global%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-create-a-channel", "https://w3c.github.io/webdriver-bidi/#ref-for-api-base-url", - "https://w3c.github.io/webdriver-bidi/#ref-for-default-classic-script-fetch-options", + "https://w3c.github.io/webdriver-bidi/#ref-for-default-script-fetch-options", "https://w3c.github.io/webdriver-bidi/#ref-for-evaluate-function-body", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-completion-record-specification-type", "https://w3c.github.io/webdriver-bidi/#ref-for-report-an-exception", @@ -2250,7 +2250,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-scriptchannel", "https://w3c.github.io/webdriver-bidi/#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%A6%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-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%A2%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A3%E2%91%A1", @@ -2274,7 +2274,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A4%E2%91%A3", "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%A6%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-invalid-argument%E2%91%A2%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-construct", @@ -2292,7 +2292,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A4%E2%91%A6", "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%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-invalid-argument%E2%91%A2%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A4%E2%91%A7", @@ -2301,7 +2301,7 @@ "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%A8", "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%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-invalid-argument%E2%91%A2%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#type-script-PreloadScript", @@ -2320,7 +2320,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A5%E2%93%AA", "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%A7%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-no-such-frame%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-code-realms%E2%91%A4", @@ -2363,17 +2363,17 @@ "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%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-stringtonumber", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-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%A2%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A5%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A5%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-stringtobigint", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-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%A2%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A5%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-invalid-argument%E2%91%A3%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#type-script-RealmInfo", @@ -2441,18 +2441,18 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-remote-object-reference", "https://w3c.github.io/webdriver-bidi/#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%A7%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-no-such-handle", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A6%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#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%A7%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-node", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A3%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-get-a-node", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-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-no-such-node%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-environment-settings-object%E2%91%A2", @@ -2461,7 +2461,7 @@ "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%A7%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A6", "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-errors-no-such-node%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-realm-global%E2%91%A4", @@ -2494,9 +2494,9 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-serialize-an-array-like", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-isregexp", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-tostring%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-sec-get", + "https://w3c.github.io/webdriver-bidi/#ref-for-sec-get-o-p", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-tostring%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-sec-get%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-sec-get-o-p%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A4%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A7%E2%91%A0", @@ -2558,12 +2558,12 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A5%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-set-internal-ids-if-needed%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A8%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-sec-get%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-sec-get%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-sec-get-o-p%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-sec-get-o-p%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-element%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-attr", - "https://w3c.github.io/webdriver-bidi/#ref-for-sec-get%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-sec-get%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-sec-get-o-p%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-sec-get-o-p%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-list-size%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-tree-child%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-shadowroot", @@ -2703,7 +2703,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A4%E2%91%A1", "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%A2%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A7%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A7", "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-invalid-argument%E2%91%A3%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-preload-script-map%E2%91%A0", @@ -2742,12 +2742,12 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-local-value%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-api-base-url%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-default-classic-script-fetch-options%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-default-script-fetch-options%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-evaluate-function-body%E2%91%A0", "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%A6", "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%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A7%E2%91%A8", "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-invalid-argument%E2%91%A3%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-activation-notification", @@ -2770,7 +2770,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-environment-settings-object%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-realm-execution-context%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-default-classic-script-fetch-options%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-default-script-fetch-options%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-api-base-url%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-creating-a-classic-script%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-activation-notification%E2%91%A0", @@ -2814,7 +2814,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A2%E2%91%A7", "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%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A8%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%93%AA", "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-no-such-script", "https://w3c.github.io/webdriver-bidi/#ref-for-list-remove%E2%91%A3", @@ -2896,7 +2896,7 @@ "https://w3c.github.io/webdriver-bidi/#module-storage", "https://w3c.github.io/webdriver-bidi/#modules-storage", "https://w3c.github.io/webdriver-bidi/#storage-partition", - "https://w3c.github.io/webdriver-bidi/#ref-for-section-5.3%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-something", "https://w3c.github.io/webdriver-bidi/#storage-partition-key", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-storage-partition%E2%91%A1", @@ -2946,16 +2946,16 @@ "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%A7", "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%A8%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A0", "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-errors-underspecified-storage-partition", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A6%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#get-the-cookie-store", "https://w3c.github.io/webdriver-bidi/#ref-for-storage-partition%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-section-5.3%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-storage-model%E2%91%A0", "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%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A8%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-errors-no-such-storage-partition", "https://w3c.github.io/webdriver-bidi/#match-cookie", @@ -2965,7 +2965,7 @@ "https://w3c.github.io/webdriver-bidi/#module-storage-commands", "https://w3c.github.io/webdriver-bidi/#command-storage-getCookies", "https://w3c.github.io/webdriver-bidi/#commands-storagegetcookies", - "https://w3c.github.io/webdriver-bidi/#ref-for-section-5.3%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-something%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-match-cookie%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A2%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2%E2%91%A2", @@ -2979,7 +2979,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A7%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#command-storage-setCookie", "https://w3c.github.io/webdriver-bidi/#commands-storagesetcookie", - "https://w3c.github.io/webdriver-bidi/#ref-for-section-5.3%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-something%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A3%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A5%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-expand-a-storage-partition-spec%E2%91%A0", @@ -2996,14 +2996,14 @@ "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%A8%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A7", "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%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A7%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#command-storage-deleteCookies", "https://w3c.github.io/webdriver-bidi/#commands-storagedeletecookies", - "https://w3c.github.io/webdriver-bidi/#ref-for-section-5.3%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-something%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-match-cookie%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A3%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A2%E2%91%A5", @@ -3073,7 +3073,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%A8%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A3", "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%A0%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-emit-an-event%E2%91%A1%E2%91%A3", @@ -3097,7 +3097,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A5%E2%91%A6", "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%A8%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A7%E2%91%A8", "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%A7%E2%91%A2", @@ -3149,19 +3149,19 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A6%E2%91%A2", "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%A8%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%93%AA", "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%A8%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A0", "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%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A8%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A1", "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", @@ -3181,7 +3181,6 @@ "https://w3c.github.io/webdriver-bidi/#patches-html", "https://w3c.github.io/webdriver-bidi/#ref-for-report-the-error", "https://w3c.github.io/webdriver-bidi/#error-reporting-steps", - "https://w3c.github.io/webdriver-bidi/#ref-for-concept-error-handled", "https://w3c.github.io/webdriver-bidi/#patches-console", "https://w3c.github.io/webdriver-bidi/#console-steps", "https://w3c.github.io/webdriver-bidi/#ref-for-printer", @@ -3203,8 +3202,8 @@ "https://w3c.github.io/webdriver-bidi/#8ef06ef9", "https://w3c.github.io/webdriver-bidi/#40a66c6b", "https://w3c.github.io/webdriver-bidi/#09fc63ab", - "https://w3c.github.io/webdriver-bidi/#4b00197e", - "https://w3c.github.io/webdriver-bidi/#cee5546e", + "https://w3c.github.io/webdriver-bidi/#90117a44", + "https://w3c.github.io/webdriver-bidi/#3c7a99b2", "https://w3c.github.io/webdriver-bidi/#e3f26532", "https://w3c.github.io/webdriver-bidi/#6b7fd43d", "https://w3c.github.io/webdriver-bidi/#52a5360f", @@ -3261,7 +3260,7 @@ "https://w3c.github.io/webdriver-bidi/#9d6036ea", "https://w3c.github.io/webdriver-bidi/#fa3cd201", "https://w3c.github.io/webdriver-bidi/#7ef0edbd", - "https://w3c.github.io/webdriver-bidi/#47eb8c57", + "https://w3c.github.io/webdriver-bidi/#192e00bf", "https://w3c.github.io/webdriver-bidi/#99403468", "https://w3c.github.io/webdriver-bidi/#900ce14b", "https://w3c.github.io/webdriver-bidi/#8f3fa597", @@ -3363,34 +3362,33 @@ "https://w3c.github.io/webdriver-bidi/#3b0ee7a3", "https://w3c.github.io/webdriver-bidi/#f23dc013", "https://w3c.github.io/webdriver-bidi/#b6a1ae3f", - "https://w3c.github.io/webdriver-bidi/#b273f87a", + "https://w3c.github.io/webdriver-bidi/#6e81ffb4", "https://w3c.github.io/webdriver-bidi/#3752e9b0", "https://w3c.github.io/webdriver-bidi/#9d2630e3", "https://w3c.github.io/webdriver-bidi/#860a2f31", "https://w3c.github.io/webdriver-bidi/#46fa7fd2", "https://w3c.github.io/webdriver-bidi/#ad5c87c1", "https://w3c.github.io/webdriver-bidi/#12b8dfc0", - "https://w3c.github.io/webdriver-bidi/#180e7028", + "https://w3c.github.io/webdriver-bidi/#6031921b", "https://w3c.github.io/webdriver-bidi/#0318be47", - "https://w3c.github.io/webdriver-bidi/#646bc719", + "https://w3c.github.io/webdriver-bidi/#82529e79", "https://w3c.github.io/webdriver-bidi/#29312c18", "https://w3c.github.io/webdriver-bidi/#3e12e042", "https://w3c.github.io/webdriver-bidi/#10ae7dd2", "https://w3c.github.io/webdriver-bidi/#f5265332", "https://w3c.github.io/webdriver-bidi/#8a87315e", - "https://w3c.github.io/webdriver-bidi/#6b68adb6", + "https://w3c.github.io/webdriver-bidi/#86573168", "https://w3c.github.io/webdriver-bidi/#fe07e8b2", "https://w3c.github.io/webdriver-bidi/#845581d4", "https://w3c.github.io/webdriver-bidi/#8a30477b", "https://w3c.github.io/webdriver-bidi/#168f1b6e", - "https://w3c.github.io/webdriver-bidi/#d6817f23", "https://w3c.github.io/webdriver-bidi/#45e3552a", "https://w3c.github.io/webdriver-bidi/#f449f7f7", "https://w3c.github.io/webdriver-bidi/#bbdbe8e2", "https://w3c.github.io/webdriver-bidi/#a72449dd", "https://w3c.github.io/webdriver-bidi/#67357427", "https://w3c.github.io/webdriver-bidi/#e8cf713d", - "https://w3c.github.io/webdriver-bidi/#d9489fd2", + "https://w3c.github.io/webdriver-bidi/#228be966", "https://w3c.github.io/webdriver-bidi/#1cd8aace", "https://w3c.github.io/webdriver-bidi/#2594e562", "https://w3c.github.io/webdriver-bidi/#6454d3fd", @@ -3417,7 +3415,7 @@ "https://w3c.github.io/webdriver-bidi/#dae0bfde", "https://w3c.github.io/webdriver-bidi/#34ce7bcd", "https://w3c.github.io/webdriver-bidi/#376bb55f", - "https://w3c.github.io/webdriver-bidi/#7ecc7f3d", + "https://w3c.github.io/webdriver-bidi/#66f104fd", "https://w3c.github.io/webdriver-bidi/#bbb5f6df", "https://w3c.github.io/webdriver-bidi/#1cc25024", "https://w3c.github.io/webdriver-bidi/#f1eccc95", @@ -3495,20 +3493,20 @@ "https://w3c.github.io/webdriver-bidi/#4e30844a", "https://w3c.github.io/webdriver-bidi/#7c195f8b", "https://w3c.github.io/webdriver-bidi/#188c72fd", - "https://w3c.github.io/webdriver-bidi/#6d9bf486", - "https://w3c.github.io/webdriver-bidi/#7162eb1a", - "https://w3c.github.io/webdriver-bidi/#1065054c", - "https://w3c.github.io/webdriver-bidi/#1e855c18", - "https://w3c.github.io/webdriver-bidi/#a0f3a43b", - "https://w3c.github.io/webdriver-bidi/#2499ae2a", - "https://w3c.github.io/webdriver-bidi/#e4c5f264", - "https://w3c.github.io/webdriver-bidi/#b7ad9913", - "https://w3c.github.io/webdriver-bidi/#31afd3ea", - "https://w3c.github.io/webdriver-bidi/#69f831e0", - "https://w3c.github.io/webdriver-bidi/#5644bb38", - "https://w3c.github.io/webdriver-bidi/#adc2b755", - "https://w3c.github.io/webdriver-bidi/#36f1b87f", - "https://w3c.github.io/webdriver-bidi/#7fdc1cbb", + "https://w3c.github.io/webdriver-bidi/#68f71c38", + "https://w3c.github.io/webdriver-bidi/#11a093d4", + "https://w3c.github.io/webdriver-bidi/#b128389d", + "https://w3c.github.io/webdriver-bidi/#cfb61696", + "https://w3c.github.io/webdriver-bidi/#2bd00413", + "https://w3c.github.io/webdriver-bidi/#f54d7e80", + "https://w3c.github.io/webdriver-bidi/#6fdeb498", + "https://w3c.github.io/webdriver-bidi/#8324e9bf", + "https://w3c.github.io/webdriver-bidi/#937aae24", + "https://w3c.github.io/webdriver-bidi/#a4fa4138", + "https://w3c.github.io/webdriver-bidi/#86248dcc", + "https://w3c.github.io/webdriver-bidi/#b75eba20", + "https://w3c.github.io/webdriver-bidi/#c9b060e8", + "https://w3c.github.io/webdriver-bidi/#7ba62735", "https://w3c.github.io/webdriver-bidi/#43b801c6", "https://w3c.github.io/webdriver-bidi/#8edbb84a", "https://w3c.github.io/webdriver-bidi/#c8f141cb", @@ -3533,7 +3531,7 @@ "https://w3c.github.io/webdriver-bidi/#8fe058df", "https://w3c.github.io/webdriver-bidi/#f8a78075", "https://w3c.github.io/webdriver-bidi/#36828a3b", - "https://w3c.github.io/webdriver-bidi/#49bb0560", + "https://w3c.github.io/webdriver-bidi/#f74c0529", "https://w3c.github.io/webdriver-bidi/#3555dec9", "https://w3c.github.io/webdriver-bidi/#189cc7e1", "https://w3c.github.io/webdriver-bidi/#2cb81ae5", @@ -3549,18 +3547,18 @@ "https://w3c.github.io/webdriver-bidi/#136bda97", "https://w3c.github.io/webdriver-bidi/#94219729", "https://w3c.github.io/webdriver-bidi/#ee843963", - "https://w3c.github.io/webdriver-bidi/#a4c28706", + "https://w3c.github.io/webdriver-bidi/#4b2f24dc", "https://w3c.github.io/webdriver-bidi/#c8ff8493", "https://w3c.github.io/webdriver-bidi/#a6b7422e", "https://w3c.github.io/webdriver-bidi/#01bb51cf", "https://w3c.github.io/webdriver-bidi/#3b685aa8", "https://w3c.github.io/webdriver-bidi/#80d3509a", "https://w3c.github.io/webdriver-bidi/#9ca7d4a1", - "https://w3c.github.io/webdriver-bidi/#814d830a", + "https://w3c.github.io/webdriver-bidi/#5b668531", "https://w3c.github.io/webdriver-bidi/#2824ac8b", "https://w3c.github.io/webdriver-bidi/#87bc2e00", "https://w3c.github.io/webdriver-bidi/#a4cd9a97", - "https://w3c.github.io/webdriver-bidi/#93f9e904", + "https://w3c.github.io/webdriver-bidi/#e04103bb", "https://w3c.github.io/webdriver-bidi/#8da4d1e3", "https://w3c.github.io/webdriver-bidi/#61391dee", "https://w3c.github.io/webdriver-bidi/#900d0fcf", @@ -3571,7 +3569,7 @@ "https://w3c.github.io/webdriver-bidi/#38951aff", "https://w3c.github.io/webdriver-bidi/#0d868320", "https://w3c.github.io/webdriver-bidi/#b88752f4", - "https://w3c.github.io/webdriver-bidi/#bfaaa9a6", + "https://w3c.github.io/webdriver-bidi/#d7833fd3", "https://w3c.github.io/webdriver-bidi/#a49a724d", "https://w3c.github.io/webdriver-bidi/#35d404ee", "https://w3c.github.io/webdriver-bidi/#82c23298", @@ -3588,9 +3586,9 @@ "https://w3c.github.io/webdriver-bidi/#8b8836ef", "https://w3c.github.io/webdriver-bidi/#6945cc54", "https://w3c.github.io/webdriver-bidi/#a869e769", - "https://w3c.github.io/webdriver-bidi/#a795f739", + "https://w3c.github.io/webdriver-bidi/#d7c34998", "https://w3c.github.io/webdriver-bidi/#db8fb765", - "https://w3c.github.io/webdriver-bidi/#660a1a43", + "https://w3c.github.io/webdriver-bidi/#406d66ae", "https://w3c.github.io/webdriver-bidi/#930544fb", "https://w3c.github.io/webdriver-bidi/#82ca3efc", "https://w3c.github.io/webdriver-bidi/#6728fdee", diff --git a/ed/index.json b/ed/index.json index 81a644373e9d..a3de77aee4b6 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-11-28T18:42:23.446Z", + "date": "2024-11-29T00:56:56.385Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -675,7 +675,7 @@ }, "stats": { "crawled": 644, - "errors": 1 + "errors": 3 }, "crawler": "reffy-17.2.10", "results": [ @@ -1646,11 +1646,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:07:00 GMT" }, "generator": "bikeshed", "date": "16 September 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-backgrounds-4.json", "refs": "refs/css-backgrounds-4.json", "css": "css/css-backgrounds-4.json", @@ -1706,11 +1706,11 @@ ], "crawled": "https://drafts.csswg.org/css-borders-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "2 October 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-borders-4.json", "refs": "refs/css-borders-4.json", "css": "css/css-borders.json", @@ -1767,11 +1767,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-6/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "15 September 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-color-6.json", "refs": "refs/css-color-6.json", "css": "css/css-color-6.json", @@ -1824,11 +1824,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-hdr-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "20 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-color-hdr-1.json", "links": "links/css-color-hdr-1.json", "refs": "refs/css-color-hdr-1.json", @@ -1879,11 +1879,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-values-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "21 February 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-conditional-values-1.json", "refs": "refs/css-conditional-values-1.json", "css": "css/css-conditional-values.json", @@ -1940,11 +1940,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "14 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-display-4.json", "refs": "refs/css-display-4.json", "css": "css/css-display.json", @@ -2000,11 +2000,11 @@ ], "crawled": "https://drafts.csswg.org/css-env-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-env-1.json", "links": "links/css-env-1.json", "refs": "refs/css-env-1.json", @@ -2055,11 +2055,11 @@ ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-extensions-1.json", "refs": "refs/css-extensions-1.json", "css": "css/css-extensions.json", @@ -2109,11 +2109,11 @@ ], "crawled": "https://drafts.csswg.org/css-forms-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "27 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-forms-1.json", "refs": "refs/css-forms-1.json", "css": "css/css-forms.json", @@ -2170,11 +2170,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-gcpm-4.json", "refs": "refs/css-gcpm-4.json", "css": "css/css-gcpm-4.json", @@ -2231,11 +2231,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-5/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:07:00 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-images-5.json", "refs": "refs/css-images-5.json", "css": "css/css-images-5.json", @@ -2285,11 +2285,11 @@ ], "crawled": "https://drafts.csswg.org/css-link-params-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-link-params-1.json", "refs": "refs/css-link-params-1.json", "css": "css/css-link-params.json", @@ -2339,11 +2339,11 @@ ], "crawled": "https://drafts.csswg.org/css-mixins-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-mixins-1.json", "links": "links/css-mixins-1.json", "refs": "refs/css-mixins-1.json", @@ -2402,11 +2402,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "15 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-multicol-2.json", "refs": "refs/css-multicol-2.json", "css": "css/css-multicol-2.json", @@ -2463,11 +2463,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-5/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "21 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-overflow-5.json", "links": "links/css-overflow-5.json", "refs": "refs/css-overflow-5.json", @@ -2525,11 +2525,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "12 May 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-page-4.json", "refs": "refs/css-page-4.json", "dfns": "dfns/css-page-4.json", @@ -2585,11 +2585,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "19 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-position-4.json", "links": "links/css-position-4.json", "refs": "refs/css-position-4.json", @@ -2647,11 +2647,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "22 October 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-shapes-2.json", "refs": "refs/css-shapes-2.json", "css": "css/css-shapes-2.json", @@ -2707,11 +2707,11 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-size-adjust-1.json", "refs": "refs/css-size-adjust-1.json", "css": "css/css-size-adjust.json", @@ -2768,11 +2768,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-2/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "27 February 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-variables-2.json", "links": "links/css-variables-2.json", "refs": "refs/css-variables-2.json", @@ -2830,11 +2830,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-5/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "24 September 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/selectors-5.json", "refs": "refs/selectors-5.json", "css": "css/selectors-5.json", @@ -4922,7 +4922,8 @@ }, "date": "31 October 2024", "links": "links/EXT_sRGB.json", - "idl": "idl/EXT_sRGB.idl" + "idl": "idl/EXT_sRGB.idl", + "error": "Error: Loading https://registry.khronos.org/webgl/extensions/EXT_sRGB/ triggered HTTP status 521\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:352:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 76)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:373:21)" }, { "url": "https://registry.khronos.org/webgl/extensions/EXT_texture_compression_bptc/", @@ -5272,7 +5273,8 @@ }, "date": "31 October 2024", "links": "links/OES_element_index_uint.json", - "idl": "idl/OES_element_index_uint.idl" + "idl": "idl/OES_element_index_uint.idl", + "error": "Error: Loading https://registry.khronos.org/webgl/extensions/OES_element_index_uint/ triggered HTTP status 521\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:352:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 83)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:373:21)" }, { "url": "https://registry.khronos.org/webgl/extensions/OES_fbo_render_mipmap/", @@ -9105,11 +9107,11 @@ ], "crawled": "https://w3c.github.io/webdriver-bidi/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 08:16:06 GMT" + "lastModified": "Thu, 28 Nov 2024 20:44:34 GMT" }, "generator": "bikeshed", - "date": "27 November 2024", - "revision": "9882cce101f10d5344a71f37d6cb3148a6f58597", + "date": "28 November 2024", + "revision": "d416ad5e7fddf34d982b1e132f1175c189c23bfb", "algorithms": "algorithms/webdriver-bidi.json", "links": "links/webdriver-bidi.json", "refs": "refs/webdriver-bidi.json", @@ -17784,11 +17786,11 @@ ], "crawled": "https://drafts.csswg.org/css-2022/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-2022.json", "refs": "refs/css-2022.json", "dfns": "dfns/css-2022.json", @@ -17844,11 +17846,11 @@ ], "crawled": "https://drafts.csswg.org/css-2023/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "11 December 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-2023.json", "refs": "refs/css-2023.json", "dfns": "dfns/css-2023.json", @@ -17910,11 +17912,11 @@ ], "crawled": "https://drafts.csswg.org/css-align-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-align-3.json", "links": "links/css-align-3.json", "refs": "refs/css-align-3.json", @@ -17972,11 +17974,11 @@ ], "crawled": "https://drafts.csswg.org/css-anchor-position-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "29 October 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-anchor-position-1.json", "links": "links/css-anchor-position-1.json", "refs": "refs/css-anchor-position-1.json", @@ -18106,11 +18108,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "8 December 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-animations-1.json", "refs": "refs/css-animations-1.json", "events": "events/css-animations-1.json", @@ -18175,11 +18177,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:07:00 GMT" }, "generator": "bikeshed", "date": "11 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-animations-2.json", "links": "links/css-animations-2.json", "refs": "refs/css-animations-2.json", @@ -18245,11 +18247,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "16 September 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-backgrounds-3.json", "links": "links/css-backgrounds-3.json", "refs": "refs/css-backgrounds-3.json", @@ -18314,11 +18316,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "4 April 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-box-3.json", "refs": "refs/css-box-3.json", "dfns": "dfns/css-box-3.json", @@ -18380,11 +18382,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "4 August 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-box-4.json", "refs": "refs/css-box-4.json", "css": "css/css-box.json", @@ -18448,11 +18450,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:07:00 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-break-3.json", "refs": "refs/css-break-3.json", "dfns": "dfns/css-break-3.json", @@ -18514,11 +18516,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "11 March 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-break-4.json", "refs": "refs/css-break-4.json", "css": "css/css-break.json", @@ -18581,11 +18583,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "30 January 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-cascade-3.json", "refs": "refs/css-cascade-3.json", "dfns": "dfns/css-cascade-3.json", @@ -18649,11 +18651,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-cascade-4.json", "links": "links/css-cascade-4.json", "refs": "refs/css-cascade-4.json", @@ -18717,11 +18719,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-5/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-cascade-5.json", "refs": "refs/css-cascade-5.json", "idl": "idl/css-cascade.idl", @@ -18785,11 +18787,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-6/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "8 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-cascade-6.json", "refs": "refs/css-cascade-6.json", "idl": "idl/css-cascade-6.idl", @@ -18853,7 +18855,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "date": "18 January 2022", "links": "links/css-color-3.json", @@ -18919,11 +18921,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "26 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-color-4.json", "links": "links/css-color-4.json", "refs": "refs/css-color-4.json", @@ -18988,11 +18990,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-5/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:07:00 GMT" }, "generator": "bikeshed", "date": "26 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-color-5.json", "links": "links/css-color-5.json", "refs": "refs/css-color-5.json", @@ -19057,11 +19059,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-adjust-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", - "date": "20 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "date": "27 November 2024", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-color-adjust-1.json", "links": "links/css-color-adjust-1.json", "refs": "refs/css-color-adjust-1.json", @@ -19126,11 +19128,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:07:00 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-conditional-3.json", "links": "links/css-conditional-3.json", "refs": "refs/css-conditional-3.json", @@ -19196,11 +19198,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:07:00 GMT" }, "generator": "bikeshed", "date": "19 March 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-conditional-4.json", "refs": "refs/css-conditional-4.json", "css": "css/css-conditional-4.json", @@ -19263,11 +19265,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-5/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "23 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-conditional-5.json", "links": "links/css-conditional-5.json", "refs": "refs/css-conditional-5.json", @@ -19332,11 +19334,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "28 June 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-contain-1.json", "links": "links/css-contain-1.json", "refs": "refs/css-contain-1.json", @@ -19401,11 +19403,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-2/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "26 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-contain-2.json", "links": "links/css-contain-2.json", "refs": "refs/css-contain-2.json", @@ -19471,11 +19473,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "20 June 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-contain-3.json", "refs": "refs/css-contain-3.json", "headings": "headings/css-contain-3.json", @@ -19536,11 +19538,11 @@ ], "crawled": "https://drafts.csswg.org/css-content-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-content-3.json", "links": "links/css-content-3.json", "refs": "refs/css-content-3.json", @@ -19604,11 +19606,11 @@ ], "crawled": "https://drafts.csswg.org/css-counter-styles-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-counter-styles-3.json", "links": "links/css-counter-styles-3.json", "refs": "refs/css-counter-styles-3.json", @@ -19674,11 +19676,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "22 November 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-display-3.json", "refs": "refs/css-display-3.json", "dfns": "dfns/css-display-3.json", @@ -19741,11 +19743,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "28 August 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-easing-1.json", "links": "links/css-easing-1.json", "refs": "refs/css-easing-1.json", @@ -19808,11 +19810,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "17 September 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-easing-2.json", "links": "links/css-easing-2.json", "refs": "refs/css-easing-2.json", @@ -19876,11 +19878,11 @@ ], "crawled": "https://drafts.csswg.org/css-flexbox-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "9 August 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-flexbox-1.json", "links": "links/css-flexbox-1.json", "refs": "refs/css-flexbox-1.json", @@ -19944,11 +19946,11 @@ ], "crawled": "https://drafts.csswg.org/css-font-loading-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:07:00 GMT" }, "generator": "bikeshed", "date": "11 May 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-font-loading-3.json", "links": "links/css-font-loading-3.json", "refs": "refs/css-font-loading-3.json", @@ -20016,11 +20018,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "20 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-fonts-4.json", "links": "links/css-fonts-4.json", "refs": "refs/css-fonts-4.json", @@ -20085,11 +20087,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-5/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "11 July 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-fonts-5.json", "refs": "refs/css-fonts-5.json", "css": "css/css-fonts-5.json", @@ -20153,11 +20155,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:07:00 GMT" }, "generator": "bikeshed", "date": "4 May 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-gcpm-3.json", "refs": "refs/css-gcpm-3.json", "css": "css/css-gcpm.json", @@ -20220,11 +20222,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "3 November 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-grid-1.json", "links": "links/css-grid-1.json", "refs": "refs/css-grid-1.json", @@ -20289,11 +20291,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-2/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-grid-2.json", "links": "links/css-grid-2.json", "refs": "refs/css-grid-2.json", @@ -20357,11 +20359,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:07:00 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-grid-3.json", "links": "links/css-grid-3.json", "refs": "refs/css-grid-3.json", @@ -20419,11 +20421,11 @@ ], "crawled": "https://drafts.csswg.org/css-highlight-api-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-highlight-api-1.json", "links": "links/css-highlight-api-1.json", "refs": "refs/css-highlight-api-1.json", @@ -20488,11 +20490,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "8 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-images-3.json", "links": "links/css-images-3.json", "refs": "refs/css-images-3.json", @@ -20557,11 +20559,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "3 September 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-images-4.json", "links": "links/css-images-4.json", "refs": "refs/css-images-4.json", @@ -20626,11 +20628,11 @@ ], "crawled": "https://drafts.csswg.org/css-inline-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "12 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-inline-3.json", "links": "links/css-inline-3.json", "refs": "refs/css-inline-3.json", @@ -20753,11 +20755,11 @@ ], "crawled": "https://drafts.csswg.org/css-line-grid-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:07:00 GMT" }, "generator": "bikeshed", "date": "26 July 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-line-grid-1.json", "refs": "refs/css-line-grid-1.json", "css": "css/css-line-grid.json", @@ -20820,11 +20822,11 @@ ], "crawled": "https://drafts.csswg.org/css-lists-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-lists-3.json", "links": "links/css-lists-3.json", "refs": "refs/css-lists-3.json", @@ -20888,11 +20890,11 @@ ], "crawled": "https://drafts.csswg.org/css-logical-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-logical-1.json", "refs": "refs/css-logical-1.json", "css": "css/css-logical.json", @@ -21023,11 +21025,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "22 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-multicol-1.json", "refs": "refs/css-multicol-1.json", "css": "css/css-multicol.json", @@ -21090,11 +21092,11 @@ ], "crawled": "https://drafts.csswg.org/css-namespaces-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:07:00 GMT" }, "generator": "bikeshed", "date": "25 October 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-namespaces-3.json", "refs": "refs/css-namespaces-3.json", "css": "css/css-namespaces.json", @@ -21151,11 +21153,11 @@ ], "crawled": "https://drafts.csswg.org/css-nav-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "29 July 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-nav-1.json", "links": "links/css-nav-1.json", "refs": "refs/css-nav-1.json", @@ -21215,11 +21217,11 @@ ], "crawled": "https://drafts.csswg.org/css-nesting-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "6 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-nesting-1.json", "refs": "refs/css-nesting-1.json", "idl": "idl/css-nesting.idl", @@ -21284,11 +21286,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "21 June 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-overflow-3.json", "refs": "refs/css-overflow-3.json", "css": "css/css-overflow.json", @@ -21352,11 +21354,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "4 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-overflow-4.json", "refs": "refs/css-overflow-4.json", "css": "css/css-overflow-4.json", @@ -21419,11 +21421,11 @@ ], "crawled": "https://drafts.csswg.org/css-overscroll-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "3 March 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-overscroll-1.json", "refs": "refs/css-overscroll-1.json", "css": "css/css-overscroll.json", @@ -21487,11 +21489,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "5 December 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-page-3.json", "links": "links/css-page-3.json", "refs": "refs/css-page-3.json", @@ -21549,11 +21551,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-floats-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:07:00 GMT" }, "generator": "bikeshed", "date": "4 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-page-floats-3.json", "links": "links/css-page-floats-3.json", "refs": "refs/css-page-floats-3.json", @@ -21683,11 +21685,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "19 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-position-3.json", "links": "links/css-position-3.json", "refs": "refs/css-position-3.json", @@ -21816,11 +21818,11 @@ ], "crawled": "https://drafts.csswg.org/css-pseudo-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "27 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-pseudo-4.json", "links": "links/css-pseudo-4.json", "refs": "refs/css-pseudo-4.json", @@ -21879,11 +21881,11 @@ ], "crawled": "https://drafts.csswg.org/css-regions-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-regions-1.json", "refs": "refs/css-regions-1.json", "idl": "idl/css-regions.idl", @@ -21941,11 +21943,11 @@ ], "crawled": "https://drafts.csswg.org/css-rhythm-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "13 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-rhythm-1.json", "refs": "refs/css-rhythm-1.json", "css": "css/css-rhythm.json", @@ -22008,11 +22010,11 @@ ], "crawled": "https://drafts.csswg.org/css-round-display-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-round-display-1.json", "refs": "refs/css-round-display-1.json", "css": "css/css-round-display.json", @@ -22075,11 +22077,11 @@ ], "crawled": "https://drafts.csswg.org/css-ruby-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "15 July 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-ruby-1.json", "links": "links/css-ruby-1.json", "refs": "refs/css-ruby-1.json", @@ -22143,11 +22145,11 @@ ], "crawled": "https://drafts.csswg.org/css-scoping-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "27 September 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-scoping-1.json", "links": "links/css-scoping-1.json", "refs": "refs/css-scoping-1.json", @@ -22211,11 +22213,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-anchoring-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "22 December 2020", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-scroll-anchoring-1.json", "links": "links/css-scroll-anchoring-1.json", "refs": "refs/css-scroll-anchoring-1.json", @@ -22280,11 +22282,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "11 April 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-scroll-snap-1.json", "links": "links/css-scroll-snap-1.json", "refs": "refs/css-scroll-snap-1.json", @@ -22348,11 +22350,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "7 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-scroll-snap-2.json", "links": "links/css-scroll-snap-2.json", "refs": "refs/css-scroll-snap-2.json", @@ -22418,11 +22420,11 @@ ], "crawled": "https://drafts.csswg.org/css-scrollbars-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "13 September 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-scrollbars-1.json", "refs": "refs/css-scrollbars-1.json", "css": "css/css-scrollbars.json", @@ -22485,11 +22487,11 @@ ], "crawled": "https://drafts.csswg.org/css-shadow-parts-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "5 September 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-shadow-parts-1.json", "links": "links/css-shadow-parts-1.json", "refs": "refs/css-shadow-parts-1.json", @@ -22555,11 +22557,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "19 September 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-shapes-1.json", "refs": "refs/css-shapes-1.json", "css": "css/css-shapes.json", @@ -22623,11 +22625,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-sizing-3.json", "links": "links/css-sizing-3.json", "refs": "refs/css-sizing-3.json", @@ -22691,11 +22693,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-sizing-4.json", "refs": "refs/css-sizing-4.json", "css": "css/css-sizing-4.json", @@ -22758,11 +22760,11 @@ ], "crawled": "https://drafts.csswg.org/css-speech-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-speech-1.json", "refs": "refs/css-speech-1.json", "css": "css/css-speech.json", @@ -22823,7 +22825,7 @@ ], "crawled": "https://drafts.csswg.org/css-style-attr/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "date": "10 April 2015", "links": "links/css-style-attr.json", @@ -22888,11 +22890,11 @@ ], "crawled": "https://drafts.csswg.org/css-syntax-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "20 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-syntax-3.json", "links": "links/css-syntax-3.json", "refs": "refs/css-syntax-3.json", @@ -22956,11 +22958,11 @@ ], "crawled": "https://drafts.csswg.org/css-tables-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-tables-3.json", "links": "links/css-tables-3.json", "refs": "refs/css-tables-3.json", @@ -23025,11 +23027,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-text-3.json", "links": "links/css-text-3.json", "refs": "refs/css-text-3.json", @@ -23093,11 +23095,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "27 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-text-4.json", "links": "links/css-text-4.json", "refs": "refs/css-text-4.json", @@ -23162,11 +23164,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-text-decor-3.json", "refs": "refs/css-text-decor-3.json", "css": "css/css-text-decor.json", @@ -23229,11 +23231,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "8 March 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-text-decor-4.json", "refs": "refs/css-text-decor-4.json", "css": "css/css-text-decor-4.json", @@ -23297,11 +23299,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-transforms-1.json", "links": "links/css-transforms-1.json", "refs": "refs/css-transforms-1.json", @@ -23365,11 +23367,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-2/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "3 April 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-transforms-2.json", "links": "links/css-transforms-2.json", "refs": "refs/css-transforms-2.json", @@ -23434,11 +23436,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "10 December 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-transitions-1.json", "links": "links/css-transitions-1.json", "refs": "refs/css-transitions-1.json", @@ -23504,11 +23506,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "7 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-transitions-2.json", "links": "links/css-transitions-2.json", "refs": "refs/css-transitions-2.json", @@ -23638,11 +23640,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "27 February 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-ui-3.json", "links": "links/css-ui-3.json", "refs": "refs/css-ui-3.json", @@ -23706,11 +23708,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "1 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-ui-4.json", "links": "links/css-ui-4.json", "refs": "refs/css-ui-4.json", @@ -23776,11 +23778,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "31 July 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-values-3.json", "refs": "refs/css-values-3.json", "dfns": "dfns/css-values-3.json", @@ -23844,11 +23846,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "28 October 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-values-4.json", "links": "links/css-values-4.json", "refs": "refs/css-values-4.json", @@ -23912,11 +23914,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "21 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-values-5.json", "links": "links/css-values-5.json", "refs": "refs/css-values-5.json", @@ -23981,11 +23983,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "25 October 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-variables-1.json", "links": "links/css-variables-1.json", "refs": "refs/css-variables-1.json", @@ -24043,11 +24045,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "22 October 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-view-transitions-1.json", "links": "links/css-view-transitions-1.json", "refs": "refs/css-view-transitions-1.json", @@ -24106,11 +24108,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-2/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "18 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-view-transitions-2.json", "links": "links/css-view-transitions-2.json", "refs": "refs/css-view-transitions-2.json", @@ -24177,11 +24179,11 @@ ], "crawled": "https://drafts.csswg.org/css-viewport/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:07:00 GMT" }, "generator": "bikeshed", "date": "12 July 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-viewport-1.json", "links": "links/css-viewport-1.json", "refs": "refs/css-viewport-1.json", @@ -24246,11 +24248,11 @@ ], "crawled": "https://drafts.csswg.org/css-will-change-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:07:00 GMT" }, "generator": "bikeshed", "date": "29 April 2022", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-will-change-1.json", "refs": "refs/css-will-change-1.json", "css": "css/css-will-change.json", @@ -24314,11 +24316,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/css-writing-modes-3.json", "refs": "refs/css-writing-modes-3.json", "dfns": "dfns/css-writing-modes-3.json", @@ -24381,11 +24383,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css-writing-modes-4.json", "links": "links/css-writing-modes-4.json", "refs": "refs/css-writing-modes-4.json", @@ -24590,11 +24592,11 @@ ], "crawled": "https://drafts.csswg.org/css2/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/CSS22.json", "links": "links/CSS22.json", "refs": "refs/CSS22.json", @@ -24658,11 +24660,11 @@ ], "crawled": "https://drafts.csswg.org/css-exclusions-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "24 July 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/css3-exclusions.json", "links": "links/css3-exclusions.json", "refs": "refs/css3-exclusions.json", @@ -24726,11 +24728,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "1 October 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/cssom-1.json", "links": "links/cssom-1.json", "refs": "refs/cssom-1.json", @@ -24795,11 +24797,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-view-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "26 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/cssom-view-1.json", "links": "links/cssom-view-1.json", "refs": "refs/cssom-view-1.json", @@ -28490,7 +28492,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "date": "14 May 2024", "links": "links/mediaqueries-3.json", @@ -28555,11 +28557,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/mediaqueries-4.json", "refs": "refs/mediaqueries-4.json", "css": "css/mediaqueries.json", @@ -28622,11 +28624,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-5/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "15 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/mediaqueries-5.json", "links": "links/mediaqueries-5.json", "refs": "refs/mediaqueries-5.json", @@ -31568,11 +31570,11 @@ ], "crawled": "https://drafts.csswg.org/resize-observer-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "27 January 2023", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/resize-observer-1.json", "links": "links/resize-observer-1.json", "refs": "refs/resize-observer-1.json", @@ -31896,11 +31898,11 @@ ], "crawled": "https://drafts.csswg.org/scroll-animations-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "31 January 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/scroll-animations-1.json", "links": "links/scroll-animations-1.json", "refs": "refs/scroll-animations-1.json", @@ -32156,7 +32158,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "date": "30 January 2018", "links": "links/selectors-3.json", @@ -32222,11 +32224,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "22 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/selectors-4.json", "links": "links/selectors-4.json", "refs": "refs/selectors-4.json", @@ -34569,11 +34571,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "21 October 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/web-animations-1.json", "links": "links/web-animations-1.json", "refs": "refs/web-animations-1.json", @@ -34638,11 +34640,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "18 November 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "algorithms": "algorithms/web-animations-2.json", "links": "links/web-animations-2.json", "refs": "refs/web-animations-2.json", @@ -37704,11 +37706,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-nonelement-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 19:32:26 GMT" + "lastModified": "Thu, 28 Nov 2024 21:06:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "1f4e5de6538eeaed2378d127300a62f95146562f", + "revision": "6e6a84f2c2dff0ee5b2e23ecbbded952c65c518e", "links": "links/selectors-nonelement-1.json", "refs": "refs/selectors-nonelement-1.json", "css": "css/selectors-nonelement.json", diff --git a/ed/links/css-color-adjust-1.json b/ed/links/css-color-adjust-1.json index d4e5c5e75e76..4acd25c31894 100644 --- a/ed/links/css-color-adjust-1.json +++ b/ed/links/css-color-adjust-1.json @@ -54,6 +54,7 @@ "https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme": {}, "https://developer.mozilla.org/en-US/docs/Web/CSS/forced-color-adjust": {}, "https://developer.mozilla.org/en-US/docs/Web/CSS/print-color-adjust": {}, + "https://drafts.css-houdini.org/css-typed-om-1/": {}, "https://drafts.csswg.org/css-backgrounds/": {}, "https://drafts.csswg.org/css-cascade-5/": {}, "https://drafts.csswg.org/css-color-4/": {}, @@ -194,6 +195,11 @@ "https://www.w3.org/policies/process/20231103/": {} }, "autolinks": { + "https://drafts.css-houdini.org/css-typed-om-1/": { + "anchors": [ + "dom-element-computedstylemap" + ] + }, "https://drafts.csswg.org/css-backgrounds-3/": { "anchors": [ "propdef-border-color", @@ -225,6 +231,7 @@ }, "https://drafts.csswg.org/css-color-5/": { "anchors": [ + "funcdef-color-mix", "funcdef-color" ] }, diff --git a/ed/links/webdriver-bidi.json b/ed/links/webdriver-bidi.json index d078c48acc69..24ed2ccd56d9 100644 --- a/ed/links/webdriver-bidi.json +++ b/ed/links/webdriver-bidi.json @@ -69,6 +69,28 @@ "printer" ] }, + "https://datatracker.ietf.org/doc/html/rfc4648": { + "anchors": [ + "section-4" + ] + }, + "https://datatracker.ietf.org/doc/html/rfc6455": { + "anchors": [ + "section-4.1", + "section-4.2", + "section-4.2.1", + "section-6.2", + "section-7.1.3", + "section-7.1.4", + "section-3", + "section-5.2", + "section-8.1", + "section-7.1.7", + "section-7.4", + "section-6.1", + "section-7.1.2" + ] + }, "https://dom.spec.whatwg.org/": { "anchors": [ "concept-document", @@ -223,11 +245,6 @@ "fullscreen-an-element" ] }, - "https://html.spec.whatwg.org/multipage/": { - "anchors": [ - "descendant-navigables" - ] - }, "https://html.spec.whatwg.org/multipage//canvas.html": { "anchors": [ "offscreencanvas-context-mode" @@ -275,13 +292,13 @@ "child-navigable", "nav-parent", "nav-document", + "close-a-top-level-traversable", "system-visibility-state", - "focused-area-of-the-document", "creating-a-new-top-level-traversable", + "descendant-navigables", "tn-session-history-traversal-queue", "tn-current-session-history-step", "nav-bc", - "window-navigable", "top-level-browsing-context" ] }, @@ -325,6 +342,7 @@ "anchors": [ "visibility-state", "system-focus", + "focused-area-of-the-document", "focusing-steps", "activation-notification" ] @@ -334,7 +352,9 @@ "window", "concept-document-window", "dom-document-defaultview", - "windowproxy" + "window-navigable", + "windowproxy", + "set-up-a-window-environment-settings-object" ] }, "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html": { @@ -356,7 +376,7 @@ "concept-settings-object-global", "concept-settings-object-time-origin", "api-base-url", - "default-classic-script-fetch-options", + "default-script-fetch-options", "report-an-exception", "prepare-to-run-script", "clean-up-after-running-script", @@ -371,14 +391,7 @@ "current-settings-object", "queue-an-element-task", "user-interaction-task-source", - "report-the-error", - "concept-error-handled" - ] - }, - "https://html.spec.whatwg.org/multipage/window-object.html": { - "anchors": [ - "close-a-browsing-context", - "set-up-a-window-environment-settings-object" + "report-the-error" ] }, "https://html.spec.whatwg.org/multipage/workers.html": { @@ -401,7 +414,7 @@ }, "https://httpwg.org/specs/rfc6265.html": { "anchors": [ - "section-5.3" + "storage-model" ] }, "https://httpwg.org/specs/rfc9110.html": { @@ -494,7 +507,7 @@ "sec-stringtobigint", "sec-isarray", "sec-isregexp", - "sec-get", + "sec-get-o-p", "sec-object-internal-methods-and-internal-slots", "sec-date.prototype.toisostring", "sec-createmapiterator", @@ -511,28 +524,6 @@ "sec-primitive-value" ] }, - "https://tools.ietf.org/html/rfc4648": { - "anchors": [ - "section-4" - ] - }, - "https://tools.ietf.org/html/rfc6455": { - "anchors": [ - "section-4.1", - "section-4.2", - "section-4.2.1", - "section-6.2", - "section-7.1.3", - "section-7.1.4", - "section-3", - "section-5.2", - "section-8.1", - "section-7.1.7", - "section-7.4", - "section-6.1", - "section-7.1.2" - ] - }, "https://url.spec.whatwg.org/": { "anchors": [ "concept-url-serializer", @@ -568,19 +559,19 @@ "dfn-local-ends", "dfn-remote-ends", "dfn-sessions", - "dfn-active-session", + "dfn-active-sessions", "dfn-remote-end-steps", "dfn-error-code", "dfn-success", - "dfn-errors", + "errors", "dfn-invalid-argument", "dfn-session-id", - "dfn-intermediary-node", + "dfn-intermediary-nodes", "dfn-endpoint-node", "dfn-invalid-session-id", "dfn-unknown-command", - "dfn-webdriver-new-session-algorithm", - "dfn-get-a-property", + "dfn-webdriver-new-session-algorithms", + "dfn-getting-properties", "dfn-set-a-property", "dfn-http-session", "dfn-webdriver-active-flag", @@ -590,10 +581,10 @@ "dfn-matched-capability-serialization-algorithm", "dfn-readiness-state", "dfn-session-not-created", - "dfn-processing-capabilities", + "dfn-capabilities-processing", "dfn-create-a-session", "dfn-unsupported-operation", - "dfn-window-handle", + "dfn-window-handles", "dfn-no-such-frame", "dfn-unknown-error", "dfn-no-such-element", diff --git a/ed/refs/css-color-adjust-1.json b/ed/refs/css-color-adjust-1.json index ad4f42ad3745..699e45f16f3b 100644 --- a/ed/refs/css-color-adjust-1.json +++ b/ed/refs/css-color-adjust-1.json @@ -87,6 +87,10 @@ "name": "CSS-CONDITIONAL-3", "url": "https://drafts.csswg.org/css-conditional-3/" }, + { + "name": "CSS-TYPED-OM-1", + "url": "https://drafts.css-houdini.org/css-typed-om-1/" + }, { "name": "WCAG21", "url": "https://w3c.github.io/wcag/guidelines/22/"