diff --git a/ed/algorithms/css-grid-1.json b/ed/algorithms/css-grid-1.json index 5df591f091ef..74c0abe823df 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)." @@ -401,10 +401,10 @@ "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 c25e316ffe9b..4a17ab172c58 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:", diff --git a/ed/algorithms/css-view-transitions-2.json b/ed/algorithms/css-view-transitions-2.json index 9a00c314b307..815ac5314056 100644 --- a/ed/algorithms/css-view-transitions-2.json +++ b/ed/algorithms/css-view-transitions-2.json @@ -96,6 +96,32 @@ } ] }, + { + "name": "view-transition-name/auto", + "href": "https://drafts.csswg.org/css-view-transitions-2/#view-transition-name-auto", + "html": "In addition to the existing values, the view-transition-name also accepts an auto keyword.\nTo resolve the used value of view-transition-name for element:", + "rationale": "let", + "steps": [ + { + "html": "

Let computed be the computed value of view-transition-name.

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

If computed is none, return null.

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

If computed is a <custom-ident>, return computed.

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

Assert: computed is auto.

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

If element has an associated id, and computed is associated with the same root as element’s root, then return the value of element’s id.

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

Return a unique string. The string should remain consistent and unique for this element and Document, at least for the lifetime of element’s node document's active view transition.

" + } + ] + }, { "name": "visibility change step additions", "html": "The next steps are appended to the tasks view transition page-visibility change steps given document, after the current steps in the queued task:", @@ -109,7 +135,7 @@ { "name": "resolve @view-transition rule", "href": "https://drafts.csswg.org/css-view-transitions-2/#resolve-view-transition-rule", - "html": "To resolve @view-transition rule for a Document document:", + "html": "To resolve @view-transition rule for a Document document:", "rationale": ".algorithm", "steps": [ { @@ -122,26 +148,26 @@ "html": "

If matchingRule is not found, then return \"skip transition\".

" }, { - "html": "

If matchingRule’s navigation descriptor’s computed value is none, then return \"skip transition\".

" + "html": "

If matchingRule’s navigation descriptor’s computed value is none, then return \"skip transition\".

" }, { - "html": "

Assert: matchingRule’s navigation descriptor’s computed value is auto.

" + "html": "

Assert: matchingRule’s navigation descriptor’s computed value is auto.

" }, { "html": "

Let typesDescriptor be matchingRule’s types descriptor.

" }, { - "html": "

If typesDescriptor’s computed value is none, then return a set « ».

" + "html": "

If typesDescriptor’s computed value is none, then return a set « ».

" }, { - "html": "

Return a set of strings corresponding to typesDescriptor’s computed value.

" + "html": "

Return a set of strings corresponding to typesDescriptor’s computed value.

" } ] }, { "name": "navigation can trigger a cross-document view-transition?", "href": "https://drafts.csswg.org/css-view-transitions-2/#navigation-can-trigger-a-cross-document-view-transition", - "html": "To check if a navigation can trigger a cross-document view-transition? given\n\ta Document oldDocument, a Document newDocument, a NavigationType navigationType, and a boolean isBrowserUINavigation:", + "html": "To check if a navigation can trigger a cross-document view-transition? given\n\ta Document oldDocument, a Document newDocument, a NavigationType navigationType, and a boolean isBrowserUINavigation:", "rationale": ".algorithm", "steps": [ { @@ -173,7 +199,7 @@ { "name": "setup cross-document view-transition", "href": "https://drafts.csswg.org/css-view-transitions-2/#setup-cross-document-view-transition", - "html": "To setup cross-document view-transition given a Document oldDocument,\n\ta Document newDocument, and proceedWithNavigation, which is an algorithm accepting nothing:", + "html": "To setup cross-document view-transition given a Document oldDocument,\n\ta Document newDocument, and proceedWithNavigation, which is an algorithm accepting nothing:", "rationale": ".algorithm", "steps": [ { @@ -189,7 +215,7 @@ "html": "

Assert: transitionTypesFromRule is not \"skip transition\".

" }, { - "html": "

If oldDocument’s active view transition is not null,\nthen skip oldDocument’s active view transition with an \"AbortError\" DOMException in oldDocument’s relevant Realm.

" + "html": "

If oldDocument’s active view transition is not null,\nthen skip oldDocument’s active view transition with an \"AbortError\" DOMException in oldDocument’s relevant Realm.

" }, { "html": "

Let outboundTransition be a new ViewTransition object in oldDocument’s relevant Realm.

" @@ -228,10 +254,10 @@ ] }, { - "html": "

Set oldDocument’s active view transition to outboundTransition.

" + "html": "

Set oldDocument’s active view transition to outboundTransition.

" }, { - "html": "

The user agent should display the currently displayed frame until either:

\n " + "html": "

The user agent should display the currently displayed frame until either:

\n " }, { "html": "

Return outboundTransition.

" @@ -241,7 +267,7 @@ { "name": "update-opt-in-for-outbound", "href": "https://drafts.csswg.org/css-view-transitions-2/#update-the-opt-in-state-for-outbound-transitions", - "html": "To update the opt-in state for outbound transitions for a Document document:", + "html": "To update the opt-in state for outbound transitions for a Document document:", "rationale": ".algorithm", "steps": [ { @@ -264,15 +290,15 @@ }, { "name": "additional transition operation", - "html": "Prepend the following step to the Perform pending transition operations algorithm given a Document document:", + "html": "Prepend the following step to the Perform pending transition operations algorithm given a Document document:", "rationale": ".algorithm", "steps": [ { - "html": "If document’s active view transition is not null and its outbound post-capture steps is not null, then:", + "html": "If document’s active view transition is not null and its outbound post-capture steps is not null, then:", "rationale": "assert", "steps": [ { - "html": "

Assert: document’s active view transition's phase is \"pending-capture\".

" + "html": "

Assert: document’s active view transition's phase is \"pending-capture\".

" }, { "html": "

Let viewTransitionParams be null;

" @@ -299,7 +325,7 @@ { "name": "resolve inbound cross-document view-transition", "href": "https://drafts.csswg.org/css-view-transitions-2/#resolve-inbound-cross-document-view-transition", - "html": "To resolve inbound cross-document view-transition for Document document:", + "html": "To resolve inbound cross-document view-transition for Document document:", "rationale": ".algorithm", "steps": [ { @@ -321,7 +347,7 @@ "html": "

Set document’s inbound view transition params to null.

" }, { - "html": "

If document’s active view transition is not null, then return null.

" + "html": "

If document’s active view transition is not null, then return null.

" }, { "html": "

Resolve @view-transition rule for document and let resolvedRule be the result.

" @@ -333,7 +359,7 @@ "html": "

Let transition be a new ViewTransition in document’s relevant Realm,\nwhose named elements is inboundViewTransitionParams’s named elements,\nand initial snapshot containing block size is inboundViewTransitionParams’s initial snapshot containing block size.

" }, { - "html": "

Set document’s active view transition to transition.

" + "html": "

Set document’s active view transition to transition.

" }, { "html": "

Resolve transition’s update callback done promise with undefined.

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

Set capture’s class list to the computed value of element’s view-transition-class, if it is associated with element’s node document.

" + "html": "

Set capture’s class list to the computed value of element’s view-transition-class, if it is associated with element’s node document.

" } ] }, @@ -366,13 +392,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let nearestAncestorWithContain be element’s nearest ancestor whose view-transition-name computed value is not none and whose view-transition-group computed value is contain.

" + "html": "

Let nearestAncestorWithContain be element’s nearest ancestor whose view-transition-name computed value is not none and whose view-transition-group computed value is contain.

" }, { "html": "

If nearestAncestorWithContain is null, return none.

" }, { - "html": "

Otherwise, return nearestAncestorWithContain’s view-transition-name computed value.

" + "html": "

Otherwise, return nearestAncestorWithContain’s view-transition-name computed value.

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

Set capturedElement’s containing group name to the used value of element’s view-transition-group.

" + "html": "

Set capturedElement’s containing group name to the used value of element’s view-transition-group.

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

Set capturedElement’s containing group name to the used value of element’s view-transition-group.

" + "html": "

Set capturedElement’s containing group name to the used value of element’s view-transition-group.

" } ] }, @@ -412,10 +438,10 @@ "html": "

Let groupContainerElement be transition’s named elements[containingGroupName].

" }, { - "html": "

Let group be the ::view-transition-group(),\nwhose view transition name is set to transitionName.

" + "html": "

Let group be the ::view-transition-group(),\nwhose view transition name is set to transitionName.

" }, { - "html": "

Let parentGroup be the ::view-transition-group(),\nwhose view transition name is set to containingGroupName.

" + "html": "

Let parentGroup be the ::view-transition-group(),\nwhose view transition name is set to containingGroupName.

" }, { "html": "

Append group to parentGroup.

" diff --git a/ed/algorithms/fenced-frame.json b/ed/algorithms/fenced-frame.json index 3ae0e7108cff..68a5a502aff4 100644 --- a/ed/algorithms/fenced-frame.json +++ b/ed/algorithms/fenced-frame.json @@ -177,7 +177,7 @@ { "name": "finalize a reporting destination", "href": "https://wicg.github.io/fenced-frame/#finalize-a-reporting-destination", - "html": "In order to finalize a reporting destination, given a fenced\n frame reporting map reporting map, a FenceReportingDestination destination, a map destination map whose keys are strings and whose values are urls, and macro map, which is either null or a map whose keys are strings and whose values are strings, run these steps:", + "html": "In order to finalize a reporting destination, given a fenced\n frame reporting map reporting map, a FenceReportingDestination destination, an origin reporting url declarer origin, a map destination map whose keys are strings and whose values are urls, and macro map, which is either null or a map whose keys are strings and whose values are strings, run these\n steps:", "rationale": ".algorithm", "steps": [ { @@ -187,14 +187,14 @@ "html": "

Let pending event list be reporting map[destination].

" }, { - "html": "

Set reporting map[destination] to a struct with the following items:

\n
\n
reporting url map\n
\n

destination map

\n
reporting macro map\n
\n

macro map

\n
" + "html": "

Set reporting map[destination] to a struct with the following items:

\n
\n
reporting url declarer origin\n
\n

reporting url declarer origin

\n
reporting url map\n
\n

destination map

\n
reporting macro map\n
\n

macro map

\n
" }, { "html": "For each pending event of pending event list:", "rationale": "send", "steps": [ { - "html": "

Send a beacon with destination map and pending event’s event.

" + "html": "

Send a beacon with destination map, pending event’s event, pending event’s request initiator, and pending event’s initiator referrer policy.

" } ] } @@ -203,7 +203,7 @@ { "name": "send a beacon", "href": "https://wicg.github.io/fenced-frame/#send-a-beacon", - "html": "In order to send a beacon with a reporting destination info destination info and a destination event event, run these steps:", + "html": "In order to send a beacon with a reporting destination info destination info, a destination event event, an origin request initiator, and a referrer policy initiator referrer policy run these steps:", "rationale": ".algorithm", "steps": [ { @@ -288,7 +288,7 @@ "html": "

Optionally, return.

" }, { - "html": "

Let request be a new request with the following properties:

\n
\n
method\n
\n

POST if event is a destination enum event, otherwise GET.

\n
URL\n
\n

destination url

\n
header list\n
\n

A new header list containing a header whose name is \"Content-Type\" and value is \"text/plain\".

\n
body\n
\n

If event is a destination enum event, a body whose source is event’s data, otherwise null.

\n
client\n
\n

null

\n
service-workers mode\n
\n

\"all\"

\n \n
origin\n
\n

Get the origin from somewhere, like the implementation\n does.

\n
referrer\n
\n

\"no-referrer\"

\n
mode\n
\n

\"cors\"

\n
credentials mode\n
\n

\"omit\"

\n
Attribution Reporting eligibility\n
\n

attributionReportingEligibility

\n
" + "html": "

Let request be a new request with the following properties:

\n
\n
method\n
\n

POST if event is a destination enum event, otherwise GET.

\n
URL\n
\n

destination url

\n
header list\n
\n

A new header list containing a header whose name is \"Content-Type\" and value is \"text/plain\".

\n
body\n
\n

If event is a destination enum event, a body whose source is event’s data, otherwise null.

\n
client\n
\n

null

\n
service-workers mode\n
\n

\"all\"

\n \n
origin\n
\n

request initiator if event is a destination URL event, and destination info’s reporting url declarer origin otherwise.

\n \n
referrer\n
\n

request initiator

\n
referrer policy\n
\n

initiator referrer policy

\n
mode\n
\n

\"cors\"

\n
credentials mode\n
\n

\"omit\"

\n
Attribution Reporting eligibility\n
\n

attributionReportingEligibility

\n
" }, { "html": "

Fetch request with processResponse being processResponse if it is not null\n and useParallelQueue being useParallelQueue.

" @@ -298,7 +298,7 @@ { "name": "report an event", "href": "https://wicg.github.io/fenced-frame/#report-an-event", - "html": "In order to report an event using a fenced frame reporter reporter with a FenceReportingDestination destination, and a destination event event, run these steps:", + "html": "In order to report an event using a fenced frame reporter reporter with a FenceReportingDestination destination, an origin request initiator,\n a referrer policy initiator referrer policy, and a destination event event, run these steps:", "rationale": ".algorithm", "steps": [ { @@ -317,7 +317,7 @@ ] }, { - "html": "If event is a destination URL event:", + "html": "If event is a destination URL event:", "rationale": "if", "steps": [ { @@ -345,7 +345,7 @@ "rationale": "let", "steps": [ { - "html": "

Let newEvent be a new pending event with the following:

\n
\n
destination\n
\n

destination

\n
event\n
\n

event

\n
" + "html": "

Let newEvent be a new pending event with the following:

\n
\n
destination\n
\n

destination

\n
event\n
\n

event

\n
request initiator\n
\n

request initiator

\n
initiator referrer policy\n
\n

initiator referrer policy

\n
" }, { "html": "

Append newEvent to reporting map[destination].

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

Assert that reporting map[destination] is a map (i.e., that destination’s\n metadata has been finalized).

" }, { - "html": "

Send a beacon with reporting map[destination] and event.

" + "html": "

Send a beacon with reporting map[destination], event, request initiator, and initiator referrer policy.

" } ] }, @@ -380,7 +380,7 @@ { "name": "instantiate a config", "href": "https://wicg.github.io/fenced-frame/#instantiate-a-config", - "html": "To instantiate a config given a fenced frame config config, return a fenced frame config instance with the following members: \n
\n
mapped url\n
\n

config’s mapped url's value

\n
container size\n
\n

config’s container size

\n
content size\n
\n

config’s content size if null, otherwise config’s content size's value

\n
interest group descriptor\n
\n

config’s interest group descriptor if null, otherwise config’s interest group descriptor's value

\n
on navigate callback\n
\n

config’s on navigate callback

\n
effective sandboxing flags\n
\n

config’s effective sandboxing flags if null, otherwise config’s effective sandboxing flags's value

\n
effective enabled permissions\n
\n

config’s effective enabled permissions if null, otherwise config’s effective enabled permissions's value

\n
fenced frame reporter\n
\n \n
exfiltration budget metadata reference\n
\n \n
nested configs\n
\n \n
partition nonce\n
\n

a random, unique partition nonce

\n
embedder shared storage context\n
\n

config’s embedder shared storage context

\n
is ad component\n
\n

config’s is ad component

\n
cross-origin reporting allowed\n
\n

config’s cross-origin reporting allowed

\n
", + "html": "To instantiate a config given a fenced frame config config, return a fenced frame config instance with the following members: \n
\n
mapped url\n
\n

config’s mapped url's value

\n
container size\n
\n

config’s container size

\n
content size\n
\n

config’s content size if null, otherwise config’s content size's value

\n
interest group descriptor\n
\n

config’s interest group descriptor if null, otherwise config’s interest group descriptor's value

\n
on navigate callback\n
\n

config’s on navigate callback

\n
effective sandboxing flags\n
\n

config’s effective sandboxing flags if null, otherwise config’s effective sandboxing flags's value

\n
effective enabled permissions\n
\n

config’s effective enabled permissions if null, otherwise config’s effective enabled permissions's value

\n
fenced frame reporter\n
\n \n
exfiltration budget metadata reference\n
\n \n
nested configs\n
\n \n
partition nonce\n
\n

a random, unique partition nonce

\n
embedder shared storage context\n
\n

config’s embedder shared storage context

\n
is ad component\n
\n

config’s is ad component

\n
cross-origin reporting allowed\n
\n

config’s cross-origin reporting allowed

\n
", "rationale": ".algorithm", "steps": [ { @@ -394,7 +394,7 @@ { "name": "instantiate a config", "href": "https://wicg.github.io/fenced-frame/#instantiate-a-config", - "html": "To instantiate a config given a fenced frame config config, return a fenced frame config instance with the following members: \n
\n
mapped url\n
\n

config’s mapped url's value

\n
container size\n
\n

config’s container size

\n
content size\n
\n

config’s content size if null, otherwise config’s content size's value

\n
interest group descriptor\n
\n

config’s interest group descriptor if null, otherwise config’s interest group descriptor's value

\n
on navigate callback\n
\n

config’s on navigate callback

\n
effective sandboxing flags\n
\n

config’s effective sandboxing flags if null, otherwise config’s effective sandboxing flags's value

\n
effective enabled permissions\n
\n

config’s effective enabled permissions if null, otherwise config’s effective enabled permissions's value

\n
fenced frame reporter\n
\n \n
exfiltration budget metadata reference\n
\n \n
nested configs\n
\n \n
partition nonce\n
\n

a random, unique partition nonce

\n
embedder shared storage context\n
\n

config’s embedder shared storage context

\n
is ad component\n
\n

config’s is ad component

\n
cross-origin reporting allowed\n
\n

config’s cross-origin reporting allowed

\n
", + "html": "To instantiate a config given a fenced frame config config, return a fenced frame config instance with the following members: \n
\n
mapped url\n
\n

config’s mapped url's value

\n
container size\n
\n

config’s container size

\n
content size\n
\n

config’s content size if null, otherwise config’s content size's value

\n
interest group descriptor\n
\n

config’s interest group descriptor if null, otherwise config’s interest group descriptor's value

\n
on navigate callback\n
\n

config’s on navigate callback

\n
effective sandboxing flags\n
\n

config’s effective sandboxing flags if null, otherwise config’s effective sandboxing flags's value

\n
effective enabled permissions\n
\n

config’s effective enabled permissions if null, otherwise config’s effective enabled permissions's value

\n
fenced frame reporter\n
\n \n
exfiltration budget metadata reference\n
\n \n
nested configs\n
\n \n
partition nonce\n
\n

a random, unique partition nonce

\n
embedder shared storage context\n
\n

config’s embedder shared storage context

\n
is ad component\n
\n

config’s is ad component

\n
cross-origin reporting allowed\n
\n

config’s cross-origin reporting allowed

\n
", "rationale": "if", "steps": [ { @@ -408,7 +408,7 @@ { "name": "instantiate a config", "href": "https://wicg.github.io/fenced-frame/#instantiate-a-config", - "html": "To instantiate a config given a fenced frame config config, return a fenced frame config instance with the following members: \n
\n
mapped url\n
\n

config’s mapped url's value

\n
container size\n
\n

config’s container size

\n
content size\n
\n

config’s content size if null, otherwise config’s content size's value

\n
interest group descriptor\n
\n

config’s interest group descriptor if null, otherwise config’s interest group descriptor's value

\n
on navigate callback\n
\n

config’s on navigate callback

\n
effective sandboxing flags\n
\n

config’s effective sandboxing flags if null, otherwise config’s effective sandboxing flags's value

\n
effective enabled permissions\n
\n

config’s effective enabled permissions if null, otherwise config’s effective enabled permissions's value

\n
fenced frame reporter\n
\n \n
exfiltration budget metadata reference\n
\n \n
nested configs\n
\n \n
partition nonce\n
\n

a random, unique partition nonce

\n
embedder shared storage context\n
\n

config’s embedder shared storage context

\n
is ad component\n
\n

config’s is ad component

\n
cross-origin reporting allowed\n
\n

config’s cross-origin reporting allowed

\n
", + "html": "To instantiate a config given a fenced frame config config, return a fenced frame config instance with the following members: \n
\n
mapped url\n
\n

config’s mapped url's value

\n
container size\n
\n

config’s container size

\n
content size\n
\n

config’s content size if null, otherwise config’s content size's value

\n
interest group descriptor\n
\n

config’s interest group descriptor if null, otherwise config’s interest group descriptor's value

\n
on navigate callback\n
\n

config’s on navigate callback

\n
effective sandboxing flags\n
\n

config’s effective sandboxing flags if null, otherwise config’s effective sandboxing flags's value

\n
effective enabled permissions\n
\n

config’s effective enabled permissions if null, otherwise config’s effective enabled permissions's value

\n
fenced frame reporter\n
\n \n
exfiltration budget metadata reference\n
\n \n
nested configs\n
\n \n
partition nonce\n
\n

a random, unique partition nonce

\n
embedder shared storage context\n
\n

config’s embedder shared storage context

\n
is ad component\n
\n

config’s is ad component

\n
cross-origin reporting allowed\n
\n

config’s cross-origin reporting allowed

\n
", "rationale": "if", "steps": [ { @@ -680,12 +680,21 @@ { "html": "

If instance’s fenced frame reporter is null, then return.

" }, + { + "html": "

Let document be this's relevant global object's associated Document.

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

Let request initiator be this's relevant settings object's origin.

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

Let initiator referrer policy be document’s policy container's referrer policy.

" + }, { "html": "If event is a DOMString:", "rationale": "if", "steps": [ { - "html": "

If this's relevant settings object's origin and instance’s mapped url's origin are not same\n origin, then return.

" + "html": "

If this's relevant settings object's origin and instance’s mapped url's origin are not same\n origin, then return.

" }, { "html": "

Run report a private aggregation event using instance’s fenced frame reporter with event.

" @@ -700,7 +709,7 @@ "html": "

If event’s eventType starts with \"reserved.\", then return.

" }, { - "html": "

If all of the following conditions are true:

\n \n

then return.

" + "html": "

If all of the following conditions are true:

\n \n

then return.

" }, { "html": "If event has a destinationURL:", @@ -722,7 +731,7 @@ "html": "

Throw a TypeError if any of the following conditions hold:

\n " }, { - "html": "

Run report an event using instance’s fenced frame\n reporter with buyer and a destination URL event that is event’s destinationURL.

" + "html": "

Run report an event using instance’s fenced frame\n reporter with buyer, request initiator, initiator\n referrer policy and a destination URL event that is event’s destinationURL.

" } ] }, @@ -739,9 +748,6 @@ } ] }, - { - "html": "

Let document be this's relevant global object's associated Document.

" - }, { "html": "

Let attributionReportingEnabled be the result of determining whether document is allowed to use the \"attribution-reporting\" feature.

" }, @@ -753,7 +759,7 @@ "rationale": "run", "steps": [ { - "html": "

Run report an event using instance’s fenced frame\n reporter with destination and a destination enum event with the\n following items:

\n
\n
type\n
\n

event’s eventType

\n
data\n
\n

event’s eventData (or the empty string if it is not defined).

\n
" + "html": "

Run report an event using instance’s fenced frame\n reporter with destination, request initiator, initiator referrer policy, and a destination enum event with the following items:

\n
\n
type\n
\n

event’s eventType

\n
data\n
\n

event’s eventData (or the empty string if it is not defined).

\n
" } ] } @@ -782,19 +788,19 @@ "html": "

If event’s eventType does not match one of the automatic\n beacon event type values, return.

" }, { - "html": "

Let instance be this's relevant global object's browsing context's fenced frame config instance.

" + "html": "

Let instance be this's relevant global object's browsing context's fenced frame config instance.

" }, { "html": "

If instance is null, then return.

" }, { - "html": "

If this's relevant settings object's origin and instance’s mapped url's origin are not same\n origin, then return.

" + "html": "

If this's relevant settings object's origin and instance’s mapped url's origin are not same\n origin, then return.

" }, { "html": "

If instance’s fenced frame reporter is null, then return.

" }, { - "html": "

Set this's relevant global object's associated Document's automatic\n beacon data map[event’s eventType] to an automatic beacon\n data with the following items:

\n
\n
eventData\n
\n

event’s eventData if defined and instance’s is ad component is false, otherwise empty string.

\n
destination\n
\n

event’s destination

\n
once\n
\n

event’s once

\n
crossOriginExposed\n
\n

event’s crossOriginExposed

\n
" + "html": "

Set this's relevant global object's associated Document's automatic\n beacon data map[event’s eventType] to an automatic beacon\n data with the following items:

\n
\n
eventData\n
\n

event’s eventData if defined and instance’s is ad component is false, otherwise empty string.

\n
destination\n
\n

event’s destination

\n
once\n
\n

event’s once

\n
crossOriginExposed\n
\n

event’s crossOriginExposed

\n
" } ] }, @@ -805,13 +811,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let instance be this's relevant global object's browsing context's fenced frame config instance.

" + "html": "

Let instance be this's relevant global object's browsing context's fenced frame config instance.

" }, { "html": "

If instance is null, then return.

" }, { - "html": "

If this's relevant settings object's origin and instance’s mapped url's origin are not same\n origin, then return.

" + "html": "

If this's relevant settings object's origin and instance’s mapped url's origin are not same\n origin, then return.

" }, { "html": "

If instance’s nested configs is null, then return.

" @@ -824,7 +830,7 @@ "rationale": "let", "steps": [ { - "html": "

Let newConfig be a new FencedFrameConfig object created in this's relevant\n realm, with the following:

\n
\n
urn\n
\n

urn

\n
sharedStorageContext\n
\n

config’s embedder shared storage context

\n
" + "html": "

Let newConfig be a new FencedFrameConfig object created in this's relevant\n realm, with the following:

\n
\n
urn\n
\n

urn

\n
sharedStorageContext\n
\n

config’s embedder shared storage context

\n
" }, { "html": "

Append newConfig to results.

" @@ -839,7 +845,7 @@ { "name": "attempt to send an automatic beacon", "href": "https://wicg.github.io/fenced-frame/#attempt-to-send-an-automatic-beacon", - "html": "To attempt to send an automatic beacon given a source snapshot params sourceSnapshotParams, an origin sourceOrigin, a Document targetDocument, and an automatic beacon event type eventType, run these steps:", + "html": "To attempt to send an automatic beacon given a source snapshot params sourceSnapshotParams, an origin sourceOrigin, a Document targetDocument, and an automatic beacon event type eventType, run these steps:", "rationale": ".algorithm", "steps": [ { @@ -854,6 +860,12 @@ { "html": "

If config is null, abort these steps.

" }, + { + "html": "

Let request initiator be sourceOrigin if config’s is ad\n component is false, and sourceSnapshotParams’s initiator ancestor\n root origin otherwise.

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

Let initiator referrer policy be sourceSnapshotParams’s source\n policy container's referrer policy if config’s is ad component is false, and sourceSnapshotParams’s initiator ancestor root referrer policy otherwise.

" + }, { "html": "

Let beacon data be sourceSnapshotParams’s automatic beacon data\n map[eventType].

" }, @@ -877,7 +889,7 @@ "rationale": "run", "steps": [ { - "html": "

Run report an event using config’s fenced frame\n reporter with destination and an automatic beacon event with the\n following items:

\n
\n
type\n
\n

eventType

\n
data\n
\n

beacon data’s eventData if should send beacon with data is\n true, beacon data’s destinations contains destination, and config’s is ad component is false,\n the empty string otherwise.

\n
attributionReportingEnabled\n
\n

sourceSnapshotParams’s attribution reporting enabled

\n
attributionReportingContextOrigin\n
\n

sourceSnapshotParams’s attribution reporting context origin

\n
" + "html": "

Run report an event using config’s fenced frame\n reporter with destination, request initiator, initiator referrer policy, and an automatic beacon event with the following items:

\n
\n
type\n
\n

eventType

\n
data\n
\n

beacon data’s eventData if should send beacon with data is\n true, beacon data’s destinations contains destination, and config’s is ad component is false,\n the empty string otherwise.

\n
attributionReportingEnabled\n
\n

sourceSnapshotParams’s attribution reporting enabled

\n
attributionReportingContextOrigin\n
\n

sourceSnapshotParams’s attribution reporting context origin

\n
" } ] }, @@ -892,7 +904,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Attempt to send an automatic beacon given sourceSnapshotParams, initiatorOriginSnapshot, navigable’s associated Document,\n and reserved.top_navigation_start.

" + "html": "

Attempt to send an automatic beacon given sourceSnapshotParams, initiatorOriginSnapshot, navigable’s associated Document,\n and reserved.top_navigation_start.

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

If this's browsing context's fenced frame config instance is not null, then return this's fence.

" + "html": "

If this's browsing context's fenced frame config instance is not null, then return this's fence.

" }, { "html": "

Return null.

" @@ -965,7 +977,7 @@ "rationale": "let", "steps": [ { - "html": "

Let resultPolicyContainer be the result of determining navigation params\n policy container given response’s URL, entry’s document state's history policy container, sourceSnapshotParams’s source policy container, null, responsePolicyContainer, and fenced.

" + "html": "

Let resultPolicyContainer be the result of determining navigation params\n policy container given response’s URL, entry’s document state's history policy container, sourceSnapshotParams’s source policy container, null, responsePolicyContainer, and fenced.

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

If unfenced is false, new chain contains a Document document whose node navigable's traversable navigable is a fenced navigable, and old chain does not also contain document, then return.

" + "html": "

If unfenced is false, new chain contains a Document document whose node navigable's traversable navigable is a fenced navigable, and old chain does not also contain document, then return.

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

If currentObject is a focusable area, then set currentObject to currentObject’s DOM\n anchor's node document.

\n

Otherwise, if currentObject is a Document whose node navigable's parent is non-null, then set currentObject to currentObject’s node navigable's parent.

\n

Otherwise, if currentObject is a Document whose node navigable is a traversable\n navigable whose unfenced parent is non-null, then set currentObject to currentObject’s node navigable's unfenced\n parent.

\n

Otherwise, break.

" + "html": "

If currentObject is a focusable area, then set currentObject to currentObject’s DOM\n anchor's node document.

\n

Otherwise, if currentObject is a Document whose node navigable's parent is non-null, then set currentObject to currentObject’s node navigable's parent.

\n

Otherwise, if currentObject is a Document whose node navigable is a traversable\n navigable whose unfenced parent is non-null, then set currentObject to currentObject’s node navigable's unfenced\n parent.

\n

Otherwise, break.

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

If response is not a network error, navigable is a child navigable or fenced navigable, and the result of performing a cross-origin\n resource policy check with navigable’s unfenced container document's origin, navigable’s unfenced container document's relevant\n settings object, request’s destination, response, and\n true is blocked, then set response to a network error and break.

" + "html": "

If response is not a network error, navigable is a child navigable or fenced navigable, and the result of performing a cross-origin\n resource policy check with navigable’s unfenced container document's origin, navigable’s unfenced container document's relevant\n settings object, request’s destination, response, and\n true is blocked, then set response to a network error and break.

" } ] }, { "name": "get the automatic beacon data mapping to use", "href": "https://wicg.github.io/fenced-frame/#get-the-automatic-beacon-data-mapping-to-use", - "html": "To get the automatic beacon data mapping to use given a Document sourceDocument:", + "html": "To get the automatic beacon data mapping to use given a Document sourceDocument:", "rationale": ".algorithm", "steps": [ { @@ -1320,17 +1332,58 @@ } ] }, + { + "name": "get-initiator-ancestor", + "href": "https://wicg.github.io/fenced-frame/#get-the-initiators-fenced-grand-ancestors-navigable", + "html": "To get the initiator’s fenced grand-ancestor’s navigable of a given Document sourceDocument:", + "rationale": ".algorithm", + "steps": [ + { + "html": "

Let navigable be sourceDocument’s node navigable.

" + }, + { + "html": "While navigable is not null and navigable is not a fenced\n navigable:", + "rationale": "set", + "steps": [ + { + "html": "

Set navigable to navigable’s parent.

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

If navigable is null, return null.

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

Assert: navigable is a fenced navigable.

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

Set navigable to navigable’s unfenced parent.

" + }, + { + "html": "While navigable is not null and navigable is not a fenced\n navigable:", + "rationale": "set", + "steps": [ + { + "html": "

Set navigable to navigable’s parent.

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

Return navigable.

" + } + ] + }, { "name": "navigate", "html": "Insert these steps immediately after step 20, the step that goes in parallel, so that what\n follows are the first steps that run in parallel in the patched algorithm:", "rationale": ".algorithm", "steps": [ { - "html": "If url is a urn uuid and navigable is a fenced\n navigable:", + "html": "If url is a urn uuid and navigable is a fenced\n navigable:", "rationale": "let", "steps": [ { - "html": "

Let config be the result of finding a\n config in sourceDocument’s node navigable's traversable\n navigable's fenced frame config mapping.

" + "html": "

Let config be the result of finding a\n config in sourceDocument’s node navigable's traversable\n navigable's fenced frame config mapping.

" }, { "html": "

Set config’s embedder shared storage context to sharedStorageContext.

" @@ -1339,7 +1392,7 @@ "html": "

Set sourceSnapshotParams’s target fenced frame\n config to config.

" }, { - "html": "

Assert config’s mapped url's value is a URL whose scheme is \"https\".

" + "html": "

Assert config’s mapped url's value is a URL whose scheme is \"https\".

" }, { "html": "

Set url to config’s mapped url's value.

" @@ -1357,7 +1410,7 @@ "rationale": "let", "steps": [ { - "html": "

Let unloadPromptCanceled be false if navigable is a fenced\n navigable, or the result of checking if unloading is user-canceled for navigable’s active document's inclusive descendant navigables otherwise.

" + "html": "

Let unloadPromptCanceled be false if navigable is a fenced\n navigable, or the result of checking if unloading is user-canceled for navigable’s active document's inclusive descendant navigables otherwise.

" } ] }, @@ -1381,7 +1434,7 @@ "rationale": "assert", "steps": [ { - "html": "

Assert: browsingContext does not equal navigationParams’s navigable's active browsing context.

" + "html": "

Assert: browsingContext does not equal navigationParams’s navigable's active browsing context.

" }, { "html": "

Set navigationParams’s fenced frame config instance's cross-origin reporting allowed to the result of running get a\n structured field value on navigationParams’s response's header list given `Allow-Cross-Origin-Event-Reporting` and \"item\".

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

If all of the following conditions are true:

\n \n

then set navigationParams’s COOP enforcement result's needs a browsing context group switch boolean to true.

" + "html": "

If all of the following conditions are true:

\n \n

then set navigationParams’s COOP enforcement result's needs a browsing context group switch boolean to true.

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

Assert: if not null, container is either a navigable container or a fenced navigable container.

" + "html": "

Assert: if not null, container is either a navigable container or a fenced navigable container.

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

If element is not an iframe element or a fencedframe element, then\n return an empty policy directive.

" + "html": "

If element is not an iframe element or a fencedframe element, then\n return an empty policy directive.

" } ] }, @@ -1557,7 +1610,7 @@ "html": "

Let navigable be navigationParams’s navigable.

" }, { - "html": "

If navigable is not a fenced navigable, then return\n \"Allowed\".

" + "html": "

If navigable is not a fenced navigable, then return\n \"Allowed\".

" }, { "html": "

Let origin be navigationParams’s origin.

" @@ -1595,7 +1648,7 @@ "html": "

Let navigable be navigationParams’s navigable.

" }, { - "html": "

If navigable is not a fenced navigable, then return\n \"Allowed\".

" + "html": "

If navigable is not a fenced navigable, then return\n \"Allowed\".

" }, { "html": "

Let effectiveSandboxingFlags be the sourceSnapshotParams’s target\n fenced frame config's effective sandboxing flags.

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

If scrolling box’s associated Element's associated Document's node\n navigable's traversable navigable is a fenced\n navigable, or if scrolling box’s associated viewport's associated Document's node navigable's traversable navigable is a fenced navigable, then let this be the last instance of this algorithm that stops\n any further recursive instances that would otherwise follow.

" + "html": "

If scrolling box’s associated Element's associated Document's node\n navigable's traversable navigable is a fenced\n navigable, or if scrolling box’s associated viewport's associated Document's node navigable's traversable navigable is a fenced navigable, then let this be the last instance of this algorithm that stops\n any further recursive instances that would otherwise follow.

" } ] } diff --git a/ed/algorithms/turtledove.json b/ed/algorithms/turtledove.json index f588988ad93c..98ff079c09ee 100644 --- a/ed/algorithms/turtledove.json +++ b/ed/algorithms/turtledove.json @@ -3986,7 +3986,7 @@ "html": "

Let requestContext be requestContexts[requestId].

" }, { - "html": "

Let response be the server auction response which is the result of\n deserializing auctionConfig’s server response with requestContext according to the Bidding and Auction Services IETF standard.

" + "html": "

Let response be the server auction response which is the result of\n deserializing auctionConfig’s server response with requestContext according to Section 2.3.5 of the Bidding and Auction Services IETF standard.

" }, { "html": "

If response is failure, then return failure.

" @@ -4137,7 +4137,10 @@ "html": "

If global’s associated Document is not allowed to use the \"run-ad-auction\" policy-controlled feature, then throw a \"NotAllowedError\" DOMException.

" }, { - "html": "

Let config be the result of running parse and verify ad auction data config on configIDL.

" + "html": "

Let settings be this's relevant settings object.

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

Let config be the result of running parse and verify ad auction data config on configIDL and settings’s top-level origin.

" }, { "html": "

Let p be a new promise.

" @@ -4147,8 +4150,44 @@ }, { "html": "Enqueue the following steps to queue:", - "rationale": "let", + "rationale": "if", "steps": [ + { + "html": "If config’s coordinator is not one of the implementation-defined coordinators supported by this user agent:", + "rationale": "queue", + "steps": [ + { + "html": "

Queue a global task on the DOM manipulation task source, given global, to reject p with a TypeError.

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

Abort these steps.

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

Let keyInfo be the result of looking up the server encryption key with config’s seller and config’s coordinator.

" + }, + { + "html": "If keyInfo is failure:", + "rationale": "queue", + "steps": [ + { + "html": "

Queue a global task on the DOM manipulation task source, given global, to reject p with a TypeError.

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

Abort these steps.

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

Let (key, keyId) be keyInfo.

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

Set config’s encryption key to key.

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

Set config’s encryption key id to keyId.

" + }, { "html": "

Let igMap be a new map whose keys are origins and values are lists.

" }, @@ -4156,7 +4195,7 @@ "html": "

Let startTime be a moment equal to the current wall time.

" }, { - "html": "For each ig of the user agent's interest group set:", + "html": "For each ig of the user agent's interest group set:", "rationale": "if", "steps": [ { @@ -4222,25 +4261,28 @@ "html": "

Let requestId be the string representation of a version 4 UUID.

" }, { - "html": "

Set result’s requestId field to requestId.

" + "html": "

Set result[\"requestId\"] to requestId.

" }, { - "html": "

Let context be the result of serializing igMap using config into result’s request field.

" + "html": "

Let (requestBlob, context) be the result of serializing igMap using config. The serialization method may follow that described in Section 2.2.4 of Bidding and Auction Services.

" }, { - "html": "

Queue a global task on the DOM manipulation task source, given global, to\nresolve p with result.

" + "html": "

Set result[\"request\"] to requestBlob.

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

Queue a global task on the DOM manipulation task source, given global, to\nresolve p with result.

" }, { "html": "

Let requestContext be a new server auction request context.

" }, { - "html": "

Set requestContext’s request ID field to the value of result’s requestId field.

" + "html": "

Set requestContext’s request ID field to result[\"requestId\"].

" }, { "html": "

Set requestContext’s request context field to context.

" }, { - "html": "

Set global’s associated Document’s node navigable’s traversable navigable’s saved Bidding and Auction request context[requestId] to requestContext.

" + "html": "

Set global’s associated Document’s node navigable’s traversable navigable’s saved Bidding and Auction request context[requestId] to requestContext.

" } ] }, @@ -4252,7 +4294,7 @@ { "name": "parse and verify ad auction data config", "href": "https://wicg.github.io/turtledove/#parse-and-verify-ad-auction-data-config", - "html": "To parse and verify ad auction data config given an AdAuctionDataConfig configIDL:", + "html": "To parse and verify ad auction data config given an AdAuctionDataConfig configIDL and origin top_level_origin:", "rationale": ".algorithm", "steps": [ { @@ -4262,10 +4304,10 @@ "html": "

Let coordinator be the result of running parse an https origin on configIDL[\"coordinatorOrigin\"].

" }, { - "html": "

If seller or coordinator are failure, then throw a TypeError.

" + "html": "

If seller or coordinator are failure, then throw a TypeError.

" }, { - "html": "

Let config be a new auction data config with the following items:

\n
\n
seller\n
\n

seller

\n
coordinator\n
\n

coordinator

\n
request size\n
\n

configIDL[\"requestSize\"] if it exists, null otherwise

\n
per buyer config\n
\n

The result of running parse per buyer auction data configs on configIDL[\"perBuyerConfig\"]

\n
" + "html": "

Let config be a new auction data config with the following items:

\n
\n
publisher\n
\n

top_level_origin

\n
seller\n
\n

seller

\n
coordinator\n
\n

coordinator

\n
request size\n
\n

configIDL[\"requestSize\"] if it exists, null otherwise

\n
per buyer config\n
\n

The result of running parse per buyer auction data configs on configIDL[\"perBuyerConfig\"]

\n
" }, { "html": "If config’s per buyer config is not empty and config’s request size is null:", @@ -4279,7 +4321,7 @@ "rationale": "if", "steps": [ { - "html": "

If buyerConfig’s size is null,\n then throw a TypeError.

" + "html": "

If buyerConfig’s size is null,\n then throw a TypeError.

" }, { "html": "

Set requestSize to requestSize + buyerConfig’s size.

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

Let configs be a new ordered map whose keys are origins and whose values are auction data configs.

" + "html": "

Let configs be a new ordered map whose keys are origins and whose values are auction data configs.

" }, { "html": "For each buyerIDLbuyerConfigIDL of perBuyerConfigIDL:", @@ -4319,10 +4361,10 @@ "html": "

Let buyer be the result of running parse an https origin on buyerIDL.

" }, { - "html": "

If buyer is failure, then throw a TypeError.

" + "html": "

If buyer is failure, then throw a TypeError.

" }, { - "html": "

Set configs[buyer] to buyerConfig.

" + "html": "

Set configs[buyer] to buyerConfig.

" } ] }, @@ -4331,10 +4373,27 @@ } ] }, + { + "name": "look up the server encryption key", + "href": "https://wicg.github.io/turtledove/#look-up-the-server-encryption-key", + "html": "To look up the server encryption key given an origin seller and an origin coordinator:", + "rationale": ".algorithm", + "steps": [ + { + "html": "

Let keys be a list of (byte sequence, byte) pairs returned\n from looking up the HPKE public key encryption keys and their\n corresponding key IDs for seller specified by coordinator. The actual\n implementation of this lookup is implementation-defined, and may\n consist of fetching the keys from a known URL.

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

If keys is failure or keys is empty, return failure.

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

Return an element from keys, chosen at random.

" + } + ] + }, { "name": "collect a single forDebuggingOnly report", "href": "https://wicg.github.io/turtledove/#collect-a-single-fordebuggingonly-report", - "html": "To collect a single forDebuggingOnly report given a URL reportUrl, an origin invokingOrigin, and a list debugReportUrls:", + "html": "To collect a single forDebuggingOnly report given a URL reportUrl, an origin invokingOrigin, and a list debugReportUrls:", "rationale": ".algorithm", "steps": [ { @@ -4348,7 +4407,7 @@ { "name": "collect forDebuggingOnly reports", "href": "https://wicg.github.io/turtledove/#collect-fordebuggingonly-reports", - "html": "To collect forDebuggingOnly reports given a list of bid debug reporting info bidDebugReportInfoList, origin seller, and leading bid info-or-null winnerInfo:", + "html": "To collect forDebuggingOnly reports given a list of bid debug reporting info bidDebugReportInfoList, origin seller, and leading bid info-or-null winnerInfo:", "rationale": ".algorithm", "steps": [ { @@ -4434,7 +4493,7 @@ { "name": "register bids for forDebuggingOnly reports", "href": "https://wicg.github.io/turtledove/#register-bids-for-fordebuggingonly-reports", - "html": "To register bids for forDebuggingOnly reports given a list of generated bids generatedBids, bid debug reporting info bidDebugReportInfo,\n a list of bid debug reporting info bidDebugReportInfoList:", + "html": "To register bids for forDebuggingOnly reports given a list of generated bids generatedBids, bid debug reporting info bidDebugReportInfo,\n a list of bid debug reporting info bidDebugReportInfoList:", "rationale": "let", "steps": [ { @@ -4475,17 +4534,17 @@ { "name": "is debugging only in cooldown or lockout", "href": "https://wicg.github.io/turtledove/#is-debugging-only-in-cooldown-or-lockout", - "html": "To is debugging only in cooldown or lockout given an origin origin:", + "html": "To is debugging only in cooldown or lockout given an origin origin:", "rationale": ".algorithm", "steps": [ { - "html": "

If user agent's debug report lockout until is not null, and current wall time is\nless than user agent's debug report lockout until, return true.

" + "html": "

If user agent's debug report lockout until is not null, and current wall time is\nless than user agent's debug report lockout until, return true.

" }, { - "html": "

If user agent's debug report cooldown is null, then return false.

" + "html": "

If user agent's debug report cooldown is null, then return false.

" }, { - "html": "

If user agent's debug report cooldown[origin] exists and current wall time is less than user agent's debug report cooldown[origin], then return true.

" + "html": "

If user agent's debug report cooldown[origin] exists and current wall time is less than user agent's debug report cooldown[origin], then return true.

" }, { "html": "

Return false.

" @@ -4495,7 +4554,7 @@ { "name": "sample a debug report", "href": "https://wicg.github.io/turtledove/#sample-a-debug-report", - "html": "To sample a debug report given an origin origin:", + "html": "To sample a debug report given an origin origin:", "rationale": ".algorithm", "steps": [ { @@ -4512,7 +4571,7 @@ "html": "

Set canSendAfterSampled to true.

" }, { - "html": "

Set user agent's debug report lockout until to current wall time plus lockout period.

" + "html": "

Set user agent's debug report lockout until to current wall time plus lockout period.

" } ] }, @@ -4523,7 +4582,7 @@ "html": "

Let cooldownPeriod be long cooldown period if cooldownRand is 0, short cooldown period otherwise.

" }, { - "html": "

Set user agent's debug report cooldown[origin] to current wall time plus cooldownPeriod.

" + "html": "

Set user agent's debug report cooldown[origin] to current wall time plus cooldownPeriod.

" }, { "html": "

Return canSendAfterSampled.

" @@ -4533,11 +4592,11 @@ { "name": "sample real time contributions", "href": "https://wicg.github.io/turtledove/#sample-real-time-contributions", - "html": "To sample real time contributions given a list of real time reporting contributions contributions, perform the following steps. They return an\n integer or null:", + "html": "To sample real time contributions given a list of real time reporting contributions contributions, perform the following steps. They return an\n integer or null:", "rationale": ".algorithm", "steps": [ { - "html": "

If contributions is empty, then return null.

" + "html": "

If contributions is empty, then return null.

" }, { "html": "

Let priorityWeightSum be 0.

" @@ -4586,14 +4645,14 @@ { "name": "bit pack", "href": "https://wicg.github.io/turtledove/#bit-pack", - "html": "To bit pack a list of booleans input:", + "html": "To bit pack a list of booleans input:", "rationale": ".algorithm", "steps": [ { "html": "

Let inputSize be input’s size.

" }, { - "html": "

Let packed be a new list of bytes.

" + "html": "

Let packed be a new list of bytes.

" }, { "html": "

Let currentByte be 0.

" @@ -4657,7 +4716,7 @@ { "name": "send a real time report", "href": "https://wicg.github.io/turtledove/#send-a-real-time-report", - "html": "To send a real time report given a URL url, a list of booleans histogram, and an environment settings object settings:", + "html": "To send a real time report given a URL url, a list of booleans histogram, and an environment settings object settings:", "rationale": ".algorithm", "steps": [ { @@ -4667,7 +4726,7 @@ "html": "

Assert histogram’s size is totalBuckets.

" }, { - "html": "

Let userHistogram and platformHistogram be new lists of booleans.

" + "html": "

Let userHistogram and platformHistogram be new lists of booleans.

" }, { "html": "For each i in the range 0 to totalBuckets, exclusive:", @@ -4685,7 +4744,7 @@ "html": "

Let body be a new ordered map of the following entries:

\n
\n
\"version\"\n
\n

1

\n
\"histogram\"\n
\n

a new ordered map of the following entries:

\n
\n
\"buckets\"\n
\n

the result of bit packing with userHistogram

\n
\"length\"\n
\n

number of user buckets

\n
\n
\"platformHistogram\"\n
\n

a new ordered map of the following entries:

\n
\n
\"buckets\"\n
\n

the result of bit packing with platformHistogram

\n
\"length\"\n
\n

number of platform buckets

\n
\n
" }, { - "html": "

Let request be a new request with the following properties:

\n
\n
URL\n
\n

url

\n
header list\n
\n

«Content-Type: application/cbor»

\n
method\n
\n

POST

\n
body\n
\n

the byte sequence resulting from CBOR encoding body

\n
client\n
\n

null

\n
origin\n
\n

settings’s origin

\n
mode\n
\n

\"no-cors\"

\n
referrer\n
\n

\"no-referrer\"

\n
credentials mode\n
\n

\"omit\"

\n
redirect mode\n
\n

\"error\"

\n
policy container\n
\n

A new policy container whose IP address space is settings’s policy container's IP address space

\n
" + "html": "

Let request be a new request with the following properties:

\n
\n
URL\n
\n

url

\n
header list\n
\n

«Content-Type: application/cbor»

\n
method\n
\n

POST

\n
body\n
\n

the byte sequence resulting from CBOR encoding body

\n
client\n
\n

null

\n
origin\n
\n

settings’s origin

\n
mode\n
\n

\"no-cors\"

\n
referrer\n
\n

\"no-referrer\"

\n
credentials mode\n
\n

\"omit\"

\n
redirect mode\n
\n

\"error\"

\n
policy container\n
\n

A new policy container whose IP address space is settings’s policy container's IP address space

\n
" }, { "html": "

Fetch request with useParallelQueue set to true.

" @@ -4709,7 +4768,7 @@ "html": "

Let histogram be the result of applying RAPPOR noise with maybeBucket.

" }, { - "html": "

Let reportUrl be a new URL with the following items:

\n
\n
scheme\n
\n

origin’s scheme

\n
host\n
\n

origin’s host

\n
port\n
\n

origin’s port

\n
path\n
\n

« \".well-known\", \"interest-group\", \"real-time-report\" »

\n
" + "html": "

Let reportUrl be a new URL with the following items:

\n
\n
scheme\n
\n

origin’s scheme

\n
host\n
\n

origin’s host

\n
port\n
\n

origin’s port

\n
path\n
\n

« \".well-known\", \"interest-group\", \"real-time-report\" »

\n
" }, { "html": "

Send a real time report with reportUrl, histogram and settings.

" @@ -4721,7 +4780,7 @@ { "name": "add a platform contribution", "href": "https://wicg.github.io/turtledove/#add-a-platform-contribution", - "html": "To add a platform contribution given a long bucket, a real time reporting contributions map realTimeContributionsMap, and an origin origin:", + "html": "To add a platform contribution given a long bucket, a real time reporting contributions map realTimeContributionsMap, and an origin origin:", "rationale": ".algorithm", "steps": [ { @@ -4745,7 +4804,7 @@ "html": "

Let totalBuckets be the sum of number of user buckets and number of platform buckets.

" }, { - "html": "

Let histogram be a new list of booleans, whose size is totalBuckets.

" + "html": "

Let histogram be a new list of booleans, whose size is totalBuckets.

" }, { "html": "If maybeBucket is not null:", @@ -4811,7 +4870,7 @@ "rationale": "queue", "steps": [ { - "html": "

Queue a global task on DOM manipulation task source, given this's relevant global object, to resolve p with nonce.

" + "html": "

Queue a global task on DOM manipulation task source, given this's relevant global object, to resolve p with nonce.

" } ] } @@ -4841,7 +4900,7 @@ "html": "

Let capturedAdditionalBidsHeaders be global’s associated Document’s node navigable’s traversable navigable’s captured additional bids headers.

" }, { - "html": "

Let additionalBids be a new list of decoded additional bids.

" + "html": "

Let additionalBids be a new list of decoded additional bids.

" }, { "html": "For each encodedSignedAdditionalBid of capturedAdditionalBidsHeaders[auctionNonce]:", @@ -4869,7 +4928,7 @@ { "name": "parse a signed additional bid", "href": "https://wicg.github.io/turtledove/#parse-a-signed-additional-bid", - "html": "To parse a signed additional bid given a byte sequence signedAdditionalBid, an auction config auctionConfig, an auction config-or-null topLevelAuctionConfig, and a negative target info negativeTargetInfo:", + "html": "To parse a signed additional bid given a byte sequence signedAdditionalBid, an auction config auctionConfig, an auction config-or-null topLevelAuctionConfig, and a negative target info negativeTargetInfo:", "rationale": ".algorithm", "steps": [ { @@ -4879,10 +4938,10 @@ "html": "

Let parsedSignedAdditionalBid be the result of running parse a JSON string to an infra value given signedAdditionalBid.

" }, { - "html": "

Return null if any of the following conditions hold:

\n " + "html": "

Return null if any of the following conditions hold:

\n " }, { - "html": "

Let signatures be a new list of signed additional bid signatures.

" + "html": "

Let signatures be a new list of signed additional bid signatures.

" }, { "html": "

Let decodeSignatureFailed be false.

" @@ -4921,7 +4980,7 @@ "html": "

Return null if any of the following conditions hold:

\n " }, { - "html": "

Let verifiedSignatureKeys be a new set of byte sequences.

" + "html": "

Let verifiedSignatureKeys be a new set of byte sequences.

" }, { "html": "For each signature of signatures:", @@ -5097,14 +5156,14 @@ ] }, { - "html": "

Let adComponents be a new list of ad descriptors.

" + "html": "

Let adComponents be a new list of ad descriptors.

" }, { "html": "If bidMap[\"adComponents\"] exists:", "rationale": "if", "steps": [ { - "html": "

If bidMap[\"adComponents\"] is not a list, then return failure.

" + "html": "

If bidMap[\"adComponents\"] is not a list, then return failure.

" }, { "html": "For each component of bidMap[\"adComponents\"]:", @@ -5152,7 +5211,7 @@ "html": "

Let multipleNegativeIg be parsedAdditionalBid[\"negativeInterestGroups\"].

" }, { - "html": "

Return failure if any of the following conditions hold:

\n " + "html": "

Return failure if any of the following conditions hold:

\n " }, { "html": "

Let joiningOrigin be the result of running parse an https origin with multipleNegativeIg[\"joiningOrigin\"].

" @@ -5188,7 +5247,7 @@ { "name": "check whether negative targeted", "href": "https://wicg.github.io/turtledove/#check-whether-negative-targeted", - "html": "To check whether negative targeted given an decoded additional bid additionalBid, a set of byte sequences verifiedSignatureKeys, and a negative target info negativeTargetInfo:", + "html": "To check whether negative targeted given an decoded additional bid additionalBid, a set of byte sequences verifiedSignatureKeys, and a negative target info negativeTargetInfo:", "rationale": ".algorithm", "steps": [ { @@ -5238,7 +5297,7 @@ { "name": "check whether negative targeted", "href": "https://wicg.github.io/turtledove/#check-whether-negative-targeted", - "html": "To check whether negative targeted given an decoded additional bid additionalBid, a set of byte sequences verifiedSignatureKeys, and a negative target info negativeTargetInfo:", + "html": "To check whether negative targeted given an decoded additional bid additionalBid, a set of byte sequences verifiedSignatureKeys, and a negative target info negativeTargetInfo:", "rationale": "return", "steps": [ { @@ -5267,10 +5326,10 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If the user agent's k-anonymity cache does not contain hashCode, then return false.

" + "html": "

If the user agent's k-anonymity cache does not contain hashCode, then return false.

" }, { - "html": "

Let record be the user agent's k-anonymity cache[hashCode].

" + "html": "

Let record be the user agent's k-anonymity cache[hashCode].

" }, { "html": "

If the difference between current wall time and record’s timestamp is more than 7 days then return false.

" @@ -5401,7 +5460,7 @@ "html": "

Set record’s is k-anonymous field to the result of executing query k-anonymity count for hashCode.

" }, { - "html": "

Set record[hashCode] to record.

" + "html": "

Set record[hashCode] to record.

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

Ask the k-anonymity server to record that this user agent has seen hashCode.

" + "html": "

Ask the k-anonymity server to record that this user agent has seen hashCode.

" } ] }, { "name": "increment ad k-anonymity count", "href": "https://wicg.github.io/turtledove/#increment-ad-k-anonymity-count", - "html": "To increment ad k-anonymity count given an interest group ig and a URL ad:", + "html": "To increment ad k-anonymity count given an interest group ig and a URL ad:", "rationale": ".algorithm", "steps": [ { @@ -5480,7 +5539,7 @@ { "name": "increment component ad k-anonymity count", "href": "https://wicg.github.io/turtledove/#increment-component-ad-k-anonymity-count", - "html": "To increment component ad k-anonymity count given a URL ad:", + "html": "To increment component ad k-anonymity count given a URL ad:", "rationale": ".algorithm", "steps": [ { @@ -5500,7 +5559,7 @@ { "name": "increment reporting ID k-anonymity count", "href": "https://wicg.github.io/turtledove/#increment-reporting-id-k-anonymity-count", - "html": "To increment reporting ID k-anonymity count given an interest group ig and a URL ad:", + "html": "To increment reporting ID k-anonymity count given an interest group ig and a URL ad:", "rationale": ".algorithm", "steps": [ { @@ -5618,7 +5677,7 @@ { "name": "evaluate a bidding script", "href": "https://wicg.github.io/turtledove/#evaluate-a-bidding-script", - "html": "To evaluate a bidding script given a string script, an unsigned short multiBidLimit, an interest group ig, a currency tag expectedCurrency,\n a GenerateBidInterestGroup igGenerateBid, a string-or-null auctionSignals, a string-or-null perBuyerSignals, an ordered map-or-null sameOriginTrustedBiddingSignals, an ordered map-or-null crossOriginTrustedBiddingSignals,\n a BiddingBrowserSignals browserSignals, a DirectFromSellerSignalsForBuyer directFromSellerSignalsForBuyer, and an integer millisecond duration timeout, perform the\n following steps. They return a tuple (list of generated bids, bid debug reporting info, list of real time reporting contributions).", + "html": "To evaluate a bidding script given a string script, an unsigned short multiBidLimit, an interest group ig, a currency tag expectedCurrency,\n a GenerateBidInterestGroup igGenerateBid, a string-or-null auctionSignals, a string-or-null perBuyerSignals, an ordered map-or-null sameOriginTrustedBiddingSignals, an ordered map-or-null crossOriginTrustedBiddingSignals,\n a BiddingBrowserSignals browserSignals, a DirectFromSellerSignalsForBuyer directFromSellerSignalsForBuyer, and an integer millisecond duration timeout, perform the\n following steps. They return a tuple (list of generated bids, bid debug reporting info, list of real time reporting contributions).", "rationale": ".algorithm", "steps": [ { @@ -5686,7 +5745,7 @@ "html": "

Set ig’s priority to global’s priority.

" }, { - "html": "

Replace the interest group that has ig’s owner and name in the user agent's interest group set with ig.

" + "html": "

Replace the interest group that has ig’s owner and name in the user agent's interest group set with ig.

" } ] }, @@ -5702,12 +5761,12 @@ "html": "

If v is null, remove ig’s priority signals overrides[k].

" }, { - "html": "

Otherwise, set ig’s priority signals overrides[k] to v.

" + "html": "

Otherwise, set ig’s priority signals overrides[k] to v.

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

Replace the interest group that has ig’s owner and name in the user agent's interest group set with ig.

" + "html": "

Replace the interest group that has ig’s owner and name in the user agent's interest group set with ig.

" } ] }, @@ -5730,7 +5789,7 @@ ] }, { - "html": "

If generatedBids is not a list of generated bids, set generatedBids to a new list of generated bids.

" + "html": "

If generatedBids is not a list of generated bids, set generatedBids to a new list of generated bids.

" }, { "html": "

Let bidDebugReportInfo be a new bid debug reporting info.

" @@ -5745,7 +5804,7 @@ "html": "

Set bidDebugReportInfo’s bidder debug loss report url to debugLossReportUrl.

" }, { - "html": "If generatedBids is not empty:", + "html": "If generatedBids is not empty:", "rationale": "let", "steps": [ { @@ -5766,7 +5825,7 @@ ] }, { - "html": "

Let realTimeContributions be a new list of real time reporting contributions.

" + "html": "

Let realTimeContributions be a new list of real time reporting contributions.

" }, { "html": "For each contribution of global’s real time reporting contributions:", @@ -5825,7 +5884,7 @@ "html": "

Let debugLossReportUrl be global’s debug loss report url if it’s not\nfailure, null otherwise.

" }, { - "html": "

Let realTimeContributions be a new list of real time reporting contributions.

" + "html": "

Let realTimeContributions be a new list of real time reporting contributions.

" }, { "html": "For each contribution of global’s real time reporting contributions:", @@ -5847,7 +5906,7 @@ { "name": "evaluate a reporting script", "href": "https://wicg.github.io/turtledove/#evaluate-a-reporting-script", - "html": "To evaluate a reporting script given a string script, a string functionName, an integer millisecond duration timeout, and a list of arguments arguments:", + "html": "To evaluate a reporting script given a string script, a string functionName, an integer millisecond duration timeout, and a list of arguments arguments:", "rationale": ".algorithm", "steps": [ { @@ -5888,7 +5947,7 @@ { "name": "evaluate a script", "href": "https://wicg.github.io/turtledove/#evaluate-a-script", - "html": "To evaluate a script with a realm realm, string script, string functionName, a list arguments, and an integer millisecond duration timeout, run these steps.\n They return a Completion Record, which is either an abrupt completion (in\n the case of a parse failure or execution error), or a normal completion populated with the ECMAScript language value result of invoking functionName.", + "html": "To evaluate a script with a realm realm, string script, string functionName, a list arguments, and an integer millisecond duration timeout, run these steps.\n They return a Completion Record, which is either an abrupt completion (in\n the case of a parse failure or execution error), or a normal completion populated with the ECMAScript language value result of invoking functionName.", "rationale": ".algorithm", "steps": [ { @@ -5945,7 +6004,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Return this's relevant global object's forDebuggingOnly.

" + "html": "

Return this's relevant global object's forDebuggingOnly.

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

Let global be this's relevant global object.

" + "html": "

Let global be this's relevant global object.

" }, { "html": "

Let parsedUrl be the result of running the URL parser on url.

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

Let global be this's relevant global object.

" + "html": "

Let global be this's relevant global object.

" }, { "html": "

Let parsedUrl be the result of running the URL parser on url.

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

Return this's relevant global object's realTimeReporting.

" + "html": "

Return this's relevant global object's realTimeReporting.

" } ] }, @@ -6013,13 +6072,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let global be this's relevant global object.

" + "html": "

Let global be this's relevant global object.

" }, { "html": "

If contribution[\"bucket\"] ≥ number of user buckets or is\nnegative, then return;

" }, { - "html": "

If contribution[\"priorityWeight\"] ≤ 0, then throw a TypeError.

" + "html": "

If contribution[\"priorityWeight\"] ≤ 0, then throw a TypeError.

" }, { "html": "

Let contributionEntry be a new real time reporting contribution with the following items:

\n
\n
bucket\n
\n

contribution[\"bucket\"]

\n
priority weight\n
\n

contribution[\"priorityWeight\"]

\n
latency threshold\n
\n

contribution[\"latencyThreshold\"] if it exists, null otherwise

\n
" @@ -6048,7 +6107,7 @@ "html": "

If bidSequence’s size > multiBidLimit, then return failure.

" }, { - "html": "

Let bids be a new list of generated bids.

" + "html": "

Let bids be a new list of generated bids.

" }, { "html": "for each bidOutput of bidSequence:", @@ -6177,7 +6236,7 @@ "html": "

Return failure if any of the following conditions hold:

\n " }, { - "html": "

Let adComponentDescriptors be a new list of ad descriptors.

" + "html": "

Let adComponentDescriptors be a new list of ad descriptors.

" }, { "html": "For component in adComponents:", @@ -6421,10 +6480,10 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let global be this's relevant global object.

" + "html": "

Let global be this's relevant global object.

" }, { - "html": "

Set global’s bids to an empty list.

" + "html": "

Set global’s bids to an empty list.

" }, { "html": "

Let ig be global’s interest group.

" @@ -6436,7 +6495,7 @@ "html": "

Let bidsToSet be the result of converting one or many GenerateBidOutputs to a list of generated bids with oneOrManyBids, global’s multi-bid limit, ig, expectedCurrency, global’s is component auction, and global’s group has ad components.

" }, { - "html": "

If bidsToSet is failure, throw a TypeError.

" + "html": "

If bidsToSet is failure, throw a TypeError.

" }, { "html": "

Set global’s bids to bidsToSet.

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

Let global be this's relevant global object.

" + "html": "

Let global be this's relevant global object.

" }, { - "html": "

If global’s priority is not null, then set global’s priority to failure, and throw a TypeError.

" + "html": "

If global’s priority is not null, then set global’s priority to failure, and throw a TypeError.

" }, { "html": "

Set global’s priority to priority.

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

Set this's relevant global object's priority signals[key] to priority.

" + "html": "

Set this's relevant global object's priority signals[key] to priority.

" } ] }, @@ -6478,16 +6537,16 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let global be this's relevant global object.

" + "html": "

Let global be this's relevant global object.

" }, { - "html": "

If global’s report url is not null, then\nset global’s report url to failure, and throw a TypeError.

" + "html": "

If global’s report url is not null, then\nset global’s report url to failure, and throw a TypeError.

" }, { "html": "

Let parsedUrl be the result of running the URL parser on url.

" }, { - "html": "

If parsedUrl is failure, or parsedUrl’s scheme is not \"https\", set global’s report url to failure, and throw a TypeError.

" + "html": "

If parsedUrl is failure, or parsedUrl’s scheme is not \"https\", set global’s report url to failure, and throw a TypeError.

" }, { "html": "

Optionally, return.

" @@ -6504,25 +6563,25 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this's relevant global object's reporting beacon map is not null, then Throw a TypeError.

" + "html": "

If this's relevant global object's reporting beacon map is not null, then Throw a TypeError.

" }, { "html": "For each typeurl of map:", "rationale": "if", "steps": [ { - "html": "

If type starts with \"reserved.\" and type does not match one of the automatic beacon event type values, throw a TypeError.

" + "html": "

If type starts with \"reserved.\" and type does not match one of the automatic beacon event type values, throw a TypeError.

" }, { "html": "

Let parsedURL be the result of running URL parser on url.

" }, { - "html": "

Throw a TypeError if any of the following conditions hold:

\n " + "html": "

Throw a TypeError if any of the following conditions hold:

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

Set this's relevant global object's reporting beacon map to map.

" + "html": "

Set this's relevant global object's reporting beacon map to map.

" } ] }, @@ -6537,7 +6596,7 @@ "rationale": "throw", "steps": [ { - "html": "

Throw a TypeError if both of the following conditions hold:

\n " + "html": "

Throw a TypeError if both of the following conditions hold:

\n " } ] }, @@ -6546,12 +6605,12 @@ "rationale": "throw", "steps": [ { - "html": "

Throw a TypeError if both of the following conditions hold:

\n " + "html": "

Throw a TypeError if both of the following conditions hold:

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

Set this's relevant global object's reporting macro map[name] to value.

" + "html": "

Set this's relevant global object's reporting macro map[name] to value.

" } ] }, @@ -6562,17 +6621,17 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let settings be this's relevant settings object.

" + "html": "

Let settings be this's relevant settings object.

" }, { - "html": "

In parallel, run interest group update with « settings’s top-level origin »,\nand settings’s policy container.

" + "html": "

In parallel, run interest group update with « settings’s top-level origin »,\nand settings’s policy container.

" } ] }, { "name": "interest group update", "href": "https://wicg.github.io/turtledove/#interest-group-update", - "html": "To update interest groups given a list of origins owners, and a policy container policyContainer: \n

Implementations can consider aborting all updating if updating has been running for too long. This\ncan avoid continuing to reveal coarse IP location information to update servers long after\nnavigating to another page. Some implementations, such as Chromium, have chosen a 10 minute limit.

", + "html": "To update interest groups given a list of origins owners, and a policy container policyContainer: \n

Implementations can consider aborting all updating if updating has been running for too long. This\ncan avoid continuing to reveal coarse IP location information to update servers long after\nnavigating to another page. Some implementations, such as Chromium, have chosen a 10 minute limit.

", "rationale": ".algorithm", "steps": [ { @@ -6580,7 +6639,7 @@ "rationale": "for", "steps": [ { - "html": "For each originalInterestGroup of the user agent's interest group set whose owner is owner and next update after is before\nthe current wall time and whose update url is not null:", + "html": "For each originalInterestGroup of the user agent's interest group set whose owner is owner and next update after is before\nthe current wall time and whose update url is not null:", "rationale": "let", "steps": [ { @@ -6596,7 +6655,7 @@ "html": "

Let update be null.

" }, { - "html": "Fetch request with useParallelQueue set to true, and processResponseConsumeBody set to the following steps given a response response and null, failure, or a byte sequence responseBody:", + "html": "Fetch request with useParallelQueue set to true, and processResponseConsumeBody set to the following steps given a response response and null, failure, or a byte sequence responseBody:", "rationale": "if", "steps": [ { @@ -6695,7 +6754,7 @@ "html": "

If pvValue is null, remove ig’s priority signals overrides[pvKey].

" }, { - "html": "

Otherwise, set ig’s priority signals overrides[pvKey] to pvValue.

" + "html": "

Otherwise, set ig’s priority signals overrides[pvKey] to pvValue.

" } ] } @@ -6712,7 +6771,7 @@ "rationale": "if", "steps": [ { - "html": "If value is an ordered map whose keys are strings and whose values are lists of strings, for each sellerStringcapabilities of value:", + "html": "If value is an ordered map whose keys are strings and whose values are lists of strings, for each sellerStringcapabilities of value:", "rationale": "let", "steps": [ { @@ -6735,7 +6794,7 @@ "rationale": "if", "steps": [ { - "html": "

If ig’s seller capabilities is null, then set ig’s seller capabilities to a new ordered map whose keys are origins and whose values are sets of seller capabilities.

" + "html": "

If ig’s seller capabilities is null, then set ig’s seller capabilities to a new ordered map whose keys are origins and whose values are sets of seller capabilities.

" }, { "html": "

Let sellerUrl be the result of running the URL parser on sellerString.

" @@ -6748,7 +6807,7 @@ "html": "

Let seller be sellerUrl’s origin.

" }, { - "html": "

If ig’s seller capabilities does not contain seller,\nthen set ig’s seller capabilities[seller] to sellerCapabilities.

" + "html": "

If ig’s seller capabilities does not contain seller,\nthen set ig’s seller capabilities[seller] to sellerCapabilities.

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

If value is a list of strings,\nset ig’s trusted bidding signals keys to value.

" + "html": "

If value is a list of strings,\nset ig’s trusted bidding signals keys to value.

" }, { "html": "

Otherwise, jump to the step labeled Abort update.

" @@ -6972,7 +7031,7 @@ "html": "

If adSize is null, jump to the step labeled Abort update.

" }, { - "html": "

Set adSizes[sizeName] to adSize.

" + "html": "

Set adSizes[sizeName] to adSize.

" } ] }, @@ -7009,7 +7068,7 @@ ] }, { - "html": "

Set sizeGroups[sizeGroupName] to sizeList.

" + "html": "

Set sizeGroups[sizeGroupName] to sizeList.

" } ] }, @@ -7031,10 +7090,10 @@ "html": "

If key is not groupMember, continue.

" }, { - "html": "

If value is not a list of AuctionAd, jump to the step\nlabeled Abort update.

" + "html": "

If value is not a list of AuctionAd, jump to the step\nlabeled Abort update.

" }, { - "html": "

Let igAds be a new list of interest group ads.

" + "html": "

Let igAds be a new list of interest group ads.

" }, { "html": "For each ad of value:", @@ -7088,7 +7147,7 @@ ] }, { - "html": "If igAds is not is empty:", + "html": "If igAds is not is empty:", "rationale": "set", "steps": [ { @@ -7113,10 +7172,10 @@ "html": "

If key is not groupMember, continue.

" }, { - "html": "

If value is not a list of AuctionAd, jump to the step\nlabeled Abort update.

" + "html": "

If value is not a list of AuctionAd, jump to the step\nlabeled Abort update.

" }, { - "html": "

Let igAds be a new list of interest group ads.

" + "html": "

Let igAds be a new list of interest group ads.

" }, { "html": "For each ad of value:", @@ -7170,7 +7229,7 @@ ] }, { - "html": "If igAds is not is empty:", + "html": "If igAds is not is empty:", "rationale": "set", "steps": [ { @@ -7214,7 +7273,7 @@ "html": "

Set ig’s last updated to the current wall time.

" }, { - "html": "

Replace the interest group that has ig’s owner and name in the user agent's interest group set with ig.

" + "html": "

Replace the interest group that has ig’s owner and name in the user agent's interest group set with ig.

" }, { "html": "

Abort update: We jump here if some part of the interest group update failed. Continue to the next interest group update.

" @@ -7228,7 +7287,7 @@ { "name": "process updateIfOlderThanMs", "href": "https://wicg.github.io/turtledove/#process-updateifolderthanms", - "html": "To process updateIfOlderThanMs given an origin buyer, and an ordered map perInterestGroupData whose keys are name strings and whose values are bidding signals per interest group data:", + "html": "To process updateIfOlderThanMs given an origin buyer, and an ordered map perInterestGroupData whose keys are name strings and whose values are bidding signals per interest group data:", "rationale": ".algorithm", "steps": [ { @@ -7239,7 +7298,7 @@ "html": "

If perIgData’s updateIfOlderThanMs is null, continue.

" }, { - "html": "

Let ig be the interest group of the user agent's interest group set whose owner is buyer and whose name is igName, or null if interest group set does not have such an interest group.

" + "html": "

Let ig be the interest group of the user agent's interest group set whose owner is buyer and whose name is igName, or null if interest group set does not have such an interest group.

" }, { "html": "If ig is not null and the current wall timeig’s last updatedperIgData’s updateIfOlderThanMs milliseconds:", @@ -7249,7 +7308,7 @@ "html": "

Set ig’s next update after to the current wall time.

" }, { - "html": "

Replace the interest group that has ig’s owner and name in the user agent's interest group set with ig.

" + "html": "

Replace the interest group that has ig’s owner and name in the user agent's interest group set with ig.

" } ] } @@ -7428,7 +7487,7 @@ { "name": "serialize a URL", "href": "https://wicg.github.io/turtledove/#serialize-a-url", - "html": "To serialize a URL given a URL-or-null url:", + "html": "To serialize a URL given a URL-or-null url:", "rationale": ".algorithm", "steps": [ { @@ -7442,7 +7501,7 @@ { "name": "parse and verify a bidding code or update URL", "href": "https://wicg.github.io/turtledove/#parse-and-verify-a-bidding-code-or-update-url", - "html": "To parse and verify a bidding code or update URL given a string input and an origin igOwner:", + "html": "To parse and verify a bidding code or update URL given a string input and an origin igOwner:", "rationale": ".algorithm", "steps": [ { @@ -7579,21 +7638,21 @@ { "name": "insert entries to map", "href": "https://wicg.github.io/turtledove/#insert-entries-to-map", - "html": "To insert entries to map given an ordered map map, a key which is in same type\n as map’s key, and a list entries which is in same type as map’s value:", + "html": "To insert entries to map given an ordered map map, a key which is in same type\n as map’s key, and a list entries which is in same type as map’s value:", "rationale": ".algorithm", "steps": [ { "html": "

If map[key] exists, then extend map[key] with entries.

" }, { - "html": "

Otherwise, set map[key] to entries.

" + "html": "

Otherwise, set map[key] to entries.

" } ] }, { "name": "check interest group permissions", "href": "https://wicg.github.io/turtledove/#check-interest-group-permissions", - "html": "To check interest group permissions given an origin ownerOrigin, an environment settings object settings, and an enum joinOrLeave which is \"join\" or \"leave\":", + "html": "To check interest group permissions given an origin ownerOrigin, an environment settings object settings, and an enum joinOrLeave which is \"join\" or \"leave\":", "rationale": ".algorithm", "steps": [ { @@ -7603,7 +7662,7 @@ "html": "

Let encodedFrameOrigin be the result of UTF-8 percent-encoding the serialized frameOrigin using component percent-encode set.

" }, { - "html": "

Let permissionsUrl be a new URL with the following items:

\n
\n
scheme\n
\n

ownerOrigin’s scheme

\n
host\n
\n

ownerOrigin’s host

\n
port\n
\n

ownerOrigin’s port

\n
path\n
\n

« \".well-known\", \"interest-group\", \"permissions\" »

\n
query\n
\n

The result of concatenating « \"origin=\", encodedFrameOrigin »

\n
" + "html": "

Let permissionsUrl be a new URL with the following items:

\n
\n
scheme\n
\n

ownerOrigin’s scheme

\n
host\n
\n

ownerOrigin’s host

\n
port\n
\n

ownerOrigin’s port

\n
path\n
\n

« \".well-known\", \"interest-group\", \"permissions\" »

\n
query\n
\n

The result of concatenating « \"origin=\", encodedFrameOrigin »

\n
" }, { "html": "

Let request be a new request with the following properties:

\n
\n
URL\n
\n

permissionsUrl

\n
header list\n
\n

«Accept: application/json»

\n
client\n
\n

settings

\n
origin\n
\n

\"client\"

\n
mode\n
\n

\"cors\"

\n
referrer\n
\n

\"no-referrer\"

\n
credentials mode\n
\n

\"omit\"

\n
redirect mode\n
\n

\"error\"

\n
service-workers mode\n
\n

none

\n
policy container\n
\n

\"client\"

\n
" @@ -7612,7 +7671,7 @@ "html": "

Let resource be null.

" }, { - "html": "Fetch request with useParallelQueue set to true, and processResponseConsumeBody set to the following steps given a response response and null, failure, or a byte sequence responseBody:", + "html": "Fetch request with useParallelQueue set to true, and processResponseConsumeBody set to the following steps given a response response and null, failure, or a byte sequence responseBody:", "rationale": "if", "steps": [ { @@ -7657,7 +7716,7 @@ }, { "name": "fetch new request patch", - "html": "The following step will be added to the new Request (input, init) constructor steps, before\nstep \"Set this's request to request\":", + "html": "The following step will be added to the new Request (input, init) constructor steps, before\nstep \"Set this's request to request\":", "rationale": ".algorithm", "steps": [ { @@ -7720,7 +7779,7 @@ { "name": "fetch update captured headers patch", "href": "https://wicg.github.io/turtledove/#concept-update-captured-headers", - "html": "To update captured headers with a captured ad auction signals headers storedSignalsHeaders, captured ad auction additional bids headers storedAdditionalBidsHeaders, captured ad auction result headers storedAuctionResultHeaders, header list responseHeaders, and origin requestOrigin:", + "html": "To update captured headers with a captured ad auction signals headers storedSignalsHeaders, captured ad auction additional bids headers storedAdditionalBidsHeaders, captured ad auction result headers storedAuctionResultHeaders, header list responseHeaders, and origin requestOrigin:", "rationale": ".algorithm", "steps": [ { @@ -7801,7 +7860,7 @@ "html": "

If storedAuctionResultHeaders[requestOrigin] exists, then append hash to storedAuctionResultHeaders.

" }, { - "html": "

Otherwise, set storedAuctionResultHeaders[requestOrigin] to « hash ».

" + "html": "

Otherwise, set storedAuctionResultHeaders[requestOrigin] to « hash ».

" } ] } @@ -7812,14 +7871,14 @@ { "name": "handle ad auction signals header value", "href": "https://wicg.github.io/turtledove/#handle-ad-auction-signals-header-value", - "html": "To handle ad auction signals header value given a byte sequence adAuctionSignals, captured ad auction signals headers storedSignalsHeaders, and origin requestOrigin:", + "html": "To handle ad auction signals header value given a byte sequence adAuctionSignals, captured ad auction signals headers storedSignalsHeaders, and origin requestOrigin:", "rationale": ".algorithm", "steps": [ { "html": "

Let parsedSignals be the result of parsing JSON bytes to an Infra value, given adAuctionSignals.

" }, { - "html": "

If parsedSignals is failure or not a list, return.

" + "html": "

If parsedSignals is failure or not a list, return.

" }, { "html": "

Let headerAdSlots be a new ordered set.

" @@ -7934,13 +7993,13 @@ "html": "

Let jsWidth be adSize’s width, converted to an ECMAScript value.

" }, { - "html": "

Set dict[\"width\"] to the result of concatenating « ToString(jsWidth), adSize’s width units ».

" + "html": "

Set dict[\"width\"] to the result of concatenating « ToString(jsWidth), adSize’s width units ».

" }, { "html": "

Let jsHeight be adSize’s height, converted to an ECMAScript value.

" }, { - "html": "

Set dict[\"height\"] to the result of concatenating « ToString(jsHeight), adSize’s height units ».

" + "html": "

Set dict[\"height\"] to the result of concatenating « ToString(jsHeight), adSize’s height units ».

" }, { "html": "

Return dict.

" @@ -8105,7 +8164,7 @@ { "name": "look up per-buyer currency", "href": "https://wicg.github.io/turtledove/#look-up-per-buyer-currency", - "html": "To look up per-buyer currency given an auction config auctionConfig, and an origin buyer:", + "html": "To look up per-buyer currency given an auction config auctionConfig, and an origin buyer:", "rationale": ".algorithm", "steps": [ { @@ -8125,7 +8184,7 @@ { "name": "look up per-buyer multi-bid limit", "href": "https://wicg.github.io/turtledove/#look-up-per-buyer-multi-bid-limit", - "html": "To look up per-buyer multi-bid limit given an auction config auctionConfig, and an origin buyer:", + "html": "To look up per-buyer multi-bid limit given an auction config auctionConfig, and an origin buyer:", "rationale": ".algorithm", "steps": [ { @@ -8145,7 +8204,7 @@ { "name": "create a new script fetcher", "href": "https://wicg.github.io/turtledove/#create-a-new-script-fetcher", - "html": "To create a new script fetcher given a URL url and an environment settings object settings:", + "html": "To create a new script fetcher given a URL url and an environment settings object settings:", "rationale": ".algorithm", "steps": [ { @@ -8206,23 +8265,23 @@ "html": "

Let parsedHeader be the result of getting a structured field value given `Ad-Auction-Allow-Trusted-Scoring-Signals-From` and \"list\" from headerList.

" }, { - "html": "

If parsedHeader is null, return an empty list.

" + "html": "

If parsedHeader is null, return an empty list.

" }, { - "html": "

Let result be a new list of origins.

" + "html": "

Let result be a new list of origins.

" }, { "html": "For each entry in parsedHeader:", "rationale": "if", "steps": [ { - "html": "

If entry is not a string, return an empty list.

" + "html": "

If entry is not a string, return an empty list.

" }, { "html": "

Let parsedEntry be the result of parsing an https origin on entry.

" }, { - "html": "

If parsedEntry is failure, return an empty list.

" + "html": "

If parsedEntry is failure, return an empty list.

" }, { "html": "

Append parsedEntry to result.

" @@ -8237,7 +8296,7 @@ { "name": "fetch script", "href": "https://wicg.github.io/turtledove/#fetch-script", - "html": "To fetch script given a URL url, an environment settings object settings, and\na script fetcher fetcher:", + "html": "To fetch script given a URL url, an environment settings object settings, and\na script fetcher fetcher:", "rationale": ".algorithm", "steps": [ { @@ -8255,7 +8314,7 @@ "html": "

Abort fetchController.

" }, { - "html": "

Set fetcher’s origins authorized for cross origin trusted signals to\nan empty list of origins.

" + "html": "

Set fetcher’s origins authorized for cross origin trusted signals to\nan empty list of origins.

" }, { "html": "

Set fetcher’s script body to failure.

" @@ -8272,7 +8331,7 @@ "html": "

Let bodyReader be result of getting a reader from bodyStream.

" }, { - "html": "Let successSteps be a set of steps that take a byte sequence responseBody, and\nperform the following:", + "html": "Let successSteps be a set of steps that take a byte sequence responseBody, and\nperform the following:", "rationale": "if", "steps": [ { @@ -8337,7 +8396,7 @@ ] }, { - "html": "

If perGroupData’s updateIfOlderThanMs is not\nnull, then set destinationMap[sourceKey] to perGroupData.

" + "html": "

If perGroupData’s updateIfOlderThanMs is not\nnull, then set destinationMap[sourceKey] to perGroupData.

" } ] } @@ -8346,11 +8405,11 @@ { "name": "build trusted bidding signals url", "href": "https://wicg.github.io/turtledove/#build-trusted-bidding-signals-url", - "html": "To build trusted bidding signals url given a URL signalsUrl, an ordered set of strings keys, an ordered set of strings igNames, an unsigned short-or-null experimentGroupId, an origin topLevelOrigin, and a string slotSizeQueryParam:", + "html": "To build trusted bidding signals url given a URL signalsUrl, an ordered set of strings keys, an ordered set of strings igNames, an unsigned short-or-null experimentGroupId, an origin topLevelOrigin, and a string slotSizeQueryParam:", "rationale": ".algorithm", "steps": [ { - "html": "

Let queryParamsList be a new empty list.

" + "html": "

Let queryParamsList be a new empty list.

" }, { "html": "

Append \"hostname=\" to queryParamsList.

" @@ -8359,7 +8418,7 @@ "html": "

Append the result of UTF-8 percent-encoding the serialized topLevelOrigin using component percent-encode set to queryParamsList.

" }, { - "html": "If keys is not empty:", + "html": "If keys is not empty:", "rationale": "append", "steps": [ { @@ -8371,7 +8430,7 @@ ] }, { - "html": "If igNames is not empty:", + "html": "If igNames is not empty:", "rationale": "append", "steps": [ { @@ -8411,7 +8470,7 @@ { "name": "fetch the current outstanding trusted signals batch", "href": "https://wicg.github.io/turtledove/#fetch-the-current-outstanding-trusted-signals-batch", - "html": "To fetch the current outstanding trusted signals batch given a trusted bidding signals batcher trustedBiddingSignalsBatcher, a URL signalsUrl,\nan origin scriptOrigin, an unsigned short-or-null experimentGroupId, an origin topLevelOrigin, a string slotSizeQueryParam, and a policy container policyContainer:", + "html": "To fetch the current outstanding trusted signals batch given a trusted bidding signals batcher trustedBiddingSignalsBatcher, a URL signalsUrl,\nan origin scriptOrigin, an unsigned short-or-null experimentGroupId, an origin topLevelOrigin, a string slotSizeQueryParam, and a policy container policyContainer:", "rationale": ".algorithm", "steps": [ { @@ -8428,10 +8487,10 @@ "rationale": "for", "steps": [ { - "html": "

For each keyvalue in partialTrustedBiddingSignals, set trustedBiddingSignalsBatcher’s all trusted bidding\nsignals[key] to value.

" + "html": "

For each keyvalue in partialTrustedBiddingSignals, set trustedBiddingSignalsBatcher’s all trusted bidding\nsignals[key] to value.

" }, { - "html": "

For each igName of trustedBiddingSignalsBatcher’s ig names, set trustedBiddingSignalsBatcher’s data versions[igName] to dataVersion.

" + "html": "

For each igName of trustedBiddingSignalsBatcher’s ig names, set trustedBiddingSignalsBatcher’s data versions[igName] to dataVersion.

" }, { "html": "

Append to a bidding signals per-interest group data map with partialPerInterestGroupData, trustedBiddingSignalsBatcher’s ig names, and trustedBiddingSignalsBatcher’s all per interest group data.

" @@ -8443,7 +8502,7 @@ "rationale": "set", "steps": [ { - "html": "

Set trustedBiddingSignalsBatcher’s no signals flags[igName] to \"fetch-failed\".

" + "html": "

Set trustedBiddingSignalsBatcher’s no signals flags[igName] to \"fetch-failed\".

" } ] } @@ -8452,7 +8511,7 @@ { "name": "batch or fetch trusted bidding signals", "href": "https://wicg.github.io/turtledove/#batch-or-fetch-trusted-bidding-signals", - "html": "To batch or fetch trusted bidding signals given a trusted bidding signals batcher trustedBiddingSignalsBatcher, interest group ig, a URL signalsUrl, an origin scriptOrigin, an unsigned short-or-null experimentGroupId, an origin topLevelOrigin, a string slotSizeQueryParam, and a policy container policyContainer:", + "html": "To batch or fetch trusted bidding signals given a trusted bidding signals batcher trustedBiddingSignalsBatcher, interest group ig, a URL signalsUrl, an origin scriptOrigin, an unsigned short-or-null experimentGroupId, an origin topLevelOrigin, a string slotSizeQueryParam, and a policy container policyContainer:", "rationale": ".algorithm", "steps": [ { @@ -8463,7 +8522,7 @@ "rationale": "set", "steps": [ { - "html": "

Set trustedBiddingSignalsBatcher’s no signals flags [igName] to \"no-fetch\".

" + "html": "

Set trustedBiddingSignalsBatcher’s no signals flags [igName] to \"no-fetch\".

" }, { "html": "

Return.

" @@ -8471,7 +8530,7 @@ ] }, { - "html": "

Set trustedBiddingSignalsBatcher’s no signals flags[igName] to \"no-fetch\"\n if ig’s trusted bidding signals keys is null or is empty.

" + "html": "

Set trustedBiddingSignalsBatcher’s no signals flags[igName] to \"no-fetch\"\n if ig’s trusted bidding signals keys is null or is empty.

" }, { "html": "

Let putativeKeys be a clone of trustedBiddingSignalsBatcher’s keys.

" @@ -8520,7 +8579,7 @@ "html": "

If ig’s trusted bidding signals keys is not null, set trustedBiddingSignalsBatcher’s keys to a clone of ig’s trusted bidding signals keys.

" }, { - "html": "

Otherwise, set trustedBiddingSignalsBatcher’s keys to a\n new list.

" + "html": "

Otherwise, set trustedBiddingSignalsBatcher’s keys to a\n new list.

" }, { "html": "

Set trustedBiddingSignalsBatcher’s ig names to\n « igName ».

" @@ -8581,11 +8640,11 @@ { "name": "build trusted scoring signals url", "href": "https://wicg.github.io/turtledove/#build-trusted-scoring-signals-url", - "html": "To build trusted scoring signals url given a URL signalsUrl, a list of strings renderURLs, an ordered set of strings adComponentRenderURLs, an unsigned short experimentGroupId, and an origin topLevelOrigin:", + "html": "To build trusted scoring signals url given a URL signalsUrl, a list of strings renderURLs, an ordered set of strings adComponentRenderURLs, an unsigned short experimentGroupId, and an origin topLevelOrigin:", "rationale": ".algorithm", "steps": [ { - "html": "

Let queryParamsList be a new empty list.

" + "html": "

Let queryParamsList be a new empty list.

" }, { "html": "

Append \"hostname=\" to queryParamsList.

" @@ -8594,7 +8653,7 @@ "html": "

Append the result of UTF-8 percent-encoding topLevelOrigin using component percent-encode set to queryParamsList.

" }, { - "html": "If renderURLs is not empty:", + "html": "If renderURLs is not empty:", "rationale": "append", "steps": [ { @@ -8606,7 +8665,7 @@ ] }, { - "html": "If adComponentRenderURLs is not empty:", + "html": "If adComponentRenderURLs is not empty:", "rationale": "append", "steps": [ { @@ -8640,7 +8699,7 @@ { "name": "build batched trusted scoring signals url", "href": "https://wicg.github.io/turtledove/#build-batched-trusted-scoring-signals-url", - "html": "To build batched trusted scoring signals url given a non-empty list of trusted\nscoring signals requests entriesToBatch:", + "html": "To build batched trusted scoring signals url given a non-empty list of trusted\nscoring signals requests entriesToBatch:", "rationale": ".algorithm", "steps": [ { @@ -8687,7 +8746,7 @@ { "name": "check if trusted scoring signals batch honors URL length limit", "href": "https://wicg.github.io/turtledove/#check-if-trusted-scoring-signals-batch-honors-url-length-limit", - "html": "To check if trusted scoring signals batch honors URL length limit given a trusted scoring signals batcher batcher and a non-empty list of trusted\nscoring signals requests entriesToBatch:", + "html": "To check if trusted scoring signals batch honors URL length limit given a trusted scoring signals batcher batcher and a non-empty list of trusted\nscoring signals requests entriesToBatch:", "rationale": ".algorithm", "steps": [ { @@ -8715,7 +8774,7 @@ "rationale": "wait", "steps": [ { - "html": "

Wait until at least one of the following is true:

\n " + "html": "

Wait until at least one of the following is true:

\n " }, { "html": "Atomically do:", @@ -8737,7 +8796,7 @@ "html": "

Let key be (request’s seller script fetcher, request’s base url, request’s seller experiment group id, request’s top level origin).

" }, { - "html": "

If batcher’s request map[key] does not exist,\nthen set batcher’s request map[key] to an empty list.

" + "html": "

If batcher’s request map[key] does not exist,\nthen set batcher’s request map[key] to an empty list.

" }, { "html": "

Append request to batcher’s request\nmap[key].

" @@ -8745,14 +8804,14 @@ ] }, { - "html": "Some number of times, heuristically, select a key and a non-empty subset of batcher’s request map[key], called entriesToBatch, such that checking if trusted scoring signals batch honors URL length\nlimit on batcher and entriesToBatch returns true:", + "html": "Some number of times, heuristically, select a key and a non-empty subset of batcher’s request map[key], called entriesToBatch, such that checking if trusted scoring signals batch honors URL length\nlimit on batcher and entriesToBatch returns true:", "rationale": "remove", "steps": [ { "html": "

Remove entriesToBatch from batcher’s request map[key].

" }, { - "html": "

If batcher’s request map[key] is empty,\nthen remove key from batcher’s request map.

" + "html": "

If batcher’s request map[key] is empty,\nthen remove key from batcher’s request map.

" }, { "html": "

Let fullSignalsUrl be the result of building batched trusted scoring signals url for entriesToBatch.

" @@ -8853,7 +8912,7 @@ "html": "

If generatedBid’s target number of ad components is null, return false.

" }, { - "html": "

Let selectedComponents be a new list of ad descriptors.

" + "html": "

Let selectedComponents be a new list of ad descriptors.

" }, { "html": "For each i of get the indices of generatedBid:", @@ -8902,11 +8961,11 @@ { "name": "adjust bid list based on k-anonymity", "href": "https://wicg.github.io/turtledove/#adjust-bid-list-based-on-k-anonymity", - "html": "To adjust bid list based on k-anonymity given a list of generated bids bidsBatch:", + "html": "To adjust bid list based on k-anonymity given a list of generated bids bidsBatch:", "rationale": ".algorithm", "steps": [ { - "html": "

Let bidsToScore be a new list of generated bids

" + "html": "

Let bidsToScore be a new list of generated bids

" }, { "html": "For each generatedBid of bidsBatch:", diff --git a/ed/dfns/css-view-transitions-2.json b/ed/dfns/css-view-transitions-2.json index cfae1db0c8f0..ed08b3e4244d 100644 --- a/ed/dfns/css-view-transitions-2.json +++ b/ed/dfns/css-view-transitions-2.json @@ -492,6 +492,27 @@ }, "definedIn": "prose" }, + { + "id": "view-transition-name-auto", + "href": "https://drafts.csswg.org/css-view-transitions-2/#view-transition-name-auto", + "linkingText": [ + "auto" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "view-transition-name" + ], + "access": "public", + "informative": false, + "heading": { + "id": "additions-to-vt-name", + "href": "https://drafts.csswg.org/css-view-transitions-2/#additions-to-vt-name", + "title": "Additions to view-transition-name", + "number": "6.3" + }, + "definedIn": "prose" + }, { "id": "propdef-view-transition-group", "href": "https://drafts.csswg.org/css-view-transitions-2/#propdef-view-transition-group", @@ -507,7 +528,7 @@ "id": "view-transition-group-prop", "href": "https://drafts.csswg.org/css-view-transitions-2/#view-transition-group-prop", "title": "The view-transition-group property", - "number": "6.3" + "number": "7.3" }, "definedIn": "table" }, @@ -528,7 +549,7 @@ "id": "view-transition-group-prop", "href": "https://drafts.csswg.org/css-view-transitions-2/#view-transition-group-prop", "title": "The view-transition-group property", - "number": "6.3" + "number": "7.3" }, "definedIn": "dt" }, @@ -549,7 +570,7 @@ "id": "view-transition-group-prop", "href": "https://drafts.csswg.org/css-view-transitions-2/#view-transition-group-prop", "title": "The view-transition-group property", - "number": "6.3" + "number": "7.3" }, "definedIn": "dt" }, @@ -570,7 +591,7 @@ "id": "view-transition-group-prop", "href": "https://drafts.csswg.org/css-view-transitions-2/#view-transition-group-prop", "title": "The view-transition-group property", - "number": "6.3" + "number": "7.3" }, "definedIn": "dt" }, @@ -591,7 +612,7 @@ "id": "cross-doc-data-structure-document", "href": "https://drafts.csswg.org/css-view-transitions-2/#cross-doc-data-structure-document", "title": "Additions to Document", - "number": "7.1.1" + "number": "8.1.1" }, "definedIn": "dt" }, @@ -612,7 +633,7 @@ "id": "cross-doc-data-structure-document", "href": "https://drafts.csswg.org/css-view-transitions-2/#cross-doc-data-structure-document", "title": "Additions to Document", - "number": "7.1.1" + "number": "8.1.1" }, "definedIn": "dt" }, @@ -633,7 +654,7 @@ "id": "cross-doc-data-structure-vt", "href": "https://drafts.csswg.org/css-view-transitions-2/#cross-doc-data-structure-vt", "title": "Additions to ViewTransition", - "number": "7.1.2" + "number": "8.1.2" }, "definedIn": "dt" }, @@ -654,7 +675,7 @@ "id": "cross-doc-data-structure-vt", "href": "https://drafts.csswg.org/css-view-transitions-2/#cross-doc-data-structure-vt", "title": "Additions to ViewTransition", - "number": "7.1.2" + "number": "8.1.2" }, "definedIn": "dt" }, @@ -673,7 +694,7 @@ "id": "cross-doc-data-structure-serialization", "href": "https://drafts.csswg.org/css-view-transitions-2/#cross-doc-data-structure-serialization", "title": "Serializable view transition params", - "number": "7.1.3" + "number": "8.1.3" }, "definedIn": "prose" }, @@ -694,7 +715,7 @@ "id": "cross-doc-data-structure-serialization", "href": "https://drafts.csswg.org/css-view-transitions-2/#cross-doc-data-structure-serialization", "title": "Serializable view transition params", - "number": "7.1.3" + "number": "8.1.3" }, "definedIn": "dt" }, @@ -715,7 +736,7 @@ "id": "cross-doc-data-structure-serialization", "href": "https://drafts.csswg.org/css-view-transitions-2/#cross-doc-data-structure-serialization", "title": "Serializable view transition params", - "number": "7.1.3" + "number": "8.1.3" }, "definedIn": "dt" }, @@ -736,7 +757,7 @@ "id": "capture-classes-data-structure", "href": "https://drafts.csswg.org/css-view-transitions-2/#capture-classes-data-structure", "title": "Captured elements extension", - "number": "7.2.1" + "number": "8.2.1" }, "definedIn": "dt" }, @@ -757,7 +778,7 @@ "id": "capture-classes-data-structure", "href": "https://drafts.csswg.org/css-view-transitions-2/#capture-classes-data-structure", "title": "Captured elements extension", - "number": "7.2.1" + "number": "8.2.1" }, "definedIn": "dt" }, @@ -778,7 +799,7 @@ "id": "capture-classes-data-structure", "href": "https://drafts.csswg.org/css-view-transitions-2/#capture-classes-data-structure", "title": "Captured elements extension", - "number": "7.2.1" + "number": "8.2.1" }, "definedIn": "dt" }, @@ -797,7 +818,7 @@ "id": "vt-rule-algo", "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-rule-algo", "title": "Resolving the @view-transition rule", - "number": "7.3" + "number": "8.3" }, "definedIn": "prose" }, @@ -816,7 +837,7 @@ "id": "check-eligibility", "href": "https://drafts.csswg.org/css-view-transitions-2/#check-eligibility", "title": "Check eligibility for outbound cross-document view transition", - "number": "7.4.1" + "number": "8.4.1" }, "definedIn": "prose" }, @@ -835,7 +856,7 @@ "id": "setup-outbound-transition", "href": "https://drafts.csswg.org/css-view-transitions-2/#setup-outbound-transition", "title": "Setup the outbound transition when ready to swap pages", - "number": "7.4.2" + "number": "8.4.2" }, "definedIn": "prose" }, @@ -854,7 +875,7 @@ "id": "update-opt-in", "href": "https://drafts.csswg.org/css-view-transitions-2/#update-opt-in", "title": "Update the opt-in flag to reflect the current state", - "number": "7.4.3" + "number": "8.4.3" }, "definedIn": "prose" }, @@ -873,7 +894,7 @@ "id": "access-view-transition-in-new-doc", "href": "https://drafts.csswg.org/css-view-transitions-2/#access-view-transition-in-new-doc", "title": "Activating the view transition in the new Document", - "number": "7.5" + "number": "8.5" }, "definedIn": "prose" }, @@ -892,7 +913,7 @@ "id": "vt-group-nearest-contain", "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-nearest-contain", "title": "Compute the nearest containing view-transition-group", - "number": "7.7.1" + "number": "8.7.1" }, "definedIn": "prose" } diff --git a/ed/dfns/fenced-frame.json b/ed/dfns/fenced-frame.json index 4ec6a9ea344f..c29ba34e30f5 100644 --- a/ed/dfns/fenced-frame.json +++ b/ed/dfns/fenced-frame.json @@ -728,6 +728,46 @@ }, "definedIn": "dt" }, + { + "id": "pending-event-request-initiator", + "href": "https://wicg.github.io/fenced-frame/#pending-event-request-initiator", + "linkingText": [ + "request initiator" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pending event" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/fenced-frame/#title", + "title": "Fenced Frame" + }, + "definedIn": "dt" + }, + { + "id": "pending-event-initiator-referrer-policy", + "href": "https://wicg.github.io/fenced-frame/#pending-event-initiator-referrer-policy", + "linkingText": [ + "initiator referrer policy" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "pending event" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/fenced-frame/#title", + "title": "Fenced Frame" + }, + "definedIn": "dt" + }, { "id": "fencedframetype-reporting-destination-info", "href": "https://wicg.github.io/fenced-frame/#fencedframetype-reporting-destination-info", @@ -748,6 +788,26 @@ }, "definedIn": "prose" }, + { + "id": "reporting-destination-info-reporting-url-declarer-origin", + "href": "https://wicg.github.io/fenced-frame/#reporting-destination-info-reporting-url-declarer-origin", + "linkingText": [ + "reporting url declarer origin" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "reporting destination info" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/fenced-frame/#title", + "title": "Fenced Frame" + }, + "definedIn": "dt" + }, { "id": "reporting-destination-info-reporting-url-map", "href": "https://wicg.github.io/fenced-frame/#reporting-destination-info-reporting-url-map", @@ -3724,6 +3784,46 @@ }, "definedIn": "dt" }, + { + "id": "source-snapshot-params-initiator-ancestor-root-origin", + "href": "https://wicg.github.io/fenced-frame/#source-snapshot-params-initiator-ancestor-root-origin", + "linkingText": [ + "initiator ancestor root origin" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "source snapshot params" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/fenced-frame/#title", + "title": "Fenced Frame" + }, + "definedIn": "dt" + }, + { + "id": "source-snapshot-params-initiator-ancestor-root-referrer-policy", + "href": "https://wicg.github.io/fenced-frame/#source-snapshot-params-initiator-ancestor-root-referrer-policy", + "linkingText": [ + "initiator ancestor root referrer policy" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "source snapshot params" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/fenced-frame/#title", + "title": "Fenced Frame" + }, + "definedIn": "dt" + }, { "id": "source-snapshot-params-target-fenced-frame-config", "href": "https://wicg.github.io/fenced-frame/#source-snapshot-params-target-fenced-frame-config", @@ -3842,6 +3942,24 @@ }, "definedIn": "prose" }, + { + "id": "get-the-initiators-fenced-grand-ancestors-navigable", + "href": "https://wicg.github.io/fenced-frame/#get-the-initiators-fenced-grand-ancestors-navigable", + "linkingText": [ + "get the initiator’s fenced grand-ancestor’s navigable" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/fenced-frame/#title", + "title": "Fenced Frame" + }, + "definedIn": "prose" + }, { "id": "navigation-params-fenced-frame-config-instance", "href": "https://wicg.github.io/fenced-frame/#navigation-params-fenced-frame-config-instance", diff --git a/ed/dfns/turtledove.json b/ed/dfns/turtledove.json index e747b02abfa9..34035f709677 100644 --- a/ed/dfns/turtledove.json +++ b/ed/dfns/turtledove.json @@ -3705,6 +3705,25 @@ }, "definedIn": "prose" }, + { + "id": "look-up-the-server-encryption-key", + "href": "https://wicg.github.io/turtledove/#look-up-the-server-encryption-key", + "linkingText": [ + "look up the server encryption key" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "getInterestGroupAdAuctionData", + "href": "https://wicg.github.io/turtledove/#getInterestGroupAdAuctionData", + "title": "getInterestGroupAdAuctionData()", + "number": "4.3" + }, + "definedIn": "prose" + }, { "id": "fordebuggingonly-reports", "href": "https://wicg.github.io/turtledove/#fordebuggingonly-reports", @@ -13418,6 +13437,27 @@ }, "definedIn": "prose" }, + { + "id": "auction-data-config-publisher", + "href": "https://wicg.github.io/turtledove/#auction-data-config-publisher", + "linkingText": [ + "publisher" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "auction data config" + ], + "access": "private", + "informative": false, + "heading": { + "id": "auction-data-config-header", + "href": "https://wicg.github.io/turtledove/#auction-data-config-header", + "title": "auction data config", + "number": "14.13" + }, + "definedIn": "dt" + }, { "id": "auction-data-config-seller", "href": "https://wicg.github.io/turtledove/#auction-data-config-seller", @@ -13460,6 +13500,48 @@ }, "definedIn": "dt" }, + { + "id": "auction-data-config-encryption-key", + "href": "https://wicg.github.io/turtledove/#auction-data-config-encryption-key", + "linkingText": [ + "encryption key" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "auction data config" + ], + "access": "private", + "informative": false, + "heading": { + "id": "auction-data-config-header", + "href": "https://wicg.github.io/turtledove/#auction-data-config-header", + "title": "auction data config", + "number": "14.13" + }, + "definedIn": "dt" + }, + { + "id": "auction-data-config-encryption-key-id", + "href": "https://wicg.github.io/turtledove/#auction-data-config-encryption-key-id", + "linkingText": [ + "encryption key id" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "auction data config" + ], + "access": "private", + "informative": false, + "heading": { + "id": "auction-data-config-header", + "href": "https://wicg.github.io/turtledove/#auction-data-config-header", + "title": "auction data config", + "number": "14.13" + }, + "definedIn": "dt" + }, { "id": "auction-data-config-request-size", "href": "https://wicg.github.io/turtledove/#auction-data-config-request-size", diff --git a/ed/headings/css-view-transitions-2.json b/ed/headings/css-view-transitions-2.json index d68867884f92..d279782ff76f 100644 --- a/ed/headings/css-view-transitions-2.json +++ b/ed/headings/css-view-transitions-2.json @@ -224,187 +224,215 @@ "title": "Extending document.startViewTransition()", "number": "5" }, + { + "id": "auto-vt-name", + "href": "https://drafts.csswg.org/css-view-transitions-2/#auto-vt-name", + "level": 2, + "title": "Determining view-transition-name automatically", + "number": "6" + }, + { + "id": "auto-vt-name-overview", + "href": "https://drafts.csswg.org/css-view-transitions-2/#auto-vt-name-overview", + "level": 3, + "title": "Overview", + "number": "6.1" + }, + { + "id": "auto-vt-name-example", + "href": "https://drafts.csswg.org/css-view-transitions-2/#auto-vt-name-example", + "level": 3, + "title": "Examples", + "number": "6.2" + }, + { + "id": "additions-to-vt-name", + "href": "https://drafts.csswg.org/css-view-transitions-2/#additions-to-vt-name", + "level": 3, + "title": "Additions to view-transition-name", + "number": "6.3" + }, { "id": "nested-view-transitions", "href": "https://drafts.csswg.org/css-view-transitions-2/#nested-view-transitions", "level": 2, "title": "Nested view-transitions", - "number": "6" + "number": "7" }, { "id": "nested-overview", "href": "https://drafts.csswg.org/css-view-transitions-2/#nested-overview", "level": 3, "title": "Overview", - "number": "6.1" + "number": "7.1" }, { "id": "nested-vt-example", "href": "https://drafts.csswg.org/css-view-transitions-2/#nested-vt-example", "level": 3, "title": "Examples", - "number": "6.2" + "number": "7.2" }, { "id": "view-transition-group-prop", "href": "https://drafts.csswg.org/css-view-transitions-2/#view-transition-group-prop", "level": 3, "title": "The view-transition-group property", - "number": "6.3" + "number": "7.3" }, { "id": "algorithms", "href": "https://drafts.csswg.org/css-view-transitions-2/#algorithms", "level": 2, "title": "Algorithms", - "number": "7" + "number": "8" }, { "id": "cross-doc-data-structures", "href": "https://drafts.csswg.org/css-view-transitions-2/#cross-doc-data-structures", "level": 3, "title": "Data structures", - "number": "7.1" + "number": "8.1" }, { "id": "cross-doc-data-structure-document", "href": "https://drafts.csswg.org/css-view-transitions-2/#cross-doc-data-structure-document", "level": 4, "title": "Additions to Document", - "number": "7.1.1" + "number": "8.1.1" }, { "id": "cross-doc-data-structure-vt", "href": "https://drafts.csswg.org/css-view-transitions-2/#cross-doc-data-structure-vt", "level": 4, "title": "Additions to ViewTransition", - "number": "7.1.2" + "number": "8.1.2" }, { "id": "cross-doc-data-structure-serialization", "href": "https://drafts.csswg.org/css-view-transitions-2/#cross-doc-data-structure-serialization", "level": 4, "title": "Serializable view transition params", - "number": "7.1.3" + "number": "8.1.3" }, { "id": "page-visibility-change-steps-additions", "href": "https://drafts.csswg.org/css-view-transitions-2/#page-visibility-change-steps-additions", "level": 3, "title": "Additions to the view transition page-visibility change steps", - "number": "7.2" + "number": "8.2" }, { "id": "capture-classes-data-structure", "href": "https://drafts.csswg.org/css-view-transitions-2/#capture-classes-data-structure", "level": 4, "title": "Captured elements extension", - "number": "7.2.1" + "number": "8.2.1" }, { "id": "vt-rule-algo", "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-rule-algo", "level": 3, "title": "Resolving the @view-transition rule", - "number": "7.3" + "number": "8.3" }, { "id": "setup-old-document-vt", "href": "https://drafts.csswg.org/css-view-transitions-2/#setup-old-document-vt", "level": 3, "title": "Setting up the view transition in the old Document", - "number": "7.4" + "number": "8.4" }, { "id": "check-eligibility", "href": "https://drafts.csswg.org/css-view-transitions-2/#check-eligibility", "level": 4, "title": "Check eligibility for outbound cross-document view transition", - "number": "7.4.1" + "number": "8.4.1" }, { "id": "setup-outbound-transition", "href": "https://drafts.csswg.org/css-view-transitions-2/#setup-outbound-transition", "level": 4, "title": "Setup the outbound transition when ready to swap pages", - "number": "7.4.2" + "number": "8.4.2" }, { "id": "update-opt-in", "href": "https://drafts.csswg.org/css-view-transitions-2/#update-opt-in", "level": 4, "title": "Update the opt-in flag to reflect the current state", - "number": "7.4.3" + "number": "8.4.3" }, { "id": "proceed-if-skipped", "href": "https://drafts.csswg.org/css-view-transitions-2/#proceed-if-skipped", "level": 4, "title": "Proceed with navigation if view transition is skipped", - "number": "7.4.4" + "number": "8.4.4" }, { "id": "cross-doc-after-capture", "href": "https://drafts.csswg.org/css-view-transitions-2/#cross-doc-after-capture", "level": 4, "title": "Proceed with cross-document view transition after capturing the old state", - "number": "7.4.5" + "number": "8.4.5" }, { "id": "access-view-transition-in-new-doc", "href": "https://drafts.csswg.org/css-view-transitions-2/#access-view-transition-in-new-doc", "level": 3, "title": "Activating the view transition in the new Document", - "number": "7.5" + "number": "8.5" }, { "id": "vt-class-algorithms", "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-class-algorithms", "level": 3, "title": "Capturing the view-transition-class", - "number": "7.6" + "number": "8.6" }, { "id": "vt-group-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-algorithm", "level": 3, "title": "Capturing and applying view-transition-group", - "number": "7.7" + "number": "8.7" }, { "id": "vt-group-nearest-contain", "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-nearest-contain", "level": 4, "title": "Compute the nearest containing view-transition-group", - "number": "7.7.1" + "number": "8.7.1" }, { "id": "vt-group-capture-old", "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-capture-old", "level": 4, "title": "Compute the old view-transition-group", - "number": "7.7.2" + "number": "8.7.2" }, { "id": "vt-group-capture-new", "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-capture-new", "level": 4, "title": "Compute the new view-transition-group", - "number": "7.7.3" + "number": "8.7.3" }, { "id": "vt-group-reparent", "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-reparent", "level": 4, "title": "Reparent a ::view-transition-group() to its specified containing group", - "number": "7.7.4" + "number": "8.7.4" }, { "id": "vt-group-transform-adjust", "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-transform-adjust", "level": 4, "title": "Adjust the group’s transform to be relative to its containing ::view-transition-group()", - "number": "7.7.5" + "number": "8.7.5" }, { "id": "priv", diff --git a/ed/headings/turtledove.json b/ed/headings/turtledove.json index 28cd155edb7f..74046946a331 100644 --- a/ed/headings/turtledove.json +++ b/ed/headings/turtledove.json @@ -436,6 +436,12 @@ "level": 3, "title": "Normative References" }, + { + "id": "informative", + "href": "https://wicg.github.io/turtledove/#informative", + "level": 3, + "title": "Informative References" + }, { "id": "idl-index", "href": "https://wicg.github.io/turtledove/#idl-index", diff --git a/ed/ids/css-content-3.json b/ed/ids/css-content-3.json index 3edb0cdfba05..3386b217d119 100644 --- a/ed/ids/css-content-3.json +++ b/ed/ids/css-content-3.json @@ -243,7 +243,7 @@ "https://drafts.csswg.org/css-content-3/#leaders", "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader", "https://drafts.csswg.org/css-content-3/#leader-function", - "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/#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 239bf0ab2f69..ac980f2ca321 100644 --- a/ed/ids/css-flexbox-1.json +++ b/ed/ids/css-flexbox-1.json @@ -1941,9 +1941,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%A8", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4", "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%A0%E2%93%AA", + "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-propdef-min-height%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A8", @@ -2031,7 +2031,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-align-items-auto%E2%91%A0%E2%91%A0", + "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-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", @@ -2078,7 +2078,7 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2012-flex-basis-zero", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A7", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%91%A0", @@ -2096,17 +2096,17 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom", - "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%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-left%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right%E2%91%A0", - "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-valdef-flex-basis-auto%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A5", "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-align-items-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0", "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 8ef54aa54667..6afa5f7180db 100644 --- a/ed/ids/css-fonts-4.json +++ b/ed/ids/css-fonts-4.json @@ -99,7 +99,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-fantasy", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-size-math", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-math", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-monospace", "https://drafts.csswg.org/css-fonts-4/#typedef-generic-incomplete", @@ -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%A1", + "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-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%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display", "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%A2", + "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-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%A1", + "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%A1", - "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%A1", "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-valdef-font-width-normal%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-language-override-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", @@ -1015,7 +1015,7 @@ "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-ligatures-contextual", "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-ligatures-no-contextual", "https://drafts.csswg.org/css-fonts-4/#rlig-unaffected", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-synthesis-style-none", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-synthesis-weight-none", "https://drafts.csswg.org/css-fonts-4/#font-variant-position-prop", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-position%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#propdef-font-variant-position", @@ -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%A3", + "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-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", @@ -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-face-font-display%E2%91%A3", + "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/#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-valdef-font-weight-normal%E2%91%A0", + "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-ch", "https://drafts.csswg.org/css-fonts-4/#changes-2018-04-10", "https://drafts.csswg.org/css-fonts-4/#changes-fonts-3", diff --git a/ed/ids/css-grid-1.json b/ed/ids/css-grid-1.json index 72fc4271f9cb..30a467b1d5d4 100644 --- a/ed/ids/css-grid-1.json +++ b/ed/ids/css-grid-1.json @@ -206,7 +206,7 @@ "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-valdef-grid-template-columns-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto", "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", @@ -333,7 +333,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%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-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", @@ -612,7 +612,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%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-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", @@ -944,13 +944,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%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-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-grid-placement-auto", - "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-valdef-grid-template-columns-auto%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-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", @@ -1312,7 +1312,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%A2", "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", @@ -1335,17 +1335,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%A3", "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%A4", "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%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-margin", "https://drafts.csswg.org/css-grid-1/#auto-placement-algo", "https://drafts.csswg.org/css-grid-1/#grid-item-placement-algorithm", @@ -1479,7 +1479,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-grid-placement-auto%E2%91%A5", + "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-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", @@ -1491,11 +1491,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-valdef-grid-template-columns-auto%E2%91%A7", + "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-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-grid-placement-auto%E2%91%A7", "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", @@ -1664,7 +1664,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", @@ -1687,7 +1687,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", @@ -1711,10 +1711,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-grid-placement-auto%E2%91%A6", + "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", @@ -1767,10 +1767,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-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%A1", "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-grid-placement-auto%E2%91%A7", + "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-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", @@ -1810,7 +1810,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-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%A0%E2%91%A3", "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", @@ -1830,7 +1830,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-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%93%AA", "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", @@ -1850,7 +1850,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-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%A0", "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", @@ -1928,7 +1928,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%A3", + "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", @@ -2084,7 +2084,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%A0%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-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", @@ -2110,10 +2110,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%A0%E2%91%A2", + "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-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-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", + "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/#acks", "https://drafts.csswg.org/css-grid-1/#changes", "https://drafts.csswg.org/css-grid-1/#changes-202012", @@ -2225,8 +2225,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%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-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%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", @@ -2269,7 +2269,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%A0%E2%91%A8", + "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-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", @@ -2293,11 +2293,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%93%AA", + "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-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%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-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", @@ -2422,7 +2422,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%A1", + "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-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", @@ -2592,7 +2592,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%91%A3", + "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-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", @@ -2600,7 +2600,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-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A1", + "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-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", @@ -2643,8 +2643,8 @@ "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-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A3", "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-auto%E2%91%A2%E2%91%A3", "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/#change-2016-auto-min-editorial", "https://drafts.csswg.org/css-grid-1/#ref-for-minimum-contribution%E2%91%A0%E2%91%A3", diff --git a/ed/ids/css-grid-2.json b/ed/ids/css-grid-2.json index e159b41be2ae..4548816a5b75 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-valdef-grid-template-columns-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto", "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-valdef-grid-template-columns-auto%E2%91%A2", + "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-block-size", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content", @@ -358,7 +358,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%A3", + "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-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", @@ -674,7 +674,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%A4", + "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-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", @@ -1055,11 +1055,11 @@ "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%A5", + "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-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-grid-placement-auto", + "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%E2%91%A0", "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-implicitly-assigned-line-name%E2%91%A4", @@ -1754,7 +1754,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%A5", + "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-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", @@ -1766,11 +1766,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-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", "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-valdef-grid-template-columns-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", @@ -1943,7 +1943,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%A0%E2%93%AA", + "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", @@ -1966,7 +1966,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%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-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", @@ -2055,10 +2055,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%A6", + "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-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%A0", "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", @@ -2069,7 +2069,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%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", "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", @@ -2098,7 +2098,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%A7", + "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-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", @@ -2118,7 +2118,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%A8", + "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-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", @@ -2138,7 +2138,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%93%AA", + "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-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", diff --git a/ed/ids/css-pseudo-4.json b/ed/ids/css-pseudo-4.json index 9ccddead680e..2c8f5045c72d 100644 --- a/ed/ids/css-pseudo-4.json +++ b/ed/ids/css-pseudo-4.json @@ -564,7 +564,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-originating-element%E2%91%A1%E2%91%A3", "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-element-pseudo%E2%91%A1", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type", "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%A0%E2%91%A7", @@ -610,7 +610,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-x22%E2%91%A1", "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%E2%91%A0", + "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-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", @@ -627,7 +627,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-type", + "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%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A2%E2%91%A0", diff --git a/ed/ids/css-view-transitions-2.json b/ed/ids/css-view-transitions-2.json index 34ac540c64cb..2da66fded271 100644 --- a/ed/ids/css-view-transitions-2.json +++ b/ed/ids/css-view-transitions-2.json @@ -329,10 +329,42 @@ "https://drafts.csswg.org/css-view-transitions-2/#ref-for-list-clone", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-dom-startviewtransitionoptions-types%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-ordered-set%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#auto-vt-name", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A5", + "https://drafts.csswg.org/css-view-transitions-2/#auto-vt-name-overview", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A6", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A7", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A8", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-id", + "https://drafts.csswg.org/css-view-transitions-2/#auto-vt-name-example", + "https://drafts.csswg.org/css-view-transitions-2/#example-0256bb72", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#additions-to-vt-name", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-view-transitions-2/#view-transition-name-auto", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-identifier-value%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-id%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-tree-root", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-tree-root%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-id%E2%91%A1", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-part", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-id%E2%91%A2", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-node-document%E2%91%A1", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-active-view-transition%E2%91%A7", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition-group%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-css-tree-scoped-name%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#nested-view-transitions", "https://drafts.csswg.org/css-view-transitions-2/#nested-overview", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-view-transition-tree", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition-group%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition-group%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-snapshot-containing-block", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-overflow", @@ -345,7 +377,7 @@ "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-transform", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-perspective", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition-group%E2%91%A1", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition-group%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-view-transition-tree%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#nested-vt-example", "https://drafts.csswg.org/css-view-transitions-2/#example-5cc76d5d", @@ -356,51 +388,51 @@ "https://drafts.csswg.org/css-view-transitions-2/#ref-for-comb-one%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-comb-one%E2%91%A4", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-comb-one%E2%91%A5", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-identifier-value%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-identifier-value%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A5", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-named-view-transition-pseudo-elements%E2%91%A7", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A6", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-valdef-view-transition-name-none", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-named-view-transition-pseudo-elements%E2%91%A8", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition-group%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition-group%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A7", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A8", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition-group%E2%91%A4", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-valdef-view-transition-name-none%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-valdef-view-transition-name-none%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-normal", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A1", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-nearest-containing-group-name", "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-nearest", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A3", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A1", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-valdef-view-transition-name-none%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-contain", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A3", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A4", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-nearest-containing-group-name%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-nearest-containing-group-name%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-custom-ident", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-identifier-value%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A4", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-identifier-value%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A2", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A5", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-identifier-value%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A3", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-identifier-value%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-nearest-containing-group-name%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-2/#algorithms", "https://drafts.csswg.org/css-view-transitions-2/#cross-doc-data-structures", "https://drafts.csswg.org/css-view-transitions-2/#cross-doc-data-structure-document", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-2/#document-inbound-view-transition-params", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-view-transition-params", "https://drafts.csswg.org/css-view-transitions-2/#document-can-initiate-outbound-view-transition", @@ -434,26 +466,26 @@ "https://drafts.csswg.org/css-view-transitions-2/#vt-rule-algo", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-at-view-transition-rule%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-2/#resolve-view-transition-rule", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-visibility-state", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-at-view-transition-rule%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-view-transition-navigation%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A3", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A4", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-valdef-view-transition-navigation-none", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-view-transition-navigation%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A4", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A5", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-valdef-view-transition-navigation-auto%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-view-transition-types%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A5", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A6", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-ordered-set%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-ordered-set%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A6", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A7", "https://drafts.csswg.org/css-view-transitions-2/#setup-old-document-vt", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-view-transitions-2/#check-eligibility", "https://drafts.csswg.org/css-view-transitions-2/#navigation-can-trigger-a-cross-document-view-transition", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-navigationtype%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-in-parallel%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-implementation-defined", @@ -466,17 +498,17 @@ "https://drafts.csswg.org/css-view-transitions-2/#ref-for-dom-navigationtype-traverse%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-2/#setup-outbound-transition", "https://drafts.csswg.org/css-view-transitions-2/#setup-cross-document-view-transition", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-assert", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-task", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-can-initiate-outbound-view-transition%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-resolve-view-transition-rule", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-assert%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-event-pagereveal%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-active-view-transition%E2%91%A7", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-skip-the-view-transition%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-active-view-transition%E2%91%A8", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-skip-the-view-transition%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-active-view-transition%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-aborterror", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-idl-DOMException%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-relevant-realm%E2%91%A0", @@ -499,14 +531,14 @@ "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-relevant-global", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-inbound-view-transition-params%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-inbound-view-transition-params%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-active-view-transition%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-active-view-transition%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-perform-pending-transition-operations", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-event-pagereveal%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-active-view-transition%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-active-view-transition%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-viewtransition-phase", "https://drafts.csswg.org/css-view-transitions-2/#update-opt-in", "https://drafts.csswg.org/css-view-transitions-2/#update-the-opt-in-state-for-outbound-transitions", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-has-been-revealed", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-resolve-view-transition-rule%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-can-initiate-outbound-view-transition%E2%91%A1", @@ -518,10 +550,10 @@ "https://drafts.csswg.org/css-view-transitions-2/#ref-for-viewtransition-outbound-post-capture-steps%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-2/#cross-doc-after-capture", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-perform-pending-transition-operations%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-active-view-transition%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-viewtransition-outbound-post-capture-steps%E2%91%A3", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-active-view-transition%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-viewtransition-outbound-post-capture-steps%E2%91%A3", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-active-view-transition%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-viewtransition-phase%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-rendering-suppression-for-view-transitions", "https://drafts.csswg.org/css-view-transitions-2/#issue-ca114a78", @@ -536,9 +568,9 @@ "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-rendering-suppression-for-view-transitions%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-viewtransition-outbound-post-capture-steps%E2%91%A4", "https://drafts.csswg.org/css-view-transitions-2/#access-view-transition-in-new-doc", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A1%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-2/#resolve-inbound-cross-document-view-transition", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/css-view-transitions-2/#resolve-inbound-cross-document-view-transition", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-assert%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-fully-active", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-assert%E2%91%A2", @@ -546,7 +578,7 @@ "https://drafts.csswg.org/css-view-transitions-2/#ref-for-update-the-opt-in-state-for-outbound-transitions%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-inbound-view-transition-params%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-inbound-view-transition-params%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-active-view-transition%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-active-view-transition%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-resolve-view-transition-rule%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-viewtransition%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-relevant-realm%E2%91%A2", @@ -554,7 +586,7 @@ "https://drafts.csswg.org/css-view-transitions-2/#ref-for-view-transition-params-named-elements%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-viewtransition-initial-snapshot-containing-block-size%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-view-transition-params-initial-snapshot-containing-block-size%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-active-view-transition%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-active-view-transition%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-resolve", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-viewtransition-update-callback-done-promise", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-viewtransition-phase%E2%91%A1", @@ -564,50 +596,50 @@ "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-element", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element-class-list%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A7", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A8", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-class%E2%91%A7", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-node-document%E2%91%A1", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-node-document%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-2/#vt-group-algorithm", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A4", "https://drafts.csswg.org/css-view-transitions-2/#vt-group-nearest-contain", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A5", "https://drafts.csswg.org/css-view-transitions-2/#nearest-containing-group-name", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-element%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A8", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-valdef-view-transition-name-none%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A6", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-valdef-view-transition-group-contain", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-valdef-view-transition-group-contain", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-2/#vt-group-capture-old", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A7", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-element%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element-containing-group-name", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A5", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A6", "https://drafts.csswg.org/css-view-transitions-2/#vt-group-capture-new", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A8", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element%E2%91%A4", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-element%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element-containing-group-name%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A6", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A7", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-view-transitions-2/#vt-group-reparent", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition-group%E2%91%A4", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition-group%E2%91%A5", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element%E2%91%A5", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element-containing-group-name%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-viewtransition-named-elements%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition-group%E2%91%A5", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-view-transition-name", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition-group%E2%91%A6", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-view-transition-name", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition-group%E2%91%A7", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-view-transition-name%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-multiply", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element-old-transform", "https://drafts.csswg.org/css-view-transitions-2/#vt-group-transform-adjust", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-transform%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition-group%E2%91%A7", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition-group%E2%91%A8", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element-group-styles-rule", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element%E2%91%A6", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-viewtransition%E2%91%A0%E2%91%A8", @@ -620,11 +652,11 @@ "https://drafts.csswg.org/css-view-transitions-2/#priv", "https://drafts.csswg.org/css-view-transitions-2/#sec", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-settings-object-cross-origin-isolated-capability", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A1%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-settings-object-cross-origin-isolated-capability%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A1%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-was-created-via-cross-origin-redirects%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-settings-object-cross-origin-isolated-capability%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A1%E2%91%A5", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-was-created-via-cross-origin-redirects%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-reactivate-a-document", "https://drafts.csswg.org/css-view-transitions-2/#w3c-conformance", "https://drafts.csswg.org/css-view-transitions-2/#w3c-conventions", @@ -647,6 +679,7 @@ "https://drafts.csswg.org/css-view-transitions-2/#6821b177", "https://drafts.csswg.org/css-view-transitions-2/#86928bde", "https://drafts.csswg.org/css-view-transitions-2/#778f8dbd", + "https://drafts.csswg.org/css-view-transitions-2/#2988c385", "https://drafts.csswg.org/css-view-transitions-2/#84252421", "https://drafts.csswg.org/css-view-transitions-2/#e2e08d07", "https://drafts.csswg.org/css-view-transitions-2/#f73b681a", @@ -699,8 +732,10 @@ "https://drafts.csswg.org/css-view-transitions-2/#705b4fd3", "https://drafts.csswg.org/css-view-transitions-2/#a973e0fe", "https://drafts.csswg.org/css-view-transitions-2/#2f0ba72c", + "https://drafts.csswg.org/css-view-transitions-2/#6ea37aa1", "https://drafts.csswg.org/css-view-transitions-2/#5216e1a0", "https://drafts.csswg.org/css-view-transitions-2/#c62cd7cf", + "https://drafts.csswg.org/css-view-transitions-2/#f7960529", "https://drafts.csswg.org/css-view-transitions-2/#9f184b64", "https://drafts.csswg.org/css-view-transitions-2/#3fa202c4", "https://drafts.csswg.org/css-view-transitions-2/#15751ed7", @@ -791,6 +826,7 @@ "https://drafts.csswg.org/css-view-transitions-2/#biblio-webidl", "https://drafts.csswg.org/css-view-transitions-2/#informative", "https://drafts.csswg.org/css-view-transitions-2/#biblio-css-conditional-3", + "https://drafts.csswg.org/css-view-transitions-2/#biblio-css-shadow-parts-1", "https://drafts.csswg.org/css-view-transitions-2/#property-index", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-class%E2%91%A8", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A0%E2%91%A0", diff --git a/ed/ids/fenced-frame.json b/ed/ids/fenced-frame.json index 38626dfc7fa2..d9da2a7ca181 100644 --- a/ed/ids/fenced-frame.json +++ b/ed/ids/fenced-frame.json @@ -393,6 +393,18 @@ "https://wicg.github.io/fenced-frame/#infopanel-for-pending-event-event", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-pending-event-event", "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-destination-event", + "https://wicg.github.io/fenced-frame/#pending-event-request-initiator", + "https://wicg.github.io/fenced-frame/#infopanel-for-pending-event-request-initiator", + "https://wicg.github.io/fenced-frame/#infopaneltitle-for-pending-event-request-initiator", + "https://wicg.github.io/fenced-frame/#infopanel-for-pending-event-request-initiator", + "https://wicg.github.io/fenced-frame/#infopaneltitle-for-pending-event-request-initiator", + "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A0", + "https://wicg.github.io/fenced-frame/#pending-event-initiator-referrer-policy", + "https://wicg.github.io/fenced-frame/#infopanel-for-pending-event-initiator-referrer-policy", + "https://wicg.github.io/fenced-frame/#infopaneltitle-for-pending-event-initiator-referrer-policy", + "https://wicg.github.io/fenced-frame/#infopanel-for-pending-event-initiator-referrer-policy", + "https://wicg.github.io/fenced-frame/#infopaneltitle-for-pending-event-initiator-referrer-policy", + "https://wicg.github.io/fenced-frame/#ref-for-referrer-policy", "https://wicg.github.io/fenced-frame/#fencedframetype-reporting-destination-info", "https://wicg.github.io/fenced-frame/#infopanel-for-fencedframetype-reporting-destination-info", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-fencedframetype-reporting-destination-info", @@ -400,6 +412,12 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-fencedframetype-reporting-destination-info", "https://wicg.github.io/fenced-frame/#ref-for-struct%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-struct-item%E2%91%A2", + "https://wicg.github.io/fenced-frame/#reporting-destination-info-reporting-url-declarer-origin", + "https://wicg.github.io/fenced-frame/#infopanel-for-reporting-destination-info-reporting-url-declarer-origin", + "https://wicg.github.io/fenced-frame/#infopaneltitle-for-reporting-destination-info-reporting-url-declarer-origin", + "https://wicg.github.io/fenced-frame/#infopanel-for-reporting-destination-info-reporting-url-declarer-origin", + "https://wicg.github.io/fenced-frame/#infopaneltitle-for-reporting-destination-info-reporting-url-declarer-origin", + "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A1", "https://wicg.github.io/fenced-frame/#reporting-destination-info-reporting-url-map", "https://wicg.github.io/fenced-frame/#infopanel-for-reporting-destination-info-reporting-url-map", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-reporting-destination-info-reporting-url-map", @@ -445,6 +463,7 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-finalize-a-reporting-destination", "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-fenced-frame-reporting-map%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-enumdef-fencereportingdestination%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-ordered-map%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-map-getting-the-keys%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-string%E2%91%A3", @@ -460,11 +479,14 @@ "https://wicg.github.io/fenced-frame/#ref-for-map-set%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-struct%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-struct-item%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-reporting-destination-info-reporting-url-declarer-origin", "https://wicg.github.io/fenced-frame/#ref-for-reporting-destination-info-reporting-url-map", "https://wicg.github.io/fenced-frame/#ref-for-reporting-destination-info-reporting-macro-map", "https://wicg.github.io/fenced-frame/#ref-for-list-iterate", "https://wicg.github.io/fenced-frame/#ref-for-send-a-beacon", "https://wicg.github.io/fenced-frame/#ref-for-pending-event-event", + "https://wicg.github.io/fenced-frame/#ref-for-pending-event-request-initiator", + "https://wicg.github.io/fenced-frame/#ref-for-pending-event-initiator-referrer-policy", "https://wicg.github.io/fenced-frame/#fencedframetype-fenced-frame-reporting-metadata", "https://wicg.github.io/fenced-frame/#infopanel-for-fencedframetype-fenced-frame-reporting-metadata", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-fencedframetype-fenced-frame-reporting-metadata", @@ -490,7 +512,7 @@ "https://wicg.github.io/fenced-frame/#infopanel-for-fenced-frame-reporting-metadata-allowed-reporting-origins", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-fenced-frame-reporting-metadata-allowed-reporting-origins", "https://wicg.github.io/fenced-frame/#ref-for-list%E2%91%A4", - "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-destination-url-event", "https://wicg.github.io/fenced-frame/#fenced-frame-reporting-metadata-attempted-custom-url-report-to-disallowed-origin", "https://wicg.github.io/fenced-frame/#infopanel-for-fenced-frame-reporting-metadata-attempted-custom-url-report-to-disallowed-origin", @@ -564,7 +586,7 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-destination-enum-event-attributionreportingcontextorigin", "https://wicg.github.io/fenced-frame/#infopanel-for-destination-enum-event-attributionreportingcontextorigin", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-destination-enum-event-attributionreportingcontextorigin", - "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A4", "https://wicg.github.io/fenced-frame/#fencedframetype-destination-url-event", "https://wicg.github.io/fenced-frame/#infopanel-for-fencedframetype-destination-url-event", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-fencedframetype-destination-url-event", @@ -601,7 +623,7 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-automatic-beacon-event-attributionreportingcontextorigin", "https://wicg.github.io/fenced-frame/#infopanel-for-automatic-beacon-event-attributionreportingcontextorigin", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-automatic-beacon-event-attributionreportingcontextorigin", - "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A5", "https://wicg.github.io/fenced-frame/#fencedframetype-destination-event", "https://wicg.github.io/fenced-frame/#infopanel-for-fencedframetype-destination-event", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-fencedframetype-destination-event", @@ -617,6 +639,8 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-send-a-beacon", "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-reporting-destination-info%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-destination-event%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A6", + "https://wicg.github.io/fenced-frame/#ref-for-referrer-policy%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-string%E2%91%A0%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-eligibility-unset", "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-destination-enum-event%E2%91%A0", @@ -659,7 +683,20 @@ "https://wicg.github.io/fenced-frame/#ref-for-request-service-workers-mode", "https://wicg.github.io/fenced-frame/#issue-bc2a846a", "https://wicg.github.io/fenced-frame/#ref-for-concept-request-origin", + "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-destination-url-event%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-reporting-destination-info-reporting-url-declarer-origin%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-destination-url-event%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A5", + "https://wicg.github.io/fenced-frame/#ref-for-dom-fence-reportevent", + "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-destination-enum-event%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-automatic-beacon-event%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A0%E2%91%A5", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A6", + "https://wicg.github.io/fenced-frame/#ref-for-concept-request-origin%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A7", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A7", "https://wicg.github.io/fenced-frame/#ref-for-concept-request-referrer", + "https://wicg.github.io/fenced-frame/#ref-for-concept-request-referrer-policy", "https://wicg.github.io/fenced-frame/#ref-for-concept-request-mode", "https://wicg.github.io/fenced-frame/#ref-for-concept-request-credentials-mode", "https://wicg.github.io/fenced-frame/#ref-for-request-attribution-reporting-eligibility", @@ -667,7 +704,7 @@ "https://wicg.github.io/fenced-frame/#ref-for-process-response", "https://wicg.github.io/fenced-frame/#ref-for-fetch-useparallelqueue", "https://wicg.github.io/fenced-frame/#ref-for-in-parallel", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A5", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A8", "https://wicg.github.io/fenced-frame/#ref-for-in-parallel%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-concept-fetch%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-fetch-useparallelqueue%E2%91%A0", @@ -680,10 +717,12 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-report-an-event", "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-fenced-frame-reporter", "https://wicg.github.io/fenced-frame/#ref-for-enumdef-fencereportingdestination%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A8", + "https://wicg.github.io/fenced-frame/#ref-for-referrer-policy%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-destination-event%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-reporter-fenced-frame-reporting-metadata-reference", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-reporting-metadata-direct-seller-is-seller", - "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-destination-url-event%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-destination-url-event%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-concept-url-origin", "https://wicg.github.io/fenced-frame/#ref-for-same-origin", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-reporting-metadata-allowed-reporting-origins", @@ -695,6 +734,8 @@ "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-pending-event%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-pending-event-destination", "https://wicg.github.io/fenced-frame/#ref-for-pending-event-event%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-pending-event-request-initiator%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-pending-event-initiator-referrer-policy%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-list-append", "https://wicg.github.io/fenced-frame/#ref-for-assert%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-ordered-map%E2%91%A7", @@ -720,7 +761,7 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-exfiltration-budget-metadata-origin", "https://wicg.github.io/fenced-frame/#infopanel-for-exfiltration-budget-metadata-origin", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-exfiltration-budget-metadata-origin", - "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A0%E2%93%AA", "https://wicg.github.io/fenced-frame/#exfiltration-budget-metadata-amount-to-debit", "https://wicg.github.io/fenced-frame/#infopanel-for-exfiltration-budget-metadata-amount-to-debit", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-exfiltration-budget-metadata-amount-to-debit", @@ -738,7 +779,7 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-exfiltration-budget-metadata-reference-origin", "https://wicg.github.io/fenced-frame/#infopanel-for-exfiltration-budget-metadata-reference-origin", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-exfiltration-budget-metadata-reference-origin", - "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A4", + "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A0%E2%91%A0", "https://wicg.github.io/fenced-frame/#exfiltration-budget-metadata-reference-amount-to-debit-reference", "https://wicg.github.io/fenced-frame/#infopanel-for-exfiltration-budget-metadata-reference-amount-to-debit-reference", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-exfiltration-budget-metadata-reference-amount-to-debit-reference", @@ -898,7 +939,7 @@ "https://wicg.github.io/fenced-frame/#infopanel-for-nested-configs-value", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-nested-configs-value", "https://wicg.github.io/fenced-frame/#ref-for-list%E2%91%A8", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A0%E2%91%A5", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A0%E2%91%A6", "https://wicg.github.io/fenced-frame/#nested-configs-visibility", "https://wicg.github.io/fenced-frame/#ref-for-fencedframeconfig-visibility%E2%91%A6", "https://wicg.github.io/fenced-frame/#fenced-frame-config-embedder-shared-storage-context", @@ -919,7 +960,7 @@ "https://wicg.github.io/fenced-frame/#infopanel-for-fenced-frame-config-cross-origin-reporting-allowed", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-fenced-frame-config-cross-origin-reporting-allowed", "https://wicg.github.io/fenced-frame/#ref-for-boolean%E2%91%A4", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A0%E2%91%A6", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A0%E2%91%A7", "https://wicg.github.io/fenced-frame/#fenced-frame-config-instance-struct", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-struct%E2%91%A1%E2%91%A0", @@ -993,7 +1034,7 @@ "https://wicg.github.io/fenced-frame/#ref-for-map-getting-the-keys%E2%91%A7", "https://wicg.github.io/fenced-frame/#ref-for-urn-uuid%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-map-getting-the-values%E2%91%A7", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A0%E2%91%A7", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A0%E2%91%A8", "https://wicg.github.io/fenced-frame/#fenced-frame-config-instance-partition-nonce", "https://wicg.github.io/fenced-frame/#infopanel-for-fenced-frame-config-instance-partition-nonce", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-fenced-frame-config-instance-partition-nonce", @@ -1023,7 +1064,7 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-instantiate-a-config", "https://wicg.github.io/fenced-frame/#infopanel-for-instantiate-a-config", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-instantiate-a-config", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A0%E2%91%A8", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A1%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance-mapped-url", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-mapped-url%E2%91%A0", @@ -1095,13 +1136,13 @@ "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A1%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-the-iframe-element%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-content-navigable", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A1%E2%93%AA", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A1%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance%E2%91%A3", "https://wicg.github.io/fenced-frame/#fenced-frame-config-interface", "https://wicg.github.io/fenced-frame/#ref-for-fencedframeconfig%E2%91%A0%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A1%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-fencedframeconfig%E2%91%A0%E2%91%A1", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A1%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A1%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-struct%E2%91%A1%E2%91%A2", "https://wicg.github.io/fenced-frame/#enumdef-opaqueproperty", "https://wicg.github.io/fenced-frame/#dom-opaqueproperty-opaque", @@ -1384,7 +1425,7 @@ "https://wicg.github.io/fenced-frame/#infopanel-for-fence", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-fence", "https://wicg.github.io/fenced-frame/#ref-for-idl-undefined%E2%91%A4", - "https://wicg.github.io/fenced-frame/#ref-for-dom-fence-reportevent", + "https://wicg.github.io/fenced-frame/#ref-for-dom-fence-reportevent%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-typedefdef-reporteventtype", "https://wicg.github.io/fenced-frame/#dom-fence-reportevent-event-event", "https://wicg.github.io/fenced-frame/#ref-for-idl-undefined%E2%91%A5", @@ -1405,10 +1446,18 @@ "https://wicg.github.io/fenced-frame/#ref-for-browsing-context-fenced-frame-config-instance%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance-is-ad-component%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance-fenced-frame-reporter%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-idl-DOMString%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A8", + "https://wicg.github.io/fenced-frame/#ref-for-concept-relevant-global%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-concept-document-window", + "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-relevant-settings-object%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-concept-settings-object-origin%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-concept-document-policy-container", + "https://wicg.github.io/fenced-frame/#ref-for-policy-container-referrer-policy", + "https://wicg.github.io/fenced-frame/#ref-for-idl-DOMString%E2%91%A6", + "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-relevant-settings-object%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-concept-settings-object-origin%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance-mapped-url%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-concept-url-origin%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-same-origin%E2%91%A1", @@ -1417,9 +1466,9 @@ "https://wicg.github.io/fenced-frame/#ref-for-dictdef-fenceevent%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-dom-fenceevent-eventtype%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-string-starts-with%E2%91%A1", - "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%93%AA", - "https://wicg.github.io/fenced-frame/#ref-for-relevant-settings-object%E2%91%A1", - "https://wicg.github.io/fenced-frame/#ref-for-concept-settings-object-origin%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-relevant-settings-object%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-concept-settings-object-origin%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance-mapped-url%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-concept-url-origin%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-same-origin%E2%91%A2", @@ -1439,15 +1488,12 @@ "https://wicg.github.io/fenced-frame/#ref-for-report-an-event%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance-fenced-frame-reporter%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-dom-fencereportingdestination-buyer", - "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-destination-url-event%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-destination-url-event%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-dom-fenceevent-destinationurl%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-dom-fenceevent-destination%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-dom-fenceevent-eventtype%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-dfn-throw%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-exceptiondef-typeerror%E2%91%A5", - "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-concept-relevant-global%E2%91%A3", - "https://wicg.github.io/fenced-frame/#ref-for-concept-document-window", "https://wicg.github.io/fenced-frame/#ref-for-allowed-to-use", "https://wicg.github.io/fenced-frame/#ref-for-dom-permissionpolicy-attribution-reporting", "https://wicg.github.io/fenced-frame/#ref-for-node-context-origin", @@ -1455,7 +1501,7 @@ "https://wicg.github.io/fenced-frame/#ref-for-dom-fenceevent-destination%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-report-an-event%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance-fenced-frame-reporter%E2%91%A3", - "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-destination-enum-event%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-destination-enum-event%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-struct-item%E2%91%A1%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-destination-enum-event-type%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-dom-fenceevent-eventtype%E2%91%A4", @@ -1474,18 +1520,18 @@ "https://wicg.github.io/fenced-frame/#ref-for-exceptiondef-typeerror%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-dom-fenceevent-eventtype%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-automatic-beacon-event-type%E2%91%A1", - "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-concept-relevant-global%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-window-bc%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-browsing-context-fenced-frame-config-instance%E2%91%A2", - "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%91%A2", - "https://wicg.github.io/fenced-frame/#ref-for-relevant-settings-object%E2%91%A2", - "https://wicg.github.io/fenced-frame/#ref-for-concept-settings-object-origin%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-relevant-settings-object%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-concept-settings-object-origin%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance-mapped-url%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-concept-url-origin%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-same-origin%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance-fenced-frame-reporter%E2%91%A4", - "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-concept-relevant-global%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-concept-document-window%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-document-automatic-beacon-data-map", @@ -1507,13 +1553,13 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-dom-fence-getnestedconfigs", "https://wicg.github.io/fenced-frame/#infopanel-for-dom-fence-getnestedconfigs", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-dom-fence-getnestedconfigs", - "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%91%A4", + "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-concept-relevant-global%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-window-bc%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-browsing-context-fenced-frame-config-instance%E2%91%A3", - "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%91%A5", - "https://wicg.github.io/fenced-frame/#ref-for-relevant-settings-object%E2%91%A3", - "https://wicg.github.io/fenced-frame/#ref-for-concept-settings-object-origin%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%91%A6", + "https://wicg.github.io/fenced-frame/#ref-for-relevant-settings-object%E2%91%A4", + "https://wicg.github.io/fenced-frame/#ref-for-concept-settings-object-origin%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance-mapped-url%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-concept-url-origin%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-same-origin%E2%91%A4", @@ -1524,7 +1570,7 @@ "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance-nested-configs%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-new%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-fencedframeconfig%E2%91%A1%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%91%A6", + "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%91%A7", "https://wicg.github.io/fenced-frame/#ref-for-concept-relevant-realm", "https://wicg.github.io/fenced-frame/#ref-for-fencedframeconfig-urn%E2%91%A7", "https://wicg.github.io/fenced-frame/#ref-for-fencedframeconfig-sharedstoragecontext%E2%91%A3", @@ -1563,8 +1609,8 @@ "https://wicg.github.io/fenced-frame/#infopanel-for-attempt-to-send-an-automatic-beacon", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-attempt-to-send-an-automatic-beacon", "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params", - "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A5", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A6", + "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A0%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-automatic-beacon-event-type%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-node-navigable", "https://wicg.github.io/fenced-frame/#ref-for-traversable-navigable%E2%91%A0", @@ -1574,6 +1620,12 @@ "https://wicg.github.io/fenced-frame/#ref-for-navigate%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-top-level-traversable%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A2%E2%93%AA", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance-is-ad-component%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-initiator-ancestor-root-origin", + "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-policy-container", + "https://wicg.github.io/fenced-frame/#ref-for-policy-container-referrer-policy%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance-is-ad-component%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-initiator-ancestor-root-referrer-policy", "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-automatic-beacon-data-map", "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-automatic-beacons-allowed", "https://wicg.github.io/fenced-frame/#ref-for-same-origin%E2%91%A5", @@ -1587,14 +1639,14 @@ "https://wicg.github.io/fenced-frame/#ref-for-map-getting-the-keys%E2%91%A0%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-report-an-event%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance-fenced-frame-reporter%E2%91%A6", - "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-automatic-beacon-event%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-automatic-beacon-event%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-struct-item%E2%91%A1%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-automatic-beacon-event-type%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-automatic-beacon-event-data", "https://wicg.github.io/fenced-frame/#ref-for-automatic-beacon-data-eventdata%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-automatic-beacon-data-destination%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-list-contain", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance-is-ad-component%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance-is-ad-component%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-automatic-beacon-event-attributionreportingenabled", "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-attribution-reporting-enabled", "https://wicg.github.io/fenced-frame/#ref-for-automatic-beacon-event-attributionreportingcontextorigin", @@ -1603,7 +1655,7 @@ "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-automatic-beacon-data-map%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-navigate%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-attempt-to-send-an-automatic-beacon", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A7", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-automatic-beacon-event-type-reservedtop_navigation_start%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-attempt-to-populate-the-history-entry's-document", "https://wicg.github.io/fenced-frame/#ref-for-attempt-to-send-an-automatic-beacon%E2%91%A0", @@ -1633,13 +1685,13 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-dom-window-fence", "https://wicg.github.io/fenced-frame/#infopanel-for-dom-window-fence", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-dom-window-fence", - "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%91%A7", + "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%91%A8", "https://wicg.github.io/fenced-frame/#ref-for-window-bc%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-browsing-context-fenced-frame-config-instance%E2%91%A4", - "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A0%E2%91%A8", + "https://wicg.github.io/fenced-frame/#ref-for-this%E2%91%A1%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-window-fence", "https://wicg.github.io/fenced-frame/#document-extension", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A8", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%91%A1", "https://wicg.github.io/fenced-frame/#fencedframetype-automatic-beacon-data", "https://wicg.github.io/fenced-frame/#infopanel-for-fencedframetype-automatic-beacon-data", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-fencedframetype-automatic-beacon-data", @@ -1672,7 +1724,7 @@ "https://wicg.github.io/fenced-frame/#infopanel-for-automatic-beacon-data-crossoriginexposed", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-automatic-beacon-data-crossoriginexposed", "https://wicg.github.io/fenced-frame/#ref-for-boolean%E2%91%A8", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%93%AA", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%91%A2", "https://wicg.github.io/fenced-frame/#document-automatic-beacon-data-map", "https://wicg.github.io/fenced-frame/#infopanel-for-document-automatic-beacon-data-map", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-document-automatic-beacon-data-map", @@ -1683,7 +1735,7 @@ "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-automatic-beacon-event-type%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-map-getting-the-values%E2%91%A0%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-automatic-beacon-data%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%91%A3", "https://wicg.github.io/fenced-frame/#document-automatic-beacons-allowed", "https://wicg.github.io/fenced-frame/#infopanel-for-document-automatic-beacons-allowed", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-document-automatic-beacons-allowed", @@ -1696,7 +1748,7 @@ "https://wicg.github.io/fenced-frame/#ref-for-the-document's-referrer", "https://wicg.github.io/fenced-frame/#ref-for-concept-document-origin", "https://wicg.github.io/fenced-frame/#ref-for-document-base-url", - "https://wicg.github.io/fenced-frame/#ref-for-concept-document-policy-container", + "https://wicg.github.io/fenced-frame/#ref-for-concept-document-policy-container%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-browsing-context-fenced-frame-config-instance%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-concept-document-bc%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-browsing-context-fenced-frame-config-instance%E2%91%A6", @@ -1705,12 +1757,12 @@ "https://wicg.github.io/fenced-frame/#ref-for-is-local", "https://wicg.github.io/fenced-frame/#ref-for-concept-url%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-the-iframe-element%E2%91%A3", - "https://wicg.github.io/fenced-frame/#ref-for-concept-document-policy-container%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-concept-document-policy-container%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-navigation-request%E2%91%A3", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A2%E2%91%A1", - "https://wicg.github.io/fenced-frame/#ref-for-concept-document-policy-container%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-concept-document-policy-container%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-concept-document-policy-container%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-determining-navigation-params-policy-container", "https://wicg.github.io/fenced-frame/#ref-for-boolean%E2%91%A0%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-is-local%E2%91%A0", @@ -1719,17 +1771,17 @@ "https://wicg.github.io/fenced-frame/#ref-for-about%3Asrcdoc%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-create-navigation-params-by-fetching", "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A6", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-nav-document", "https://wicg.github.io/fenced-frame/#ref-for-navigable-unfenced-parent", "https://wicg.github.io/fenced-frame/#ref-for-determining-navigation-params-policy-container%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-concept-response-url", "https://wicg.github.io/fenced-frame/#ref-for-she-document-state%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-document-state-history-policy-container", - "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-policy-container", + "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-policy-container%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A2%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-policy-container", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%91%A6", "https://wicg.github.io/fenced-frame/#nested-traversables", "https://wicg.github.io/fenced-frame/#nested-traversables-intro", "https://wicg.github.io/fenced-frame/#ref-for-navigable", @@ -1749,7 +1801,7 @@ "https://wicg.github.io/fenced-frame/#ref-for-browsing-context-group%E2%91%A3", "https://wicg.github.io/fenced-frame/#fenced-user-activation", "https://wicg.github.io/fenced-frame/#ref-for-tracking-user-activation", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%91%A4", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%91%A7", "https://wicg.github.io/fenced-frame/#ref-for-activation-notification", "https://wicg.github.io/fenced-frame/#ref-for-ancestor-navigables", "https://wicg.github.io/fenced-frame/#ref-for-same-origin%E2%91%A6", @@ -1771,9 +1823,9 @@ "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A0%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-create-a-new-nested-traversable%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-navigate%E2%91%A5", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%91%A5", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%91%A8", "https://wicg.github.io/fenced-frame/#ref-for-active-sandboxing-flag-set", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%91%A6", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-child-navigable%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A2%E2%91%A7", "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A2%E2%91%A8", @@ -1987,7 +2039,7 @@ "https://wicg.github.io/fenced-frame/#ref-for-nav-document%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-focus-unfenced", "https://wicg.github.io/fenced-frame/#ref-for-list-contain%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%91%A7", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-node-navigable%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-nav-traversable%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A1%E2%91%A5", @@ -2035,12 +2087,12 @@ "https://wicg.github.io/fenced-frame/#ref-for-focusable-area%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-dom-anchor", "https://wicg.github.io/fenced-frame/#ref-for-concept-node-document%E2%91%A1", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A0%E2%91%A8", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-node-navigable%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-nav-parent%E2%91%A0%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-node-navigable%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-nav-parent%E2%91%A0%E2%91%A2", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%93%AA", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-node-navigable%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-traversable-navigable%E2%91%A0%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-traversable-navigable-unfenced-parent%E2%91%A0%E2%91%A1", @@ -2097,7 +2149,7 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-supports-loading-mode-fenced-frame", "https://wicg.github.io/fenced-frame/#infopanel-for-supports-loading-mode-fenced-frame", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-supports-loading-mode-fenced-frame", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A2%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A2%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-attempt-to-populate-the-history-entry's-document%E2%91%A0", @@ -2114,7 +2166,7 @@ "https://wicg.github.io/fenced-frame/#ref-for-supports-loading-mode-fenced-frame", "https://wicg.github.io/fenced-frame/#allow-automatic-beacons", "https://wicg.github.io/fenced-frame/#ref-for-http-headerdef-allow-fenced-frame-automatic-beacons", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-same-origin%E2%91%A7", "https://wicg.github.io/fenced-frame/#ref-for-concept-document-bc%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance%E2%91%A4", @@ -2124,7 +2176,7 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-http-headerdef-allow-fenced-frame-automatic-beacons", "https://wicg.github.io/fenced-frame/#infopanel-for-http-headerdef-allow-fenced-frame-automatic-beacons", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-http-headerdef-allow-fenced-frame-automatic-beacons", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-section-1", "https://wicg.github.io/fenced-frame/#ref-for-boolean%E2%91%A0%E2%91%A4", "https://wicg.github.io/fenced-frame/#allow-cross-origin-reporting", @@ -2136,9 +2188,9 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-http-headerdef-allow-cross-origin-event-reporting", "https://wicg.github.io/fenced-frame/#infopanel-for-http-headerdef-allow-cross-origin-event-reporting", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-http-headerdef-allow-cross-origin-event-reporting", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-child-navigable%E2%91%A6", - "https://wicg.github.io/fenced-frame/#ref-for-dom-fence-reportevent%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-dom-fence-reportevent%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-section-1%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-boolean%E2%91%A0%E2%91%A5", "https://wicg.github.io/fenced-frame/#coop-coep", @@ -2170,7 +2222,7 @@ "https://wicg.github.io/fenced-frame/#ref-for-navigable-unfenced-container-document%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-concept-document-origin%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-navigable-unfenced-container-document%E2%91%A1", - "https://wicg.github.io/fenced-frame/#ref-for-relevant-settings-object%E2%91%A4", + "https://wicg.github.io/fenced-frame/#ref-for-relevant-settings-object%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-concept-request-destination%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-concept-network-error%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-iteration-break%E2%91%A2", @@ -2188,12 +2240,37 @@ "https://wicg.github.io/fenced-frame/#infopanel-for-source-snapshot-params-initiator-fenced-frame-config-instance", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-source-snapshot-params-initiator-fenced-frame-config-instance", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance%E2%91%A6", + "https://wicg.github.io/fenced-frame/#source-snapshot-params-initiator-ancestor-root-origin", + "https://wicg.github.io/fenced-frame/#infopanel-for-source-snapshot-params-initiator-ancestor-root-origin", + "https://wicg.github.io/fenced-frame/#infopaneltitle-for-source-snapshot-params-initiator-ancestor-root-origin", + "https://wicg.github.io/fenced-frame/#infopanel-for-source-snapshot-params-initiator-ancestor-root-origin", + "https://wicg.github.io/fenced-frame/#infopaneltitle-for-source-snapshot-params-initiator-ancestor-root-origin", + "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A0%E2%91%A2", + "https://wicg.github.io/fenced-frame/#source-snapshot-params-initiator-ancestor-root-referrer-policy", + "https://wicg.github.io/fenced-frame/#infopanel-for-source-snapshot-params-initiator-ancestor-root-referrer-policy", + "https://wicg.github.io/fenced-frame/#infopaneltitle-for-source-snapshot-params-initiator-ancestor-root-referrer-policy", + "https://wicg.github.io/fenced-frame/#infopanel-for-source-snapshot-params-initiator-ancestor-root-referrer-policy", + "https://wicg.github.io/fenced-frame/#infopaneltitle-for-source-snapshot-params-initiator-ancestor-root-referrer-policy", + "https://wicg.github.io/fenced-frame/#ref-for-referrer-policy%E2%91%A2", "https://wicg.github.io/fenced-frame/#source-snapshot-params-target-fenced-frame-config", "https://wicg.github.io/fenced-frame/#infopanel-for-source-snapshot-params-target-fenced-frame-config", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-source-snapshot-params-target-fenced-frame-config", "https://wicg.github.io/fenced-frame/#infopanel-for-source-snapshot-params-target-fenced-frame-config", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-source-snapshot-params-target-fenced-frame-config", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A1%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A1%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-initiator-fenced-frame-config-instance%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance%E2%91%A7", + "https://wicg.github.io/fenced-frame/#ref-for-browsing-context%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-initiator-ancestor-root-origin%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-initiator-ancestor-root-referrer-policy%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-attempt-to-send-an-automatic-beacon%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A0%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-enumdef-fencereportingdestination%E2%91%A5", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A4%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-target-fenced-frame-config", + "https://wicg.github.io/fenced-frame/#ref-for-instantiate-a-config", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A1%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A4%E2%91%A3", "https://wicg.github.io/fenced-frame/#source-snapshot-params-attribution-reporting-enabled", "https://wicg.github.io/fenced-frame/#infopanel-for-source-snapshot-params-attribution-reporting-enabled", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-source-snapshot-params-attribution-reporting-enabled", @@ -2205,7 +2282,7 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-source-snapshot-params-attribution-reporting-context-origin", "https://wicg.github.io/fenced-frame/#infopanel-for-source-snapshot-params-attribution-reporting-context-origin", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-source-snapshot-params-attribution-reporting-context-origin", - "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A6", + "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A0%E2%91%A4", "https://wicg.github.io/fenced-frame/#source-snapshot-params-automatic-beacons-allowed", "https://wicg.github.io/fenced-frame/#infopanel-for-source-snapshot-params-automatic-beacons-allowed", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-source-snapshot-params-automatic-beacons-allowed", @@ -2222,23 +2299,12 @@ "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-automatic-beacon-event-type%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-map-getting-the-values%E2%91%A0%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-fencedframetype-automatic-beacon-data%E2%91%A1", - "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-initiator-fenced-frame-config-instance%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance%E2%91%A7", - "https://wicg.github.io/fenced-frame/#ref-for-browsing-context%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-attempt-to-send-an-automatic-beacon%E2%91%A2", - "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A7", - "https://wicg.github.io/fenced-frame/#ref-for-enumdef-fencereportingdestination%E2%91%A5", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A4%E2%91%A2", - "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-target-fenced-frame-config", - "https://wicg.github.io/fenced-frame/#ref-for-instantiate-a-config", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A1%E2%91%A2", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A4%E2%91%A3", "https://wicg.github.io/fenced-frame/#get-the-automatic-beacon-data-mapping-to-use", "https://wicg.github.io/fenced-frame/#infopanel-for-get-the-automatic-beacon-data-mapping-to-use", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-get-the-automatic-beacon-data-mapping-to-use", "https://wicg.github.io/fenced-frame/#infopanel-for-get-the-automatic-beacon-data-mapping-to-use", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-get-the-automatic-beacon-data-mapping-to-use", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%91%A4", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%91%A7", "https://wicg.github.io/fenced-frame/#ref-for-assert%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-event-loop", "https://wicg.github.io/fenced-frame/#ref-for-document-automatic-beacon-data-map%E2%91%A0", @@ -2248,15 +2314,43 @@ "https://wicg.github.io/fenced-frame/#ref-for-document-automatic-beacon-data-map%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-map-exists%E2%91%A8", "https://wicg.github.io/fenced-frame/#ref-for-nav-parent%E2%91%A0%E2%91%A3", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%91%A5", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%91%A8", "https://wicg.github.io/fenced-frame/#ref-for-document-automatic-beacon-data-map%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-attempt-to-send-an-automatic-beacon%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-automatic-beacon-data-once%E2%91%A1", + "https://wicg.github.io/fenced-frame/#get-the-initiators-fenced-grand-ancestors-navigable", + "https://wicg.github.io/fenced-frame/#infopanel-for-get-the-initiators-fenced-grand-ancestors-navigable", + "https://wicg.github.io/fenced-frame/#infopaneltitle-for-get-the-initiators-fenced-grand-ancestors-navigable", + "https://wicg.github.io/fenced-frame/#infopanel-for-get-the-initiators-fenced-grand-ancestors-navigable", + "https://wicg.github.io/fenced-frame/#infopaneltitle-for-get-the-initiators-fenced-grand-ancestors-navigable", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%93%AA", + "https://wicg.github.io/fenced-frame/#ref-for-node-navigable%E2%91%A0%E2%93%AA", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A3%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-nav-parent%E2%91%A0%E2%91%A4", + "https://wicg.github.io/fenced-frame/#ref-for-assert%E2%91%A7", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A3%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-navigable-unfenced-parent%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A3%E2%91%A4", + "https://wicg.github.io/fenced-frame/#ref-for-nav-parent%E2%91%A0%E2%91%A5", + "https://wicg.github.io/fenced-frame/#get-initiator-ancestor-root-origin-example", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A4%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-snapshotting-source-snapshot-params", "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-initiator-fenced-frame-config-instance%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-browsing-context%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-browsing-context-fenced-frame-config-instance%E2%91%A7", + "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-initiator-ancestor-root-origin%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-get-the-initiators-fenced-grand-ancestors-navigable", + "https://wicg.github.io/fenced-frame/#ref-for-get-the-initiators-fenced-grand-ancestors-navigable%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-nav-document%E2%91%A7", + "https://wicg.github.io/fenced-frame/#ref-for-concept-document-origin%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-initiator-ancestor-root-referrer-policy%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-get-the-initiators-fenced-grand-ancestors-navigable%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-get-the-initiators-fenced-grand-ancestors-navigable%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-nav-document%E2%91%A8", + "https://wicg.github.io/fenced-frame/#ref-for-concept-document-policy-container%E2%91%A4", + "https://wicg.github.io/fenced-frame/#ref-for-policy-container-referrer-policy%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-attribution-reporting-enabled%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-allowed-to-use%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-dom-permissionpolicy-attribution-reporting%E2%91%A0", @@ -2269,19 +2363,19 @@ "https://wicg.github.io/fenced-frame/#ref-for-navigate%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-string%E2%91%A1%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-navigate%E2%91%A7", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A3%E2%91%A2", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A4%E2%91%A4", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A3%E2%91%A5", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A4%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-hh-replace%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-node-navigable%E2%91%A0%E2%93%AA", + "https://wicg.github.io/fenced-frame/#ref-for-node-navigable%E2%91%A0%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-containers%E2%91%A0%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A3%E2%91%A3", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A4%E2%91%A5", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A3%E2%91%A6", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A4%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-in-parallel%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-in-parallel%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-urn-uuid%E2%91%A0%E2%91%A5", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A3%E2%91%A4", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A3%E2%91%A7", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-mapping-find-a-config%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-node-navigable%E2%91%A0%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-node-navigable%E2%91%A0%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-nav-traversable%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-traversable-navigable-fenced-frame-config-mapping%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-urn-uuid%E2%91%A0%E2%91%A6", @@ -2290,7 +2384,7 @@ "https://wicg.github.io/fenced-frame/#ref-for-ongoing-navigation", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-embedder-shared-storage-context%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-target-fenced-frame-config%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-assert%E2%91%A7", + "https://wicg.github.io/fenced-frame/#ref-for-assert%E2%91%A8", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-mapped-url%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-mapped-url-value%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-concept-url%E2%91%A7", @@ -2298,9 +2392,9 @@ "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-mapped-url%E2%91%A7", "https://wicg.github.io/fenced-frame/#ref-for-mapped-url-value%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-on-navigate-callback%E2%91%A1", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A3%E2%91%A5", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A3%E2%91%A8", "https://wicg.github.io/fenced-frame/#ref-for-checking-if-unloading-is-user-canceled", - "https://wicg.github.io/fenced-frame/#ref-for-nav-document%E2%91%A7", + "https://wicg.github.io/fenced-frame/#ref-for-nav-document%E2%91%A0%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-inclusive-descendant-navigables%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-set-union", "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-target-fenced-frame-config%E2%91%A1", @@ -2325,9 +2419,9 @@ "https://wicg.github.io/fenced-frame/#infopanel-for-navigation-params-fenced-frame-config-instance", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-navigation-params-fenced-frame-config-instance", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance%E2%91%A8", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A4%E2%91%A6", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%91%A6", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A3%E2%91%A6", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A4%E2%91%A7", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A4%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-nav-bc", "https://wicg.github.io/fenced-frame/#ref-for-browsing-context-fenced-frame-config-instance%E2%91%A8", "https://wicg.github.io/fenced-frame/#ref-for-create-navigation-params-by-fetching%E2%91%A1", @@ -2342,26 +2436,26 @@ "https://wicg.github.io/fenced-frame/#ref-for-browsing-context-fenced-frame-config-instance%E2%91%A0%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-browsing-context%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-browsing-context-fenced-frame-config-instance%E2%91%A0%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A4%E2%91%A7", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%91%A7", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A1%E2%91%A8", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A4%E2%91%A8", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-child-navigable%E2%91%A8", "https://wicg.github.io/fenced-frame/#ref-for-nav-traversable%E2%91%A4", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A3%E2%91%A7", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A4%E2%91%A8", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A4%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A5%E2%93%AA", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A5%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-navigation-params%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-navigation-params-fenced-frame-config-instance%E2%91%A1", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A5%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A5%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-containers%E2%91%A0%E2%91%A1", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A3%E2%91%A8", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A4%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-nav-bc%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-browsing-context-fenced-frame-config-instance%E2%91%A0%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance%E2%91%A0%E2%93%AA", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%93%AA", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-initialise-the-document-object", "https://wicg.github.io/fenced-frame/#ref-for-navigation-params-fenced-frame-config-instance%E2%91%A2", - "https://wicg.github.io/fenced-frame/#ref-for-assert%E2%91%A8", + "https://wicg.github.io/fenced-frame/#ref-for-assert%E2%91%A0%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-navigation-params-navigable%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-nav-bc%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-navigation-params-fenced-frame-config-instance%E2%91%A3", @@ -2377,19 +2471,19 @@ "https://wicg.github.io/fenced-frame/#ref-for-navigation-params-response%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-concept-response-header-list%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-http-headerdef-allow-fenced-frame-automatic-beacons%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-document-automatic-beacons-allowed%E2%91%A0", "https://wicg.github.io/fenced-frame/#bcg-swap", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A5%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A5%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-browsing-context-group%E2%91%A6", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-attempt-to-populate-the-history-entry's-document%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-queue-a-global-task%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-navigation-and-traversal-task-source", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A4%E2%93%AA", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A4%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-client", - "https://wicg.github.io/fenced-frame/#ref-for-nav-document%E2%91%A8", - "https://wicg.github.io/fenced-frame/#ref-for-relevant-settings-object%E2%91%A5", + "https://wicg.github.io/fenced-frame/#ref-for-nav-document%E2%91%A0%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-relevant-settings-object%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-navigation-params-coop-enforcement-result", "https://wicg.github.io/fenced-frame/#ref-for-coop-enforcement-bcg-switch", "https://wicg.github.io/fenced-frame/#ref-for-boolean%E2%91%A0%E2%91%A8", @@ -2400,23 +2494,23 @@ "https://wicg.github.io/fenced-frame/#ref-for-inclusive-descendant-navigables%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-inclusive-dn-unfenced%E2%91%A1", "https://wicg.github.io/fenced-frame/#interaction-with-other-specs", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A5%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A5%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-navigable%E2%91%A0%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-browsing-context-group%E2%91%A7", "https://wicg.github.io/fenced-frame/#prerendering-monkeypatch", "https://wicg.github.io/fenced-frame/#ref-for-navigable%E2%91%A0%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-navigable-loading-mode%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-navigable%E2%91%A0%E2%91%A2", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A5%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A5%E2%91%A4", "https://wicg.github.io/fenced-frame/#issue-d22ed66a", "https://wicg.github.io/fenced-frame/#csp-integration", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%91%A7", "https://wicg.github.io/fenced-frame/#ref-for-navigable-container%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-child-navigable%E2%91%A0%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-concept-url%E2%91%A8", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A5%E2%91%A4", - "https://wicg.github.io/fenced-frame/#ref-for-source-expression", "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A5%E2%91%A5", + "https://wicg.github.io/fenced-frame/#ref-for-source-expression", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A5%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-grammardef-scheme-source", "https://wicg.github.io/fenced-frame/#ref-for-grammardef-host-source", "https://wicg.github.io/fenced-frame/#ref-for-string%E2%91%A1%E2%91%A0", @@ -2435,7 +2529,7 @@ "https://wicg.github.io/fenced-frame/#ref-for-concept-request-destination%E2%91%A7", "https://wicg.github.io/fenced-frame/#new-csp-directive", "https://wicg.github.io/fenced-frame/#ref-for-directives", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A5%E2%91%A6", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A5%E2%91%A7", "https://wicg.github.io/fenced-frame/#ref-for-the-iframe-element%E2%91%A8", "https://wicg.github.io/fenced-frame/#ref-for-frame-src", "https://wicg.github.io/fenced-frame/#ref-for-directives%E2%91%A0", @@ -2444,8 +2538,8 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-fenced-frame-src", "https://wicg.github.io/fenced-frame/#infopanel-for-fenced-frame-src", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-fenced-frame-src", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A5%E2%91%A7", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A4%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A5%E2%91%A8", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A4%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-grammardef-serialized-source-list", "https://wicg.github.io/fenced-frame/#fenced-frame-src-example", "https://wicg.github.io/fenced-frame/#ref-for-header-content-security-policy", @@ -2470,38 +2564,38 @@ "https://wicg.github.io/fenced-frame/#ref-for-effective-directive-for-a-request", "https://wicg.github.io/fenced-frame/#permissions-policy-changes", "https://wicg.github.io/fenced-frame/#ref-for-policy-controlled-feature%E2%91%A3", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%91%A3", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A5%E2%91%A8", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A1%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%91%A8", "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A6%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A1%E2%91%A4", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A6%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A1%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-effective-enabled-permissions%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-policy-controlled-feature%E2%91%A4", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%91%A4", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A1%E2%91%A5", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%93%AA", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A1%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-instantiate-a-config%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-browsing-context-fenced-frame-config-instance%E2%91%A0%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-browsing-context%E2%91%A4", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A4%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A4%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-browsing-context-fenced-frame-config-instance%E2%91%A0%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance-effective-enabled-permissions%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-should-navigation-response-to-navigation-request-be-blocked-by-permissions-policy", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A6%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A6%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-concept-document-permissions-policy%E2%91%A1", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%91%A5", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-permissions-policy-inherited-policy%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-inherited-policy-for-a-feature%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-effective-enabled-permissions%E2%91%A3", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A6%E2%91%A1", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A1%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A6%E2%91%A2", - "https://wicg.github.io/fenced-frame/#ref-for-navigation-params-origin", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A1%E2%91%A7", "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A6%E2%91%A3", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%91%A6", + "https://wicg.github.io/fenced-frame/#ref-for-navigation-params-origin", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A6%E2%91%A4", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-permissions-policy-inherited-policy%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-navigation-params-origin%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-same-origin%E2%91%A8", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A6%E2%91%A4", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A6%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-the-special-value", "https://wicg.github.io/fenced-frame/#ref-for-allowlist", "https://wicg.github.io/fenced-frame/#ref-for-policy-controlled-feature%E2%91%A5", @@ -2510,10 +2604,10 @@ "https://wicg.github.io/fenced-frame/#ref-for-policy-controlled-feature-default-allowlist", "https://wicg.github.io/fenced-frame/#ref-for-the-special-value%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-permissions-policy-header", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A6%E2%91%A5", - "https://wicg.github.io/fenced-frame/#ref-for-element-attrdef-fencedframe-allow%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A6%E2%91%A6", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%91%A7", + "https://wicg.github.io/fenced-frame/#ref-for-element-attrdef-fencedframe-allow%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A6%E2%91%A7", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-allowed-to-use%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-policy-controlled-feature%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-policy-controlled-feature%E2%91%A7", @@ -2522,75 +2616,75 @@ "https://wicg.github.io/fenced-frame/#ref-for-policy-controlled-feature-default-allowlist%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-default-allowlist-self", "https://wicg.github.io/fenced-frame/#ref-for-permissions-policy-header%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A6%E2%91%A7", - "https://wicg.github.io/fenced-frame/#ref-for-element-attrdef-fencedframe-allow%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A6%E2%91%A8", + "https://wicg.github.io/fenced-frame/#ref-for-element-attrdef-fencedframe-allow%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A7%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-policy-controlled-feature%E2%91%A8", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A2%E2%91%A8", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-same-origin%E2%91%A0%E2%93%AA", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A7%E2%93%AA", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%93%AA", - "https://wicg.github.io/fenced-frame/#ref-for-concept-document-origin%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A7%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%91%A4", + "https://wicg.github.io/fenced-frame/#ref-for-concept-document-origin%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-policy-controlled-feature%E2%91%A0%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-list-contain%E2%91%A7", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-effective-enabled-permissions%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-policy-controlled-feature-default-allowlist%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-default-allowlist-self%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A7%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A7%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-element-attrdef-fencedframe-allow%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-allowlist%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-allowlist%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-concept-url%E2%91%A0%E2%93%AA", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A7%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A7%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-concept-url%E2%91%A0%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A1%E2%91%A7", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A1%E2%91%A8", "https://wicg.github.io/fenced-frame/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-list-contain%E2%91%A8", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-effective-enabled-permissions%E2%91%A7", "https://wicg.github.io/fenced-frame/#ref-for-policy-controlled-feature-default-allowlist%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-default-allowlist-self%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-permissions-policy-header%E2%91%A1", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A7%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A7%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-element-attrdef-fencedframe-allow%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-allowlist%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-the-special-value%E2%91%A1", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A7%E2%91%A3", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A7%E2%91%A4", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-allowed-to-use%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A3", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A7%E2%91%A4", - "https://wicg.github.io/fenced-frame/#ref-for-concept-response%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A7%E2%91%A5", + "https://wicg.github.io/fenced-frame/#ref-for-concept-response%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A7%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-permissions-policy-header%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-allowlist%E2%91%A3", - "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A8", + "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A0%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-effective-enabled-permissions%E2%91%A8", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%91%A1", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A7%E2%91%A6", - "https://wicg.github.io/fenced-frame/#ref-for-allowed-to-use%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A7%E2%91%A7", + "https://wicg.github.io/fenced-frame/#ref-for-allowed-to-use%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A7%E2%91%A8", "https://wicg.github.io/fenced-frame/#permissions-policy-patches", "https://wicg.github.io/fenced-frame/#allow-attribute-fenced-frame", "https://wicg.github.io/fenced-frame/#ref-for-the-iframe-element%E2%91%A0%E2%93%AA", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A7%E2%91%A8", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A8%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-the-iframe-element%E2%91%A0%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-attr-iframe-allow", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A8%E2%93%AA", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A8%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-element-attrdef-fencedframe-allow%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-serialized-policy-directive", "https://wicg.github.io/fenced-frame/#ref-for-allowlist%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-attr-iframe-src", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A1%E2%91%A8", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A2%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-the-iframe-element%E2%91%A0%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-attr-iframe-allow%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A8%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A8%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-element-attrdef-fencedframe-allow%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-allowlist%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-supported-features", "https://wicg.github.io/fenced-frame/#ref-for-the-iframe-element%E2%91%A0%E2%91%A2", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A8%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A8%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-container-policy%E2%91%A0", "https://wicg.github.io/fenced-frame/#derive-a-permissions-policy-directly-from-a-fenced-frame-config-instance", "https://wicg.github.io/fenced-frame/#infopanel-for-derive-a-permissions-policy-directly-from-a-fenced-frame-config-instance", @@ -2619,10 +2713,10 @@ "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-effective-enabled-permissions%E2%91%A0%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-create-for-navigable", "https://wicg.github.io/fenced-frame/#ref-for-concept-element%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A0%E2%93%AA", + "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A0%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-boolean%E2%91%A1%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-permissions-policy%E2%91%A2", - "https://wicg.github.io/fenced-frame/#ref-for-assert%E2%91%A0%E2%93%AA", + "https://wicg.github.io/fenced-frame/#ref-for-assert%E2%91%A0%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-navigable-container%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-containers%E2%91%A0%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-list-iterate%E2%91%A5", @@ -2631,7 +2725,7 @@ "https://wicg.github.io/fenced-frame/#ref-for-create-from-response", "https://wicg.github.io/fenced-frame/#ref-for-navigable-container%E2%91%A7", "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-containers%E2%91%A0%E2%91%A3", - "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A0%E2%91%A0", + "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A0%E2%91%A7", "https://wicg.github.io/fenced-frame/#ref-for-concept-response%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-permissions-policy%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-containers%E2%91%A0%E2%91%A4", @@ -2639,13 +2733,13 @@ "https://wicg.github.io/fenced-frame/#ref-for-create-for-navigable%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-process-policy-attributes", "https://wicg.github.io/fenced-frame/#ref-for-the-iframe-element%E2%91%A0%E2%91%A3", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A8%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A8%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-policy-directive", "https://wicg.github.io/fenced-frame/#ref-for-attempt-to-populate-the-history-entry's-document%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-should-navigation-response-to-navigation-request-be-blocked-by-permissions-policy%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-should-navigation-response-to-navigation-request-be-blocked-by-sandboxing-flags%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%91%A2", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A8%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%91%A7", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A8%E2%91%A4", "https://wicg.github.io/fenced-frame/#should-navigation-response-to-navigation-request-be-blocked-by-permissions-policy", "https://wicg.github.io/fenced-frame/#infopanel-for-should-navigation-response-to-navigation-request-be-blocked-by-permissions-policy", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-should-navigation-response-to-navigation-request-be-blocked-by-permissions-policy", @@ -2653,7 +2747,7 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-should-navigation-response-to-navigation-request-be-blocked-by-permissions-policy", "https://wicg.github.io/fenced-frame/#ref-for-navigation-params%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-navigation-params-navigable%E2%91%A1", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A4%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A4%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-navigation-params-origin%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-nav-bc%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-browsing-context-fenced-frame-config-instance%E2%91%A0%E2%91%A6", @@ -2663,11 +2757,11 @@ "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-containers%E2%91%A0%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-permissions-policy%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-derive-a-permissions-policy-directly-from-a-fenced-frame-config-instance%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%91%A8", "https://wicg.github.io/fenced-frame/#ref-for-element-attrdef-fencedframe-allow%E2%91%A8", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A2%E2%93%AA", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A2%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-effective-enabled-permissions%E2%91%A0%E2%91%A2", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%91%A4", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A4%E2%93%AA", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-effective-enabled-permissions%E2%91%A0%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-effective-enabled-permissions%E2%91%A0%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-permissions-policy-inherited-policy%E2%91%A4", @@ -2680,7 +2774,7 @@ "https://wicg.github.io/fenced-frame/#ref-for-navigation-params%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-navigation-params-navigable%E2%91%A2", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A4%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A4%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-source-snapshot-params-target-fenced-frame-config%E2%91%A8", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-effective-sandboxing-flags%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-navigation-params-sandboxing", @@ -2691,19 +2785,19 @@ "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance-effective-sandboxing-flags%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-define-inherited-policy-in-container%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-navigable-container%E2%91%A8", - "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A0%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-concept-origin%E2%91%A0%E2%91%A8", "https://wicg.github.io/fenced-frame/#ref-for-boolean%E2%91%A1%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-permissions-policy-inherited-policy%E2%91%A5", "https://wicg.github.io/fenced-frame/#ref-for-is-feature-enabled", "https://wicg.github.io/fenced-frame/#ref-for-concept-node-document%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-boolean%E2%91%A1%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-concept-node-document%E2%91%A5", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%91%A5", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A4%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-policy-controlled-feature-default-allowlist%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-same-origin%E2%91%A0%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-concept-node-document%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-is-feature-enabled%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%91%A6", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A4%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-concept-url-origin%E2%91%A6", "https://wicg.github.io/fenced-frame/#ref-for-boolean%E2%91%A1%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-permissions-policy-declared-policy%E2%91%A0", @@ -2725,9 +2819,9 @@ "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config-instance-mapped-url%E2%91%A7", "https://wicg.github.io/fenced-frame/#ref-for-allowlist%E2%91%A8", "https://wicg.github.io/fenced-frame/#ref-for-element-attrdef-fencedframe-allow%E2%91%A0%E2%93%AA", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A2%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A8%E2%91%A4", "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A2%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-elementdef-fencedframe%E2%91%A8%E2%91%A5", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-frame-config%E2%91%A2%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-the-iframe-element%E2%91%A0%E2%91%A4", "https://wicg.github.io/fenced-frame/#cssom-monkeypatch", "https://wicg.github.io/fenced-frame/#ref-for-dom-element-scrollintoview", @@ -2737,19 +2831,19 @@ "https://wicg.github.io/fenced-frame/#ref-for-concept-tree-ancestor", "https://wicg.github.io/fenced-frame/#ref-for-dom-element-scrollintoview%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-child-navigable%E2%91%A0%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A4%E2%91%A4", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A4%E2%91%A7", "https://wicg.github.io/fenced-frame/#ref-for-scroll-a-target-into-view%E2%91%A0", "https://wicg.github.io/fenced-frame/#ref-for-scroll-a-target-into-view%E2%91%A1", "https://wicg.github.io/fenced-frame/#ref-for-element%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%91%A7", - "https://wicg.github.io/fenced-frame/#ref-for-node-navigable%E2%91%A0%E2%91%A1", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A4%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-node-navigable%E2%91%A0%E2%91%A2", "https://wicg.github.io/fenced-frame/#ref-for-nav-traversable%E2%91%A5", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A4%E2%91%A5", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A4%E2%91%A8", "https://wicg.github.io/fenced-frame/#ref-for-viewport%E2%91%A0", - "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A3%E2%91%A8", - "https://wicg.github.io/fenced-frame/#ref-for-node-navigable%E2%91%A0%E2%91%A2", + "https://wicg.github.io/fenced-frame/#ref-for-document%E2%91%A4%E2%91%A3", + "https://wicg.github.io/fenced-frame/#ref-for-node-navigable%E2%91%A0%E2%91%A3", "https://wicg.github.io/fenced-frame/#ref-for-nav-traversable%E2%91%A6", - "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A4%E2%91%A6", + "https://wicg.github.io/fenced-frame/#ref-for-fenced-navigable-container-fenced-navigable%E2%91%A5%E2%93%AA", "https://wicg.github.io/fenced-frame/#security-and-privacy", "https://wicg.github.io/fenced-frame/#index", "https://wicg.github.io/fenced-frame/#index-defined-here", @@ -3099,6 +3193,11 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-358f1dbd", "https://wicg.github.io/fenced-frame/#infopanel-for-358f1dbd", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-358f1dbd", + "https://wicg.github.io/fenced-frame/#07582c28", + "https://wicg.github.io/fenced-frame/#infopanel-for-07582c28", + "https://wicg.github.io/fenced-frame/#infopaneltitle-for-07582c28", + "https://wicg.github.io/fenced-frame/#infopanel-for-07582c28", + "https://wicg.github.io/fenced-frame/#infopaneltitle-for-07582c28", "https://wicg.github.io/fenced-frame/#55213b5b", "https://wicg.github.io/fenced-frame/#infopanel-for-55213b5b", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-55213b5b", @@ -3814,6 +3913,11 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-9a517a7d", "https://wicg.github.io/fenced-frame/#infopanel-for-9a517a7d", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-9a517a7d", + "https://wicg.github.io/fenced-frame/#cd03669e", + "https://wicg.github.io/fenced-frame/#infopanel-for-cd03669e", + "https://wicg.github.io/fenced-frame/#infopaneltitle-for-cd03669e", + "https://wicg.github.io/fenced-frame/#infopanel-for-cd03669e", + "https://wicg.github.io/fenced-frame/#infopaneltitle-for-cd03669e", "https://wicg.github.io/fenced-frame/#a76e7e27", "https://wicg.github.io/fenced-frame/#infopanel-for-a76e7e27", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-a76e7e27", @@ -4254,6 +4358,11 @@ "https://wicg.github.io/fenced-frame/#infopaneltitle-for-bb0c2ce5", "https://wicg.github.io/fenced-frame/#infopanel-for-bb0c2ce5", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-bb0c2ce5", + "https://wicg.github.io/fenced-frame/#2d09a0dd", + "https://wicg.github.io/fenced-frame/#infopanel-for-2d09a0dd", + "https://wicg.github.io/fenced-frame/#infopaneltitle-for-2d09a0dd", + "https://wicg.github.io/fenced-frame/#infopanel-for-2d09a0dd", + "https://wicg.github.io/fenced-frame/#infopaneltitle-for-2d09a0dd", "https://wicg.github.io/fenced-frame/#44ec4d59", "https://wicg.github.io/fenced-frame/#infopanel-for-44ec4d59", "https://wicg.github.io/fenced-frame/#infopaneltitle-for-44ec4d59", diff --git a/ed/ids/turtledove.json b/ed/ids/turtledove.json index 1eeff9e2be1f..6556319bd475 100644 --- a/ed/ids/turtledove.json +++ b/ed/ids/turtledove.json @@ -2637,7 +2637,6 @@ "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A8%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-server-auction-response", "https://wicg.github.io/turtledove/#ref-for-auction-config-server-response%E2%91%A4", - "https://wicg.github.io/turtledove/#issue-7cf73745", "https://wicg.github.io/turtledove/#ref-for-server-auction-response-top-level-seller", "https://wicg.github.io/turtledove/#ref-for-auction-config-seller%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-server-auction-response-top-level-seller%E2%91%A0", @@ -2897,7 +2896,6 @@ "https://wicg.github.io/turtledove/#ref-for-dom-navigator%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-getinterestgroupadauctiondata%E2%91%A0", "https://wicg.github.io/turtledove/#server-auction-request-context-request-context", - "https://wicg.github.io/turtledove/#issue-ad2e4991", "https://wicg.github.io/turtledove/#server-auction-response", "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A2%E2%91%A0", @@ -2973,10 +2971,29 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-notallowederror%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-idl-DOMException%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-relevant-settings-object%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-parse-and-verify-ad-auction-data-config", + "https://wicg.github.io/turtledove/#ref-for-concept-environment-top-level-origin%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-a-new-promise%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-starting-a-new-parallel-queue%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-enqueue-the-following-steps%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-auction-data-config-coordinator", + "https://wicg.github.io/turtledove/#ref-for-implementation-defined%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A1%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-dom-manipulation-task-source%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-reject%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-look-up-the-server-encryption-key", + "https://wicg.github.io/turtledove/#ref-for-auction-data-config-seller", + "https://wicg.github.io/turtledove/#ref-for-auction-data-config-coordinator%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-dom-manipulation-task-source%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-reject%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-auction-data-config-encryption-key", + "https://wicg.github.io/turtledove/#ref-for-auction-data-config-encryption-key-id", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A5", @@ -2985,7 +3002,7 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-moment%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dfn-current-wall-time%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A3%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A1%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A3", @@ -3048,32 +3065,34 @@ "https://wicg.github.io/turtledove/#ref-for-dictdef-adauctiondata%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-string-representation", "https://wicg.github.io/turtledove/#ref-for-version-4-uuid", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A4%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-dom-adauctiondata-requestid", "https://wicg.github.io/turtledove/#ref-for-dom-adauctiondata-request%E2%91%A2", - "https://wicg.github.io/turtledove/#issue-afc5208d", - "https://wicg.github.io/turtledove/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-dom-manipulation-task-source%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-dom-manipulation-task-source%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-server-auction-request-context", "https://wicg.github.io/turtledove/#ref-for-server-auction-request-context-request-id", "https://wicg.github.io/turtledove/#ref-for-dom-adauctiondata-requestid%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-server-auction-request-context-request-context", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A4%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A4%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-document-window%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-node-navigable%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-traversable-navigable%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-traversable-navigable-saved-bidding-and-auction-request-context%E2%91%A0", "https://wicg.github.io/turtledove/#parse-and-verify-ad-auction-data-config", "https://wicg.github.io/turtledove/#ref-for-dictdef-adauctiondataconfig%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-parse-an-https-origin%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-adauctiondataconfig-seller%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-parse-an-https-origin%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dom-adauctiondataconfig-coordinatororigin%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A3%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-auction-data-config", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A2%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-auction-data-config-seller", - "https://wicg.github.io/turtledove/#ref-for-auction-data-config-coordinator", + "https://wicg.github.io/turtledove/#ref-for-auction-data-config-publisher", + "https://wicg.github.io/turtledove/#ref-for-auction-data-config-seller%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-auction-data-config-coordinator%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-auction-data-config-request-size", "https://wicg.github.io/turtledove/#ref-for-dom-adauctiondataconfig-requestsize%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A8%E2%91%A3", @@ -3088,14 +3107,14 @@ "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-auction-data-buyer-config-size", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A3%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-auction-data-buyer-config-size%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-data-config-request-size%E2%91%A1", "https://wicg.github.io/turtledove/#parse-per-buyer-auction-data-configs", "https://wicg.github.io/turtledove/#ref-for-dictdef-adauctiondatabuyerconfig%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A0%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-auction-data-config%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A1%E2%91%A3", @@ -3105,8 +3124,17 @@ "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A8%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-parse-an-https-origin%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A3%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A4%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A4%E2%91%A8", + "https://wicg.github.io/turtledove/#look-up-the-server-encryption-key", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-byte", + "https://wicg.github.io/turtledove/#ref-for-implementation-defined%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A4", "https://wicg.github.io/turtledove/#reporting", "https://wicg.github.io/turtledove/#for-debugging-only-header", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupbiddingandscoringscriptrunnerglobalscope-fordebuggingonly", @@ -3115,17 +3143,17 @@ "https://wicg.github.io/turtledove/#ref-for-dom-fordebuggingonly-reportadauctionloss", "https://wicg.github.io/turtledove/#fordebuggingonly-reports", "https://wicg.github.io/turtledove/#collect-a-single-fordebuggingonly-report", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupbiddingandscoringscriptrunnerglobalscope-fordebuggingonly%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-is-debugging-only-in-cooldown-or-lockout%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-sample-a-debug-report", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#collect-fordebuggingonly-reports", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-auction-report-info%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-leading-bid%E2%91%A1%E2%91%A5", @@ -3166,10 +3194,10 @@ "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info-top-level-seller-debug-loss-report-url%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-report-info-debug-loss-report-urls%E2%91%A4", "https://wicg.github.io/turtledove/#register-bids-for-fordebuggingonly-reports", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A1", @@ -3192,35 +3220,35 @@ "https://wicg.github.io/turtledove/#ref-for-long-cooldown-rate", "https://wicg.github.io/turtledove/#ref-for-long-cooldown-period", "https://wicg.github.io/turtledove/#ref-for-short-cooldown-period", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#debug-report-lockout-until", "https://wicg.github.io/turtledove/#ref-for-dfn-moment%E2%91%A2", "https://wicg.github.io/turtledove/#debug-report-cooldown", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A0%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-dfn-moment%E2%91%A3", "https://wicg.github.io/turtledove/#is-debugging-only-in-cooldown-or-lockout", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-debug-report-lockout-until", "https://wicg.github.io/turtledove/#ref-for-dfn-current-wall-time%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A2%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-debug-report-lockout-until%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A2%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-debug-report-cooldown", + "https://wicg.github.io/turtledove/#ref-for-debug-report-lockout-until%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A2%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-debug-report-cooldown", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-debug-report-cooldown%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A8%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dfn-current-wall-time%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A2%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A2%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-debug-report-cooldown%E2%91%A1", "https://wicg.github.io/turtledove/#sample-a-debug-report", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-sampling-rate%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A2%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-debug-report-lockout-until%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dfn-current-wall-time%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-lockout-period%E2%91%A0", @@ -3228,7 +3256,7 @@ "https://wicg.github.io/turtledove/#ref-for-long-cooldown-rate%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-long-cooldown-period%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-short-cooldown-period%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-debug-report-cooldown%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dfn-current-wall-time%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#real-time-reporting-header", @@ -3238,9 +3266,9 @@ "https://wicg.github.io/turtledove/#number-of-platform-buckets", "https://wicg.github.io/turtledove/#real-time-report-example", "https://wicg.github.io/turtledove/#sample-real-time-contributions", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution-priority-weight", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A8", @@ -3250,11 +3278,11 @@ "https://wicg.github.io/turtledove/#ref-for-iteration-break%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#bit-pack", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-byte", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-byte%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-the-range%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A2", @@ -3263,15 +3291,15 @@ "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#send-a-real-time-report", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-environment-settings-object%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-number-of-user-buckets", "https://wicg.github.io/turtledove/#ref-for-number-of-platform-buckets", "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-the-range%E2%91%A2", @@ -3292,7 +3320,7 @@ "https://wicg.github.io/turtledove/#ref-for-concept-request-header-list%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-request-method", "https://wicg.github.io/turtledove/#ref-for-concept-request-body", - "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-request-client%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-request-origin%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-settings-object-origin%E2%91%A5", @@ -3315,7 +3343,7 @@ "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-sample-real-time-contributions", "https://wicg.github.io/turtledove/#ref-for-apply-rappor-noise", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A4", @@ -3341,7 +3369,7 @@ "https://wicg.github.io/turtledove/#add-a-platform-contribution", "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contributions-map%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-platform-contribution-buckets", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A1", @@ -3356,7 +3384,7 @@ "https://wicg.github.io/turtledove/#apply-rappor-noise", "https://wicg.github.io/turtledove/#ref-for-number-of-user-buckets%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-number-of-platform-buckets%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A7", @@ -3391,9 +3419,9 @@ "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-string-representation%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-version-4-uuid%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-dom-manipulation-task-source%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-dom-manipulation-task-source%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-resolve%E2%91%A4", "https://wicg.github.io/turtledove/#additional-bids-section", @@ -3420,7 +3448,7 @@ "https://wicg.github.io/turtledove/#ref-for-node-navigable%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-traversable-navigable%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-captured-additional-bids-headers", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-forgiving-base64-decode%E2%91%A0", @@ -3428,7 +3456,7 @@ "https://wicg.github.io/turtledove/#ref-for-parse-a-signed-additional-bid", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#parse-a-signed-additional-bid", - "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-negative-target-info%E2%91%A1", @@ -3439,8 +3467,8 @@ "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A8%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A8%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-signed-additional-bid-signature", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-iteration-break%E2%91%A3", @@ -3465,7 +3493,7 @@ "https://wicg.github.io/turtledove/#ref-for-bid-with-currency-currency%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-look-up-per-buyer-currency%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-section-5.1.7", "https://wicg.github.io/turtledove/#ref-for-signed-additional-bid-signature-signature%E2%91%A0", @@ -3530,10 +3558,10 @@ "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A0%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A4", @@ -3551,7 +3579,7 @@ "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A1%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-parse-an-https-origin%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid-negative-target-joining-origin", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A2", @@ -3581,19 +3609,19 @@ "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A2%E2%91%A8", "https://wicg.github.io/turtledove/#signed-additional-bid-signature-key", - "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A6", - "https://wicg.github.io/turtledove/#signed-additional-bid-signature-signature", "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A7", + "https://wicg.github.io/turtledove/#signed-additional-bid-signature-signature", + "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A8", "https://wicg.github.io/turtledove/#decoded-additional-bid", "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#decoded-additional-bid-bid", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A7", "https://wicg.github.io/turtledove/#decoded-additional-bid-negative-target-interest-group-names", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#decoded-additional-bid-negative-target-joining-origin", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid-negative-target-interest-group-names%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-traversable-navigable%E2%91%A4", "https://wicg.github.io/turtledove/#captured-additional-bids-headers", @@ -3601,7 +3629,7 @@ "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-auction-nonce%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#negative-targeting-section", "https://wicg.github.io/turtledove/#negative-targeting", @@ -3618,7 +3646,7 @@ "https://wicg.github.io/turtledove/#check-whether-negative-targeted", "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-negative-target-info%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A0%E2%91%A0", @@ -3645,15 +3673,15 @@ "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A3%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-joining-origin%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-additional-bid-key%E2%91%A2", "https://wicg.github.io/turtledove/#negative-interest-groups", "https://wicg.github.io/turtledove/#ref-for-negative-interest-group%E2%91%A7", @@ -3666,7 +3694,7 @@ "https://wicg.github.io/turtledove/#ref-for-negative-interest-group%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-negative-interest-group%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-update-url%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A3%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-joinadinterestgroup%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%93%AA", @@ -3676,10 +3704,10 @@ "https://wicg.github.io/turtledove/#ref-for-negative-interest-group%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-negative-interest-group%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-negative-interest-group%E2%91%A0%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-negative-targeting%E2%91%A2", "https://wicg.github.io/turtledove/#negative-igs-example", "https://wicg.github.io/turtledove/#k-anonymity", @@ -3691,13 +3719,13 @@ "https://wicg.github.io/turtledove/#ref-for-query-k-anonymity-count%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-increment-k-anonymity-count%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-server", - "https://wicg.github.io/turtledove/#ref-for-implementation-defined%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-implementation-defined%E2%91%A3", "https://wicg.github.io/turtledove/#k-anonymity-threshold", "https://wicg.github.io/turtledove/#k-anonymity-duration", "https://wicg.github.io/turtledove/#ref-for-what-is-k-anonymity%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-what-is-k-anonymity%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-query-k-anonymity-count%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#k-anonymity-cache", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A0", @@ -3705,7 +3733,7 @@ "https://wicg.github.io/turtledove/#ref-for-k-anonymity-key", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A0%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A2%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-record", @@ -3716,10 +3744,10 @@ "https://wicg.github.io/turtledove/#ref-for-k-anonymity-duration", "https://wicg.github.io/turtledove/#query-k-anonymity-cache", "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A2%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-cache", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A1%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-cache%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dfn-current-wall-time%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-record-timestamp", @@ -3789,7 +3817,7 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-current-wall-time%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-record-is-k-anonymous%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-query-k-anonymity-count%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A4%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#update-k-anonymity-cache-for-interest-group", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%91%A4", @@ -3806,10 +3834,10 @@ "https://wicg.github.io/turtledove/#ref-for-update-k-anonymity-cache-for-key%E2%91%A1", "https://wicg.github.io/turtledove/#increment-k-anonymity-count", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-server%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A1", "https://wicg.github.io/turtledove/#increment-ad-k-anonymity-count", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-ascii-serialisation-of-an-origin%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A4%E2%91%A1", @@ -3820,7 +3848,7 @@ "https://wicg.github.io/turtledove/#ref-for-ascii-encode%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-increment-k-anonymity-count%E2%91%A1", "https://wicg.github.io/turtledove/#increment-component-ad-k-anonymity-count", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A8", @@ -3828,7 +3856,7 @@ "https://wicg.github.io/turtledove/#ref-for-increment-k-anonymity-count%E2%91%A2", "https://wicg.github.io/turtledove/#increment-reporting-id-k-anonymity-count", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A0%E2%91%A2", @@ -3852,9 +3880,9 @@ "https://wicg.github.io/turtledove/#script-runners", "https://wicg.github.io/turtledove/#ref-for-script-runner%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-document", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-sec-agent-clusters", "https://wicg.github.io/turtledove/#ref-for-sec-agent-clusters%E2%91%A0", @@ -3908,10 +3936,10 @@ "https://wicg.github.io/turtledove/#ref-for-dictdef-directfromsellersignalsforbuyer%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-create-a-new-script-runner-realm", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope%E2%91%A0", @@ -3945,7 +3973,7 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A1%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-priority-signals", "https://wicg.github.io/turtledove/#ref-for-map-is-empty%E2%91%A2", @@ -3953,13 +3981,13 @@ "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-priority-signals%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-remove%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority-signals-overrides%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority-signals-overrides%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list-replace%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A4%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A1%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-bids", "https://wicg.github.io/turtledove/#ref-for-sec-completion-record-specification-type", @@ -3970,22 +3998,22 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-convert-one-or-many-generatebidoutputs-to-a-list-of-generated-bids", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-group-has-ad-components%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info-interest-group-owner%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A4%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-debug-loss-report-url", "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info-bidder-debug-loss-report-url%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-debug-win-report-url", "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info-bidder-debug-win-report-url%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-generated-bid-bid-duration%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A1%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-real-time-reporting-contributions", @@ -4015,7 +4043,7 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-current-monotonic-time%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-debug-win-report-url%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-debug-loss-report-url%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-real-time-reporting-contributions%E2%91%A0", @@ -4026,7 +4054,7 @@ "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-create-a-new-script-runner-realm%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interestgroupreportingscriptrunnerglobalscope%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-realm-global%E2%91%A1", @@ -4043,7 +4071,7 @@ "https://wicg.github.io/turtledove/#ref-for-realm%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-sec-completion-record-specification-type%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-sec-completion-record-specification-type%E2%91%A2", @@ -4118,54 +4146,54 @@ "https://wicg.github.io/turtledove/#interestgroupbiddingandscoringscriptrunnerglobalscope-realtimereporting", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope%E2%91%A1", "https://wicg.github.io/turtledove/#dom-interestgroupbiddingandscoringscriptrunnerglobalscope-fordebuggingonly", - "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-fordebuggingonly", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope%E2%91%A2", "https://wicg.github.io/turtledove/#interestgroupbiddingandscoringscriptrunnerglobalscope-debug-win-report-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A2", "https://wicg.github.io/turtledove/#interestgroupbiddingandscoringscriptrunnerglobalscope-debug-loss-report-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A3", "https://wicg.github.io/turtledove/#dom-fordebuggingonly-reportadauctionwin", - "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-debug-win-report-url%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-implementation-defined%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-implementation-defined%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-site%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-debug-win-report-url%E2%91%A2", "https://wicg.github.io/turtledove/#dom-fordebuggingonly-reportadauctionloss", - "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-debug-loss-report-url%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-implementation-defined%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-implementation-defined%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-site%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-debug-loss-report-url%E2%91%A2", "https://wicg.github.io/turtledove/#dom-interestgroupbiddingandscoringscriptrunnerglobalscope-realtimereporting", - "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-realtimereporting", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope%E2%91%A3", "https://wicg.github.io/turtledove/#interestgroupbiddingandscoringscriptrunnerglobalscope-real-time-reporting-contributions", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A5", "https://wicg.github.io/turtledove/#dom-realtimereporting-contributetohistogram", "https://wicg.github.io/turtledove/#ref-for-dictdef-realtimecontribution%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-realtimecontribution-bucket", "https://wicg.github.io/turtledove/#ref-for-number-of-user-buckets%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dom-realtimecontribution-priorityweight", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A4%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution-bucket%E2%91%A1", @@ -4233,7 +4261,7 @@ "https://wicg.github.io/turtledove/#dom-generatebidoutput-nummandatoryadcomponents", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope%E2%91%A2", "https://wicg.github.io/turtledove/#interestgroupbiddingscriptrunnerglobalscope-bids", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#interestgroupbiddingscriptrunnerglobalscope-priority", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A1%E2%93%AA", @@ -4267,7 +4295,7 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-specific-type", "https://wicg.github.io/turtledove/#ref-for-dictdef-generatebidoutput%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-convert-generatebidoutput-to-generated-bid", @@ -4315,7 +4343,7 @@ "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-adcomponents%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-targetnumadcomponents", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A2%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-idl-DOMString%E2%91%A1%E2%91%A6", @@ -4399,10 +4427,10 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-size-groups%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-size-group%E2%91%A3", "https://wicg.github.io/turtledove/#dom-interestgroupbiddingscriptrunnerglobalscope-setbid", - "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-bids%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-interest-group%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-expected-currency%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-convert-one-or-many-generatebidoutputs-to-a-list-of-generated-bids%E2%91%A0", @@ -4410,19 +4438,19 @@ "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-is-component-auction%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-group-has-ad-components%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A4%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-bids%E2%91%A1", "https://wicg.github.io/turtledove/#dom-interestgroupbiddingscriptrunnerglobalscope-setpriority", - "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-priority%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-priority%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A4%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-priority%E2%91%A3", "https://wicg.github.io/turtledove/#dom-interestgroupbiddingscriptrunnerglobalscope-setprioritysignalsoverride", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-priority-signals%E2%91%A1", "https://wicg.github.io/turtledove/#scoring-global-scope", @@ -4460,14 +4488,14 @@ "https://wicg.github.io/turtledove/#ref-for-report-result%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interestgroupreportingscriptrunnerglobalscope%E2%91%A2", "https://wicg.github.io/turtledove/#interestgroupreportingscriptrunnerglobalscope-report-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A7", "https://wicg.github.io/turtledove/#interestgroupreportingscriptrunnerglobalscope-reporting-beacon-map", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A8", "https://wicg.github.io/turtledove/#interestgroupreportingscriptrunnerglobalscope-reporting-macro-map", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A0", @@ -4476,52 +4504,52 @@ "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A2", "https://wicg.github.io/turtledove/#dom-interestgroupreportingscriptrunnerglobalscope-sendreportto", - "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interestgroupreportingscriptrunnerglobalscope-report-url%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interestgroupreportingscriptrunnerglobalscope-report-url%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A4%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interestgroupreportingscriptrunnerglobalscope-report-url%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A4%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-implementation-defined%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-implementation-defined%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-site%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interestgroupreportingscriptrunnerglobalscope-report-url%E2%91%A3", "https://wicg.github.io/turtledove/#dom-interestgroupreportingscriptrunnerglobalscope-registeradbeacon", - "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A1%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interestgroupreportingscriptrunnerglobalscope-reporting-beacon-map%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A4%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-string-starts-with%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-fencedframetype-automatic-beacon-event-type", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A5%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A5%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interestgroupreportingscriptrunnerglobalscope-reporting-beacon-map%E2%91%A1", "https://wicg.github.io/turtledove/#dom-interestgroupreportingscriptrunnerglobalscope-registeradmacro", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-code-unit", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A5%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-section-2.3", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-code-unit%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A5%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-section-2.3%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interestgroupreportingscriptrunnerglobalscope-reporting-macro-map%E2%91%A0", "https://wicg.github.io/turtledove/#interest-group-updates", @@ -4536,19 +4564,19 @@ "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-updateadinterestgroups%E2%91%A0", "https://wicg.github.io/turtledove/#dom-navigator-updateadinterestgroups", - "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A1%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-relevant-settings-object%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A1%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-relevant-settings-object%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-update%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-concept-environment-top-level-origin%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-concept-environment-top-level-origin%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-settings-object-policy-container%E2%91%A5", "https://wicg.github.io/turtledove/#interest-group-update", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-policy-container%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A2%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A4%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-next-update-after%E2%91%A0", @@ -4575,7 +4603,7 @@ "https://wicg.github.io/turtledove/#ref-for-fetch-useparallelqueue%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-process-response-end-of-body%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-response%E2%91%A0%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-validate-fetching-response%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-parse-json-bytes-to-an-infra-value%E2%91%A0", @@ -4605,13 +4633,13 @@ "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-map-remove%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority-signals-overrides%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority-signals-overrides%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A6", @@ -4624,7 +4652,7 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-seller-capabilities%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-seller-capability%E2%91%A3", @@ -4632,7 +4660,7 @@ "https://wicg.github.io/turtledove/#ref-for-concept-url-origin%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-seller-capabilities%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A2%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-seller-capabilities%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-execution-mode%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-execution-mode%E2%91%A3", @@ -4646,7 +4674,7 @@ "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-parse-and-verify-a-trusted-signals-url%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-url%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-keys%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-slot-size-mode%E2%91%A2", @@ -4664,7 +4692,7 @@ "https://wicg.github.io/turtledove/#ref-for-ad-size%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-parse-an-adrender-ad-size%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-sizes%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-sizes%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A7", @@ -4675,14 +4703,14 @@ "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A7%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A2%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-size-groups%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A1%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-dictdef-auctionad%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-dictdef-auctionad%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A7%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A4", @@ -4710,7 +4738,7 @@ "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-and-seller-reporting-id%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-forgiving-base64-decode%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-byte-sequence-length%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-additional-bid-key%E2%91%A4", @@ -4725,14 +4753,14 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A4%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A1%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#abort-update", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#process-updateifolderthanms", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A2%E2%93%AA", @@ -4743,7 +4771,7 @@ "https://wicg.github.io/turtledove/#ref-for-bidding-signals-per-interest-group-data-updateifolderthanms", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A3%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A4%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A2%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A2%E2%91%A0", @@ -4757,7 +4785,7 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A5%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A2%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A4%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#feature-detection", "https://wicg.github.io/turtledove/#ref-for-dom-protectedaudience-queryfeaturesupport", @@ -4872,12 +4900,12 @@ "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-url-origin%E2%91%A5", "https://wicg.github.io/turtledove/#serialize-a-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#parse-and-verify-a-bidding-code-or-update-url", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-url-origin%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A0%E2%91%A1", @@ -4914,11 +4942,11 @@ "https://wicg.github.io/turtledove/#insert-entries-to-map", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-key%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-map-value%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-extend%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A7", "https://wicg.github.io/turtledove/#permissions-policy-integration", "https://wicg.github.io/turtledove/#ref-for-policy-controlled-feature%E2%91%A4", "https://wicg.github.io/turtledove/#join-ad-interest-group", @@ -4926,13 +4954,13 @@ "https://wicg.github.io/turtledove/#ref-for-policy-controlled-feature-default-allowlist", "https://wicg.github.io/turtledove/#issue-8291b2b6", "https://wicg.github.io/turtledove/#check-interest-group-permissions", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-environment-settings-object%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-string-utf-8-percent-encode%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-ascii-serialisation-of-an-origin%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-component-percent-encode-set%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A6", @@ -4958,7 +4986,7 @@ "https://wicg.github.io/turtledove/#ref-for-fetch-useparallelqueue%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-process-response-end-of-body%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-response%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-response-header-list%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-header-extract-mime-type%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-json-mime-type%E2%91%A0", @@ -5028,7 +5056,7 @@ "https://wicg.github.io/turtledove/#traversable-navigable-captured-ad-auction-result-headers", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A2%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-request%E2%91%A0%E2%91%A0", @@ -5039,7 +5067,7 @@ "https://wicg.github.io/turtledove/#ref-for-idl-boolean%E2%91%A7", "https://wicg.github.io/turtledove/#dom-requestinit-adauctionheaders", "https://wicg.github.io/turtledove/#ref-for-dom-request", - "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A1%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-request-request", "https://wicg.github.io/turtledove/#ref-for-dom-requestinit-adauctionheaders%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A3%E2%91%A7", @@ -5135,7 +5163,7 @@ "https://wicg.github.io/turtledove/#ref-for-traversable-navigable-captured-ad-auction-additional-bids-headers%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-traversable-navigable-captured-ad-auction-result-headers%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-header-list%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-header-list-get%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-signals%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-header-list-delete%E2%91%A1", @@ -5165,13 +5193,13 @@ "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A3%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A8", "https://wicg.github.io/turtledove/#handle-ad-auction-signals-header-value", - "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-traversable-navigable-captured-ad-auction-signals-headers%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-parse-json-bytes-to-an-infra-value%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A6", @@ -5266,13 +5294,13 @@ "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-ad-size-width%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dfn-convert-idl-to-javascript-value%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-sec-tostring%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-ad-size-width-units%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-ad-size-height%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dfn-convert-idl-to-javascript-value%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-sec-tostring%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-ad-size-height-units%E2%91%A2", @@ -5280,8 +5308,8 @@ "https://wicg.github.io/turtledove/#ref-for-dom-scoringbrowsersignals-adcomponents%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A0%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#dictdef-reportingbrowsersignals", "https://wicg.github.io/turtledove/#ref-for-idl-DOMString%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#dom-reportingbrowsersignals-topwindowhostname", @@ -5305,7 +5333,7 @@ "https://wicg.github.io/turtledove/#dom-reportingbrowsersignals-buyerandsellerreportingid", "https://wicg.github.io/turtledove/#ref-for-dictdef-reportingbrowsersignals%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-reportingbrowsersignals-topwindowhostname%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-concept-environment-top-level-origin%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-concept-environment-top-level-origin%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-origin-host%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dom-reportingbrowsersignals-interestgroupowner%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A4%E2%91%A1", @@ -5408,7 +5436,7 @@ "https://wicg.github.io/turtledove/#interest-group-expiry", "https://wicg.github.io/turtledove/#ref-for-dfn-moment%E2%91%A4", "https://wicg.github.io/turtledove/#interest-group-owner", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A5%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A5%E2%91%A5", @@ -5442,7 +5470,7 @@ "https://wicg.github.io/turtledove/#interest-group-seller-capabilities", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A2%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-seller-capability%E2%91%A4", @@ -5456,30 +5484,30 @@ "https://wicg.github.io/turtledove/#interest-group-execution-mode", "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#interest-group-bidding-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A5%E2%91%A7", "https://wicg.github.io/turtledove/#interest-group-bidding-wasm-helper-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-wasm-helper-url%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A5%E2%91%A8", "https://wicg.github.io/turtledove/#interest-group-update-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-additional-bid-key%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-update-url%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A6%E2%93%AA", "https://wicg.github.io/turtledove/#interest-group-trusted-bidding-signals-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-build-trusted-bidding-signals-url", "https://wicg.github.io/turtledove/#interest-group-trusted-bidding-signals-keys", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-build-trusted-bidding-signals-url%E2%91%A0", "https://wicg.github.io/turtledove/#interest-group-trusted-bidding-signals-slot-size-mode", @@ -5490,11 +5518,11 @@ "https://wicg.github.io/turtledove/#interest-group-user-bidding-signals", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A8", "https://wicg.github.io/turtledove/#interest-group-ads", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-additional-bid-key%E2%91%A8", "https://wicg.github.io/turtledove/#interest-group-ad-components", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#interest-group-ad-sizes", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A2", @@ -5507,28 +5535,28 @@ "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A1", "https://wicg.github.io/turtledove/#interest-group-additional-bid-key", - "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-update-url%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A4%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A6%E2%91%A0", "https://wicg.github.io/turtledove/#interest-group-joining-origin", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#interest-group-join-counts", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-joinadinterestgroup%E2%91%A5", "https://wicg.github.io/turtledove/#interest-group-join-time", "https://wicg.github.io/turtledove/#ref-for-dfn-moment%E2%91%A5", "https://wicg.github.io/turtledove/#interest-group-bid-counts", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-runadauction%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#interest-group-previous-wins", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-previous-win%E2%91%A1", "https://wicg.github.io/turtledove/#interest-group-last-updated", "https://wicg.github.io/turtledove/#ref-for-dfn-moment%E2%91%A6", @@ -5544,7 +5572,7 @@ "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#interest-group-ad-render-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-urn-uuid", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-runadauction%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-the-iframe-element%E2%91%A3", @@ -5568,8 +5596,8 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#interest-group-ad-allowed-reporting-origins", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A0%E2%91%A7", @@ -5592,8 +5620,8 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-ad-render-id%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#seller-capability", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A4%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#currency-tag", "https://wicg.github.io/turtledove/#ref-for-currency-tag%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A7", @@ -5612,25 +5640,25 @@ "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#auction-config-seller", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#auction-config-decision-logic-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-auction-config-server-response%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-auction-config-decision-logic-url%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-auction-config-seller%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#auction-config-trusted-scoring-signals-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-ad-creative%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-evaluate-a-scoring-script%E2%91%A0", "https://wicg.github.io/turtledove/#auction-config-max-trusted-scoring-signals-url-length", "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#auction-config-interest-group-buyers", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#auction-config-auction-signals", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%93%AA", @@ -5652,7 +5680,7 @@ "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A1", @@ -5663,7 +5691,7 @@ "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A3", @@ -5676,7 +5704,7 @@ "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A5", @@ -5693,7 +5721,7 @@ "https://wicg.github.io/turtledove/#auction-config-per-buyer-group-limits", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A7", @@ -5705,7 +5733,7 @@ "https://wicg.github.io/turtledove/#auction-config-per-buyer-priority-signals", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A7%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%93%AA", @@ -5726,12 +5754,12 @@ "https://wicg.github.io/turtledove/#ref-for-seller-capability%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A5%E2%91%A0", "https://wicg.github.io/turtledove/#auction-config-component-auctions", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#auction-config-deprecated-render-url-replacements", "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A1%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-ad-keyword-replacement%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-ad-keyword-replacement-match%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-ad-keyword-replacement-replacement%E2%91%A1", @@ -5742,7 +5770,7 @@ "https://wicg.github.io/turtledove/#auction-config-per-buyer-experiment-group-ids", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A7%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%91%A2", @@ -5773,7 +5801,7 @@ "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A7%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-currency-tag%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#auction-config-all-buyers-currency", @@ -5782,7 +5810,7 @@ "https://wicg.github.io/turtledove/#auction-config-per-buyer-multi-bid-limits", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A7%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A7%E2%91%A4", @@ -5805,13 +5833,13 @@ "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-additionalbids%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A1%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-reject%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-reject%E2%91%A7", "https://wicg.github.io/turtledove/#auction-config-seller-real-time-reporting-config", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A5", "https://wicg.github.io/turtledove/#auction-config-per-buyer-real-time-reporting-config", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A7%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A6", "https://wicg.github.io/turtledove/#auction-config-server-response", @@ -5877,7 +5905,7 @@ "https://wicg.github.io/turtledove/#ref-for-auction-config-server-response%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#look-up-per-buyer-currency", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A2%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-auction-config-all-buyers-currency%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-currencies%E2%91%A8", @@ -5887,7 +5915,7 @@ "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-currencies%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#look-up-per-buyer-multi-bid-limit", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A2%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-config-all-buyers-multi-bid-limit%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-multi-bid-limits%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4%E2%91%A0", @@ -5896,7 +5924,7 @@ "https://wicg.github.io/turtledove/#per-buyer-bid-generator", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A7%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-url%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-per-signals-url-bid-generator%E2%91%A2", @@ -5905,23 +5933,23 @@ "https://wicg.github.io/turtledove/#per-signals-url-bid-generator", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A7%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-joining-origin%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A5%E2%91%A2", "https://wicg.github.io/turtledove/#script-fetcher-section", "https://wicg.github.io/turtledove/#script-fetcher", "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#script-fetcher-script-body", - "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#script-fetcher-origins-authorized-for-cross-origin-trusted-signals", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-allow-trusted-scoring-signals-from", "https://wicg.github.io/turtledove/#create-a-new-script-fetcher", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-environment-settings-object%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-script-fetcher%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-starting-a-new-parallel-queue%E2%91%A3", @@ -5937,23 +5965,23 @@ "https://wicg.github.io/turtledove/#ref-for-script-fetcher-origins-authorized-for-cross-origin-trusted-signals%E2%91%A0", "https://wicg.github.io/turtledove/#http-headerdef-ad-auction-allow-trusted-scoring-signals-from", "https://wicg.github.io/turtledove/#ref-for-top%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A7", "https://wicg.github.io/turtledove/#parse-allowed-trusted-scoring-signals-origins", "https://wicg.github.io/turtledove/#ref-for-concept-header-list%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-header-list-get-structured-header%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-allow-trusted-scoring-signals-from%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-parse-an-https-origin%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-parse-an-https-origin%E2%91%A1%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A8", "https://wicg.github.io/turtledove/#fetch-script", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-environment-settings-object%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-script-fetcher%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-request%E2%91%A0%E2%91%A5", @@ -5980,8 +6008,8 @@ "https://wicg.github.io/turtledove/#ref-for-validate-fetching-response-headers%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-fetch-controller-abort", "https://wicg.github.io/turtledove/#ref-for-script-fetcher-origins-authorized-for-cross-origin-trusted-signals%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-script-fetcher-script-body%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-script-fetcher-origins-authorized-for-cross-origin-trusted-signals%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-parse-allowed-trusted-scoring-signals-origins", @@ -5989,7 +6017,7 @@ "https://wicg.github.io/turtledove/#ref-for-concept-response-body", "https://wicg.github.io/turtledove/#ref-for-concept-body-stream", "https://wicg.github.io/turtledove/#ref-for-readablestream-get-a-reader", - "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-validate-fetching-response-mime-and-body%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-script-fetcher-script-body%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-script-fetcher-script-body%E2%91%A3", @@ -6059,17 +6087,17 @@ "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-bidding-signals-per-interest-group-data-updateifolderthanms%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-bidding-signals-per-interest-group-data-updateifolderthanms%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%91%A1", "https://wicg.github.io/turtledove/#build-trusted-bidding-signals-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A0%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-concept-url-query%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-urlencoded-serializer", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%E2%93%AA", @@ -6077,11 +6105,11 @@ "https://wicg.github.io/turtledove/#ref-for-string-utf-8-percent-encode%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-ascii-serialisation-of-an-origin%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-component-percent-encode-set%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list-extend%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-encode-trusted-signals-keys", - "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-list-extend%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-encode-trusted-signals-keys%E2%91%A0", @@ -6093,10 +6121,10 @@ "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#fetch-the-current-outstanding-trusted-signals-batch", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A0%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-policy-container%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-build-trusted-bidding-signals-url%E2%91%A1", @@ -6104,32 +6132,32 @@ "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-ig-names", "https://wicg.github.io/turtledove/#ref-for-fetch-trusted-signals", "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-all-trusted-bidding-signals%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-ig-names%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-data-versions%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-append-to-a-bidding-signals-per-interest-group-data-map", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-ig-names%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-all-per-interest-group-data%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-ig-names%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-no-signals-flags%E2%91%A1", "https://wicg.github.io/turtledove/#batch-or-fetch-trusted-bidding-signals", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A5%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A1%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-policy-container%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A2%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-no-signals-flags%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-no-signals-flags%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-no-signals-flags%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-keys%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-is-empty%E2%91%A3", @@ -6158,7 +6186,7 @@ "https://wicg.github.io/turtledove/#ref-for-list-clone%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-keys%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-keys%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-ig-names%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-length-limit%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-max-trusted-bidding-signals-url-length%E2%91%A6", @@ -6167,16 +6195,16 @@ "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#trusted-scoring-signals-batcher-request-queue", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request%E2%91%A0", "https://wicg.github.io/turtledove/#trusted-scoring-signals-batcher-request-map", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-script-fetcher%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A1%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request%E2%91%A1", "https://wicg.github.io/turtledove/#trusted-scoring-signals-batcher-url-length-limit", "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%93%AA", @@ -6184,15 +6212,15 @@ "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#trusted-scoring-signals-request-seller", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A1", "https://wicg.github.io/turtledove/#trusted-scoring-signals-request-seller-script-fetcher", "https://wicg.github.io/turtledove/#ref-for-script-fetcher%E2%91%A6", "https://wicg.github.io/turtledove/#trusted-scoring-signals-request-base-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A4", "https://wicg.github.io/turtledove/#trusted-scoring-signals-request-seller-experiment-group-id", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#trusted-scoring-signals-request-top-level-origin", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A2", "https://wicg.github.io/turtledove/#trusted-scoring-signals-request-render-url", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#trusted-scoring-signals-request-ad-component-urls", @@ -6224,24 +6252,24 @@ "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-reply", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-reply%E2%91%A0", "https://wicg.github.io/turtledove/#build-trusted-scoring-signals-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A1%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-string-utf-8-percent-encode%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-component-percent-encode-set%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list-extend%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-encode-trusted-signals-keys%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list-extend%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-encode-trusted-signals-keys%E2%91%A2", @@ -6251,7 +6279,7 @@ "https://wicg.github.io/turtledove/#ref-for-concept-url-query%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#build-batched-trusted-scoring-signals-url", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A5", @@ -6283,7 +6311,7 @@ "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-top-level-origin%E2%91%A2", "https://wicg.github.io/turtledove/#check-if-trusted-scoring-signals-batch-honors-url-length-limit", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-url-length-limit%E2%91%A0", @@ -6295,7 +6323,7 @@ "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-request-queue%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-request-map", "https://wicg.github.io/turtledove/#ref-for-map-is-empty%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-clone%E2%91%A2", @@ -6311,13 +6339,13 @@ "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-top-level-origin%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-request-map%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-request-map%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-request-map%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-set-subset%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-request-map%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-check-if-trusted-scoring-signals-batch-honors-url-length-limit", @@ -6325,7 +6353,7 @@ "https://wicg.github.io/turtledove/#ref-for-list-remove%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-request-map%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-request-map%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-remove%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-request-map%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-build-batched-trusted-scoring-signals-url%E2%91%A0", @@ -6371,7 +6399,7 @@ "https://wicg.github.io/turtledove/#generated-bid-ad-descriptor", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#generated-bid-ad-component-descriptors", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-item", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-targetnumadcomponents%E2%91%A5", @@ -6394,7 +6422,7 @@ "https://wicg.github.io/turtledove/#generated-bid-provided-as-additional-bid", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#generated-bid-component-seller", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#generated-bid-target-number-of-ad-components", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A4", @@ -6415,7 +6443,7 @@ "https://wicg.github.io/turtledove/#try-to-reach-component-ads-target-considering-k-anonymity", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-generated-bid-target-number-of-ad-components%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-list-get-the-indices", @@ -6431,9 +6459,9 @@ "https://wicg.github.io/turtledove/#ref-for-apply-any-component-ads-target-to-a-bid%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-query-generated-bid-k-anonymity-count%E2%91%A0", "https://wicg.github.io/turtledove/#adjust-bid-list-based-on-k-anonymity", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-generated-bid-for-k-anon-auction%E2%91%A3", @@ -6454,32 +6482,32 @@ "https://wicg.github.io/turtledove/#ref-for-generated-bid-id%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#bid-debug-reporting-info-component-seller", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A5", "https://wicg.github.io/turtledove/#bid-debug-reporting-info-interest-group-owner", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A6%E2%91%A1", "https://wicg.github.io/turtledove/#bid-debug-reporting-info-bidder-debug-win-report-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupbiddingandscoringscriptrunnerglobalscope-fordebuggingonly%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dom-fordebuggingonly-reportadauctionwin%E2%91%A1", "https://wicg.github.io/turtledove/#bid-debug-reporting-info-bidder-debug-loss-report-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupbiddingandscoringscriptrunnerglobalscope-fordebuggingonly%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-fordebuggingonly-reportadauctionloss%E2%91%A1", "https://wicg.github.io/turtledove/#bid-debug-reporting-info-seller-debug-win-report-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupbiddingandscoringscriptrunnerglobalscope-fordebuggingonly%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-dom-fordebuggingonly-reportadauctionwin%E2%91%A2", "https://wicg.github.io/turtledove/#bid-debug-reporting-info-seller-debug-loss-report-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupbiddingandscoringscriptrunnerglobalscope-fordebuggingonly%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dom-fordebuggingonly-reportadauctionloss%E2%91%A2", "https://wicg.github.io/turtledove/#bid-debug-reporting-info-top-level-seller-debug-win-report-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupbiddingandscoringscriptrunnerglobalscope-fordebuggingonly%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-dom-fordebuggingonly-reportadauctionwin%E2%91%A3", "https://wicg.github.io/turtledove/#bid-debug-reporting-info-top-level-seller-debug-loss-report-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupbiddingandscoringscriptrunnerglobalscope-fordebuggingonly%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-dom-fordebuggingonly-reportadauctionloss%E2%91%A3", "https://wicg.github.io/turtledove/#bid-with-currency", @@ -6493,7 +6521,7 @@ "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A2%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%91%A6", "https://wicg.github.io/turtledove/#ad-descriptor-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-ad-creative%E2%91%A3", "https://wicg.github.io/turtledove/#ad-descriptor-size", "https://wicg.github.io/turtledove/#ref-for-ad-size%E2%91%A7", @@ -6533,7 +6561,7 @@ "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A2%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#direct-from-seller-signals-key-seller", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-signals%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#direct-from-seller-signals-key-ad-slot", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A2", @@ -6550,7 +6578,7 @@ "https://wicg.github.io/turtledove/#direct-from-seller-signals-per-buyer-signals", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A3", @@ -6621,13 +6649,13 @@ "https://wicg.github.io/turtledove/#leading-bid-info-highest-scoring-other-bid", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#leading-bid-info-highest-scoring-other-bid-owner", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%93%AA", "https://wicg.github.io/turtledove/#leading-bid-info-top-level-seller", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A0", "https://wicg.github.io/turtledove/#leading-bid-info-top-level-seller-signals", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#leading-bid-info-component-seller", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-leading-bid%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#leading-bid-info-bidding-data-version", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A7", @@ -6645,14 +6673,14 @@ "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%91%A2", "https://wicg.github.io/turtledove/#reporting-result-report-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupreportingscriptrunnerglobalscope-sendreportto%E2%91%A0", "https://wicg.github.io/turtledove/#reporting-result-reporting-beacon-map", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupreportingscriptrunnerglobalscope-registeradbeacon%E2%91%A0", "https://wicg.github.io/turtledove/#reporting-result-reporting-macro-map", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A1", @@ -6665,12 +6693,12 @@ "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#auction-report-info-debug-win-report-urls", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#auction-report-info-debug-loss-report-urls", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A1%E2%91%A7", @@ -6680,9 +6708,9 @@ "https://wicg.github.io/turtledove/#real-time-reporting-contributions-map", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A7", "https://wicg.github.io/turtledove/#real-time-reporting-contribution", "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%91%A3", @@ -6700,7 +6728,7 @@ "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A1", "https://wicg.github.io/turtledove/#k-anonymity-record", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-key%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A4%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A4%E2%91%A3", "https://wicg.github.io/turtledove/#k-anonymity-record-is-k-anonymous", "https://wicg.github.io/turtledove/#ref-for-idl-boolean%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-key%E2%91%A3", @@ -6710,17 +6738,25 @@ "https://wicg.github.io/turtledove/#auction-data-config", "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%91%A5", - "https://wicg.github.io/turtledove/#auction-data-config-seller", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A0", + "https://wicg.github.io/turtledove/#auction-data-config-publisher", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A0%E2%91%A7", - "https://wicg.github.io/turtledove/#auction-data-config-coordinator", + "https://wicg.github.io/turtledove/#auction-data-config-seller", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#auction-data-config-coordinator", + "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#auction-data-config-encryption-key", + "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#auction-data-config-encryption-key-id", + "https://wicg.github.io/turtledove/#ref-for-byte%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-auction-data-config-encryption-key%E2%91%A0", "https://wicg.github.io/turtledove/#auction-data-config-request-size", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-long%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#auction-data-config-per-buyer-config", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-auction-data-buyer-config%E2%91%A0", "https://wicg.github.io/turtledove/#auction-data-buyer-config", @@ -7109,6 +7145,8 @@ "https://wicg.github.io/turtledove/#biblio-streams", "https://wicg.github.io/turtledove/#biblio-url", "https://wicg.github.io/turtledove/#biblio-webidl", + "https://wicg.github.io/turtledove/#informative", + "https://wicg.github.io/turtledove/#biblio-rfc9180", "https://wicg.github.io/turtledove/#idl-index", "https://wicg.github.io/turtledove/#issues-index" ] diff --git a/ed/index.json b/ed/index.json index 3609dfa56cd9..df82a6bbacab 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-10-01T18:43:24.220Z", + "date": "2024-10-02T00:57:00.207Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -671,7 +671,7 @@ }, "stats": { "crawled": 640, - "errors": 5 + "errors": 2 }, "crawler": "reffy-17.2.5", "results": [ @@ -1595,11 +1595,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "16 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-backgrounds-4.json", "refs": "refs/css-backgrounds-4.json", "css": "css/css-backgrounds-4.json", @@ -1655,11 +1655,11 @@ ], "crawled": "https://drafts.csswg.org/css-borders-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "25 December 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-borders-4.json", "refs": "refs/css-borders-4.json", "css": "css/css-borders.json", @@ -1716,11 +1716,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-6/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "15 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-color-6.json", "refs": "refs/css-color-6.json", "css": "css/css-color-6.json", @@ -1768,11 +1768,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-hdr/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-color-hdr.json", "refs": "refs/css-color-hdr.json", "css": "css/css-color-hdr.json", @@ -1822,11 +1822,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-values-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "21 February 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-conditional-values-1.json", "refs": "refs/css-conditional-values-1.json", "css": "css/css-conditional-values.json", @@ -1883,11 +1883,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "13 June 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-display-4.json", "refs": "refs/css-display-4.json", "css": "css/css-display.json", @@ -1943,11 +1943,11 @@ ], "crawled": "https://drafts.csswg.org/css-env-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-env-1.json", "links": "links/css-env-1.json", "refs": "refs/css-env-1.json", @@ -1998,11 +1998,11 @@ ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-extensions-1.json", "refs": "refs/css-extensions-1.json", "css": "css/css-extensions.json", @@ -2052,11 +2052,11 @@ ], "crawled": "https://drafts.csswg.org/css-forms-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "11 October 2017", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-forms-1.json", "refs": "refs/css-forms-1.json", "headings": "headings/css-forms-1.json", @@ -2111,11 +2111,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-gcpm-4.json", "refs": "refs/css-gcpm-4.json", "css": "css/css-gcpm-4.json", @@ -2172,11 +2172,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "27 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-grid-3.json", "links": "links/css-grid-3.json", "refs": "refs/css-grid-3.json", @@ -2234,11 +2234,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-5/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-images-5.json", "refs": "refs/css-images-5.json", "css": "css/css-images-5.json", @@ -2288,11 +2288,11 @@ ], "crawled": "https://drafts.csswg.org/css-link-params-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-link-params-1.json", "refs": "refs/css-link-params-1.json", "css": "css/css-link-params.json", @@ -2342,11 +2342,11 @@ ], "crawled": "https://drafts.csswg.org/css-mixins-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-mixins-1.json", "links": "links/css-mixins-1.json", "refs": "refs/css-mixins-1.json", @@ -2405,11 +2405,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "5 October 2021", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-multicol-2.json", "refs": "refs/css-multicol-2.json", "css": "css/css-multicol-2.json", @@ -2466,11 +2466,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-5/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "30 July 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-overflow-5.json", "links": "links/css-overflow-5.json", "refs": "refs/css-overflow-5.json", @@ -2528,11 +2528,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "12 May 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-page-4.json", "refs": "refs/css-page-4.json", "dfns": "dfns/css-page-4.json", @@ -2588,11 +2588,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-position-4.json", "links": "links/css-position-4.json", "refs": "refs/css-position-4.json", @@ -2650,11 +2650,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "11 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-shapes-2.json", "refs": "refs/css-shapes-2.json", "css": "css/css-shapes-2.json", @@ -2710,11 +2710,11 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-size-adjust-1.json", "refs": "refs/css-size-adjust-1.json", "css": "css/css-size-adjust.json", @@ -2771,11 +2771,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-2/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "27 February 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-variables-2.json", "links": "links/css-variables-2.json", "refs": "refs/css-variables-2.json", @@ -2833,11 +2833,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-5/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "24 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/selectors-5.json", "refs": "refs/selectors-5.json", "css": "css/selectors-5.json", @@ -2903,8 +2903,7 @@ "css": "css/compositing.json", "dfns": "dfns/compositing-2.json", "headings": "headings/compositing-2.json", - "ids": "ids/compositing-2.json", - "error": "Error: Loading https://drafts.fxtf.org/compositing-2/ triggered HTTP status 504\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 39)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:373:21)" + "ids": "ids/compositing-2.json" }, { "url": "https://drafts.fxtf.org/filter-effects-2/", @@ -11308,11 +11307,11 @@ ], "crawled": "https://wicg.github.io/fenced-frame/", "crawlCacheInfo": { - "lastModified": "Fri, 13 Sep 2024 17:38:40 GMT" + "lastModified": "Wed, 02 Oct 2024 00:20:04 GMT" }, "generator": "bikeshed", - "date": "13 September 2024", - "revision": "73d37f8b2b2fbbbdbca5a43b4ee978ee2576a3c8", + "date": "2 October 2024", + "revision": "1454a61b8d4783168b3f3a255570515c2fcca9ca", "algorithms": "algorithms/fenced-frame.json", "links": "links/fenced-frame.json", "refs": "refs/fenced-frame.json", @@ -13832,11 +13831,11 @@ ], "crawled": "https://wicg.github.io/turtledove/", "crawlCacheInfo": { - "lastModified": "Mon, 30 Sep 2024 21:04:37 GMT" + "lastModified": "Tue, 01 Oct 2024 22:38:57 GMT" }, "generator": "bikeshed", - "date": "30 September 2024", - "revision": "0fc6f51d7bce794c41c48fe00857c7607328585e", + "date": "1 October 2024", + "revision": "840355a4e31ab02ed933f2a73115896da896c038", "algorithms": "algorithms/turtledove.json", "links": "links/turtledove.json", "refs": "refs/turtledove.json", @@ -16018,9 +16017,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc9163", "crawlCacheInfo": { - "lastModified": "Fri, 27 Sep 2024 18:36:51 GMT" + "lastModified": "Tue, 01 Oct 2024 00:14:56 GMT" }, - "date": "27 September 2024", + "date": "1 October 2024", "algorithms": "algorithms/rfc9163.json", "links": "links/rfc9163.json", "refs": "refs/rfc9163.json", @@ -17243,8 +17242,7 @@ "refs": "refs/compositing-1.json", "dfns": "dfns/compositing-1.json", "headings": "headings/compositing-1.json", - "ids": "ids/compositing-1.json", - "error": "Error: Loading https://drafts.fxtf.org/compositing-1/ triggered HTTP status 504\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 314)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:373:21)" + "ids": "ids/compositing-1.json" }, { "url": "https://www.w3.org/TR/compute-pressure/", @@ -17675,11 +17673,11 @@ ], "crawled": "https://drafts.csswg.org/css-2022/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-2022.json", "refs": "refs/css-2022.json", "dfns": "dfns/css-2022.json", @@ -17735,11 +17733,11 @@ ], "crawled": "https://drafts.csswg.org/css-2023/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "11 December 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-2023.json", "refs": "refs/css-2023.json", "dfns": "dfns/css-2023.json", @@ -17801,11 +17799,11 @@ ], "crawled": "https://drafts.csswg.org/css-align-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-align-3.json", "links": "links/css-align-3.json", "refs": "refs/css-align-3.json", @@ -17863,11 +17861,11 @@ ], "crawled": "https://drafts.csswg.org/css-anchor-position-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "23 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-anchor-position-1.json", "links": "links/css-anchor-position-1.json", "refs": "refs/css-anchor-position-1.json", @@ -17997,11 +17995,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "8 December 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-animations-1.json", "refs": "refs/css-animations-1.json", "events": "events/css-animations-1.json", @@ -18066,11 +18064,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-animations-2.json", "links": "links/css-animations-2.json", "refs": "refs/css-animations-2.json", @@ -18136,11 +18134,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "16 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-backgrounds-3.json", "links": "links/css-backgrounds-3.json", "refs": "refs/css-backgrounds-3.json", @@ -18205,11 +18203,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "4 April 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-box-3.json", "refs": "refs/css-box-3.json", "dfns": "dfns/css-box-3.json", @@ -18271,11 +18269,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "4 August 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-box-4.json", "refs": "refs/css-box-4.json", "css": "css/css-box.json", @@ -18339,11 +18337,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-break-3.json", "refs": "refs/css-break-3.json", "dfns": "dfns/css-break-3.json", @@ -18405,11 +18403,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "11 March 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-break-4.json", "refs": "refs/css-break-4.json", "css": "css/css-break.json", @@ -18472,11 +18470,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "30 January 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-cascade-3.json", "refs": "refs/css-cascade-3.json", "dfns": "dfns/css-cascade-3.json", @@ -18540,11 +18538,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-cascade-4.json", "links": "links/css-cascade-4.json", "refs": "refs/css-cascade-4.json", @@ -18608,11 +18606,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-5/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-cascade-5.json", "refs": "refs/css-cascade-5.json", "idl": "idl/css-cascade.idl", @@ -18676,11 +18674,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-6/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "4 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-cascade-6.json", "refs": "refs/css-cascade-6.json", "idl": "idl/css-cascade-6.idl", @@ -18744,7 +18742,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "date": "18 January 2022", "links": "links/css-color-3.json", @@ -18810,11 +18808,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "17 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-color-4.json", "links": "links/css-color-4.json", "refs": "refs/css-color-4.json", @@ -18879,11 +18877,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-5/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "19 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-color-5.json", "links": "links/css-color-5.json", "refs": "refs/css-color-5.json", @@ -18948,11 +18946,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-adjust-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "26 October 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-color-adjust-1.json", "links": "links/css-color-adjust-1.json", "refs": "refs/css-color-adjust-1.json", @@ -19017,11 +19015,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "13 August 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-conditional-3.json", "links": "links/css-conditional-3.json", "refs": "refs/css-conditional-3.json", @@ -19087,11 +19085,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "19 March 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-conditional-4.json", "refs": "refs/css-conditional-4.json", "css": "css/css-conditional-4.json", @@ -19154,11 +19152,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-5/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "18 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-conditional-5.json", "links": "links/css-conditional-5.json", "refs": "refs/css-conditional-5.json", @@ -19223,11 +19221,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "28 June 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-contain-1.json", "links": "links/css-contain-1.json", "refs": "refs/css-contain-1.json", @@ -19292,11 +19290,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-2/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "15 June 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-contain-2.json", "links": "links/css-contain-2.json", "refs": "refs/css-contain-2.json", @@ -19362,11 +19360,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "20 June 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-contain-3.json", "refs": "refs/css-contain-3.json", "headings": "headings/css-contain-3.json", @@ -19427,11 +19425,11 @@ ], "crawled": "https://drafts.csswg.org/css-content-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-content-3.json", "links": "links/css-content-3.json", "refs": "refs/css-content-3.json", @@ -19495,11 +19493,11 @@ ], "crawled": "https://drafts.csswg.org/css-counter-styles-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-counter-styles-3.json", "links": "links/css-counter-styles-3.json", "refs": "refs/css-counter-styles-3.json", @@ -19565,11 +19563,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "22 November 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-display-3.json", "refs": "refs/css-display-3.json", "dfns": "dfns/css-display-3.json", @@ -19632,11 +19630,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "28 August 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-easing-1.json", "links": "links/css-easing-1.json", "refs": "refs/css-easing-1.json", @@ -19699,11 +19697,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "17 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-easing-2.json", "links": "links/css-easing-2.json", "refs": "refs/css-easing-2.json", @@ -19767,11 +19765,11 @@ ], "crawled": "https://drafts.csswg.org/css-flexbox-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "9 August 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-flexbox-1.json", "links": "links/css-flexbox-1.json", "refs": "refs/css-flexbox-1.json", @@ -19835,11 +19833,11 @@ ], "crawled": "https://drafts.csswg.org/css-font-loading-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "11 May 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-font-loading-3.json", "links": "links/css-font-loading-3.json", "refs": "refs/css-font-loading-3.json", @@ -19907,11 +19905,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "27 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-fonts-4.json", "links": "links/css-fonts-4.json", "refs": "refs/css-fonts-4.json", @@ -19976,11 +19974,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-5/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "11 July 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-fonts-5.json", "refs": "refs/css-fonts-5.json", "css": "css/css-fonts-5.json", @@ -20044,11 +20042,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "4 May 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-gcpm-3.json", "refs": "refs/css-gcpm-3.json", "css": "css/css-gcpm.json", @@ -20111,11 +20109,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "3 November 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-grid-1.json", "links": "links/css-grid-1.json", "refs": "refs/css-grid-1.json", @@ -20180,11 +20178,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-2/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "13 August 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-grid-2.json", "links": "links/css-grid-2.json", "refs": "refs/css-grid-2.json", @@ -20242,11 +20240,11 @@ ], "crawled": "https://drafts.csswg.org/css-highlight-api-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-highlight-api-1.json", "links": "links/css-highlight-api-1.json", "refs": "refs/css-highlight-api-1.json", @@ -20312,11 +20310,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-images-3.json", "links": "links/css-images-3.json", "refs": "refs/css-images-3.json", @@ -20381,11 +20379,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "3 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-images-4.json", "links": "links/css-images-4.json", "refs": "refs/css-images-4.json", @@ -20450,11 +20448,11 @@ ], "crawled": "https://drafts.csswg.org/css-inline-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "14 August 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-inline-3.json", "links": "links/css-inline-3.json", "refs": "refs/css-inline-3.json", @@ -20577,11 +20575,11 @@ ], "crawled": "https://drafts.csswg.org/css-line-grid-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "26 July 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-line-grid-1.json", "refs": "refs/css-line-grid-1.json", "css": "css/css-line-grid.json", @@ -20644,11 +20642,11 @@ ], "crawled": "https://drafts.csswg.org/css-lists-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-lists-3.json", "links": "links/css-lists-3.json", "refs": "refs/css-lists-3.json", @@ -20712,11 +20710,11 @@ ], "crawled": "https://drafts.csswg.org/css-logical-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-logical-1.json", "refs": "refs/css-logical-1.json", "css": "css/css-logical.json", @@ -20847,11 +20845,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "6 May 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-multicol-1.json", "refs": "refs/css-multicol-1.json", "css": "css/css-multicol.json", @@ -20914,11 +20912,11 @@ ], "crawled": "https://drafts.csswg.org/css-namespaces-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-namespaces-3.json", "refs": "refs/css-namespaces-3.json", "css": "css/css-namespaces.json", @@ -20975,11 +20973,11 @@ ], "crawled": "https://drafts.csswg.org/css-nav-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "29 July 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-nav-1.json", "links": "links/css-nav-1.json", "refs": "refs/css-nav-1.json", @@ -21039,11 +21037,11 @@ ], "crawled": "https://drafts.csswg.org/css-nesting-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-nesting-1.json", "refs": "refs/css-nesting-1.json", "idl": "idl/css-nesting.idl", @@ -21108,11 +21106,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "21 June 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-overflow-3.json", "refs": "refs/css-overflow-3.json", "css": "css/css-overflow.json", @@ -21176,11 +21174,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "10 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-overflow-4.json", "refs": "refs/css-overflow-4.json", "css": "css/css-overflow-4.json", @@ -21243,11 +21241,11 @@ ], "crawled": "https://drafts.csswg.org/css-overscroll-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "3 March 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-overscroll-1.json", "refs": "refs/css-overscroll-1.json", "css": "css/css-overscroll.json", @@ -21311,11 +21309,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "5 December 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-page-3.json", "links": "links/css-page-3.json", "refs": "refs/css-page-3.json", @@ -21373,11 +21371,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-floats-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-page-floats-3.json", "links": "links/css-page-floats-3.json", "refs": "refs/css-page-floats-3.json", @@ -21449,8 +21447,7 @@ "css": "css/css-paint-api.json", "dfns": "dfns/css-paint-api-1.json", "headings": "headings/css-paint-api-1.json", - "ids": "ids/css-paint-api-1.json", - "error": "Error: Loading https://drafts.css-houdini.org/css-paint-api-1/ triggered HTTP status 504\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 377)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:373:21)" + "ids": "ids/css-paint-api-1.json" }, { "url": "https://www.w3.org/TR/css-position-3/", @@ -21508,11 +21505,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "12 August 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-position-3.json", "links": "links/css-position-3.json", "refs": "refs/css-position-3.json", @@ -21641,11 +21638,11 @@ ], "crawled": "https://drafts.csswg.org/css-pseudo-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "24 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-pseudo-4.json", "links": "links/css-pseudo-4.json", "refs": "refs/css-pseudo-4.json", @@ -21704,11 +21701,11 @@ ], "crawled": "https://drafts.csswg.org/css-regions-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-regions-1.json", "refs": "refs/css-regions-1.json", "idl": "idl/css-regions.idl", @@ -21766,11 +21763,11 @@ ], "crawled": "https://drafts.csswg.org/css-rhythm-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-rhythm-1.json", "refs": "refs/css-rhythm-1.json", "css": "css/css-rhythm.json", @@ -21833,11 +21830,11 @@ ], "crawled": "https://drafts.csswg.org/css-round-display-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-round-display-1.json", "refs": "refs/css-round-display-1.json", "css": "css/css-round-display.json", @@ -21900,11 +21897,11 @@ ], "crawled": "https://drafts.csswg.org/css-ruby-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "15 July 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-ruby-1.json", "links": "links/css-ruby-1.json", "refs": "refs/css-ruby-1.json", @@ -21968,11 +21965,11 @@ ], "crawled": "https://drafts.csswg.org/css-scoping-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "27 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-scoping-1.json", "links": "links/css-scoping-1.json", "refs": "refs/css-scoping-1.json", @@ -22036,11 +22033,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-anchoring-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "22 December 2020", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-scroll-anchoring-1.json", "links": "links/css-scroll-anchoring-1.json", "refs": "refs/css-scroll-anchoring-1.json", @@ -22105,11 +22102,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "11 April 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-scroll-snap-1.json", "links": "links/css-scroll-snap-1.json", "refs": "refs/css-scroll-snap-1.json", @@ -22173,11 +22170,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-scroll-snap-2.json", "links": "links/css-scroll-snap-2.json", "refs": "refs/css-scroll-snap-2.json", @@ -22243,11 +22240,11 @@ ], "crawled": "https://drafts.csswg.org/css-scrollbars-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "13 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-scrollbars-1.json", "refs": "refs/css-scrollbars-1.json", "css": "css/css-scrollbars.json", @@ -22310,11 +22307,11 @@ ], "crawled": "https://drafts.csswg.org/css-shadow-parts-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "20 March 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-shadow-parts-1.json", "links": "links/css-shadow-parts-1.json", "refs": "refs/css-shadow-parts-1.json", @@ -22380,11 +22377,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "19 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-shapes-1.json", "refs": "refs/css-shapes-1.json", "css": "css/css-shapes.json", @@ -22448,11 +22445,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-sizing-3.json", "links": "links/css-sizing-3.json", "refs": "refs/css-sizing-3.json", @@ -22516,11 +22513,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-sizing-4.json", "refs": "refs/css-sizing-4.json", "css": "css/css-sizing-4.json", @@ -22583,11 +22580,11 @@ ], "crawled": "https://drafts.csswg.org/css-speech-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-speech-1.json", "refs": "refs/css-speech-1.json", "css": "css/css-speech.json", @@ -22648,7 +22645,7 @@ ], "crawled": "https://drafts.csswg.org/css-style-attr/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "date": "10 April 2015", "links": "links/css-style-attr.json", @@ -22713,11 +22710,11 @@ ], "crawled": "https://drafts.csswg.org/css-syntax-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "25 June 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-syntax-3.json", "links": "links/css-syntax-3.json", "refs": "refs/css-syntax-3.json", @@ -22781,11 +22778,11 @@ ], "crawled": "https://drafts.csswg.org/css-tables-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-tables-3.json", "links": "links/css-tables-3.json", "refs": "refs/css-tables-3.json", @@ -22850,11 +22847,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "31 July 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-text-3.json", "links": "links/css-text-3.json", "refs": "refs/css-text-3.json", @@ -22918,11 +22915,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "13 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-text-4.json", "links": "links/css-text-4.json", "refs": "refs/css-text-4.json", @@ -22987,11 +22984,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-text-decor-3.json", "refs": "refs/css-text-decor-3.json", "css": "css/css-text-decor.json", @@ -23054,11 +23051,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "8 March 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-text-decor-4.json", "refs": "refs/css-text-decor-4.json", "css": "css/css-text-decor-4.json", @@ -23122,11 +23119,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-transforms-1.json", "links": "links/css-transforms-1.json", "refs": "refs/css-transforms-1.json", @@ -23190,11 +23187,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-2/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "3 April 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-transforms-2.json", "links": "links/css-transforms-2.json", "refs": "refs/css-transforms-2.json", @@ -23259,11 +23256,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "10 December 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-transitions-1.json", "links": "links/css-transitions-1.json", "refs": "refs/css-transitions-1.json", @@ -23329,11 +23326,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "5 September 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-transitions-2.json", "links": "links/css-transitions-2.json", "refs": "refs/css-transitions-2.json", @@ -23463,11 +23460,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "27 February 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-ui-3.json", "links": "links/css-ui-3.json", "refs": "refs/css-ui-3.json", @@ -23531,11 +23528,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "17 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-ui-4.json", "links": "links/css-ui-4.json", "refs": "refs/css-ui-4.json", @@ -23601,11 +23598,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "31 July 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-values-3.json", "refs": "refs/css-values-3.json", "dfns": "dfns/css-values-3.json", @@ -23669,11 +23666,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "17 June 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-values-4.json", "links": "links/css-values-4.json", "refs": "refs/css-values-4.json", @@ -23737,11 +23734,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "16 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-values-5.json", "links": "links/css-values-5.json", "refs": "refs/css-values-5.json", @@ -23806,11 +23803,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-variables-1.json", "links": "links/css-variables-1.json", "refs": "refs/css-variables-1.json", @@ -23868,11 +23865,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "5 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-view-transitions-1.json", "links": "links/css-view-transitions-1.json", "refs": "refs/css-view-transitions-1.json", @@ -23931,11 +23928,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-2/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", - "date": "19 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "date": "1 October 2024", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-view-transitions-2.json", "links": "links/css-view-transitions-2.json", "refs": "refs/css-view-transitions-2.json", @@ -24002,11 +23999,11 @@ ], "crawled": "https://drafts.csswg.org/css-viewport/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "12 July 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-viewport-1.json", "links": "links/css-viewport-1.json", "refs": "refs/css-viewport-1.json", @@ -24071,11 +24068,11 @@ ], "crawled": "https://drafts.csswg.org/css-will-change-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "29 April 2022", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-will-change-1.json", "refs": "refs/css-will-change-1.json", "css": "css/css-will-change.json", @@ -24139,11 +24136,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/css-writing-modes-3.json", "refs": "refs/css-writing-modes-3.json", "dfns": "dfns/css-writing-modes-3.json", @@ -24206,11 +24203,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css-writing-modes-4.json", "links": "links/css-writing-modes-4.json", "refs": "refs/css-writing-modes-4.json", @@ -24412,11 +24409,11 @@ ], "crawled": "https://drafts.csswg.org/css2/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/CSS22.json", "links": "links/CSS22.json", "refs": "refs/CSS22.json", @@ -24480,11 +24477,11 @@ ], "crawled": "https://drafts.csswg.org/css-exclusions-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "24 July 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/css3-exclusions.json", "links": "links/css3-exclusions.json", "refs": "refs/css3-exclusions.json", @@ -24548,11 +24545,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "30 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/cssom-1.json", "links": "links/cssom-1.json", "refs": "refs/cssom-1.json", @@ -24617,11 +24614,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-view-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:40 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "21 June 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/cssom-view-1.json", "links": "links/cssom-view-1.json", "refs": "refs/cssom-view-1.json", @@ -28312,7 +28309,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "date": "14 May 2024", "links": "links/mediaqueries-3.json", @@ -28377,11 +28374,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/mediaqueries-4.json", "refs": "refs/mediaqueries-4.json", "css": "css/mediaqueries.json", @@ -28444,11 +28441,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-5/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "19 September 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/mediaqueries-5.json", "links": "links/mediaqueries-5.json", "refs": "refs/mediaqueries-5.json", @@ -31384,11 +31381,11 @@ ], "crawled": "https://drafts.csswg.org/resize-observer-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "27 January 2023", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/resize-observer-1.json", "links": "links/resize-observer-1.json", "refs": "refs/resize-observer-1.json", @@ -31712,11 +31709,11 @@ ], "crawled": "https://drafts.csswg.org/scroll-animations-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "31 January 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/scroll-animations-1.json", "links": "links/scroll-animations-1.json", "refs": "refs/scroll-animations-1.json", @@ -31972,7 +31969,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-3/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "date": "30 January 2018", "links": "links/selectors-3.json", @@ -32038,11 +32035,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-4/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "22 August 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/selectors-4.json", "links": "links/selectors-4.json", "refs": "refs/selectors-4.json", @@ -34385,11 +34382,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:46 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/web-animations-1.json", "links": "links/web-animations-1.json", "refs": "refs/web-animations-1.json", @@ -34454,11 +34451,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "15 May 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "algorithms": "algorithms/web-animations-2.json", "links": "links/web-animations-2.json", "refs": "refs/web-animations-2.json", @@ -37448,11 +37445,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-nonelement-1/", "crawlCacheInfo": { - "lastModified": "Tue, 01 Oct 2024 11:07:39 GMT" + "lastModified": "Tue, 01 Oct 2024 19:47:47 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5f1b63c954c1604a3d046fedc137cb9f5dca8ca1", + "revision": "0ab99f38873352f272ec0f430c10084f9621bbe7", "links": "links/selectors-nonelement-1.json", "refs": "refs/selectors-nonelement-1.json", "css": "css/selectors-nonelement.json", diff --git a/ed/links/css-view-transitions-2.json b/ed/links/css-view-transitions-2.json index dbacd49d5f3f..3ff8e39f89ea 100644 --- a/ed/links/css-view-transitions-2.json +++ b/ed/links/css-view-transitions-2.json @@ -30,6 +30,7 @@ "https://drafts.csswg.org/css-conditional-3/": {}, "https://drafts.csswg.org/css-overflow-3/": {}, "https://drafts.csswg.org/css-scoping/": {}, + "https://drafts.csswg.org/css-shadow-parts/": {}, "https://drafts.csswg.org/css-syntax/": {}, "https://drafts.csswg.org/css-transforms-2/": {}, "https://drafts.csswg.org/css-transforms/": {}, @@ -105,6 +106,8 @@ "document-element", "concept-node-document", "concept-class", + "concept-id", + "concept-tree-root", "concept-document-origin", "element" ] @@ -142,6 +145,11 @@ "css-tree-scoped-name" ] }, + "https://drafts.csswg.org/css-shadow-parts-1/": { + "anchors": [ + "selectordef-part" + ] + }, "https://drafts.csswg.org/css-syntax-3/": { "anchors": [ "typedef-declaration-list" diff --git a/ed/links/fenced-frame.json b/ed/links/fenced-frame.json index b53f24b0eb38..45225575c9eb 100644 --- a/ed/links/fenced-frame.json +++ b/ed/links/fenced-frame.json @@ -179,7 +179,6 @@ }, "https://httpwg.org/specs/rfc8941.html": {}, "https://infra.spec.whatwg.org/": {}, - "https://source.chromium.org/chromium/chromium/src/+/refs/heads/main:content/browser/fenced_frame/fenced_frame_reporter.cc;l=384;drc=183dd920ea5d6aed92e007c40e226f1f840c0567": {}, "https://url.spec.whatwg.org/": {}, "https://w3c.github.io/webappsec-csp/": { "anchors": [ @@ -405,6 +404,7 @@ "request-service-workers-mode", "concept-request-origin", "concept-request-referrer", + "concept-request-referrer-policy", "concept-request-mode", "concept-request-credentials-mode", "concept-fetch", @@ -451,6 +451,7 @@ "concept-origin", "site", "same-origin", + "policy-container-referrer-policy", "determining-navigation-params-policy-container", "clone-a-policy-container", "policy-container", @@ -471,12 +472,12 @@ "navigation-referrer-policy", "source-snapshot-params", "source-snapshot-params-activation", + "source-snapshot-params-policy-container", "attempt-to-populate-the-history-entry's-document", "she-document-state", "document-state-initiator-origin", "create-navigation-params-by-fetching", "document-state-history-policy-container", - "source-snapshot-params-policy-container", "document-state-document", "she-step", "navigation-params-navigable", @@ -559,8 +560,8 @@ "htmlconstructor", "represents", "concept-document-permissions-policy", - "the-document's-referrer", - "concept-document-policy-container" + "concept-document-policy-container", + "the-document's-referrer" ] }, "https://html.spec.whatwg.org/multipage/embedder-content-other.html": { @@ -772,7 +773,8 @@ }, "https://w3c.github.io/webappsec-referrer-policy/": { "anchors": [ - "referrer-policy-no-referrer" + "referrer-policy-no-referrer", + "referrer-policy" ] }, "https://webidl.spec.whatwg.org/": { diff --git a/ed/links/turtledove.json b/ed/links/turtledove.json index ce0ebf52ed2c..c75ee2c0bbbc 100644 --- a/ed/links/turtledove.json +++ b/ed/links/turtledove.json @@ -49,6 +49,12 @@ "https://httpwg.org/specs/rfc8941.html": {}, "https://infra.spec.whatwg.org/": {}, "https://mimesniff.spec.whatwg.org/": {}, + "https://privacysandbox.github.io/draft-ietf-bidding-and-auction-services/draft-ietf-bidding-and-auction-services.html": { + "anchors": [ + "name-parsing-a-response", + "name-generating-a-request" + ] + }, "https://research.google/pubs/rappor-randomized-aggregatable-privacy-preserving-ordinal-response": {}, "https://streams.spec.whatwg.org/": {}, "https://tc39.es/ecma262/multipage/": {}, @@ -71,6 +77,7 @@ "name-specification-of-the-cbor-e" ] }, + "https://www.rfc-editor.org/rfc/rfc9180": {}, "https://www.w3.org/community/about/agreements/cla/": {}, "https://www.w3.org/community/wicg/": {} }, diff --git a/ed/refs/css-view-transitions-2.json b/ed/refs/css-view-transitions-2.json index cf1f92c060f4..44c9c86f7757 100644 --- a/ed/refs/css-view-transitions-2.json +++ b/ed/refs/css-view-transitions-2.json @@ -102,6 +102,10 @@ { "name": "CSS-CONDITIONAL-3", "url": "https://drafts.csswg.org/css-conditional-3/" + }, + { + "name": "CSS-SHADOW-PARTS-1", + "url": "https://drafts.csswg.org/css-shadow-parts/" } ] } diff --git a/ed/refs/turtledove.json b/ed/refs/turtledove.json index 60b5a865bdcc..b8d0789faa82 100644 --- a/ed/refs/turtledove.json +++ b/ed/refs/turtledove.json @@ -94,6 +94,11 @@ "url": "https://webidl.spec.whatwg.org/" } ], - "informative": [] + "informative": [ + { + "name": "RFC9180", + "url": "https://www.rfc-editor.org/rfc/rfc9180" + } + ] } } \ No newline at end of file