diff --git a/ed/algorithms/CSP3.json b/ed/algorithms/CSP3.json index 9be1c36a883d..a952f8ad00c3 100644 --- a/ed/algorithms/CSP3.json +++ b/ed/algorithms/CSP3.json @@ -2038,17 +2038,17 @@ { "name": "port-part matches", "href": "https://w3c.github.io/webappsec-csp/#port-part-matches", - "html": "An ASCII string input port-part matches URL url if a CSP source expression that\n contained the first as a port-part could potentially match a URL containing the latter’s port and scheme. For example, \"80\" port-part matches matches http://example.com.", + "html": "An ASCII string or null input port-part matches URL url if a CSP source expression that contained the first as a port-part could potentially match a URL containing the latter’s port and scheme. For example, \"80\" port-part matches matches http://example.com.", "rationale": ".algorithm", "steps": [ { - "html": "

Assert: input is the empty string, \"*\", or a sequence of ASCII digits.

" + "html": "

Assert: input is null, \"*\", or a sequence of one or more ASCII digits.

" }, { "html": "

If input is equal to \"*\", return \"Matches\".

" }, { - "html": "

Let normalizedInput be null if input is the empty string; otherwise input interpreted as decimal number.

" + "html": "

Let normalizedInput be null if input null; otherwise input interpreted as decimal number.

" }, { "html": "

If normalizedInput equals url’s port, return \"Matches\".

" diff --git a/ed/algorithms/css-flexbox-1.json b/ed/algorithms/css-flexbox-1.json index 348f38f7e2f7..07e46d546622 100644 --- a/ed/algorithms/css-flexbox-1.json +++ b/ed/algorithms/css-flexbox-1.json @@ -68,7 +68,7 @@ "html": "Otherwise,\n\t\t\t\t\tif the used flex basis is content or depends on its available space,\n\t\t\t\t\tthe available main size is infinite,\n\t\t\t\t\tand the flex item’s inline axis is parallel to the main axis,\n\t\t\t\t\tlay the item out using the rules for a box in an orthogonal flow [CSS3-WRITING-MODES].\n\t\t\t\t\tThe flex base size is the item’s max-content main size." }, { - "html": "Otherwise,\n\t\t\t\t\tsize the item into the available space using its used flex basis in place of its main size,\n\t\t\t\t\ttreating a value of content as max-content.\n\t\t\t\t\tIf a cross size is needed to determine the main size (e.g. when the flex item’s main size is in its block axis,\n\t\t\t\t\tor when it has a preferred aspect ratio)\n\t\t\t\t\tand the flex item’s cross size is auto and not definite,\n\t\t\t\t\tin this calculation use fit-content as the flex item’s cross size.\n\t\t\t\t\tThe flex base size is the item’s resulting main size." + "html": "Otherwise,\n\t\t\t\t\tsize the item into the available space using its used flex basis in place of its main size,\n\t\t\t\t\ttreating a value of content as max-content.\n\t\t\t\t\tIf a cross size is needed to determine the main size (e.g. when the flex item’s main size is in its block axis,\n\t\t\t\t\tor when it has a preferred aspect ratio)\n\t\t\t\t\tand the flex item’s cross size is auto and not definite,\n\t\t\t\t\tin this calculation use fit-content as the flex item’s cross size.\n\t\t\t\t\tThe flex base size is the item’s resulting main size." } ] }, diff --git a/ed/algorithms/css-grid-1.json b/ed/algorithms/css-grid-1.json index b6996f4fcbe9..757e73b45140 100644 --- a/ed/algorithms/css-grid-1.json +++ b/ed/algorithms/css-grid-1.json @@ -233,7 +233,7 @@ }, { "case": "For auto minimums:", - "html": "If the track has an auto min track sizing function and the grid container is being sized\n\t\t\t\t\tunder a min-/max-content constraint,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ limited min-content contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe limited min-/max-content contribution of an item\n\t\t\t\t\tis (for this purpose) its min-/max-content contribution (accordingly),\n\t\t\t\t\tlimited by the max track sizing function (which could be the argument to a fit-content() track sizing function)\n\t\t\t\t\tif that is fixed and ultimately floored by its minimum contribution (defined below). \n

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

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

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

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

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

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

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

" }, { "html": "If at this point any track’s growth limit is now less than its base size,\n\t\t\t\t\tincrease its growth limit to match its base size." @@ -342,7 +342,7 @@ "rationale": "resolve", "steps": [ { - "html": "Layout the grid following the § 11 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." + "html": "Layout the grid following the § 11 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." }, { "html": "Layout the grid container using the values resolved in the previous step." @@ -351,7 +351,7 @@ "html": "If a grid area’s size changes due to fragmentation (do not include items that\n\t\t\tspan rows in this decision), increase the grid row size as necessary for rows that either: \n " }, { - "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." + "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." }, { "html": "If a grid area overflows the grid container due to margins being collapsed during\n\t\t\tfragmentation, extend the grid container to contain this grid area (this step is\n\t\t\tnecessary in order to avoid circular layout dependencies due to fragmentation)." @@ -394,17 +394,17 @@ "rationale": "increase", "steps": [ { - "html": "Increase sizes to accommodate spanning items: Next, consider the items with a span of 2\n\t\t\t\t\tthat do not span a track with a flexible sizing function\n ,\n\t\t\t\t\ttreating a min track sizing function of auto as min-content/max-content when the grid container is being sized under a min/max-content constraint (respectively)\n :", + "html": "Increase sizes to accommodate spanning items: Next, consider the items with a span of 2\n\t\t\t\t\tthat do not span a track with a flexible sizing function\n ,\n\t\t\t\t\ttreating a min track sizing function of auto as min-content/max-content when the grid container is being sized under a min/max-content constraint (respectively)\n :", "rationale": "for", "steps": [ { "html": "…" }, { - "html": "For content-based minimums: Next continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of min-content or max-content\n ,\n\t\t\t\t\t\tand tracks with a min track sizing function of auto if the grid container is being sized under a min-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' min-content contributions." + "html": "For content-based minimums: Next continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of min-content or max-content\n ,\n\t\t\t\t\t\tand tracks with a min track sizing function of auto if the grid container is being sized under a min-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' min-content contributions." }, { - "html": "For max-content minimums: Third continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of max-content\n ,\n\t\t\t\t\t\tand tracks with a max track sizing function of auto if the grid container is being sized under a max-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' max-content contributions." + "html": "For max-content minimums: Third continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of max-content\n ,\n\t\t\t\t\t\tand tracks with a max track sizing function of auto if the grid container is being sized under a max-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' max-content contributions." } ] } diff --git a/ed/algorithms/css-grid-2.json b/ed/algorithms/css-grid-2.json index 23545a9e19ae..74f4717ccd85 100644 --- a/ed/algorithms/css-grid-2.json +++ b/ed/algorithms/css-grid-2.json @@ -342,7 +342,7 @@ "rationale": "resolve", "steps": [ { - "html": "Layout the grid following the § 12 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." + "html": "Layout the grid following the § 12 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." }, { "html": "Layout the grid container using the values resolved in the previous step." @@ -351,7 +351,7 @@ "html": "If a grid area’s size changes due to fragmentation (do not include items that\n\t\t\tspan rows in this decision), increase the grid row size as necessary for rows that either: \n " }, { - "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." + "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." }, { "html": "If a grid area overflows the grid container due to margins being collapsed during\n\t\t\tfragmentation, extend the grid container to contain this grid area (this step is\n\t\t\tnecessary in order to avoid circular layout dependencies due to fragmentation)." diff --git a/ed/algorithms/dom.json b/ed/algorithms/dom.json index e8e5116fee51..d7bcf4becf98 100644 --- a/ed/algorithms/dom.json +++ b/ed/algorithms/dom.json @@ -2440,28 +2440,69 @@ { "name": "clone a node", "href": "https://dom.spec.whatwg.org/#concept-node-clone", - "html": "To clone a node, with an optional document and clone children flag, run these\nsteps:", - "rationale": "if", + "html": "To clone a node given a node node and an optional document document (default node’s node document), boolean subtree (default false), and node-or-null parent (default null):", + "rationale": ".algorithm", "steps": [ { - "html": "

If document is not given, then set document to node’s node document.

" + "html": "

Assert: node is not a document or node is document.

" }, { - "html": "Assert: node is not a document or node is document." + "html": "

Let copy be the result of cloning a single node given node and document.

" }, { - "html": "If node is an element:", - "rationale": "let", + "html": "

Run any cloning steps defined for node in other applicable specifications and pass node, copy, and subtree as parameters.

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

If parent is non-null, then append copy to parent.

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

If subtree is true, then for each child of node’s children, in tree order: clone a node given child with document set to document, subtree set to subtree, and parent set to copy.

" + }, + { + "html": "If node is an element, node is a shadow host, and node’s shadow root’s clonable is true:", + "rationale": "assert", + "steps": [ + { + "html": "

Assert: copy is not a shadow host.

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

Attach a shadow root with copy, node’s shadow root’s mode, true, node’s shadow root’s serializable, node’s shadow root’s delegates focus, and node’s shadow root’s slot assignment.

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

Set copy’s shadow root’s declarative to node’s shadow root’s declarative.

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

For each child of node’s shadow root’s children, in tree order: clone a node given child with document set to document, subtree set to subtree, and parent set to copy’s shadow root.

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

Return copy.

" + } + ] + }, + { + "name": "clone a single node", + "href": "https://dom.spec.whatwg.org/#clone-a-single-node", + "html": "To clone a single node given a node node and document document:", + "rationale": ".algorithm", + "steps": [ + { + "html": "

Let copy be null.

" + }, + { + "html": "If node is an element:", + "rationale": "set", "steps": [ { - "html": "

Let copy be the result of creating an element, given document, node’s local name, node’s namespace, node’s namespace prefix, and node’s is value.

" + "html": "

Set copy to the result of creating an element, given document, node’s local name, node’s namespace, node’s namespace prefix, and node’s is value.

" }, { "html": "For each attribute of node’s attribute list:", "rationale": "let", "steps": [ { - "html": "

Let copyAttribute be a clone of attribute.

" + "html": "

Let copyAttribute be the result of cloning a single node given attribute and document.

" }, { "html": "

Append copyAttribute to copy.

" @@ -2471,7 +2512,7 @@ ] }, { - "html": "Otherwise, let copy be a node that implements the same\n interfaces as node, and fulfills these additional requirements, switching on the\n interface node implements:", + "html": "Otherwise, set copy to a node that implements the same\n interfaces as node, and fulfills these additional requirements, switching on the\n interface node implements:", "rationale": ".switch", "steps": [ { @@ -2510,34 +2551,13 @@ ] }, { - "html": "

If node is a document, then set document to copy.

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

Set copy’s node document to document.

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

Run any cloning steps defined for node in other applicable specifications and pass copy, node, document, and the clone children flag if set, as parameters.

" + "html": "

Assert: copy is a node.

" }, { - "html": "

If the clone children flag is set, then for each child child of node, in tree order: append the result of cloning child with document and the clone children flag set, to copy.

" + "html": "

If node is a document, then set document to copy.

" }, { - "html": "If node is a shadow host whose shadow root’s clonable is true:", - "rationale": "assert", - "steps": [ - { - "html": "

Assert: copy is not a shadow host.

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

Run attach a shadow root with copy, node’s shadow root’s mode, true, node’s shadow root’s serializable, node’s shadow root’s delegates focus, and node’s shadow root’s slot assignment.

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

Set copy’s shadow root’s declarative to node’s shadow root’s declarative.

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

For each child child of node’s shadow root, in tree order: append the result of cloning child with document and the clone children flag set, to copy’s shadow root.

" - } - ] + "html": "

Set copy’s node document to document.

" }, { "html": "

Return copy.

" @@ -2545,16 +2565,16 @@ ] }, { - "name": "Node/cloneNode(deep)", + "name": "Node/cloneNode(subtree)", "href": "https://dom.spec.whatwg.org/#dom-node-clonenode", - "html": "The cloneNode(deep) method steps are:", - "rationale": "if", + "html": "The cloneNode(subtree) method steps are:", + "rationale": ".algorithm", "steps": [ { - "html": "

If this is a shadow root, then throw a\n \"NotSupportedError\" DOMException.

" + "html": "

If this is a shadow root, then throw a\n \"NotSupportedError\" DOMException.

" }, { - "html": "

Return a clone of this, with the clone children flag set if deep is true.

" + "html": "

Return the result of cloning a node given this with subtree set to subtree.

" } ] }, @@ -2672,7 +2692,7 @@ "html": "

If element has an attribute whose namespace prefix is \"xmlns\" and value is namespace, then return element’s first such attribute’s local name.

" }, { - "html": "

If element’s parent element is not null, then return the result of running locate a namespace prefix on that element using namespace.

" + "html": "

If element’s parent element is not null, then return the result of running locate a namespace prefix on that element using namespace.

" }, { "html": "

Return null.

" @@ -2871,47 +2891,47 @@ { "name": "list of elements with qualified name qualifiedName", "href": "https://dom.spec.whatwg.org/#concept-getelementsbytagname", - "html": "The list of elements with qualified name qualifiedName for a node root is the HTMLCollection returned by the following\nalgorithm:", + "html": "The list of elements with qualified name qualifiedName for a node root is the HTMLCollection returned by the following\nalgorithm:", "rationale": "if", "steps": [ { - "html": "

If qualifiedName is U+002A (*), then return an HTMLCollection rooted at root, whose filter matches only descendant elements.

" + "html": "

If qualifiedName is U+002A (*), then return an HTMLCollection rooted at root, whose filter matches only descendant elements.

" }, { - "html": "

Otherwise, if root’s node document is an HTML document,\n return an HTMLCollection rooted at root, whose filter matches the following descendant elements:

\n " + "html": "

Otherwise, if root’s node document is an HTML document,\n return an HTMLCollection rooted at root, whose filter matches the following descendant elements:

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

Otherwise, return an HTMLCollection rooted at root, whose filter matches descendant elements whose qualified name is qualifiedName.

" + "html": "

Otherwise, return an HTMLCollection rooted at root, whose filter matches descendant elements whose qualified name is qualifiedName.

" } ] }, { "name": "list of elements with namespace namespace and local name localName", "href": "https://dom.spec.whatwg.org/#concept-getelementsbytagnamens", - "html": "The list of elements with namespace namespace and local name localName for a node root is the HTMLCollection returned by the following\nalgorithm:", + "html": "The list of elements with namespace namespace and local name localName for a node root is the HTMLCollection returned by the following\nalgorithm:", "rationale": "if", "steps": [ { "html": "

If namespace is the empty string, then set it to null.

" }, { - "html": "

If both namespace and localName are U+002A (*), then return an HTMLCollection rooted at root, whose filter matches descendant elements.

" + "html": "

If both namespace and localName are U+002A (*), then return an HTMLCollection rooted at root, whose filter matches descendant elements.

" }, { - "html": "

If namespace is U+002A (*), then return an HTMLCollection rooted at root, whose filter matches descendant elements whose local name is localName.

" + "html": "

If namespace is U+002A (*), then return an HTMLCollection rooted at root, whose filter matches descendant elements whose local name is localName.

" }, { - "html": "

If localName is U+002A (*), then return an HTMLCollection rooted at root, whose filter matches descendant elements whose namespace is namespace.

" + "html": "

If localName is U+002A (*), then return an HTMLCollection rooted at root, whose filter matches descendant elements whose namespace is namespace.

" }, { - "html": "

Return an HTMLCollection rooted at root, whose filter matches descendant elements whose namespace is namespace and local name is localName.

" + "html": "

Return an HTMLCollection rooted at root, whose filter matches descendant elements whose namespace is namespace and local name is localName.

" } ] }, { "name": "list of elements with class names classNames", "href": "https://dom.spec.whatwg.org/#concept-getelementsbyclassname", - "html": "The list of elements with class names classNames for a node root is the HTMLCollection returned by the following\nalgorithm:", + "html": "The list of elements with class names classNames for a node root is the HTMLCollection returned by the following\nalgorithm:", "rationale": "let", "steps": [ { @@ -2921,7 +2941,7 @@ "html": "If classes is the empty set, return an empty HTMLCollection." }, { - "html": "

Return an HTMLCollection rooted at root, whose filter matches descendant elements that have all their classes in classes.

\n

The comparisons for the classes must be done in an ASCII case-insensitive manner if root’s node document’s mode is \"quirks\"; otherwise in an identical to manner.

" + "html": "

Return an HTMLCollection rooted at root, whose filter matches descendant elements that have all their classes in classes.

\n

The comparisons for the classes must be done in an ASCII case-insensitive manner if root’s node document’s mode is \"quirks\"; otherwise in an identical to manner.

" } ] }, @@ -2984,7 +3004,7 @@ "html": "

If data contains the string \"]]>\", then throw an\n \"InvalidCharacterError\" DOMException.

" }, { - "html": "

Return a new CDATASection node with its data set\n to data and node document set to this.

" + "html": "

Return a new CDATASection node with its data set\n to data and node document set to this.

" } ] }, @@ -3001,21 +3021,21 @@ "html": "If data contains the string\n \"?>\", then throw an\n \"InvalidCharacterError\" DOMException." }, { - "html": "Return a new ProcessingInstruction node, with target set to target, data set to data, and node document set to this." + "html": "Return a new ProcessingInstruction node, with target set to target, data set to data, and node document set to this." } ] }, { - "name": "Document/importNode(node, deep)", + "name": "Document/importNode(node, subtree)", "href": "https://dom.spec.whatwg.org/#dom-document-importnode", - "html": "The importNode(node, deep) method steps are:", - "rationale": "if", + "html": "The importNode(node, subtree) method steps are:", + "rationale": ".algorithm", "steps": [ { - "html": "

If node is a document or shadow root, then throw a \"NotSupportedError\" DOMException.

" + "html": "

If node is a document or shadow root, then throw a \"NotSupportedError\" DOMException.

" }, { - "html": "

Return a clone of node, with this and the clone children flag set if deep is true.

" + "html": "

Return the result of cloning a node given node with document set to this and subtree set to subtree.

" } ] }, @@ -3043,7 +3063,7 @@ "html": "

Set inclusiveDescendant’s node document to document.

" }, { - "html": "

If inclusiveDescendant is an element, then set the node document of each attribute in inclusiveDescendant’s attribute list to document.

" + "html": "

If inclusiveDescendant is an element, then set the node document of each attribute in inclusiveDescendant’s attribute list to document.

" } ] }, @@ -3064,13 +3084,13 @@ "rationale": "if", "steps": [ { - "html": "

If node is a document, then throw a\n \"NotSupportedError\" DOMException.

" + "html": "

If node is a document, then throw a\n \"NotSupportedError\" DOMException.

" }, { - "html": "

If node is a shadow root, then throw a\n \"HierarchyRequestError\" DOMException.

" + "html": "

If node is a shadow root, then throw a\n \"HierarchyRequestError\" DOMException.

" }, { - "html": "

If node is a DocumentFragment node whose host is non-null, then return.

" + "html": "

If node is a DocumentFragment node whose host is non-null, then return.

" }, { "html": "

Adopt node into this.

" @@ -3208,7 +3228,7 @@ "html": "

Validate qualifiedName.

" }, { - "html": "

Return a new doctype, with qualifiedName as its name, publicId as its public ID, and systemId as its system ID, and with its node document set to the associated document of this.

" + "html": "

Return a new doctype, with qualifiedName as its name, publicId as its public ID, and systemId as its system ID, and with its node document set to the associated document of this.

" } ] }, @@ -3228,13 +3248,13 @@ "html": "

If qualifiedName is not the empty string, then set element to the\n result of running the internal createElementNS steps, given document, namespace, qualifiedName, and an empty dictionary.

" }, { - "html": "

If doctype is non-null, append doctype to document.

" + "html": "

If doctype is non-null, append doctype to document.

" }, { - "html": "

If element is non-null, append element to document.

" + "html": "

If element is non-null, append element to document.

" }, { - "html": "

document’s origin is this’s associated document’s origin.

" + "html": "

document’s origin is this’s associated document’s origin.

" }, { "html": "document’s content type is determined by namespace:", @@ -3271,37 +3291,37 @@ "rationale": "let", "steps": [ { - "html": "

Let doc be a new document that is an HTML document.

" + "html": "

Let doc be a new document that is an HTML document.

" }, { "html": "

Set doc’s content type to \"text/html\".

" }, { - "html": "

Append a new doctype, with \"html\" as its name and with its node document set to doc, to doc.

" + "html": "

Append a new doctype, with \"html\" as its name and with its node document set to doc, to doc.

" }, { - "html": "

Append the result of creating an element given doc,\n \"html\", and the HTML namespace, to doc.

" + "html": "

Append the result of creating an element given doc,\n \"html\", and the HTML namespace, to doc.

" }, { - "html": "

Append the result of creating an element given doc,\n \"head\", and the HTML namespace, to the html element created earlier.

" + "html": "

Append the result of creating an element given doc,\n \"head\", and the HTML namespace, to the html element created earlier.

" }, { "html": "If title is given:", "rationale": "append", "steps": [ { - "html": "

Append the result of creating an element given doc,\n \"title\", and the HTML namespace, to the head element created earlier.

" + "html": "

Append the result of creating an element given doc,\n \"title\", and the HTML namespace, to the head element created earlier.

" }, { - "html": "

Append a new Text node, with its data set\n to title (which could be the empty string) and its node document set\n to doc, to the title element created earlier.

" + "html": "

Append a new Text node, with its data set\n to title (which could be the empty string) and its node document set\n to doc, to the title element created earlier.

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

Append the result of creating an element given doc,\n \"body\", and the HTML namespace, to the html element created earlier.

" + "html": "

Append the result of creating an element given doc,\n \"body\", and the HTML namespace, to the html element created earlier.

" }, { - "html": "

doc’s origin is this’s associated document’s origin.

" + "html": "

doc’s origin is this’s associated document’s origin.

" }, { "html": "

Return doc.

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

If one of the following is true

\n \n

then return A.

" + "html": "

If one of the following is true

\n \n

then return A.

" }, { "html": "

Set A to A’s root’s host.

" @@ -3325,7 +3345,7 @@ { "name": "Element/HTML-uppercased qualified name", "href": "https://dom.spec.whatwg.org/#element-html-uppercased-qualified-name", - "html": "An element’s HTML-uppercased qualified name is the return\nvalue of these steps:", + "html": "An element’s HTML-uppercased qualified name is the return\nvalue of these steps:", "rationale": "let", "steps": [ { @@ -3342,7 +3362,7 @@ { "name": "create an element", "href": "https://dom.spec.whatwg.org/#concept-create-element", - "html": "To create an element, given a document document, string localName, string-or-null namespace, and\noptionally a string-or-null prefix (default null), string-or-null is (default\nnull), and boolean synchronousCustomElements (default false):", + "html": "To create an element, given a document document, string localName, string-or-null namespace, and\noptionally a string-or-null prefix (default null), string-or-null is (default\nnull), and boolean synchronousCustomElements (default false):", "rationale": "let", "steps": [ { @@ -3359,7 +3379,7 @@ "html": "

Let interface be the element interface for localName and the HTML namespace.

" }, { - "html": "

Set result to a new element that implements interface,\n with no attributes, namespace set to the HTML namespace, namespace prefix set to prefix, local name set\n to localName, custom element state set to \"undefined\", custom element definition set to null, is value set to is, and node document set to document.

" + "html": "

Set result to a new element that implements interface,\n with no attributes, namespace set to the HTML namespace, namespace prefix set to prefix, local name set\n to localName, custom element state set to \"undefined\", custom element definition set to null, is value set to is, and node document set to document.

" }, { "html": "If synchronousCustomElements is true, then run this step while catching any\n exceptions:", @@ -3440,7 +3460,7 @@ "html": "

Report exception for definition’s constructor’s corresponding JavaScript object’s associated realm’s global object.

" }, { - "html": "

Set result to a new element that implements the HTMLUnknownElement interface, with no attributes, namespace set to the HTML namespace, namespace prefix set to prefix, local name set to localName, custom element state set to \"failed\", custom element definition set to null, is value set to null, and node document set to document.

" + "html": "

Set result to a new element that implements the HTMLUnknownElement interface, with no attributes, namespace set to the HTML namespace, namespace prefix set to prefix, local name set to localName, custom element state set to \"failed\", custom element definition set to null, is value set to null, and node document set to document.

" } ] } @@ -3451,7 +3471,7 @@ "rationale": "set", "steps": [ { - "html": "

Set result to a new element that implements the HTMLElement interface, with no attributes, namespace set to the HTML namespace, namespace prefix set to prefix, local name set\n to localName, custom element state set to\n \"undefined\", custom element definition set to null, is value set to null, and node document set to document.

" + "html": "

Set result to a new element that implements the HTMLElement interface, with no attributes, namespace set to the HTML namespace, namespace prefix set to prefix, local name set\n to localName, custom element state set to\n \"undefined\", custom element definition set to null, is value set to null, and node document set to document.

" }, { "html": "

Enqueue a custom element upgrade reaction given result and definition.

" @@ -3468,7 +3488,7 @@ "html": "

Let interface be the element interface for localName and namespace.

" }, { - "html": "

Set result to a new element that implements interface,\n with no attributes, namespace set to namespace, namespace prefix set to prefix, local name set\n to localName, custom element state set to\n \"uncustomized\", custom element definition set to null, is value set to is, and node document set to document.

" + "html": "

Set result to a new element that implements interface,\n with no attributes, namespace set to namespace, namespace prefix set to prefix, local name set\n to localName, custom element state set to\n \"uncustomized\", custom element definition set to null, is value set to is, and node document set to document.

" }, { "html": "

If namespace is the HTML namespace, and either localName is a valid custom element name or is is non-null, then set result’s custom element state to \"undefined\".

" @@ -3517,7 +3537,7 @@ { "name": "append an attribute", "href": "https://dom.spec.whatwg.org/#concept-element-attributes-append", - "html": "To append an attribute attribute to an element element, run these\nsteps:", + "html": "To append an attribute attribute to an element element, run these\nsteps:", "rationale": "append", "steps": [ { @@ -3574,7 +3594,7 @@ { "name": "get an attribute by name", "href": "https://dom.spec.whatwg.org/#concept-element-attributes-get-by-name", - "html": "To get an attribute by name given a\nstring qualifiedName and an element element:", + "html": "To get an attribute by name given a\nstring qualifiedName and an element element:", "rationale": ".algorithm", "steps": [ { @@ -3588,7 +3608,7 @@ { "name": "get an attribute by namespace and local name", "href": "https://dom.spec.whatwg.org/#concept-element-attributes-get-by-namespace", - "html": "To get an attribute by namespace and local name given null or a string namespace, a string localName, and an element element:", + "html": "To get an attribute by namespace and local name given null or a string namespace, a string localName, and an element element:", "rationale": ".algorithm", "steps": [ { @@ -3602,7 +3622,7 @@ { "name": "get an attribute value", "href": "https://dom.spec.whatwg.org/#concept-element-attributes-get-value", - "html": "To get an attribute value given an element element, a string localName, and an optional null or\nstring namespace (default null):", + "html": "To get an attribute value given an element element, a string localName, and an optional null or\nstring namespace (default null):", "rationale": ".algorithm", "steps": [ { @@ -3619,7 +3639,7 @@ { "name": "set an attribute", "href": "https://dom.spec.whatwg.org/#concept-element-attributes-set", - "html": "To set an attribute given an attribute attr and an element element:", + "html": "To set an attribute given an attribute attr and an element element:", "rationale": ".algorithm", "steps": [ { @@ -3645,7 +3665,7 @@ { "name": "set an attribute value", "href": "https://dom.spec.whatwg.org/#concept-element-attributes-set-value", - "html": "To set an attribute value given an element element, a string localName, a string value,\nan optional null or string prefix (default null), and an optional null or string namespace (default null):", + "html": "To set an attribute value given an element element, a string localName, a string value,\nan optional null or string prefix (default null), and an optional null or string namespace (default null):", "rationale": ".algorithm", "steps": [ { @@ -3662,7 +3682,7 @@ { "name": "remove an attribute by name", "href": "https://dom.spec.whatwg.org/#concept-element-attributes-remove-by-name", - "html": "To remove an attribute by name given a string qualifiedName and an element element:", + "html": "To remove an attribute by name given a string qualifiedName and an element element:", "rationale": ".algorithm", "steps": [ { @@ -3679,7 +3699,7 @@ { "name": "remove an attribute by namespace and local name", "href": "https://dom.spec.whatwg.org/#concept-element-attributes-remove-by-namespace", - "html": "To remove an attribute by namespace and local name given null or a string namespace, a string localName, and an element element:", + "html": "To remove an attribute by namespace and local name given null or a string namespace, a string localName, and an element element:", "rationale": ".algorithm", "steps": [ { @@ -3694,7 +3714,7 @@ ] }, { - "html": "Use these attribute change steps to update an element’s ID:", + "html": "Use these attribute change steps to update an element’s ID:", "rationale": "if", "steps": [ { @@ -3866,14 +3886,14 @@ "html": "

Run attach a shadow root with this, init[\"mode\"], init[\"clonable\"], init[\"serializable\"], init[\"delegatesFocus\"], and init[\"slotAssignment\"].

" }, { - "html": "

Return this’s shadow root.

" + "html": "

Return this’s shadow root.

" } ] }, { "name": "attach a shadow root", "href": "https://dom.spec.whatwg.org/#concept-attach-a-shadow-root", - "html": "To attach a shadow root, given an element element, a string mode, a boolean clonable,\na boolean serializable, a boolean delegatesFocus, and a string slotAssignment:", + "html": "To attach a shadow root, given an element element, a string mode, a boolean clonable,\na boolean serializable, a boolean delegatesFocus, and a string slotAssignment:", "rationale": ".algorithm", "steps": [ { @@ -3899,7 +3919,7 @@ "rationale": "let", "steps": [ { - "html": "

Let currentShadowRoot be element’s shadow root.

" + "html": "

Let currentShadowRoot be element’s shadow root.

" }, { "html": "

If any of the following are true:

\n \n

then throw a \"NotSupportedError\" DOMException.

" @@ -3922,7 +3942,7 @@ ] }, { - "html": "

Let shadow be a new shadow root whose node document is element’s node document, host is element, and mode is mode.

" + "html": "

Let shadow be a new shadow root whose node document is element’s node document, host is element, and mode is mode.

" }, { "html": "

Set shadow’s delegates focus to delegatesFocus.

" @@ -3943,7 +3963,7 @@ "html": "

Set shadow’s serializable to serializable.

" }, { - "html": "

Set element’s shadow root to shadow.

" + "html": "

Set element’s shadow root to shadow.

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

Let shadow be this’s shadow root.

" + "html": "

Let shadow be this’s shadow root.

" }, { "html": "

If shadow is null or its mode is \"closed\",\n then return null.

" @@ -3977,7 +3997,7 @@ "html": "

If s is failure, then throw a \"SyntaxError\" DOMException.

" }, { - "html": "

Let elements be this’s inclusive ancestors that are elements, in reverse tree order.

" + "html": "

Let elements be this’s inclusive ancestors that are elements, in reverse tree order.

" }, { "html": "

For each element in elements, if match a selector against an element, using s, element, and scoping root this, returns success, return element. [SELECTORS4]

" @@ -4007,7 +4027,7 @@ { "name": "insert adjacent", "href": "https://dom.spec.whatwg.org/#insert-adjacent", - "html": "To insert adjacent, given an element element, string where, and a node node, run the steps associated with the first ASCII case-insensitive match for where:", + "html": "To insert adjacent, given an element element, string where, and a node node, run the steps associated with the first ASCII case-insensitive match for where:", "rationale": ".switch", "steps": [ { @@ -4044,7 +4064,7 @@ "rationale": "let", "steps": [ { - "html": "

Let text be a new Text node whose data is data and node document is this’s node document.

" + "html": "

Let text be a new Text node whose data is data and node document is this’s node document.

" }, { "html": "

Run insert adjacent, given this, where, and text.

" @@ -4204,7 +4224,7 @@ { "name": "split a Text node", "href": "https://dom.spec.whatwg.org/#concept-text-split", - "html": "To split a Text node node with offset offset, run these steps:", + "html": "To split a Text node node with offset offset, run these steps:", "rationale": "let", "steps": [ { @@ -4220,7 +4240,7 @@ "html": "Let new data be the result of substringing data with node node, offset offset, and count count." }, { - "html": "Let new node be a new Text node, with the same node document as node. Set new node’s data to new data." + "html": "Let new node be a new Text node, with the same node document as node. Set new node’s data to new data." }, { "html": "Let parent be node’s parent." @@ -4296,7 +4316,7 @@ "rationale": "if", "steps": [ { - "html": "

If init[\"startContainer\"] or init[\"endContainer\"] is a DocumentType or Attr node, then throw an \"InvalidNodeTypeError\" DOMException.

" + "html": "

If init[\"startContainer\"] or init[\"endContainer\"] is a DocumentType or Attr node, then throw an \"InvalidNodeTypeError\" DOMException.

" }, { "html": "

Set this’s start to\n (init[\"startContainer\"], init[\"startOffset\"]) and end to\n (init[\"endContainer\"], init[\"endOffset\"]).

" @@ -4445,7 +4465,7 @@ { "name": "range/select", "href": "https://dom.spec.whatwg.org/#concept-range-select", - "html": "To select a node node within a range range, run these steps:", + "html": "To select a node node within a range range, run these steps:", "rationale": "let", "steps": [ { @@ -4562,10 +4582,10 @@ "html": "Let original start node, original start offset, original end node,\n and original end offset be this’s start node, start offset, end node, and end offset, respectively." }, { - "html": "

If original start node is original end node and it is a CharacterData node, then replace data with node original start node, offset original start offset, count original end offset minus original start offset, and data the empty string, and then return.

" + "html": "

If original start node is original end node and it is a CharacterData node, then replace data with node original start node, offset original start offset, count original end offset minus original start offset, and data the empty string, and then return.

" }, { - "html": "Let nodes to remove be a list of all the nodes that are contained in this, in tree order, omitting any node whose parent is also contained in this." + "html": "Let nodes to remove be a list of all the nodes that are contained in this, in tree order, omitting any node whose parent is also contained in this." }, { "html": "If original start node is an inclusive ancestor of original end node, set new node to original start node and new offset to original start offset." @@ -4586,13 +4606,13 @@ ] }, { - "html": "

If original start node is a CharacterData node, then replace data with node original start node, offset original start offset, count original start node’s lengthoriginal start offset, data the empty string.

" + "html": "

If original start node is a CharacterData node, then replace data with node original start node, offset original start offset, count original start node’s lengthoriginal start offset, data the empty string.

" }, { "html": "

For each node in nodes to remove, in tree order, remove node.

" }, { - "html": "

If original end node is a CharacterData node, then replace data with node original end node, offset 0, count original end offset and data the empty string.

" + "html": "

If original end node is a CharacterData node, then replace data with node original end node, offset 0, count original end offset and data the empty string.

" }, { "html": "Set start and end to\n (new node, new offset)." @@ -4606,7 +4626,7 @@ "rationale": "let", "steps": [ { - "html": "

Let fragment be a new DocumentFragment node whose node document is range’s start node’s node document.

" + "html": "

Let fragment be a new DocumentFragment node whose node document is range’s start node’s node document.

" }, { "html": "

If range is collapsed, then return fragment.

" @@ -4615,17 +4635,17 @@ "html": "Let original start node, original start offset, original end node, and original end offset be range’s start node, start offset, end node, and end offset, respectively." }, { - "html": "If original start node is original end node and it is a CharacterData node:", + "html": "If original start node is original end node and it is a CharacterData node:", "rationale": "let", "steps": [ { - "html": "Let clone be a clone of original start node." + "html": "Let clone be a clone of original start node." }, { "html": "Set the data of clone to the result of substringing data with node original start node, offset original start offset, and count original end offset minus original start offset." }, { - "html": "Append clone to fragment." + "html": "Append clone to fragment." }, { "html": "Replace data with node original start node, offset original start offset, count original end offset minus original start offset, and data the empty string." @@ -4678,17 +4698,17 @@ ] }, { - "html": "If first partially contained child is a CharacterData node:", + "html": "If first partially contained child is a CharacterData node:", "rationale": "let", "steps": [ { - "html": "

Let clone be a clone of original start node.

" + "html": "

Let clone be a clone of original start node.

" }, { "html": "

Set the data of clone to the result of substringing data with node original start node, offset original start offset, and count original start node’s lengthoriginal start offset.

" }, { - "html": "

Append clone to fragment.

" + "html": "

Append clone to fragment.

" }, { "html": "

Replace data with node original start node, offset original start offset, count original start node’s lengthoriginal start offset, and data the empty string.

" @@ -4700,10 +4720,10 @@ "rationale": "let", "steps": [ { - "html": "Let clone be a clone of first partially contained child." + "html": "Let clone be a clone of first partially contained child." }, { - "html": "Append clone to fragment." + "html": "Append clone to fragment." }, { "html": "Let subrange be a new live range whose start is\n (original start node, original start offset) and\n whose end is\n (first partially contained child, first partially contained child’s length)." @@ -4712,25 +4732,25 @@ "html": "

Let subfragment be the result of extracting subrange.

" }, { - "html": "Append subfragment to clone." + "html": "Append subfragment to clone." } ] }, { - "html": "For each contained child in contained children, append contained child to fragment." + "html": "For each contained child in contained children, append contained child to fragment." }, { - "html": "If last partially contained child is a CharacterData node:", + "html": "If last partially contained child is a CharacterData node:", "rationale": "let", "steps": [ { - "html": "Let clone be a clone of original end node." + "html": "Let clone be a clone of original end node." }, { "html": "Set the data of clone to the result of substringing data with node original end node, offset 0, and count original end offset." }, { - "html": "Append clone to fragment." + "html": "Append clone to fragment." }, { "html": "Replace data with node original end node, offset 0, count original end offset, and data the empty string." @@ -4742,10 +4762,10 @@ "rationale": "let", "steps": [ { - "html": "Let clone be a clone of last partially contained child." + "html": "Let clone be a clone of last partially contained child." }, { - "html": "Append clone to fragment." + "html": "Append clone to fragment." }, { "html": "Let subrange be a new live range whose start is\n (last partially contained child, 0) and whose end is\n (original end node, original end offset)." @@ -4754,7 +4774,7 @@ "html": "

Let subfragment be the result of extracting subrange.

" }, { - "html": "Append subfragment to clone." + "html": "Append subfragment to clone." } ] }, @@ -4773,7 +4793,7 @@ "rationale": "let", "steps": [ { - "html": "

Let fragment be a new DocumentFragment node whose node document is range’s start node’s node document.

" + "html": "

Let fragment be a new DocumentFragment node whose node document is range’s start node’s node document.

" }, { "html": "

If range is collapsed, then return fragment.

" @@ -4782,17 +4802,17 @@ "html": "Let original start node, original start offset, original end node, and original end offset be range’s start node, start offset, end node, and end offset, respectively." }, { - "html": "If original start node is original end node and it is a CharacterData node:", + "html": "If original start node is original end node and it is a CharacterData node:", "rationale": "let", "steps": [ { - "html": "Let clone be a clone of original start node." + "html": "Let clone be a clone of original start node." }, { "html": "Set the data of clone to the result of substringing data with node original start node, offset original start offset, and count original end offset minus original start offset." }, { - "html": "Append clone to fragment." + "html": "Append clone to fragment." }, { "html": "Return fragment." @@ -4824,17 +4844,17 @@ "html": "

If any member of contained children is a doctype, then throw a\n \"HierarchyRequestError\" DOMException.

" }, { - "html": "If first partially contained child is a CharacterData node:", + "html": "If first partially contained child is a CharacterData node:", "rationale": "let", "steps": [ { - "html": "

Let clone be a clone of original start node.

" + "html": "

Let clone be a clone of original start node.

" }, { "html": "

Set the data of clone to the result of substringing data with node original start node, offset original start offset, and count original start node’s lengthoriginal start offset.

" }, { - "html": "

Append clone to fragment.

" + "html": "

Append clone to fragment.

" } ] }, @@ -4843,10 +4863,10 @@ "rationale": "let", "steps": [ { - "html": "Let clone be a clone of first partially contained child." + "html": "Let clone be a clone of first partially contained child." }, { - "html": "Append clone to fragment." + "html": "Append clone to fragment." }, { "html": "Let subrange be a new live range whose start is\n (original start node, original start offset) and\n whose end is\n (first partially contained child, first partially contained child’s length)." @@ -4855,7 +4875,7 @@ "html": "

Let subfragment be the result of cloning the contents of subrange.

" }, { - "html": "Append subfragment to clone." + "html": "Append subfragment to clone." } ] }, @@ -4864,25 +4884,25 @@ "rationale": "let", "steps": [ { - "html": "Let clone be a clone of contained child with the clone children flag set." + "html": "Let clone be a clone of contained child with the clone children flag set." }, { - "html": "Append clone to fragment." + "html": "Append clone to fragment." } ] }, { - "html": "If last partially contained child is a CharacterData node:", + "html": "If last partially contained child is a CharacterData node:", "rationale": "let", "steps": [ { - "html": "Let clone be a clone of original end node." + "html": "Let clone be a clone of original end node." }, { "html": "Set the data of clone to the result of substringing data with node original end node, offset 0, and count original end offset." }, { - "html": "Append clone to fragment." + "html": "Append clone to fragment." } ] }, @@ -4891,10 +4911,10 @@ "rationale": "let", "steps": [ { - "html": "Let clone be a clone of last partially contained child." + "html": "Let clone be a clone of last partially contained child." }, { - "html": "Append clone to fragment." + "html": "Append clone to fragment." }, { "html": "Let subrange be a new live range whose start is\n (last partially contained child, 0) and whose end is\n (original end node, original end offset)." @@ -4903,7 +4923,7 @@ "html": "

Let subfragment be the result of cloning the contents of subrange.

" }, { - "html": "Append subfragment to clone." + "html": "Append subfragment to clone." } ] }, @@ -4915,17 +4935,17 @@ { "name": "live range/insert", "href": "https://dom.spec.whatwg.org/#concept-range-insert", - "html": "To insert a node node into a live range range, run these steps:", + "html": "To insert a node node into a live range range, run these steps:", "rationale": "if", "steps": [ { - "html": "If range’s start node is a ProcessingInstruction or Comment node, is a Text node whose parent is null, or is node, then throw a \"HierarchyRequestError\" DOMException." + "html": "If range’s start node is a ProcessingInstruction or Comment node, is a Text node whose parent is null, or is node, then throw a \"HierarchyRequestError\" DOMException." }, { "html": "Let referenceNode be null." }, { - "html": "If range’s start node is a Text node,\n set referenceNode to that Text node." + "html": "If range’s start node is a Text node,\n set referenceNode to that Text node." }, { "html": "Otherwise, set referenceNode to the child of start node whose index is start offset, and null if\n there is no such child." @@ -4937,7 +4957,7 @@ "html": "Ensure pre-insert validity of node into parent before referenceNode." }, { - "html": "If range’s start node is a Text node, set referenceNode to the result of splitting it with\n offset range’s start offset." + "html": "If range’s start node is a Text node, set referenceNode to the result of splitting it with\n offset range’s start offset." }, { "html": "If node is referenceNode, set referenceNode to its next sibling." @@ -4949,7 +4969,7 @@ "html": "

Let newOffset be parent’s length if referenceNode is null; otherwise referenceNode’s index.

" }, { - "html": "

Increase newOffset by node’s length if node is a DocumentFragment node; otherwise 1.

" + "html": "

Increase newOffset by node’s length if node is a DocumentFragment node; otherwise 1.

" }, { "html": "Pre-insert node into parent before referenceNode." @@ -4966,10 +4986,10 @@ "rationale": "if", "steps": [ { - "html": "

If a non-Text node is partially contained in this, then throw an \"InvalidStateError\" DOMException.

" + "html": "

If a non-Text node is partially contained in this, then throw an \"InvalidStateError\" DOMException.

" }, { - "html": "

If newParent is a Document, DocumentType, or DocumentFragment node, then throw an \"InvalidNodeTypeError\" DOMException.

" + "html": "

If newParent is a Document, DocumentType, or DocumentFragment node, then throw an \"InvalidNodeTypeError\" DOMException.

" }, { "html": "

Let fragment be the result of extracting this.

" @@ -4981,7 +5001,7 @@ "html": "

Insert newParent into this.

" }, { - "html": "

Append fragment to newParent.

" + "html": "

Append fragment to newParent.

" }, { "html": "

Select newParent within this.

" @@ -5073,16 +5093,16 @@ "html": "

Let s be the empty string.

" }, { - "html": "

If this’s start node is this’s end node and\n it is a Text node, then return the substring of that Text node’s data beginning at this’s start offset and ending\n at this’s end offset.

" + "html": "

If this’s start node is this’s end node and\n it is a Text node, then return the substring of that Text node’s data beginning at this’s start offset and ending\n at this’s end offset.

" }, { - "html": "

If this’s start node is a Text node, then append\n the substring of that node’s data from this’s start offset until the end to s.

" + "html": "

If this’s start node is a Text node, then append\n the substring of that node’s data from this’s start offset until the end to s.

" }, { - "html": "

Append the concatenation of the data of all Text nodes that are contained in this, in tree order, to s.

" + "html": "

Append the concatenation of the data of all Text nodes that are contained in this, in tree order, to s.

" }, { - "html": "

If this’s end node is a Text node, then\n append the substring of that node’s data from its start until this’s end offset to s.

" + "html": "

If this’s end node is a Text node, then\n append the substring of that node’s data from its start until this’s end offset to s.

" }, { "html": "

Return s.

" @@ -5092,7 +5112,7 @@ { "name": "filter", "href": "https://dom.spec.whatwg.org/#concept-node-filter", - "html": "To filter a node node within\na NodeIterator or TreeWalker object traverser, run these steps:", + "html": "To filter a node node within\na NodeIterator or TreeWalker object traverser, run these steps:", "rationale": "if", "steps": [ { @@ -5135,7 +5155,7 @@ "rationale": "let", "steps": [ { - "html": "

Let next be toBeRemovedNode’s first following node that is an inclusive descendant of nodeIterator’s root and is not an inclusive descendant of toBeRemovedNode, and null if there is no such node.

" + "html": "

Let next be toBeRemovedNode’s first following node that is an inclusive descendant of nodeIterator’s root and is not an inclusive descendant of toBeRemovedNode, and null if there is no such node.

" }, { "html": "

If next is non-null, then set nodeIterator’s reference to next and return.

" @@ -5175,11 +5195,11 @@ "steps": [ { "case": "next", - "html": "

If beforeNode is false, then set node to the first node following node in iterator’s iterator collection. If there is no such node, then\n return null.

\n

If beforeNode is true, then set it to false.

" + "html": "

If beforeNode is false, then set node to the first node following node in iterator’s iterator collection. If there is no such node, then\n return null.

\n

If beforeNode is true, then set it to false.

" }, { "case": "previous", - "html": "

If beforeNode is true, then set node to the first node preceding node in iterator’s iterator collection. If there is no such node, then\n return null.

\n

If beforeNode is false, then set it to true.

" + "html": "

If beforeNode is true, then set node to the first node preceding node in iterator’s iterator collection. If there is no such node, then\n return null.

\n

If beforeNode is false, then set it to true.

" } ] } @@ -5499,15 +5519,15 @@ "rationale": "if", "steps": [ { - "html": "

If the associated element does not have an associated attribute and token set is empty, then return.

" + "html": "

If the associated element does not have an associated attribute and token set is empty, then return.

" }, { - "html": "

Set an attribute value for the associated element using associated attribute’s local name and the result of running the ordered set\n serializer for token set.

" + "html": "

Set an attribute value for the associated element using associated attribute’s local name and the result of running the ordered set\n serializer for token set.

" } ] }, { - "html": "A DOMTokenList object has these attribute change steps for its associated element:", + "html": "A DOMTokenList object has these attribute change steps for its associated element:", "rationale": "if", "steps": [ { @@ -5523,7 +5543,7 @@ "rationale": "let", "steps": [ { - "html": "

Let element be associated element.

" + "html": "

Let element be associated element.

" }, { "html": "

Let localName be associated attribute’s local name.

" diff --git a/ed/algorithms/html.json b/ed/algorithms/html.json index 2b6a89385983..bae4682f69d6 100644 --- a/ed/algorithms/html.json +++ b/ed/algorithms/html.json @@ -3668,19 +3668,19 @@ "rationale": "let", "steps": [ { - "html": "

Let registry be the current global object's\n CustomElementRegistry object.

" + "html": "

Let registry be current global object's custom element registry.

" }, { "html": "

If NewTarget is equal to the active function\n object, then throw a TypeError.

" }, { - "html": "

Let definition be the entry in registry with constructor equal to\n NewTarget. If there is no such definition, then throw a TypeError.

" + "html": "

Let definition be the item in registry's custom element\n definition set with constructor equal to\n NewTarget. If there is no such item, then throw a TypeError.

" }, { - "html": "

Let is value be null.

" + "html": "

Let isValue be null.

" }, { - "html": "If definition's local\n name is equal to definition's name (i.e., definition is for\n an autonomous custom element), then:", + "html": "If definition's local\n name is equal to definition's name (i.e., definition is for\n an autonomous custom element):", "rationale": "if", "steps": [ { @@ -3699,12 +3699,12 @@ "html": "

If valid local names does not contain definition's local name, then throw a\n TypeError.

" }, { - "html": "

Set is value to definition's name.

" + "html": "

Set isValue to definition's name.

" } ] }, { - "html": "If definition's construction stack is\n empty, then:", + "html": "If definition's construction stack is\n empty:", "rationale": "let", "steps": [ { @@ -3729,7 +3729,7 @@ "html": "

Set element's custom\n element definition to definition.

" }, { - "html": "

Set element's is value to is value.

" + "html": "

Set element's is value to isValue.

" }, { "html": "

Return element.

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

If element has a target attribute, then set\n target to that attribute's value.

" }, { - "html": "

Otherwise, if element's node document contains a\n base element with a target attribute, set\n target to the value of the target attribute\n of the first such base element.

" + "html": "

Otherwise, if element's node document contains a\n base element with a target attribute, set\n target to the value of the target attribute\n of the first such base element.

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

Let document be element's node document.\n\n

" }, { - "html": "

Let urlRecord be the result of parsing the\n value of element's href content attribute with\n document's fallback base URL, and document's character encoding. (Thus, the base\n element isn't affected by itself.)

" + "html": "

Let urlRecord be the result of parsing the\n value of element's href content attribute with\n document's fallback base URL, and document's character encoding. (Thus, the base\n element isn't affected by itself.)

" }, { "html": "

If any of the following are true:

\n\n \n\n

then set element's frozen base URL to document's\n fallback base URL and return.

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

Let url be the value of the href\n attribute of this element, if it has one, and the empty string otherwise.

" }, { - "html": "

Let urlRecord be the result of parsing\n url with document's fallback base URL, and\n document's character encoding.\n (Thus, the base element isn't affected by other base elements or\n itself.)

" + "html": "

Let urlRecord be the result of parsing\n url with document's fallback base URL, and\n document's character encoding.\n (Thus, the base element isn't affected by other base elements or\n itself.)

" }, { "html": "

If urlRecord is failure, return url.

" @@ -14260,17 +14260,14 @@ ] }, { - "html": "The cloning steps for a template\n element node being cloned to a copy copy must run the\n following steps:", + "html": "The cloning steps for template\n elements given node, copy, and subtree are:", "rationale": "if", "steps": [ { - "html": "

If the clone children flag is not set in the calling clone algorithm, return.

" + "html": "

If subtree is false, then return.

" }, { - "html": "

Let copied contents be the result of cloning all the children of node's\n template contents, with document set to copy's template contents's node\n document, and with the clone children\n flag set.

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

Append copied contents to copy's template\n contents.

" + "html": "

For each child of node's template contents's children, in tree order: clone a node given child with document set to copy's\n template contents's node document, subtree set to true, and parent set to copy's template\n contents.

" } ] }, @@ -16376,7 +16373,7 @@ "html": "

If document's browsing context is\n null, then return null.

" }, { - "html": "

Let registry be document's relevant global object's\n CustomElementRegistry object.

" + "html": "

Let registry be document's relevant global object's\n custom element registry.

" }, { "html": "

If registry's custom element definition set contains an item with name and local name both equal to\n localName, then return that item.

" @@ -16392,7 +16389,7 @@ { "name": "Element definition", "href": "https://html.spec.whatwg.org/multipage/custom-elements.html#element-definition", - "html": "Element definition is a process of adding a custom element definition\n to the CustomElementRegistry. This is accomplished by the define() method. The define(name, constructor,\n options) method steps are:", + "html": "Element definition is a process of adding a custom element definition\n to the CustomElementRegistry. This is accomplished by the define() method. The define(name, constructor,\n options) method steps are:", "rationale": "if", "steps": [ { diff --git a/ed/algorithms/turtledove.json b/ed/algorithms/turtledove.json index 4f1efa9ea61d..3c4e233594a7 100644 --- a/ed/algorithms/turtledove.json +++ b/ed/algorithms/turtledove.json @@ -2447,10 +2447,10 @@ ] }, { - "html": "

If compWinnerInfo’s leading bid is not null, then run score and rank a bid with auctionConfig, reportingContextMap[auctionConfig], compWinnerInfo’s leading bid, leadingBidInfo, decisionLogicFetcher, trustedScoringSignalsBatcher, null, \"top-level-auction\", null,\nand topLevelOrigin.

" + "html": "

If compWinnerInfo’s leading bid is not null, then run score and rank a bid with auctionConfig, reportingContextMap[auctionConfig], compWinnerInfo’s leading bid, leadingBidInfo, decisionLogicFetcher, trustedScoringSignalsBatcher, null, \"top-level-auction\", null,\nand topLevelOrigin.

" }, { - "html": "

If compWinnerInfo’s leading non-k-anon-enforced bid is not null, then run score and rank a bid with auctionConfig, reportingContextMap[\nauctionConfig], compWinnerInfo’s leading non-k-anon-enforced bid, leadingBidInfo, decisionLogicFetcher, trustedScoringSignalsBatcher, topLevelDirectFromSellerSignalsForSeller, null, \"top-level-auction\", null, topLevelOrigin,\nand realTimeContributionsMap.

" + "html": "

If compWinnerInfo’s leading non-k-anon-enforced bid is not null, then run score and rank a bid with auctionConfig, reportingContextMap[ auctionConfig], compWinnerInfo’s leading non-k-anon-enforced bid, leadingBidInfo, decisionLogicFetcher, trustedScoringSignalsBatcher, topLevelDirectFromSellerSignalsForSeller, null, \"top-level-auction\", null, topLevelOrigin,\nand realTimeContributionsMap.

" } ] }, @@ -4435,10 +4435,16 @@ "html": "

Set bidDebugReportingInfo’s server filtered debugging only reports to server filtered debugging only reports.

" }, { - "html": "

Set reportingContextMap[auctionConfig]'s debug reporting info to bidDebugReportingInfo.

" + "html": "

Let reportingContext be reportingContextMap[auctionConfig].

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

Set reportingContext’s debug reporting info to bidDebugReportingInfo.

" }, { - "html": "

Let reportingId be a reporting bid key with the following items:

\n
\n
context\n
\n

reportingContextMap[auctionConfig]

\n
source\n
\n

bidding-and-auction-services

\n
bidder origin\n
\n

response’s interest group owner

\n
bid identifier\n
\n

response’s interest group name

\n
" + "html": "

Let reportingId be a reporting bid key with the following items:

\n
\n
context\n
\n

reportingContext

\n
source\n
\n

bidding-and-auction-services

\n
bidder origin\n
\n

response’s interest group owner

\n
bid identifier\n
\n

response’s interest group name

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

Handle server response private aggregation fields given response, requestContext and reportingId.

" }, { "html": "

Let winningBid be a new generated bid with the following items:

\n
\n
reporting id\n
\n

reportingId

\n
bid\n
\n

response’s bid

\n
bid in seller currency\n
\n

Null

\n
ad\n
\n

response’s ad metadata

\n
ad descriptor\n
\n

winningAdDescriptor

\n
ad component descriptors\n
\n

winningAdComponents

\n
ad cost\n
\n

Null

\n
modeling signals\n
\n

Null

\n
interest group\n
\n

winningGroup

\n
bid ad\n
\n

winningAd

\n
modified bid\n
\n

Null if topLevelAuctionConfig is null, otherwise response’s bid

\n
bid duration\n
\n

0

\n
component seller\n
\n

Null

\n
number of mandatory ad components\n
\n

Size of winningAdComponents

\n
" @@ -4490,6 +4496,85 @@ } ] }, + { + "name": "handle server response private aggregation fields", + "href": "https://wicg.github.io/turtledove/#handle-server-response-private-aggregation-fields", + "html": "To handle server response private aggregation fields given a server auction response response, a reporting context reportingContext, and a reporting bid key reportingId:", + "rationale": ".algorithm", + "steps": [ + { + "html": "

Assert that these steps are running in parallel.

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

Commit server response private aggregation contributions given response’s component win private aggregation contributions, reportingContext,\nand reportingId.

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

Commit server response private aggregation contributions given response’s server filtered private aggregation reserved contributions, reportingContext, and reportingId.

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

Commit server response private aggregation contributions given response’s server filtered private aggregation non reserved contributions, reportingContext, and reportingId.

" + } + ] + }, + { + "name": "commit server response private aggregation contributions", + "href": "https://wicg.github.io/turtledove/#commit-server-response-private-aggregation-contributions", + "html": "To commit server response private aggregation contributions given a map from a server auction private aggregation contribution key to a list of on event contribution entries contributionsMap, a reporting context reportingContext, and a reporting bid key reportingId:", + "rationale": ".algorithm", + "steps": [ + { + "html": "For each keycontributions of contributionsMap:", + "rationale": "let", + "steps": [ + { + "html": "

Let reportingOrigin be key’s reporting origin.

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

Let event be key’s event.

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

Let coordinator be key’s coordinator.

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

If coordinator is null, set coordinator to the default aggregation coordinator.

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

Let eventToContributionsMap be a new Private Aggregation contributions.

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

Let batchingScope be null.

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

If event starts with \"reserved.\", set batchingScope to the\nresult of running get or create a batching scope given reportingOrigin, coordinator and reportingContext.

" + }, + { + "html": "For each contribution of contributions:", + "rationale": "assert", + "steps": [ + { + "html": "

Assert contribution[\"bucket\"] is a bigint and\nis contained in the range 0 to 2128, exclusive.

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

Assert contribution[\"value\"] is a long.

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

Let entry be a new on event contribution entry with the items:

\n
\n
contribution\n
\n

contribution

\n
batching scope\n
\n

batchingScope

\n
debug scope\n
\n

A new debug scope.

\n
worklet function\n
\n

\"generate-bid\" (it does not matter for server returned contributions)

\n
origin\n
\n

reportingOrigin

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

If eventToContributionsMap[event] does not exist, set eventToContributionsMap[event] to « entry ».

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

Otherwise, append entry to eventToContributionsMap[event].

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

Commit private aggregation contributions given eventToContributionsMap, reportingId and reportingContext.

" + } + ] + }, { "name": "Navigator/canLoadAdAuctionFencedFrame()", "href": "https://wicg.github.io/turtledove/#dom-navigator-canloadadauctionfencedframe", @@ -4506,15 +4591,15 @@ "html": "

Let CSPList be this's relevant settings object's policy\n container's CSP list.

" }, { - "html": "For each policy of CSPList:", + "html": "For each policy of CSPList:", "rationale": "for", "steps": [ { - "html": "For each directive of policy’s directive set:", + "html": "For each directive of policy’s directive set:", "rationale": "if", "steps": [ { - "html": "

If directive’s name is either \"fenced-frame-src\", \"frame-src\",\n \"child-src\", or \"default-src\", and if directive’s value does not contain any of \"https:\", \"https://*:*\", or \"*\", then return false.

" + "html": "

If directive’s name is either \"fenced-frame-src\", \"frame-src\",\n \"child-src\", or \"default-src\", and if directive’s value does not contain any of \"https:\", \"https://*:*\", or \"*\", then return false.

" } ] } @@ -4596,13 +4681,16 @@ "html": "

Set config’s encryption key id to keyId.

" }, { - "html": "

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

" + "html": "

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

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

Let igPAggCoordinatorMap be a new map whose keys are tuples of (origins, strings)\nand values are origins.

" }, { "html": "

Let startTime be a moment equal to the current coarsened 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": [ { @@ -4612,28 +4700,31 @@ "html": "

Let owner be ig’s owner.

" }, { - "html": "

If config’s per buyer config is not empty and config’s per buyer config[owner] does not exist, then continue.

" + "html": "

Let name be ig’s name.

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

If config’s per buyer config is not empty and config’s per buyer config[owner] does not exist, then continue.

" }, { - "html": "

If igMap[owner] does not exist, then set igMap[owner] to a new list.

" + "html": "

If igMap[owner] does not exist, then set igMap[owner] to a new list.

" }, { - "html": "

Let ads be a new list.

" + "html": "

Let ads be a new list.

" }, { - "html": "

For each ad in ig’s ads, append ad’s ad render ID to ads.

" + "html": "

For each ad in ig’s ads, append ad’s ad render ID to ads.

" }, { - "html": "

Let components be a new list.

" + "html": "

Let components be a new list.

" }, { - "html": "

For each component in ig’s ad components, append component’s ad render ID to components.

" + "html": "

For each component in ig’s ad components, append component’s ad render ID to components.

" }, { "html": "

Let prevWins be a new sequence<server auction previous win>.

" }, { - "html": "For each prevWin of ig’s previous wins for all days within the\nthe last 30 days:", + "html": "For each prevWin of ig’s previous wins for all days within the\nthe last 30 days:", "rationale": "let", "steps": [ { @@ -4643,21 +4734,24 @@ "html": "

Set timeDelta to 0 if timeDelta is negative, timeDelta’s nearest second (rounding down)\notherwise.

" }, { - "html": "

Let serverPrevWin be a new server auction previous win with the following items:

\n
\n
time delta\n
\n

timeDelta

\n
ad render ID\n
\n

the value of the ad render ID field in prevWin’s ad, or the empty string if not present

\n
" + "html": "

Let serverPrevWin be a new server auction previous win with the following items:

\n
\n
time delta\n
\n

timeDelta

\n
ad render ID\n
\n

the value of the ad render ID field in prevWin’s ad, or the empty string if not present

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

Append serverPrevWin to prevWins.

" + "html": "

Append serverPrevWin to prevWins.

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

Let browserSignals be a new server auction browser signals with the following items:

\n
\n
bid count\n
\n

the sum of ig’s bid counts with a bid day within the last 30 days

\n
join count\n
\n

the sum of ig’s join counts with a join day within the last 30 days

\n
recency ms\n
\n

the current coarsened wall time minus ig’s join time in\n millseconds

\n
previous wins\n
\n

prevWins

\n
" + "html": "

Let browserSignals be a new server auction browser signals with the following items:

\n
\n
bid count\n
\n

the sum of ig’s bid counts with a bid day within the last 30 days

\n
join count\n
\n

the sum of ig’s join counts with a join day within the last 30 days

\n
recency ms\n
\n

the current coarsened wall time minus ig’s join time in\n millseconds

\n
previous wins\n
\n

prevWins

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

Let serverIg be a new server auction interest group with the following items:

\n
\n
name\n
\n

ig’s name

\n
bidding signals keys\n
\n

ig’s trusted bidding signals keys

\n
user bidding signals\n
\n

ig’s user bidding signals

\n
ads\n
\n

ads

\n
components\n
\n

components

\n
browser signals\n
\n

browserSignals

\n
priority\n
\n

ig’s priority

\n
" + "html": "

Let serverIg be a new server auction interest group with the following items:

\n
\n
name\n
\n

name

\n
bidding signals keys\n
\n

ig’s trusted bidding signals keys

\n
user bidding signals\n
\n

ig’s user bidding signals

\n
ads\n
\n

ads

\n
components\n
\n

components

\n
browser signals\n
\n

browserSignals

\n
priority\n
\n

ig’s priority

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

Append serverIg to igMap[owner].

" + "html": "

Append serverIg to igMap[owner].

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

If ig’s Private Aggregation coordinator is not null, then set igPAggCoordinatorMap[(owner, name)] to it.

" } ] }, @@ -4668,10 +4762,10 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

" }, { - "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": "

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

" }, { "html": "

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

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

" } ] }, @@ -4701,7 +4795,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 and origin top_level_origin:", + "html": "To parse and verify ad auction data config given an AdAuctionDataConfig configIDL and origin top_level_origin:", "rationale": ".algorithm", "steps": [ { @@ -4714,7 +4808,7 @@ "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
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": "

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:", @@ -4724,7 +4818,7 @@ "html": "

Let requestSize be 0.

" }, { - "html": "For each buyerConfig of config’s per buyer config's values:", + "html": "For each buyerConfig of config’s per buyer config's values:", "rationale": "if", "steps": [ { @@ -4752,17 +4846,17 @@ "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:", + "html": "For each buyerIDLbuyerConfigIDL of perBuyerConfigIDL:", "rationale": "let", "steps": [ { "html": "

Let buyerConfig be a new auction data buyer config.

" }, { - "html": "

Set buyerConfig’s size to buyerConfigIDL[\"targetSize\"] if it exists, null otherwise.

" + "html": "

Set buyerConfig’s size to buyerConfigIDL[\"targetSize\"] if it exists, null otherwise.

" }, { "html": "

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

" @@ -4771,7 +4865,7 @@ "html": "

If buyer is failure, then throw a TypeError.

" }, { - "html": "

Set configs[buyer] to buyerConfig.

" + "html": "

Set configs[buyer] to buyerConfig.

" } ] }, @@ -4783,11 +4877,11 @@ { "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:", + "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) tuples 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": "

Let keys be a list of (byte sequence, byte) tuples 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.

" @@ -4800,14 +4894,14 @@ { "name": "access per-participant metrics", "href": "https://wicg.github.io/turtledove/#access-per-participant-metrics", - "html": "To access per-participant metrics given a reporting context reportingContext,\nan origin origin and worklet function workletFunction:", + "html": "To access per-participant metrics given a reporting context reportingContext,\nan origin origin and worklet function workletFunction:", "rationale": ".algorithm", "steps": [ { "html": "

Let key be (origin, workletFunction).

" }, { - "html": "

If reportingContext’s participant metrics[key] does not exist,\nset it to a new per participant metrics.

" + "html": "

If reportingContext’s participant metrics[key] does not exist,\nset it to a new per participant metrics.

" }, { "html": "

Return reportingContext’s participant metrics[key].

" @@ -4824,13 +4918,13 @@ "html": "

Let reportingContextMap be a new reporting context map.

" }, { - "html": "

Set reportingContextMap[auctionConfig] to a new reporting context.

" + "html": "

Set reportingContextMap[auctionConfig] to a new reporting context.

" }, { - "html": "

For each component in auctionConfig’s component auctions, set reportingContextMap[component] to a new reporting context.

" + "html": "

For each component in auctionConfig’s component auctions, set reportingContextMap[component] to a new reporting context.

" }, { - "html": "For each _ → reportingContext of reportingContextMap:", + "html": "For each _ → reportingContext of reportingContextMap:", "rationale": "set", "steps": [ { @@ -4846,14 +4940,14 @@ { "name": "register bids for reporting", "href": "https://wicg.github.io/turtledove/#register-bids-for-reporting", - "html": "To register bids for reporting given a list of generated bids generatedBids, interest group ig, bid debug reporting info bidDebugReportInfo, a Private Aggregation contributions paContributions, execution metrics executionMetrics and a reporting context reportingContext:", + "html": "To register bids for reporting given a list of generated bids generatedBids, interest group ig, bid debug reporting info bidDebugReportInfo, a Private Aggregation contributions paContributions, execution metrics executionMetrics and a reporting context reportingContext:", "rationale": ".algorithm", "steps": [ { - "html": "

Let id be a new reporting bid key with the following items:

\n
\n
context\n
\n

reportingContext

\n
source\n
\n

generate-bid

\n
bidder origin\n
\n

ig’s owner

\n
bid identifier\n
\n

ig’s name

\n
" + "html": "

Let id be a new reporting bid key with the following items:

\n
\n
context\n
\n

reportingContext

\n
source\n
\n

generate-bid

\n
bidder origin\n
\n

ig’s owner

\n
bid identifier\n
\n

ig’s name

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

Set reportingContext’s debug reporting info[id] to bidDebugReportInfo.

" + "html": "

Set reportingContext’s debug reporting info[id] to bidDebugReportInfo.

" }, { "html": "

Let metrics be the result of access per-participant metrics given reportingContext, ig’s owner, generate-bid.

" @@ -4871,10 +4965,10 @@ "html": "

Insert id into reportingContext’s bidder participants.

" }, { - "html": "

Commit private aggregation contributions given paContributions, id and reportingContext.

" + "html": "

Commit private aggregation contributions given paContributions, id and reportingContext.

" }, { - "html": "For each generatedBid of generatedBids:", + "html": "For each generatedBid of generatedBids:", "rationale": "set", "steps": [ { @@ -4887,21 +4981,21 @@ { "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, a boolean fromServer, and a list debugReportUrls:", + "html": "To collect a single forDebuggingOnly report given a URL reportUrl, an origin invokingOrigin, a boolean fromServer, and a list debugReportUrls:", "rationale": ".algorithm", "steps": [ { "html": "

If reportUrl is null, or the result of running is debugging only in cooldown or lockout with invokingOrigin is true, then return.

" }, { - "html": "

If the result of running sample a debug report with invokingOrigin and fromServer is\ntrue, then append reportUrl to debugReportUrls.

" + "html": "

If the result of running sample a debug report with invokingOrigin and fromServer is\ntrue, then append reportUrl to debugReportUrls.

" } ] }, { "name": "collect forDebuggingOnly reports", "href": "https://wicg.github.io/turtledove/#collect-fordebuggingonly-reports", - "html": "To collect forDebuggingOnly reports given a reporting context map reportingContextMap, origin seller, and leading bid info-or-null winnerInfo:", + "html": "To collect forDebuggingOnly reports given a reporting context map reportingContextMap, origin seller, and leading bid info-or-null winnerInfo:", "rationale": ".algorithm", "steps": [ { @@ -4911,11 +5005,11 @@ "html": "

Let winningBid be winnerInfo’s leading bid if winnerInfo is\nnot null, null otherwise.

" }, { - "html": "For each _ → reportingContext of reportingContextMap:", + "html": "For each _ → reportingContext of reportingContextMap:", "rationale": "for", "steps": [ { - "html": "For each reportingId -> bidDebugReportInfo of reportingContext’s debug reporting info:", + "html": "For each reportingId -> bidDebugReportInfo of reportingContext’s debug reporting info:", "rationale": "let", "steps": [ { @@ -4926,7 +5020,7 @@ "rationale": "assert", "steps": [ { - "html": "

Assert that winningBid’s reporting id is not null.

" + "html": "

Assert that winningBid’s reporting id is not null.

" }, { "html": "

Collect a single forDebuggingOnly report with bidDebugReportInfo’s bidder debug win report url, bidDebugReportInfo’s interest group owner, fromServer, and auctionReportInfo’s debug win report urls.

" @@ -4985,7 +5079,7 @@ ] }, { - "html": "For each invokingOrigindebugURLs of bidDebugReportInfo’s server filtered debugging only reports:", + "html": "For each invokingOrigindebugURLs of bidDebugReportInfo’s server filtered debugging only reports:", "rationale": "if", "steps": [ { @@ -5001,7 +5095,7 @@ ] }, { - "html": "For each url of debugURLs:", + "html": "For each url of debugURLs:", "rationale": "collect", "steps": [ { @@ -5023,7 +5117,7 @@ { "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": [ { @@ -5033,7 +5127,7 @@ "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 coarsened\nwall 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 coarsened\nwall time is less than user agent's debug report cooldown[origin], then return true.

" }, { "html": "

Return false.

" @@ -5043,14 +5137,14 @@ { "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 and a boolean fromServer:", + "html": "To sample a debug report given an origin origin and a boolean fromServer:", "rationale": ".algorithm", "steps": [ { "html": "

Let canSendAfterSampled be false.

" }, { - "html": "

Let sampleRand be a random long, 0 ≤ sampleRand < 1000, so each possible long would be\nchosen with a probability equal to sampling rate.

" + "html": "

Let sampleRand be a random long, 0 ≤ sampleRand < 1000, so each possible long would be\nchosen with a probability equal to sampling rate.

" }, { "html": "If fromServer is true or sampleRand is 0:", @@ -5075,11 +5169,11 @@ { "name": "update debug report cooldown", "href": "https://wicg.github.io/turtledove/#update-debug-report-cooldown", - "html": "To update debug report cooldown given an origin origin:", + "html": "To update debug report cooldown given an origin origin:", "rationale": ".algorithm", "steps": [ { - "html": "

Let cooldownRand be a random long ≥ 0 and < 10, which corresponds to long cooldown rate.

" + "html": "

Let cooldownRand be a random long ≥ 0 and < 10, which corresponds to long cooldown rate.

" }, { "html": "

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

" @@ -5092,7 +5186,7 @@ { "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": [ { @@ -5102,7 +5196,7 @@ "html": "

Let priorityWeightSum be 0.

" }, { - "html": "For each contribution of contributions:", + "html": "For each contribution of contributions:", "rationale": "increment", "steps": [ { @@ -5123,7 +5217,7 @@ "html": "

Let selectedBucket be -1.

" }, { - "html": "For each contribution of contributions:", + "html": "For each contribution of contributions:", "rationale": "increment", "steps": [ { @@ -5135,7 +5229,7 @@ ] }, { - "html": "

Assert selectedBucket is not -1.

" + "html": "

Assert selectedBucket is not -1.

" }, { "html": "

Return selectedBucket.

" @@ -5145,14 +5239,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.

" @@ -5161,7 +5255,7 @@ "html": "

Let numBits be 0.

" }, { - "html": "For each i in the range from 0 to inputSize, exclusive:", + "html": "For each i in the range from 0 to inputSize, exclusive:", "rationale": "set", "steps": [ { @@ -5175,7 +5269,7 @@ "rationale": "append", "steps": [ { - "html": "

Append currentByte to packed.

" + "html": "

Append currentByte to packed.

" }, { "html": "

Set currentByte to 0 and numBits to 0.

" @@ -5199,14 +5293,14 @@ ] }, { - "html": "

Append currentByte to packed.

" + "html": "

Append currentByte to packed.

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

Assert that packed’s size is (inputSize + 7) / 8.0.

" + "html": "

Assert that packed’s size is (inputSize + 7) / 8.0.

" }, { "html": "

Return packed.

" @@ -5216,32 +5310,32 @@ { "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": [ { "html": "

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

" }, { - "html": "

Assert histogram’s size is totalBuckets.

" + "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:", + "html": "For each i in the range 0 to totalBuckets, exclusive:", "rationale": "if", "steps": [ { - "html": "

If i < userHistogram, then append histogram[i] to userHistogram.

" + "html": "

If i < userHistogram, then append histogram[i] to userHistogram.

" }, { - "html": "

Otherwise, append histogram[i] to platformHistogram.

" + "html": "

Otherwise, append histogram[i] to platformHistogram.

" } ] }, { - "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 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
service-workers mode\n
\n

\"none\"

\n
policy container\n
\n

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

\n
" @@ -5258,7 +5352,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "For each origincontributions of contributionsMap:", + "html": "For each origincontributions of contributionsMap:", "rationale": "let", "steps": [ { @@ -5268,7 +5362,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.

" @@ -5280,14 +5374,14 @@ { "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": [ { - "html": "

Assert bucket is one of platform contribution buckets.

" + "html": "

Assert bucket is one of platform contribution buckets.

" }, { - "html": "

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

\n
\n
bucket\n
\n

bucket

\n
priority weight\n
\n

platform contribution priority weight

\n
" + "html": "

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

\n
\n
bucket\n
\n

bucket

\n
priority weight\n
\n

platform contribution priority weight

\n
" }, { "html": "

Insert entries to map given realTimeContributionsMap, origin, and « contribution » .

" @@ -5304,14 +5398,14 @@ "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:", "rationale": "assert", "steps": [ { - "html": "

Assert 0 ≤ maybeBucket < totalBuckets.

" + "html": "

Assert 0 ≤ maybeBucket < totalBuckets.

" }, { "html": "

Set histogram[maybeBucket] to true.

" @@ -5322,7 +5416,7 @@ "html": "

Let f be 2.0/(1+eepsilon/2.0).

" }, { - "html": "For each i in the range from 0 to totalBuckets, exclusive:", + "html": "For each i in the range from 0 to totalBuckets, exclusive:", "rationale": "let", "steps": [ { @@ -5421,11 +5515,11 @@ { "name": "prepare for private aggregation", "href": "https://wicg.github.io/turtledove/#prepare-for-private-aggregation", - "html": "To prepare for private aggregation given a InterestGroupScriptRunnerGlobalScope global, a worklet function workletFunction,\na reporting context reportingContext, and origins origin and aggregationCoordinator:", + "html": "To prepare for private aggregation given a InterestGroupScriptRunnerGlobalScope global, a worklet function workletFunction,\na reporting context reportingContext, and origins origin and aggregationCoordinator:", "rationale": ".algorithm", "steps": [ { - "html": "

Let debugScope be a new debug scope.

" + "html": "

Let debugScope be a new debug scope.

" }, { "html": "

Set global’s worklet function to workletFunction.

" @@ -5438,10 +5532,10 @@ "rationale": "if", "steps": [ { - "html": "

If aggregationCoordinator is null, set aggregationCoordinator to\nthe default aggregation coordinator.

" + "html": "

If aggregationCoordinator is null, set aggregationCoordinator to\nthe default aggregation coordinator.

" }, { - "html": "

Return the result of running get or create a batching scope given origin, aggregationCoordinator and reportingContext.

" + "html": "

Return the result of running get or create a batching scope given origin, aggregationCoordinator and reportingContext.

" } ] } @@ -5463,15 +5557,15 @@ "html": "

Let onEventContributionMap be global’s on event\ncontribution map.

" }, { - "html": "For each evententries of onEventContributionMap:", + "html": "For each evententries of onEventContributionMap:", "rationale": "for", "steps": [ { - "html": "For each onEventEntry of entries:", + "html": "For each onEventEntry of entries:", "rationale": "if", "steps": [ { - "html": "

If onEventEntry’s debug scope is debugScope,\nset onEventEntry’s debug details to debugDetails.

" + "html": "

If onEventEntry’s debug scope is debugScope,\nset onEventEntry’s debug details to debugDetails.

" } ] } @@ -5496,18 +5590,18 @@ { "name": "commit private aggregation contributions", "href": "https://wicg.github.io/turtledove/#commit-private-aggregation-contributions", - "html": "To commit private aggregation contributions given an Private Aggregation\ncontributions onEventMap, a reporting bid key bidKey, and a reporting context reportingContext:", + "html": "To commit private aggregation contributions given a Private Aggregation\ncontributions onEventMap, a reporting bid key bidKey, and a reporting context reportingContext:", "rationale": ".algorithm", "steps": [ { - "html": "For each eventcontributions of onEventMap:", + "html": "For each eventcontributions of onEventMap:", "rationale": "let", "steps": [ { "html": "

Let key be (bidKey, event).

" }, { - "html": "

If reportingContext’s private aggregation on event contributions[key]\ndoes not exist, set it to a new list.

" + "html": "

If reportingContext’s private aggregation on event contributions[key]\ndoes not exist, set it to a new list.

" }, { "html": "

Extend reportingContext’s private aggregation on event\ncontributions[key] with contributions.

" @@ -5519,7 +5613,7 @@ { "name": "get or create a batching scope", "href": "https://wicg.github.io/turtledove/#get-or-create-a-batching-scope", - "html": "To get or create a batching scope given an origin origin, an aggregation coordinator aggregationCoordinator and a reporting context reportingContext,\nperform the following steps. They return a batching scope.", + "html": "To get or create a batching scope given an origin origin, an aggregation coordinator aggregationCoordinator and a reporting context reportingContext,\nperform the following steps. They return a batching scope.", "rationale": ".algorithm", "steps": [ { @@ -5529,11 +5623,11 @@ "html": "

Let tuple be (origin, aggregationCoordinator).

" }, { - "html": "If batchingScopeMap[tuple] does not exist:", + "html": "If batchingScopeMap[tuple] does not exist:", "rationale": "set", "steps": [ { - "html": "

Set batchingScopeMap[tuple] to a new batching scope.

" + "html": "

Set batchingScopeMap[tuple] to a new batching scope.

" }, { "html": "

If aggregationCoordinator is not null, set the aggregation coordinator for a batching\nscope given aggregationCoordinator and batchingScopeMap[tuple].

" @@ -5555,7 +5649,7 @@ "html": "

Process the Private Aggregation contributions for an auction given auctionConfig, reportingContextMap[auctionConfig].

" }, { - "html": "For each componentAuction in auctionConfig’s component\nauctions:", + "html": "For each componentAuction in auctionConfig’s component\nauctions:", "rationale": "process", "steps": [ { @@ -5568,7 +5662,7 @@ { "name": "process the Private Aggregation contributions for an auction", "href": "https://wicg.github.io/turtledove/#process-the-private-aggregation-contributions-for-an-auction", - "html": "To process the Private Aggregation contributions for an auction given\nan auction config auctionConfig and a reporting context reportingContext:", + "html": "To process the Private Aggregation contributions for an auction given\nan auction config auctionConfig and a reporting context reportingContext:", "rationale": ".algorithm", "steps": [ { @@ -5593,35 +5687,26 @@ "html": "

If reportingContext’s seller participants is not empty,\nset sellerOnceRep to a random item of seller participants.

" }, { - "html": "For each (bidId, event) → contributions of reportingContext’s private aggregation on event contributions:", - "rationale": "if", + "html": "For each (bidId, event) → contributions of reportingContext’s private aggregation on event contributions:", + "rationale": "for", "steps": [ { - "html": "If event is \"reserved.win\" or does not start with \"reserved.\":", - "rationale": "if", + "html": "For each onEventEntry of contributions:", + "rationale": "continue", "steps": [ { - "html": "

If bidId is not winnerId, continue.

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

If event is \"reserved.loss\" and bidId is winnerId, continue.

" - }, - { - "html": "For each onEventEntry of contributions:", - "rationale": "if", - "steps": [ + "html": "

Continue if any of the following conditions hold:

\n " + }, { "html": "If event is \"reserved.once\":", "rationale": "if", "steps": [ { - "html": "If onEventEntry’s worklet function is generate-bid:", + "html": "If onEventEntry’s worklet function is generate-bid:", "rationale": "if", "steps": [ { - "html": "

If bidIdbidderOnceRep, continue.

" + "html": "

If bidIdbidderOnceRep, continue.

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

If bidIdsellerOnceRep, continue.

" + "html": "

If bidIdsellerOnceRep, continue.

" } ] } @@ -5640,7 +5725,7 @@ "html": "

Let filledInContribution be the result of filling in the contribution given reportingContext, onEventEntry and leadingBidInfo.

" }, { - "html": "If event does not start with \"reserved.\":", + "html": "If event does not start with \"reserved.\":", "rationale": "store", "steps": [ { @@ -5653,7 +5738,7 @@ "rationale": "let", "steps": [ { - "html": "

Let entry be a new contribution cache entry with the items:

\n
\n
contribution\n
\n

filledInContribution

\n
batching scope\n
\n

onEventEntry’s batching scope

\n
debug scope\n
\n

onEventEntry’s debug scope

\n
debug details\n
\n

onEventEntry’s debug details

\n
" + "html": "

Let entry be a new contribution cache entry with the items:

\n
\n
contribution\n
\n

filledInContribution

\n
batching scope\n
\n

onEventEntry’s batching scope

\n
debug scope\n
\n

onEventEntry’s debug scope

\n
debug details\n
\n

onEventEntry’s debug details

\n
" }, { "html": "

Append entry to the contribution cache.

" @@ -5665,17 +5750,17 @@ ] }, { - "html": "

Let sellerBatchingScope be the result of getting or creating a batching scope given auctionConfig’s seller, auctionConfig’s seller Private Aggregation coordinator, and reportingContext.

" + "html": "

Let sellerBatchingScope be the result of getting or creating a batching scope given auctionConfig’s seller, auctionConfig’s seller Private Aggregation coordinator, and reportingContext.

" }, { - "html": "

Let auctionReportBuyersDebugScope be a new debug scope.

" + "html": "

Let auctionReportBuyersDebugScope be a new debug scope.

" }, { - "html": "For each reportTypereportBuyerConfig of auctionConfig’s auction report buyers:", + "html": "For each reportTypereportBuyerConfig of auctionConfig’s auction report buyers:", "rationale": "for", "steps": [ { - "html": "For each buyerOriginbuyerOffset of auctionConfig’s auction report buyer keys:", + "html": "For each buyerOriginbuyerOffset of auctionConfig’s auction report buyer keys:", "rationale": "let", "steps": [ { @@ -5706,7 +5791,7 @@ }, { "case": "None of the above values", - "html": "

Assert: false, as this enum value is validated in validate and convert auction\nad config

" + "html": "

Assert: false, as this enum value is validated in validate and convert auction\nad config

" } ] } @@ -5728,11 +5813,11 @@ "html": "

Let contribution be a new PAHistogramContribution with the\n items:

\n
\n
bucket\n
\n

bucket

\n
value\n
\n

value

\n
filteringId\n
\n

0

\n \n
" }, { - "html": "For each ig of the user agent's interest group set whose owner is buyerOrigin:", + "html": "For each ig of the user agent's interest group set whose owner is buyerOrigin:", "rationale": "if", "steps": [ { - "html": "

If seller capabilities of ig don’t allow this reporting, continue.

" + "html": "

If seller capabilities of ig don’t allow this reporting, continue.

" }, { "html": "

Let entry be a new contribution cache entry with the items:

\n
\n
contribution\n
\n

contribution

\n
batching scope\n
\n

sellerBatchingScope

\n
debug scope\n
\n

auctionReportBuyersDebugScope

\n
" @@ -5750,7 +5835,7 @@ "html": "

Mark a debug scope complete given auctionReportBuyersDebugScope and auctionConfig’s auction report buyer debug details.

" }, { - "html": "For each (origin, aggregationCoordinator) → batchingScope of reportingContext’s private aggregation batching\n scope map:", + "html": "For each (origin, aggregationCoordinator) → batchingScope of reportingContext’s private aggregation batching\n scope map:", "rationale": "process", "steps": [ { @@ -5763,20 +5848,20 @@ { "name": "fill in the contribution", "href": "https://wicg.github.io/turtledove/#fill-in-the-contribution", - "html": "To fill in the contribution given a reporting context reportingContext,\nan on event contribution entry onEventEntry and a leading bid info leadingBidInfo,\nperform the following steps. They return a PAHistogramContribution:", + "html": "To fill in the contribution given a reporting context reportingContext,\nan on event contribution entry onEventEntry and a leading bid info leadingBidInfo,\nperform the following steps. They return a PAHistogramContribution:", "rationale": ".algorithm", "steps": [ { - "html": "

Let contribution be onEventEntry’s contribution.

" + "html": "

Let contribution be onEventEntry’s contribution.

" }, { - "html": "

Let bucket be contribution[\"bucket\"].

" + "html": "

Let bucket be contribution[\"bucket\"].

" }, { "html": "

If bucket is a PASignalValue, set bucket to the result of filling\n in the signal value given reportingContext, onEventEntry, bucket, 2128−1\n and leadingBidInfo.

" }, { - "html": "

Let value be contribution[\"value\"].

" + "html": "

Let value be contribution[\"value\"].

" }, { "html": "

If value is a PASignalValue, set value to the result of filling in\n the signal value given reportingContext, onEventEntry, value, 231−1 and leadingBidInfo.

" @@ -5792,23 +5877,23 @@ { "name": "fill in the signal value", "href": "https://wicg.github.io/turtledove/#fill-in-the-signal-value", - "html": "To fill in the signal value given a reporting context reportingContext,\nan on event contribution entry onEventEntry, a PASignalValue value, an\ninteger maxAllowed and a leading bid info leadingBidInfo, perform the following steps.\nThey return an integer.", + "html": "To fill in the signal value given a reporting context reportingContext,\nan on event contribution entry onEventEntry, a PASignalValue value, an\ninteger maxAllowed and a leading bid info leadingBidInfo, perform the following steps.\nThey return an integer.", "rationale": ".algorithm", "steps": [ { - "html": "

Assert: value[\"baseValue\"] is a valid signal base\n value.

" + "html": "

Assert: value[\"baseValue\"] is a valid signal base\n value.

" }, { "html": "

Let returnValue be the result of determining a signal’s numeric value given reportingContext, onEventEntry, value[\"baseValue\"] and leadingBidInfo.

" }, { - "html": "

If value[\"scale\"] exists, set returnValue to\n the result of multiplying value[\"scale\"] with returnValue.

" + "html": "

If value[\"scale\"] exists, set returnValue to\n the result of multiplying value[\"scale\"] with returnValue.

" }, { "html": "

Set returnValue to the result of converting returnValue to an integer by\n truncating its fractional part.

" }, { - "html": "

If value[\"offset\"] exists, set returnValue to\n the result of adding returnValue to value[\"offset\"].

" + "html": "

If value[\"offset\"] exists, set returnValue to\n the result of adding returnValue to value[\"offset\"].

" }, { "html": "

Clamp returnValue to the range 0 to maxAllowed,\n inclusive, and return the result.

" @@ -5818,14 +5903,14 @@ { "name": "determine a signal’s numeric value", "href": "https://wicg.github.io/turtledove/#determine-a-signals-numeric-value", - "html": "To determine a signal’s numeric value given a reporting context reportingContext,\nan on event contribution entry onEventEntry, a signal base value signalBaseValue and a leading bid info leadingBidInfo, perform the following steps.\nThey return a double.", + "html": "To determine a signal’s numeric value given a reporting context reportingContext,\nan on event contribution entry onEventEntry, a signal base value signalBaseValue and a leading bid info leadingBidInfo, perform the following steps.\nThey return a double.", "rationale": ".algorithm", "steps": [ { - "html": "

Let metrics be the result of access per-participant metrics given reportingContext, onEventEntry’s origin, worklet function.

" + "html": "

Let metrics be the result of access per-participant metrics given reportingContext, onEventEntry’s origin, worklet function.

" }, { - "html": "

Let bidAndScoreMetrics be the result of access per-participant metrics given reportingContext, onEventEntry’s origin, and the result of find corresponding bid and score phase function given worklet\nfunction.

" + "html": "

Let bidAndScoreMetrics be the result of access per-participant metrics given reportingContext, onEventEntry’s origin, and the result of find corresponding bid and score phase function given worklet\nfunction.

" }, { "html": "If signalBaseValue is:", @@ -5947,7 +6032,7 @@ }, { "case": "None of the above values", - "html": "

Assert: false

" + "html": "

Assert: false

" } ] } @@ -6008,7 +6093,7 @@ { "name": "compute a percentage metric", "href": "https://wicg.github.io/turtledove/#compute-a-percentage-metric", - "html": "To compute a percentage metric given longs numerator and denominator:", + "html": "To compute a percentage metric given longs numerator and denominator:", "rationale": ".algorithm", "steps": [ { @@ -6028,11 +6113,11 @@ { "name": "update storage metrics", "href": "https://wicg.github.io/turtledove/#update-storage-metrics", - "html": "To update storage metrics given per participant metrics metrics and a list of interest groups igs:", + "html": "To update storage metrics given per participant metrics metrics and a list of interest groups igs:", "rationale": ".algorithm", "steps": [ { - "html": "For each ig of igs:", + "html": "For each ig of igs:", "rationale": "if", "steps": [ { @@ -6068,40 +6153,40 @@ { "name": "get storage interest groups for owner", "href": "https://wicg.github.io/turtledove/#get-storage-interest-groups-for-owner", - "html": "To get storage interest groups for owner given an origin owner:", + "html": "To get storage interest groups for owner given an origin owner:", "rationale": ".algorithm", "steps": [ { - "html": "

Let resultIgs be an empty list.

" + "html": "

Let resultIgs be an empty list.

" }, { "html": "

Let now be a moment equal to the current coarsened wall time.

" }, { - "html": "For each ig of user agent's interest group set:", + "html": "For each ig of user agent's interest group set:", "rationale": "if", "steps": [ { - "html": "

If ig’s owner does not equal owner, then continue.

" + "html": "

If ig’s owner does not equal owner, then continue.

" }, { "html": "

Let resultIg be an empty StorageInterestGroup dictionary.

" }, { - "html": "

Set resultIg[\"owner\"] to the serialization of ig’s owner.

" + "html": "

Set resultIg[\"owner\"] to the serialization of ig’s owner.

" }, { - "html": "

Set resultIg[\"name\"] to ig’s name.

" + "html": "

Set resultIg[\"name\"] to ig’s name.

" }, { - "html": "

Set resultIg[\"enableBiddingSignalsPrioritization\"] to ig’s enable bidding signals prioritization.

" + "html": "

Set resultIg[\"enableBiddingSignalsPrioritization\"] to ig’s enable bidding signals prioritization.

" }, { "html": "If ig’s priority vector is not null:", "rationale": "set", "steps": [ { - "html": "

Set resultIg[\"priorityVector\"] to ig’s priority vector.

" + "html": "

Set resultIg[\"priorityVector\"] to ig’s priority vector.

" } ] }, @@ -6110,54 +6195,54 @@ "rationale": "let", "steps": [ { - "html": "

Let resultSellerCapabilities be an ordered map.

" + "html": "

Let resultSellerCapabilities be an ordered map.

" }, { - "html": "For each originoriginSellerCapabilities of ig’s seller capabilities:", + "html": "For each originoriginSellerCapabilities of ig’s seller capabilities:", "rationale": "let", "steps": [ { "html": "

Let serializedOrigin be the serialization of origin.

" }, { - "html": "

Set resultSellerCapabilities[serializedOrigin] to originSellerCapabilities.

" + "html": "

Set resultSellerCapabilities[serializedOrigin] to originSellerCapabilities.

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

Set resultIg[\"sellerCapabilities\"] to resultSellerCapabilities.

" + "html": "

Set resultIg[\"sellerCapabilities\"] to resultSellerCapabilities.

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

Set resultIg[\"executionMode\"] to ig’s execution mode.

" + "html": "

Set resultIg[\"executionMode\"] to ig’s execution mode.

" }, { - "html": "

Set resultIg[\"biddingLogicURL\"] to the serialization of ig’s bidding url.

" + "html": "

Set resultIg[\"biddingLogicURL\"] to the serialization of ig’s bidding url.

" }, { - "html": "

Set resultIg[\"biddingWasmHelperURL\"] to the serialization of ig’s bidding wasm helper url.

" + "html": "

Set resultIg[\"biddingWasmHelperURL\"] to the serialization of ig’s bidding wasm helper url.

" }, { - "html": "

Set resultIg[\"updateURL\"] to the serialization of ig’s update url.

" + "html": "

Set resultIg[\"updateURL\"] to the serialization of ig’s update url.

" }, { - "html": "

Set resultIg[\"trustedBiddingSignalsURL\"] to the serialization of ig’s trusted bidding signals url.

" + "html": "

Set resultIg[\"trustedBiddingSignalsURL\"] to the serialization of ig’s trusted bidding signals url.

" }, { "html": "If ig’s trusted bidding signals keys is not null:", "rationale": "set", "steps": [ { - "html": "

Set resultIg[\"trustedBiddingSignalsKeys\"] to ig’s trusted bidding signals keys.

" + "html": "

Set resultIg[\"trustedBiddingSignalsKeys\"] to ig’s trusted bidding signals keys.

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

Set resultIg[\"trustedBiddingSignalsSlotSizeMode\"] to ig’s trusted bidding signals slot size mode.

" + "html": "

Set resultIg[\"trustedBiddingSignalsSlotSizeMode\"] to ig’s trusted bidding signals slot size mode.

" }, { - "html": "

Set resultIg[\"maxTrustedBiddingSignalsURLLength\"] to ig’s max trusted bidding signals url length.

" + "html": "

Set resultIg[\"maxTrustedBiddingSignalsURLLength\"] to ig’s max trusted bidding signals url length.

" }, { "html": "If ig’s user bidding signals is not null:", @@ -6170,7 +6255,7 @@ "html": "

If an exception was thrown, then return failure.

" }, { - "html": "

Set resultIg[\"userBiddingSignals\"] to parsedUserBiddingSignals.

" + "html": "

Set resultIg[\"userBiddingSignals\"] to parsedUserBiddingSignals.

" } ] }, @@ -6179,7 +6264,7 @@ "rationale": "set", "steps": [ { - "html": "

Set resultIg[\"ads\"] to ig’s ads converted to an AuctionAd sequence.

" + "html": "

Set resultIg[\"ads\"] to ig’s ads converted to an AuctionAd sequence.

" }, { "html": "

If an exception was thrown, then return failure.

" @@ -6191,7 +6276,7 @@ "rationale": "set", "steps": [ { - "html": "

Set resultIg[\"adComponents\"] to ig’s ad components converted to an AuctionAd sequence.

" + "html": "

Set resultIg[\"adComponents\"] to ig’s ad components converted to an AuctionAd sequence.

" }, { "html": "

If an exception was thrown, then return failure.

" @@ -6203,19 +6288,19 @@ "rationale": "let", "steps": [ { - "html": "

Let resultAdSizes be an ordered map.

" + "html": "

Let resultAdSizes be an ordered map.

" }, { - "html": "For each sizeNameadSize of ig’s ad sizes:", + "html": "For each sizeNameadSize of ig’s ad sizes:", "rationale": "set", "steps": [ { - "html": "

Set resultAdSizes[sizeName] to adSize converted to a map.

" + "html": "

Set resultAdSizes[sizeName] to adSize converted to a map.

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

Set resultIg[\"adSizes\"] to resultAdSizes.

" + "html": "

Set resultIg[\"adSizes\"] to resultAdSizes.

" } ] }, @@ -6224,19 +6309,19 @@ "rationale": "set", "steps": [ { - "html": "

Set resultIg[\"sizeGroups\"] to ig’s size groups.

" + "html": "

Set resultIg[\"sizeGroups\"] to ig’s size groups.

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

Set resultIg[\"priority\"] to ig’s priority.

" + "html": "

Set resultIg[\"priority\"] to ig’s priority.

" }, { "html": "If ig’s priority signals overrides is not null:", "rationale": "set", "steps": [ { - "html": "

Set resultIg[\"prioritySignalsOverrides\"] to ig’s priority signals overrides.

" + "html": "

Set resultIg[\"prioritySignalsOverrides\"] to ig’s priority signals overrides.

" } ] }, @@ -6251,21 +6336,21 @@ "html": "

If encoded is failure, then return failure.

" }, { - "html": "

Set resultIg[\"additionalBidKey\"] to the result of running forgiving-base64 encode with ig’s additional bid key.

" + "html": "

Set resultIg[\"additionalBidKey\"] to the result of running forgiving-base64 encode with ig’s additional bid key.

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

Set resultIg[\"joinCount\"] to the sum of ig’s join counts for all days within the last 30 days.

" + "html": "

Set resultIg[\"joinCount\"] to the sum of ig’s join counts for all days within the last 30 days.

" }, { - "html": "

Set resultIg[\"bidCount\"] to the sum of ig’s bid counts for all days within the last 30 days.

" + "html": "

Set resultIg[\"bidCount\"] to the sum of ig’s bid counts for all days within the last 30 days.

" }, { "html": "

Let resultPrevWins be a new sequence<PreviousWin>.

" }, { - "html": "For each prevWin of ig’s previous wins for all days within the\nthe last 30 days:", + "html": "For each prevWin of ig’s previous wins for all days within the\nthe last 30 days:", "rationale": "let", "steps": [ { @@ -6281,39 +6366,39 @@ "html": "

If an exception was thrown, then return failure.

" }, { - "html": "

Let prevWinAdIDL be a new AuctionAd with the following items:

\n
\n
renderURL\n
\n

the serialization of prevWin’s render url

\n
metadata\n
\n

metadata.

\n
adRenderId\n
\n

prevWin’s ad render ID

\n
" + "html": "

Let prevWinAdIDL be a new AuctionAd with the following items:

\n
\n
renderURL\n
\n

the serialization of prevWin’s render url

\n
metadata\n
\n

metadata.

\n
adRenderId\n
\n

prevWin’s ad render ID

\n
" }, { "html": "

Let prevWinElement be the sequence<PreviousWinElement> «timeDelta, prevWinAdIDL».

" }, { - "html": "

Append prevWinElement to resultPrevWins.

" + "html": "

Append prevWinElement to resultPrevWins.

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

Set resultIg[\"prevWinsMs\"] to resultPrevWins.

" + "html": "

Set resultIg[\"prevWinsMs\"] to resultPrevWins.

" }, { - "html": "

Set resultIg[\"joiningOrigin\"] to the serialization of ig’s joining origin.

" + "html": "

Set resultIg[\"joiningOrigin\"] to the serialization of ig’s joining origin.

" }, { - "html": "

Set resultIg[\"timeSinceGroupJoinedMs\"] to (nowig’s join time) in millseconds.

" + "html": "

Set resultIg[\"timeSinceGroupJoinedMs\"] to (nowig’s join time) in millseconds.

" }, { - "html": "

Set resultIg[\"lifetimeRemainingMs\"] to (ig’s expirynow) in millseconds.

" + "html": "

Set resultIg[\"lifetimeRemainingMs\"] to (ig’s expirynow) in millseconds.

" }, { - "html": "

Set resultIg[\"timeSinceLastUpdateMs\"] to (nowig’s last updated) in millseconds.

" + "html": "

Set resultIg[\"timeSinceLastUpdateMs\"] to (nowig’s last updated) in millseconds.

" }, { - "html": "

Set resultIg[\"timeUntilNextUpdateMs\"] to (ig’s next update afternow) in millseconds.

" + "html": "

Set resultIg[\"timeUntilNextUpdateMs\"] to (ig’s next update afternow) in millseconds.

" }, { - "html": "

Set resultIg[\"estimatedSize\"] to ig’s estimated size.

" + "html": "

Set resultIg[\"estimatedSize\"] to ig’s estimated size.

" }, { - "html": "

Append resultIg to resultIgs.

" + "html": "

Append resultIg to resultIgs.

" } ] }, @@ -6332,7 +6417,7 @@ "html": "

Let p be a new promise.

" }, { - "html": "Run the following steps in parallel:", + "html": "Run the following steps in parallel:", "rationale": "let", "steps": [ { @@ -6341,7 +6426,7 @@ ], "additional": [ { - "html": "Run the following steps in parallel:", + "html": "Run the following steps in parallel:", "rationale": "queue", "steps": [ { @@ -6363,10 +6448,10 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Assert that these steps are running in parallel.

" + "html": "

Assert that these steps are running in parallel.

" }, { - "html": "

Assert that auctionConfig’s auction nonce is not null.

" + "html": "

Assert that auctionConfig’s auction nonce is not null.

" }, { "html": "

Let auctionNonce be the string representation of auctionConfig’s auction nonce.

" @@ -6375,17 +6460,17 @@ "html": "

Let capturedAdditionalBidsHeaders be global’s associated Document’s node navigable’s traversable navigable’s captured ad auction\nadditional 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 encodedSignedAdditionalBidWithMetadata of capturedAdditionalBidsHeaders[auctionNonce]:", + "html": "For each encodedSignedAdditionalBidWithMetadata of capturedAdditionalBidsHeaders[auctionNonce]:", "rationale": "let", "steps": [ { "html": "

Let signedAdditionalBid be the result of running forgiving-base64 decode with encodedSignedAdditionalBidWithMetadata’s signed\nadditional bid.

" }, { - "html": "

If signedAdditionalBid is failure, then continue.

" + "html": "

If signedAdditionalBid is failure, then continue.

" }, { "html": "

Let additionalBid be the result of running parse a signed additional bid given signedAdditionalBid, reportingContextMap, encodedSignedAdditionalBidWithMetadata’s seller nonce, auctionConfig, topLevelAuctionConfig, and negativeTargetInfo.

" @@ -6395,7 +6480,7 @@ "rationale": "append", "steps": [ { - "html": "

Append additionalBid to additionalBids.

" + "html": "

Append additionalBid to additionalBids.

" }, { "html": "

Let bidCopy be a clone of additionalBid.

" @@ -6415,30 +6500,30 @@ { "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,\na reporting context map reportingContextMap, a string-or-null sellerNonce, an auction\nconfig auctionConfig, an auction config-or-null topLevelAuctionConfig, and a negative\ntarget info negativeTargetInfo:", + "html": "To parse a signed additional bid given a byte sequence signedAdditionalBid,\na reporting context map reportingContextMap, a string-or-null sellerNonce, an auction\nconfig auctionConfig, an auction config-or-null topLevelAuctionConfig, and a negative\ntarget info negativeTargetInfo:", "rationale": ".algorithm", "steps": [ { - "html": "

Assert that these steps are running in parallel.

" + "html": "

Assert that these steps are running in parallel.

" }, { "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.

" }, { - "html": "For each sig of parsedSignedAdditionalBid[\"signatures\"]:", + "html": "For each sig of parsedSignedAdditionalBid[\"signatures\"]:", "rationale": "set", "steps": [ { - "html": "

Set decodeSignatureFailed to true and break if any of the following\nconditions hold:

\n " + "html": "

Set decodeSignatureFailed to true and break if any of the following\nconditions hold:

\n " }, { "html": "

Let maybeKey be the result of running forgiving-base64 decode with sig[\"key\"].

" @@ -6453,7 +6538,7 @@ "html": "

Let signature be a signed additional bid signatures, whose key is maybeKey, and signature is maybeSignature.

" }, { - "html": "

Append signature to signatures.

" + "html": "

Append signature to signatures.

" } ] }, @@ -6470,7 +6555,7 @@ "html": "

Let verifiedSignatureKeys be a new set of byte sequences.

" }, { - "html": "For each signature of signatures:", + "html": "For each signature of signatures:", "rationale": "let", "steps": [ { @@ -6492,23 +6577,23 @@ { "name": "decode an additional bid json", "href": "https://wicg.github.io/turtledove/#decode-an-additional-bid-json", - "html": "To decode an additional bid json given a string additionalBidJson,\na reporting context map reportingContextMap, an auction config auctionConfig, an auction config-or-null topLevelAuctionConfig, and a string-or-null sellerNonce:", + "html": "To decode an additional bid json given a string additionalBidJson,\na reporting context map reportingContextMap, an auction config auctionConfig, an auction config-or-null topLevelAuctionConfig, and a string-or-null sellerNonce:", "rationale": ".algorithm", "steps": [ { - "html": "

Assert that these steps are running in parallel.

" + "html": "

Assert that these steps are running in parallel.

" }, { "html": "

Let parsedAdditionalBid be the result of parse a JSON string to an infra value given additionalBidJson.

" }, { - "html": "

If parsedAdditionalBid is not a map, then return failure.

" + "html": "

If parsedAdditionalBid is not a map, then return failure.

" }, { "html": "

Let result be a new decoded additional bid.

" }, { - "html": "

Return failure if any of the following conditions hold:

\n " + "html": "

Return failure if any of the following conditions hold:

\n " }, { "html": "If sellerNonce is not null:", @@ -6527,7 +6612,7 @@ "rationale": "return", "steps": [ { - "html": "

Return failure if any of the following conditions hold:

\n " + "html": "

Return failure if any of the following conditions hold:

\n " } ] }, @@ -6536,7 +6621,7 @@ "rationale": "if", "steps": [ { - "html": "

If parsedAdditionalBid[\"topLevelSeller\"] exists, then return failure.

" + "html": "

If parsedAdditionalBid[\"topLevelSeller\"] exists, then return failure.

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

If parsedAdditionalBid[\"topLevelSeller\"] does not exist, then return failure.

" + "html": "

If parsedAdditionalBid[\"topLevelSeller\"] does not exist, then return failure.

" }, { "html": "

Let bidTopLevelSeller be the result of running the parse an https origin with parsedAdditionalBid[\"topLevelSeller\"].

" @@ -6556,13 +6641,13 @@ ] }, { - "html": "

If parsedAdditionalBid[\"interestGroup\"] does not exist, then return failure.

" + "html": "

If parsedAdditionalBid[\"interestGroup\"] does not exist, then return failure.

" }, { "html": "

Let igMap be parsedAdditionalBid[\"interestGroup\"].

" }, { - "html": "

Return failure if any the following conditions hold:

\n " + "html": "

Return failure if any the following conditions hold:

\n " }, { "html": "

Let igOwner be the result of running parse an https origin given igMap[\"owner\"].

" @@ -6574,19 +6659,19 @@ "html": "

Let igBiddingUrl be the result of running url parser on igMap[\"biddingLogicURL\"].

" }, { - "html": "

Return failure if any of the following conditions hold:

\n " + "html": "

Return failure if any of the following conditions hold:

\n " }, { "html": "

Let ig be a new interest group with the following properties:

\n
\n
owner\n
\n

igOwner

\n
name\n
\n

igName

\n
bidding url\n
\n

igBiddingUrl

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

If parsedAdditionalBid[\"bid\"] does not exist, or is not a map, return failure.

" + "html": "

If parsedAdditionalBid[\"bid\"] does not exist, or is not a map, return failure.

" }, { "html": "

Let bidMap be parsedAdditionalBid[\"bid\"].

" }, { - "html": "

If bidMap[\"render\"] does not exist or is not a string, then return failure.

" + "html": "

If bidMap[\"render\"] does not exist or is not a string, then return failure.

" }, { "html": "

Let renderUrl be the result of running URL parser on bidMap[\"render\"].

" @@ -6601,7 +6686,7 @@ "html": "

Set ig’s ads to « ad ».

" }, { - "html": "

Let bidVal be bidMap[\"bid\"] if it exists, otherwise return failure.

" + "html": "

Let bidVal be bidMap[\"bid\"] if it exists, otherwise return failure.

" }, { "html": "

If bidVal is not a double, or is less than or equal to 0, then return failure.

" @@ -6610,7 +6695,7 @@ "html": "

Let adMetadata be \"null\".

" }, { - "html": "If bidMap[\"ad\"] exists:", + "html": "If bidMap[\"ad\"] exists:", "rationale": "set", "steps": [ { @@ -6622,11 +6707,11 @@ "html": "

Let bidCurrency be null.

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

If bidMap[\"bidCurrency\"] is not a string, or the result of checking whether a string\nis a valid currency tag is failure, then return failure.

" + "html": "

If bidMap[\"bidCurrency\"] is not a string, or the result of checking whether a string\nis a valid currency tag is failure, then return failure.

" }, { "html": "

Set bidCurrency to bidMap[\"bidCurrency\"].

" @@ -6637,7 +6722,7 @@ "html": "

Let adCost be null.

" }, { - "html": "If bidMap[\"adCost\"] exists:", + "html": "If bidMap[\"adCost\"] exists:", "rationale": "if", "steps": [ { @@ -6652,7 +6737,7 @@ "html": "

Let modelingSignals be null.

" }, { - "html": "If bidMap[\"modelingSignals\"] exists:", + "html": "If bidMap[\"modelingSignals\"] exists:", "rationale": "if", "steps": [ { @@ -6664,21 +6749,21 @@ ] }, { - "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:", + "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\"]:", + "html": "For each component of bidMap[\"adComponents\"]:", "rationale": "if", "steps": [ { - "html": "

If component is not a string, then return failure.

" + "html": "

If component is not a string, then return failure.

" }, { "html": "

Let componentUrl be the result of running URL parser on component.

" @@ -6690,7 +6775,7 @@ "html": "

Let componentDescriptor be a new ad descriptor whose url is componentUrl.

" }, { - "html": "

Append componentDescriptor to adComponents.

" + "html": "

Append componentDescriptor to adComponents.

" } ] }, @@ -6700,26 +6785,26 @@ ] }, { - "html": "If parsedAdditionalBid[\"negativeInterestGroup\"] exists:", + "html": "If parsedAdditionalBid[\"negativeInterestGroup\"] exists:", "rationale": "if", "steps": [ { - "html": "

If parsedAdditionalBid[\"negativeInterestGroups\"] exists, or parsedAdditionalBid[\"negativeInterestGroup\"] is not a string, then return failure.

" + "html": "

If parsedAdditionalBid[\"negativeInterestGroups\"] exists, or parsedAdditionalBid[\"negativeInterestGroup\"] is not a string, then return failure.

" }, { - "html": "

Append parsedAdditionalBid[\"negativeInterestGroup\"] to result’s negative target interest group names.

" + "html": "

Append parsedAdditionalBid[\"negativeInterestGroup\"] to result’s negative target interest group names.

" } ] }, { - "html": "If parsedAdditionalBid[\"negativeInterestGroups\"] exists:", + "html": "If parsedAdditionalBid[\"negativeInterestGroups\"] exists:", "rationale": "let", "steps": [ { "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\"].

" @@ -6731,21 +6816,21 @@ "html": "

Set result’s negative target joining origin to joiningOrigin.

" }, { - "html": "For each igName of multipleNegativeIg[\"interestGroupNames\"]:", + "html": "For each igName of multipleNegativeIg[\"interestGroupNames\"]:", "rationale": "if", "steps": [ { - "html": "

If igName is not a string, then return failure.

" + "html": "

If igName is not a string, then return failure.

" }, { - "html": "

Append igName to result’s negative target interest group names.

" + "html": "

Append igName to result’s negative target interest group names.

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

Set result’s bid to a new generated bid with the following\nproperties:

\n
\n
reporting id\n
\n

A reporting bid key with the following items:

\n
\n
context\n
\n

reportingContextMap[auctionConfig]

\n
source\n
\n

additional-bid

\n
bidder origin\n
\n

ig’s owner

\n
bid identifier\n
\n

A string representation of a new globably unique identifier. This is needed since igName may not be unique.

\n
\n
bid\n
\n

A bid with currency whose value is bidVal, and currency is bidCurrency

\n
ad\n
\n

adMetadata

\n
ad descriptor\n
\n

An ad descriptor whose url is renderUrl

\n
ad component descriptors\n
\n

adComponents

\n
ad cost\n
\n

adCost

\n
modeling signals\n
\n

modelingSignals

\n
interest group\n
\n

ig

\n
bid ad\n
\n

A interest group ad whose render url is renderUrl, and metadata is adMetadata

\n
provided as additional bid\n
\n

true

\n
" + "html": "

Set result’s bid to a new generated bid with the following\nproperties:

\n
\n
reporting id\n
\n

A reporting bid key with the following items:

\n
\n
context\n
\n

reportingContextMap[auctionConfig]

\n
source\n
\n

additional-bid

\n
bidder origin\n
\n

ig’s owner

\n
bid identifier\n
\n

A string representation of a new globably unique identifier. This is needed since igName may not be unique.

\n
\n
bid\n
\n

A bid with currency whose value is bidVal, and currency is bidCurrency

\n
ad\n
\n

adMetadata

\n
ad descriptor\n
\n

An ad descriptor whose url is renderUrl

\n
ad component descriptors\n
\n

adComponents

\n
ad cost\n
\n

adCost

\n
modeling signals\n
\n

modelingSignals

\n
interest group\n
\n

ig

\n
bid ad\n
\n

A interest group ad whose render url is renderUrl, and metadata is adMetadata

\n
provided as additional bid\n
\n

true

\n
" }, { "html": "

Return result.

" @@ -6755,7 +6840,7 @@ { "name": "calculate expected bid nonce", "href": "https://wicg.github.io/turtledove/#calculate-expected-bid-nonce", - "html": "To calculate expected bid nonce given a string auctionNonce and a string sellerNonce:", + "html": "To calculate expected bid nonce given a string auctionNonce and a string sellerNonce:", "rationale": ".algorithm", "steps": [ { @@ -6770,7 +6855,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Assert that these steps are running in parallel.

" + "html": "

Assert that these steps are running in parallel.

" }, { "html": "

Let negativeTargeted be false.

" @@ -6779,18 +6864,18 @@ "html": "

Let additionalBidBuyer be additionalBid’s bid's interest group's owner.

" }, { - "html": "For each igName of additionalBid’s negative target interest group names:", + "html": "For each igName of additionalBid’s negative target interest group names:", "rationale": "if", "steps": [ { - "html": "If negativeTargetInfo[(additionalBidBuyer, igName)] exists:", + "html": "If negativeTargetInfo[(additionalBidBuyer, igName)] exists:", "rationale": "let", "steps": [ { "html": "

Let (joiningOrigin, additionalBidKey) be negativeTargetInfo[(additionalBidBuyer, igName)].

" }, { - "html": "If verifiedSignatureKeys contains additionalBidKey:", + "html": "If verifiedSignatureKeys contains additionalBidKey:", "rationale": "if", "steps": [ { @@ -6798,7 +6883,7 @@ "rationale": "if", "steps": [ { - "html": "

If joiningOrigin is not same origin with additionalBid’s negative target joining origin, then continue.

" + "html": "

If joiningOrigin is not same origin with additionalBid’s negative target joining origin, then continue.

" } ] }, @@ -6838,10 +6923,10 @@ "rationale": "set", "steps": [ { - "html": "

Set kAnonRestrictedIG’s ads to an empty list of interest group ad.

" + "html": "

Set kAnonRestrictedIG’s ads to an empty list of interest group ad.

" }, { - "html": "For each igAd of ig’s ads:", + "html": "For each igAd of ig’s ads:", "rationale": "let", "steps": [ { @@ -6856,17 +6941,17 @@ "rationale": "let", "steps": [ { - "html": "

Let kAnonRestrictedSelectableReportingIds be a new empty list of strings.

" + "html": "

Let kAnonRestrictedSelectableReportingIds be a new empty list of strings.

" }, { - "html": "For each selectableReportingId in igAd’s selectable buyer and seller reporting IDs:", + "html": "For each selectableReportingId in igAd’s selectable buyer and seller reporting IDs:", "rationale": "let", "steps": [ { "html": "

Let reportingHashCode be the result of query reporting ID k-anonymity count given ig, igAd, and selectableReportingId.

" }, { - "html": "

If query k-anonymity cache for reportingHashCode returns true, then append selectableReportingId to kAnonRestrictedSelectableReportingIds.

" + "html": "

If query k-anonymity cache for reportingHashCode returns true, then append selectableReportingId to kAnonRestrictedSelectableReportingIds.

" } ] }, @@ -6876,7 +6961,7 @@ ] }, { - "html": "

Append igAd to kAnonRestrictedIG’s ads.

" + "html": "

Append igAd to kAnonRestrictedIG’s ads.

" } ] } @@ -6889,10 +6974,10 @@ "rationale": "set", "steps": [ { - "html": "

Set kAnonRestrictedIG’s ad components to an empty list of interest group ad.

" + "html": "

Set kAnonRestrictedIG’s ad components to an empty list of interest group ad.

" }, { - "html": "For each igAdComponent of ig’s ad components:", + "html": "For each igAdComponent of ig’s ad components:", "rationale": "let", "steps": [ { @@ -6903,7 +6988,7 @@ "rationale": "append", "steps": [ { - "html": "

Append igAdComponent to kAnonRestrictedIG’s ad components.

" + "html": "

Append igAdComponent to kAnonRestrictedIG’s ad components.

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

" @@ -6967,7 +7052,7 @@ { "name": "compute the key part for one of multiple reporting ids", "href": "https://wicg.github.io/turtledove/#compute-the-key-part-for-one-of-multiple-reporting-ids", - "html": "To compute the key part for one of multiple reporting ids given string-or-null reportingId:", + "html": "To compute the key part for one of multiple reporting ids given string-or-null reportingId:", "rationale": ".algorithm", "steps": [ { @@ -6981,14 +7066,14 @@ { "name": "compute the key hash of reporting ID", "href": "https://wicg.github.io/turtledove/#compute-the-key-hash-of-reporting-id", - "html": "To compute the key hash of reporting ID given an interest group ig and an interest group ad igAd, and a string-or-null selectedReportingId:", + "html": "To compute the key hash of reporting ID given an interest group ig and an interest group ad igAd, and a string-or-null selectedReportingId:", "rationale": ".algorithm", "steps": [ { "html": "

Let middle be the concatenation of the following strings separated with U+000A (LF):

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

Let keyString be an empty string.

" + "html": "

Let keyString be an empty string.

" }, { "html": "

If selectedReportingId is not null, then set the keyString to be the concatenation of the following strings separated with U+000A (LF):

\n " @@ -7044,7 +7129,7 @@ "rationale": "for", "steps": [ { - "html": "For each adComponentDescriptor in bid’s ad component descriptors:", + "html": "For each adComponentDescriptor in bid’s ad component descriptors:", "rationale": "compute", "steps": [ { @@ -7077,7 +7162,7 @@ { "name": "query reporting ID k-anonymity count", "href": "https://wicg.github.io/turtledove/#query-reporting-id-k-anonymity-count", - "html": "To query reporting ID k-anonymity count given an interest group ig, an interest group ad igAd, and a string-or-null selectedReportingId:", + "html": "To query reporting ID k-anonymity count given an interest group ig, an interest group ad igAd, and a string-or-null selectedReportingId:", "rationale": ".algorithm", "steps": [ { @@ -7095,7 +7180,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Assert that these steps are running in parallel.

" + "html": "

Assert that these steps are running in parallel.

" }, { "html": "

Let record be a new k-anonymity record.

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

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

Assert that these steps are running in parallel.

" + "html": "

Assert that these steps are running in parallel.

" }, { - "html": "For each igAd of ig’s ads:", + "html": "For each igAd of ig’s ads:", "rationale": "let", "steps": [ { @@ -7141,7 +7226,7 @@ "rationale": "for", "steps": [ { - "html": "For each selectableReportingId in igAd’s selectable buyer and seller reporting IDs:", + "html": "For each selectableReportingId in igAd’s selectable buyer and seller reporting IDs:", "rationale": "set", "steps": [ { @@ -7157,7 +7242,7 @@ ] }, { - "html": "For each componentAd of ig’s ad components:", + "html": "For each componentAd of ig’s ad components:", "rationale": "let", "steps": [ { @@ -7252,7 +7337,7 @@ "rationale": "for", "steps": [ { - "html": "For each adComponentDescriptor in winner’s ad component descriptors:", + "html": "For each adComponentDescriptor in winner’s ad component descriptors:", "rationale": "increment", "steps": [ { @@ -7311,7 +7396,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Assert that these steps are running in parallel.

" + "html": "

Assert that these steps are running in parallel.

" }, { "html": "

Let agent be the result of obtaining a script runner agent given null, true, and false.\nRun the rest of these steps in agent.

" @@ -7342,7 +7427,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 reporting context reportingContext,\n an execution metrics executionMetrics,\n a currency tag expectedCurrency, a GenerateBidInterestGroup igGenerateBid,\n a string-or-null auctionSignals, a string-or-null perBuyerSignals,\n an ordered map-or-null sameOriginTrustedBiddingSignals, an ordered map-or-null crossOriginTrustedBiddingSignals, a BiddingBrowserSignals browserSignals,\n a DirectFromSellerSignalsForBuyer directFromSellerSignalsForBuyer, and an integer\n millisecond duration timeout, perform the following steps. They return a tuple (list of generated bids, bid debug reporting info, list of real time reporting\n contributions, Private Aggregation contributions, execution metrics).", + "html": "To evaluate a bidding script given a string script, an unsigned short multiBidLimit, an interest group ig, a reporting context reportingContext,\n an execution metrics executionMetrics,\n a currency tag expectedCurrency, a GenerateBidInterestGroup igGenerateBid,\n a string-or-null auctionSignals, a string-or-null perBuyerSignals,\n an ordered map-or-null sameOriginTrustedBiddingSignals, an ordered map-or-null crossOriginTrustedBiddingSignals, a BiddingBrowserSignals browserSignals,\n a DirectFromSellerSignalsForBuyer directFromSellerSignalsForBuyer, and an integer\n millisecond duration timeout, perform the following steps. They return a tuple (list of generated bids, bid debug reporting info, list of real time reporting\n contributions, Private Aggregation contributions, execution metrics).", "rationale": ".algorithm", "steps": [ { @@ -7361,7 +7446,7 @@ "html": "

Set global’s expected currency to expectedCurrency.

" }, { - "html": "

Prepare for private aggregation given global, generate-bid, reportingContext, ig’s owner and ig’s Private\nAggregation coordinator.

" + "html": "

Prepare for private aggregation given global, generate-bid, reportingContext, ig’s owner and ig’s Private\nAggregation coordinator.

" }, { "html": "

Let isComponentAuction be true if browserSignals[\"topLevelSeller\"] is not null, or\nfalse otherwise.

" @@ -7422,14 +7507,14 @@ "rationale": "for", "steps": [ { - "html": "For each kv of global’s priority signals:", + "html": "For each kv of global’s priority signals:", "rationale": "if", "steps": [ { "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.

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

" @@ -7482,7 +7567,7 @@ "html": "

Set bidDebugReportInfo’s bidder debug win report url to debugWinReportUrl.

" }, { - "html": "For each generatedBid in generatedBids:", + "html": "For each generatedBid in generatedBids:", "rationale": "set", "steps": [ { @@ -7493,17 +7578,17 @@ ] }, { - "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:", + "html": "For each contribution of global’s real time reporting contributions:", "rationale": "if", "steps": [ { - "html": "

If contribution’s latency threshold is not null, and\n≥ duration, then continue.

" + "html": "

If contribution’s latency threshold is not null, and\n≥ duration, then continue.

" }, { - "html": "

Append contribution to realTimeContributions.

" + "html": "

Append contribution to realTimeContributions.

" } ] }, @@ -7521,7 +7606,7 @@ { "name": "evaluate a scoring script", "href": "https://wicg.github.io/turtledove/#evaluate-a-scoring-script", - "html": "To evaluate a scoring script given a string script, a string adMetadata,\n a double bidValue, an auction config auctionConfig, a reporting context reportingContext, an ordered map-or-null sameOriginTrustedScoringSignals,\n an ordered map-or-null crossOriginTrustedScoringSignals, ScoringBrowserSignals browserSignals, a DirectFromSellerSignalsForSeller directFromSellerSignalsForSeller, and an integer millisecond duration timeout:", + "html": "To evaluate a scoring script given a string script, a string adMetadata,\n a double bidValue, an auction config auctionConfig, a reporting context reportingContext, an ordered map-or-null sameOriginTrustedScoringSignals,\n an ordered map-or-null crossOriginTrustedScoringSignals, ScoringBrowserSignals browserSignals, a DirectFromSellerSignalsForSeller directFromSellerSignalsForSeller, and an integer millisecond duration timeout:", "rationale": ".algorithm", "steps": [ { @@ -7570,17 +7655,17 @@ "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:", + "html": "For each contribution of global’s real time reporting contributions:", "rationale": "if", "steps": [ { - "html": "

If contribution’s latency threshold is not null, and\n≥ duration, then continue.

" + "html": "

If contribution’s latency threshold is not null, and\n≥ duration, then continue.

" }, { - "html": "

Append contribution to realTimeContributions.

" + "html": "

Append contribution to realTimeContributions.

" } ] }, @@ -7598,7 +7683,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, a reporting context reportingContext, an origin origin, an origin privateAggregationCoordinator, an integer millisecond duration timeout,\n and a list of arguments arguments:", + "html": "To evaluate a reporting script given a string script, a string functionName, a reporting context reportingContext, an origin origin, an origin privateAggregationCoordinator, an integer millisecond duration timeout,\n and a list of arguments arguments:", "rationale": ".algorithm", "steps": [ { @@ -7617,7 +7702,7 @@ "html": "

Prepare for private aggregation given global, function, reportingContext, origin,\nand privateAggregationCoordinator.

" }, { - "html": "

Let argumentsJS be the result of converting arguments to an ECMAScript arguments list. If this throws an exception, return « \"null\", null, null, null, a new Private\nAggregation Contributions, executionMetrics ».

" + "html": "

Let argumentsJS be the result of converting arguments to an ECMAScript arguments list. If this throws an exception, return « \"null\", null, null, null, a new Private\nAggregation Contributions, executionMetrics ».

" }, { "html": "

Let executionMetrics be a new execution metrics.

" @@ -7657,11 +7742,11 @@ { "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 tuple of a Completion Record, which is either an abrupt\n completion (in the case of a parse failure or execution error), or a normal\n completion populated with the ECMAScript language value result of invoking functionName, and a boolean stating whether the script was interrupted due to reaching timeout.", + "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 tuple of a Completion Record, which is either an abrupt\n completion (in the case of a parse failure or execution error), or a normal\n completion populated with the ECMAScript language value result of invoking functionName, and a boolean stating whether the script was interrupted due to reaching timeout.", "rationale": ".algorithm", "steps": [ { - "html": "

Assert that these steps are running in parallel.

" + "html": "

Assert that these steps are running in parallel.

" }, { "html": "

If timeout ≤ 0, return (new throw completion given null, true).

" @@ -7679,7 +7764,7 @@ "html": "

If result is a list of errors, return\n (Completion { [[Type]]: throw, [[Value]]: result, [[Target]]: empty }, false).

" }, { - "html": "

Assert: result is a Script Record.

" + "html": "

Assert: result is a Script Record.

" }, { "html": "

Prepare to run script: Push realmExecutionContext onto the JavaScript execution context stack; it is now the running JavaScript execution context.

" @@ -7701,7 +7786,7 @@ "rationale": "clean", "steps": [ { - "html": "

Clean up after script: Assert realmExecutionContext is the running JavaScript execution context, and remove it from the JavaScript execution context stack.

" + "html": "

Clean up after script: Assert realmExecutionContext is the running JavaScript execution context, and remove it from the JavaScript execution context stack.

" }, { "html": "

Return (finalCompletion, timedOut).

" @@ -7743,13 +7828,13 @@ "html": "

Let scopingDetails be this's scoping details

" }, { - "html": "

If event starts with \"reserved.\" and « \"reserved.always\",\n \"reserved.loss\", \"reserved.win\", \"reserved.once\" » does not contain event,\n return.

" + "html": "

If event starts with \"reserved.\" and « \"reserved.always\",\n \"reserved.loss\", \"reserved.win\", \"reserved.once\" » does not contain event,\n return.

" }, { "html": "

If event is \"reserved.once\" and function is report-result or report-win, throw a TypeError.

" }, { - "html": "

Let bucket be contribution[\"bucket\"].

" + "html": "

Let bucket be contribution[\"bucket\"].

" }, { "html": "If bucket is a PASignalValue:", @@ -7759,15 +7844,15 @@ "html": "

If bucket[\"baseValue\"] is not a valid signal base\n value, throw a TypeError.

" }, { - "html": "

If bucket[\"offset\"] is not a bigint, throw a TypeError.

" + "html": "

If bucket[\"offset\"] is not a bigint, throw a TypeError.

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

Otherwise, if contribution[\"bucket\"] is\n not contained in the range 0 to\n 2128, exclusive, throw a TypeError.

" + "html": "

Otherwise, if contribution[\"bucket\"] is\n not contained in the range 0 to\n 2128, exclusive, throw a TypeError.

" }, { - "html": "

Let value be contribution[\"value\"].

" + "html": "

Let value be contribution[\"value\"].

" }, { "html": "If value is a PASignalValue:", @@ -7777,33 +7862,36 @@ "html": "

If value[\"baseValue\"] is not a valid signal base\n value, throw a TypeError.

" }, { - "html": "

If value[\"offset\"] is a bigint, throw a TypeError.

" + "html": "

If value[\"offset\"] is a bigint, throw a TypeError.

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

Otherwise, if contribution[\"value\"] is\n negative, throw a TypeError.

" + "html": "

Otherwise, if contribution[\"value\"] is\n negative, throw a TypeError.

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

If contribution[\"filteringId\"] is\n not contained in the range 0 to\n 256default filtering ID max bytes, exclusive, throw a TypeError.

" }, { - "html": "

If contribution[\"filteringId\"] is\n not contained in the range 0 to\n 256default filtering ID max bytes, exclusive, throw a TypeError.

" + "html": "

If event does not start with \"reserved.\", and function is score-ad or report-result, return.

" }, { "html": "

Let batchingScope be null.

" }, { - "html": "

If event starts with \"reserved.\", set batchingScope to the\n result of running scopingDetails get batching scope steps.

" + "html": "

If event starts with \"reserved.\", set batchingScope to the\n result of running scopingDetails get batching scope steps.

" }, { - "html": "

Let entry be a new on event contribution entry with the items:

\n
\n
contribution\n
\n

contribution

\n
batching scope\n
\n

batchingScope

\n
debug scope\n
\n

The result of running scopingDetailsget debug scope steps.

\n
worklet function\n
\n

function

\n
origin\n
\n

origin

\n
" + "html": "

Let entry be a new on event contribution entry with the items:

\n
\n
contribution\n
\n

contribution

\n
batching scope\n
\n

batchingScope

\n
debug scope\n
\n

The result of running scopingDetailsget debug scope steps.

\n
worklet function\n
\n

function

\n
origin\n
\n

origin

\n
" }, { "html": "

Let onEventContributionMap be global’s on event contribution map.

" }, { - "html": "

If onEventContributionMap[event] does not exist, set onEventContributionMap[event] to a new list.

" + "html": "

If onEventContributionMap[event] does not exist, set onEventContributionMap[event] to a new list.

" }, { - "html": "

Append entry to onEventContributionMap[event].

" + "html": "

Append entry to onEventContributionMap[event].

" } ] }, @@ -7891,10 +7979,10 @@ "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
" + "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
" }, { - "html": "

Append contributionEntry to global’s real time reporting contributions.

" + "html": "

Append contributionEntry to global’s real time reporting contributions.

" } ] }, @@ -7917,10 +8005,10 @@ "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:", + "html": "for each bidOutput of bidSequence:", "rationale": "let", "steps": [ { @@ -7930,10 +8018,10 @@ "html": "

If bid is failure, return failure.

" }, { - "html": "

If bid is null, continue.

" + "html": "

If bid is null, continue.

" }, { - "html": "

Append bid to bids.

" + "html": "

Append bid to bids.

" } ] }, @@ -7955,7 +8043,7 @@ "html": "

Let bid be a new generated bid.

" }, { - "html": "

If generateBidOutput[\"render\"] does not exist, return failure.

" + "html": "

If generateBidOutput[\"render\"] does not exist, return failure.

" }, { "html": "

If isComponentAuction is true, and generateBidOutput[\"allowComponentAuction\"] is false, then return failure.

" @@ -7979,7 +8067,7 @@ "html": "

Set bid’s bid to a bid with currency with value generateBidOutput[\"bid\"] and currency bidCurrency.

" }, { - "html": "If generateBidOutput[\"ad\"] exists:", + "html": "If generateBidOutput[\"ad\"] exists:", "rationale": "let", "steps": [ { @@ -8036,11 +8124,11 @@ "html": "

Set bid’s bid ad to bidAd.

" }, { - "html": "If generateBidOutput[\"selectedBuyerAndSellerReportingId\"] exists:", + "html": "If generateBidOutput[\"selectedBuyerAndSellerReportingId\"] exists:", "rationale": "if", "steps": [ { - "html": "

If bidAd’s selectable buyer and seller reporting IDs is null, or does not contain generateBidOutput[\"selectedBuyerAndSellerReportingId\"],\nreturn failure.

" + "html": "

If bidAd’s selectable buyer and seller reporting IDs is null, or does not contain generateBidOutput[\"selectedBuyerAndSellerReportingId\"],\nreturn failure.

" }, { "html": "

Set bid’s selected buyer and seller reporting ID to generateBidOutput[\"selectedBuyerAndSellerReportingId\"].

" @@ -8048,17 +8136,17 @@ ] }, { - "html": "If generateBidOutput[\"adComponents\"] exists:", + "html": "If generateBidOutput[\"adComponents\"] exists:", "rationale": "let", "steps": [ { "html": "

Let adComponents be generateBidOutput[\"adComponents\"].

" }, { - "html": "

Return failure if any of the following conditions hold:

\n " + "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:", @@ -8098,7 +8186,7 @@ "html": "

If finding matching ad given componentUrl, ig, and true returns null, return failure.

" }, { - "html": "

Append componentDescriptor to adComponentDescriptors.

" + "html": "

Append componentDescriptor to adComponentDescriptors.

" } ] }, @@ -8108,7 +8196,7 @@ ] }, { - "html": "If generateBidOutput[\"targetNumAdComponents\"] exists:", + "html": "If generateBidOutput[\"targetNumAdComponents\"] exists:", "rationale": "if", "steps": [ { @@ -8129,10 +8217,10 @@ ] }, { - "html": "

If generateBidOutput[\"adCost\"] exists, then set bid’s ad cost to generateBidOutput[\"adCost\"].

" + "html": "

If generateBidOutput[\"adCost\"] exists, then set bid’s ad cost to generateBidOutput[\"adCost\"].

" }, { - "html": "If generateBidOutput[\"modelingSignals\"] exists:", + "html": "If generateBidOutput[\"modelingSignals\"] exists:", "rationale": "let", "steps": [ { @@ -8151,7 +8239,7 @@ { "name": "parse an AdRender dimension value", "href": "https://wicg.github.io/turtledove/#parse-an-adrender-dimension-value", - "html": "To parse an AdRender dimension value given a string input:", + "html": "To parse an AdRender dimension value given a string input:", "rationale": ".algorithm", "steps": [ { @@ -8161,7 +8249,7 @@ "html": "

Strip leading and trailing ASCII whitespace from input.

" }, { - "html": "

If input starts with \"0\" but is not \"0\" and does not start with \"0.\", then return null as the dimension and the empty string as the\ndimension unit.

" + "html": "

If input starts with \"0\" but is not \"0\" and does not start with \"0.\", then return null as the dimension and the empty string as the\ndimension unit.

" }, { "html": "

Collect a sequence of code points that are ASCII digits or U+002E (.), given position.\nLet that be dimensionString.

" @@ -8214,11 +8302,11 @@ "html": "

Set adDescriptor’s url to adUrl.

" }, { - "html": "If adRender[\"width\"] exists:", + "html": "If adRender[\"width\"] exists:", "rationale": "if", "steps": [ { - "html": "

If adRender[\"height\"] does not exist, return failure.

" + "html": "

If adRender[\"height\"] does not exist, return failure.

" }, { "html": "

Let width and widthUnit be the dimension and dimension unit that results from running parse an AdRender dimension value with adRender[\"width\"], respectively.

" @@ -8270,11 +8358,11 @@ "html": "

Let adList be ig’s ad components if isComponent, otherwise ig’s ads.

" }, { - "html": "For each ad in adList:", + "html": "For each ad in adList:", "rationale": "if", "steps": [ { - "html": "

If ad’s render url does not equal adUrl, continue.

" + "html": "

If ad’s render url does not equal adUrl, continue.

" }, { "html": "

If ad’s size group is null and adSize is null, set maybeMatchingAd to ad, and break.

" @@ -8283,7 +8371,7 @@ "html": "

If one of ad’s size group OR adSize is null, set maybeMatchingAd to ad, and break.

" }, { - "html": "For each igSize in (ig’s size groups)[ad’s size group]:", + "html": "For each igSize in (ig’s size groups)[ad’s size group]:", "rationale": "if", "steps": [ { @@ -8308,7 +8396,7 @@ "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.

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

" } ] }, @@ -8391,11 +8479,11 @@ "html": "

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

" }, { - "html": "For each typeurl of map:", + "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.

" @@ -8417,7 +8505,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "For each code unit c in name:", + "html": "For each code unit c in name:", "rationale": "throw", "steps": [ { @@ -8426,7 +8514,7 @@ ] }, { - "html": "For each code unit c in value:", + "html": "For each code unit c in value:", "rationale": "throw", "steps": [ { @@ -8435,7 +8523,7 @@ ] }, { - "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.

" } ] }, @@ -8449,22 +8537,22 @@ "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": [ { - "html": "For each owner of owners:", + "html": "For each owner of owners:", "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 coarsened 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 coarsened wall time and whose update url is not null:", "rationale": "let", "steps": [ { @@ -8495,25 +8583,25 @@ "html": "

Wait for update to be set.

" }, { - "html": "

If update is failure, continue.

" + "html": "

If update is failure, continue.

" }, { "html": "

Let parsedUpdate be the result of parsing JSON bytes to an Infra value, given update.

" }, { - "html": "

If parsedUpdate is failure, continue.

" + "html": "

If parsedUpdate is failure, continue.

" }, { - "html": "

If parsedUpdate is not an ordered map, continue.

" + "html": "

If parsedUpdate is not an ordered map, continue.

" }, { - "html": "

If parsedUpdate[\"name\"] exists and doesn’t match ig’s name, continue.

" + "html": "

If parsedUpdate[\"name\"] exists and doesn’t match ig’s name, continue.

" }, { - "html": "

If parsedUpdate[\"owner\"] exists and doesn’t match ig’s owner, continue.

" + "html": "

If parsedUpdate[\"owner\"] exists and doesn’t match ig’s owner, continue.

" }, { - "html": "For each keyvalue of parsedUpdate:", + "html": "For each keyvalue of parsedUpdate:", "rationale": "switch", "steps": [ { @@ -8555,7 +8643,7 @@ "rationale": "if", "steps": [ { - "html": "

If value is null or an ordered map whose keys are strings and\nwhose values are double, set ig’s priority vector to value.

" + "html": "

If value is null or an ordered map whose keys are strings and\nwhose values are double, set ig’s priority vector to value.

" }, { "html": "

Otherwise, jump to the step labeled Abort update.

" @@ -8568,18 +8656,18 @@ "rationale": "if", "steps": [ { - "html": "If value is an ordered map whose keys are strings and whose values are double or null:", + "html": "If value is an ordered map whose keys are strings and whose values are double or null:", "rationale": "for", "steps": [ { - "html": "For each pvKeypvValue of value:", + "html": "For each pvKeypvValue of value:", "rationale": "if", "steps": [ { "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.

" } ] } @@ -8596,14 +8684,14 @@ "rationale": "if", "steps": [ { - "html": "

If value is not a map whose keys are strings, jump to the step labeled Abort update.

" + "html": "

If value is not a map whose keys are strings, jump to the step labeled Abort update.

" }, { - "html": "If value[\"aggregationCoordinatorOrigin\"] exists:", + "html": "If value[\"aggregationCoordinatorOrigin\"] exists:", "rationale": "if", "steps": [ { - "html": "

If value[\"aggregationCoordinatorOrigin\"] is not a string, jump to the step\nlabeled Abort update.

" + "html": "

If value[\"aggregationCoordinatorOrigin\"] is not a string, jump to the step\nlabeled Abort update.

" }, { "html": "

Let aggregationCoordinator be the result of obtaining the Private Aggregation\ncoordinator given value[\"aggregationCoordinatorOrigin\"].

" @@ -8612,7 +8700,7 @@ "html": "

If aggregationCoordinator is a DOMException, jump to the step\nlabeled Abort update.

" }, { - "html": "

Otherwise, set ig’s Private Aggregation coordinator to aggregationCoordinator.

" + "html": "

Otherwise, set ig’s Private Aggregation coordinator to aggregationCoordinator.

" } ] } @@ -8624,14 +8712,14 @@ "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": [ { "html": "

Let sellerCapabilities be a new set of seller capabilities.

" }, { - "html": "For each capabilityString of capabilities:", + "html": "For each capabilityString of capabilities:", "rationale": "if", "steps": [ { @@ -8647,7 +8735,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.

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

" } ] } @@ -8696,10 +8784,10 @@ "rationale": "if", "steps": [ { - "html": "

If key is not groupMember, continue.

" + "html": "

If key is not groupMember, continue.

" }, { - "html": "If value is a string:", + "html": "If value is a string:", "rationale": "let", "steps": [ { @@ -8727,10 +8815,10 @@ "rationale": "if", "steps": [ { - "html": "

If key is not groupMember, continue.

" + "html": "

If key is not groupMember, continue.

" }, { - "html": "If value is a string:", + "html": "If value is a string:", "rationale": "let", "steps": [ { @@ -8758,10 +8846,10 @@ "rationale": "if", "steps": [ { - "html": "

If key is not groupMember, continue.

" + "html": "

If key is not groupMember, continue.

" }, { - "html": "If value is a string:", + "html": "If value is a string:", "rationale": "let", "steps": [ { @@ -8785,7 +8873,7 @@ "rationale": "if", "steps": [ { - "html": "If value is a string:", + "html": "If value is a string:", "rationale": "let", "steps": [ { @@ -8807,7 +8895,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.

" @@ -8837,7 +8925,7 @@ "rationale": "let", "steps": [ { - "html": "

Let convertedValue be the result of converting value to a long.

" + "html": "

Let convertedValue be the result of converting value to a long.

" }, { "html": "

If convertedValue ≥ 0, then set ig’s max trusted bidding signals url length to convertedValue.

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

Let adSizes be a new map whose keys are strings and values are ad sizes.

" + "html": "

Let adSizes be a new map whose keys are strings and values are ad sizes.

" }, { - "html": "For each sizeNamesize of value:", + "html": "For each sizeNamesize of value:", "rationale": "if", "steps": [ { @@ -8884,7 +8972,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.

" } ] }, @@ -8902,26 +8990,26 @@ "html": "

Let adSizes be ig’s ad sizes.

" }, { - "html": "

Let sizeGroups be a new map whose keys are strings and values are strings.

" + "html": "

Let sizeGroups be a new map whose keys are strings and values are strings.

" }, { - "html": "For each sizeGroupNamesizeList of value:", + "html": "For each sizeGroupNamesizeList of value:", "rationale": "if", "steps": [ { "html": "

If sizeGroupName is \"\", jump to the step labeled Abort update.

" }, { - "html": "For each sizeName of sizeList:", + "html": "For each sizeName of sizeList:", "rationale": "if", "steps": [ { - "html": "

If sizeName is \"\" or adSizes[sizeName] does not exist,\n jump to the step labeled Abort update.

" + "html": "

If sizeName is \"\" or adSizes[sizeName] does not exist,\n jump to the step labeled Abort update.

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

Set sizeGroups[sizeGroupName] to sizeList.

" + "html": "

Set sizeGroups[sizeGroupName] to sizeList.

" } ] }, @@ -8940,16 +9028,16 @@ "rationale": "if", "steps": [ { - "html": "

If key is not groupMember, continue.

" + "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:", + "html": "For each ad of value:", "rationale": "let", "steps": [ { @@ -8965,14 +9053,14 @@ "html": "

Set igAd’s render url to renderURL.

" }, { - "html": "If ad[\"sizeGroup\"] exists:", + "html": "If ad[\"sizeGroup\"] exists:", "rationale": "let", "steps": [ { "html": "

Let sizeGroup be ad[\"sizeGroup}].

" }, { - "html": "

Jump to the step labeled Abort update if none of\n the following conditions hold:

\n " + "html": "

Jump to the step labeled Abort update if none of\n the following conditions hold:

\n " }, { "html": "

Set igAd’s size group to sizeGroup.

" @@ -8980,25 +9068,25 @@ ] }, { - "html": "

If ad[\"metadata\"] exists, then let igAd’s metadata be the result of serializing a JavaScript value to a JSON string, given ad[\"metadata\"].\nIf this throws, jump to the step\nlabeled Abort update.

" + "html": "

If ad[\"metadata\"] exists, then let igAd’s metadata be the result of serializing a JavaScript value to a JSON string, given ad[\"metadata\"].\nIf this throws, jump to the step\nlabeled Abort update.

" }, { "html": "If groupMember is \"ads\":", "rationale": "if", "steps": [ { - "html": "

If ad[\"buyerReportingId\"] exists then set igAd’s buyer reporting ID to it.

" + "html": "

If ad[\"buyerReportingId\"] exists then set igAd’s buyer reporting ID to it.

" }, { - "html": "

If ad[\"buyerAndSellerReportingId\"] exists then set igAd’s buyer and seller reporting ID to it.

" + "html": "

If ad[\"buyerAndSellerReportingId\"] exists then set igAd’s buyer and seller reporting ID to it.

" }, { - "html": "

If ad[\"selectableBuyerAndSellerReportingIds\"] exists then set igAd’s selectable buyer and seller reporting IDs to it.

" + "html": "

If ad[\"selectableBuyerAndSellerReportingIds\"] exists then set igAd’s selectable buyer and seller reporting IDs to it.

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

Append igAd to igAds.

" + "html": "

Append igAd to igAds.

" } ] }, @@ -9025,16 +9113,16 @@ "rationale": "if", "steps": [ { - "html": "

If key is not groupMember, continue.

" + "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:", + "html": "For each ad of value:", "rationale": "let", "steps": [ { @@ -9050,14 +9138,14 @@ "html": "

Set igAd’s render url to renderURL.

" }, { - "html": "If ad[\"sizeGroup\"] exists:", + "html": "If ad[\"sizeGroup\"] exists:", "rationale": "let", "steps": [ { "html": "

Let sizeGroup be ad[\"sizeGroup}].

" }, { - "html": "

Jump to the step labeled Abort update if none of\n the following conditions hold:

\n " + "html": "

Jump to the step labeled Abort update if none of\n the following conditions hold:

\n " }, { "html": "

Set igAd’s size group to sizeGroup.

" @@ -9065,25 +9153,25 @@ ] }, { - "html": "

If ad[\"metadata\"] exists, then let igAd’s metadata be the result of serializing a JavaScript value to a JSON string, given ad[\"metadata\"].\nIf this throws, jump to the step\nlabeled Abort update.

" + "html": "

If ad[\"metadata\"] exists, then let igAd’s metadata be the result of serializing a JavaScript value to a JSON string, given ad[\"metadata\"].\nIf this throws, jump to the step\nlabeled Abort update.

" }, { "html": "If groupMember is \"ads\":", "rationale": "if", "steps": [ { - "html": "

If ad[\"buyerReportingId\"] exists then set igAd’s buyer reporting ID to it.

" + "html": "

If ad[\"buyerReportingId\"] exists then set igAd’s buyer reporting ID to it.

" }, { - "html": "

If ad[\"buyerAndSellerReportingId\"] exists then set igAd’s buyer and seller reporting ID to it.

" + "html": "

If ad[\"buyerAndSellerReportingId\"] exists then set igAd’s buyer and seller reporting ID to it.

" }, { - "html": "

If ad[\"selectableBuyerAndSellerReportingIds\"] exists then set igAd’s selectable buyer and seller reporting IDs to it.

" + "html": "

If ad[\"selectableBuyerAndSellerReportingIds\"] exists then set igAd’s selectable buyer and seller reporting IDs to it.

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

Append igAd to igAds.

" + "html": "

Append igAd to igAds.

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

" + "html": "

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

" } ] } @@ -9146,15 +9234,15 @@ { "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": [ { - "html": "For each igNameperIgData of perInterestGroupData, the following steps should be\ndone:", + "html": "For each igNameperIgData of perInterestGroupData, the following steps should be\ndone:", "rationale": "if", "steps": [ { - "html": "

If perIgData’s updateIfOlderThanMs is null, continue.

" + "html": "

If perIgData’s updateIfOlderThanMs is null, continue.

" }, { "html": "

Let updateIfOlderThan be a duration of perIgData’s updateIfOlderThanMs milliseconds.

" @@ -9185,13 +9273,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let featuresTable be an ordered map whose keys are DOMStrings and whose values are booleans or longs, with the following entries:

\n
\n
\"adComponentsLimit\"\n
\n

40

\n
\"deprecatedRenderURLReplacements\"\n
\n

true

\n
\"permitCrossOriginTrustedSignals\"\n
\n

true

\n
\"realTimeReporting\"\n
\n

true

\n
\"reportingTimeout\"\n
\n

true

\n
" + "html": "

Let featuresTable be an ordered map whose keys are DOMStrings and whose values are booleans or longs, with the following entries:

\n
\n
\"adComponentsLimit\"\n
\n

40

\n
\"deprecatedRenderURLReplacements\"\n
\n

true

\n
\"permitCrossOriginTrustedSignals\"\n
\n

true

\n
\"realTimeReporting\"\n
\n

true

\n
\"reportingTimeout\"\n
\n

true

\n
" }, { "html": "

If feature is \"*\", then return featuresTable.

" }, { - "html": "

If featuresTable[feature] exists, then return featuresTable[feature].

" + "html": "

If featuresTable[feature] exists, then return featuresTable[feature].

" }, { "html": "

Return undefined.

" @@ -9220,22 +9308,22 @@ "html": "

2, which is the size of ig’s enable bidding signals prioritization.

" }, { - "html": "

If ig’s priority vector is not null, for each keyvalue of priority vector:

", + "html": "

If ig’s priority vector is not null, for each keyvalue of priority vector:

", "ignored": [ "The length of key. 8, which is the size of value." ] }, { - "html": "

If ig’s priority signals overrides is not null, for each keyvalue of priority signals overrides:

", + "html": "

If ig’s priority signals overrides is not null, for each keyvalue of priority signals overrides:

", "ignored": [ "The length of key. 8, which is the size of value." ] }, { - "html": "

The length of the serialization of ig’s Private Aggregation coordinator if the field is not null.

" + "html": "

The length of the serialization of ig’s Private Aggregation coordinator if the field is not null.

" }, { - "html": "

If ig’s seller capabilities is not null, then for each sellercapabilities of ig’s seller capabilities:

", + "html": "

If ig’s seller capabilities is not null, then for each sellercapabilities of ig’s seller capabilities:

", "ignored": [ "The length of the serialization of seller. 4, which is capabilities’s underlying number of enum bytes." ] @@ -9256,7 +9344,7 @@ "html": "

4, which is the size of ig’s trusted bidding signals slot size mode.

" }, { - "html": "

If ig’s trusted bidding signals keys is not null, for each key of it:

", + "html": "

If ig’s trusted bidding signals keys is not null, for each key of it:

", "ignored": [ "The length of key." ] @@ -9271,7 +9359,7 @@ "html": "

The length of ig’s user bidding signals.

" }, { - "html": "If ig’s ads is not null, for each ad of it:", + "html": "If ig’s ads is not null, for each ad of it:", "rationale": "if", "steps": [ { @@ -9290,13 +9378,13 @@ "html": "

The length of ad’s buyer and seller reporting ID if the\nfield is not null.

" }, { - "html": "

If ad’s selectable buyer and seller reporting IDs is not null, for each id of it:

", + "html": "

If ad’s selectable buyer and seller reporting IDs is not null, for each id of it:

", "ignored": [ "The length of id." ] }, { - "html": "

If ad’s allowed reporting origins is not null, for each origin of it:

", + "html": "

If ad’s allowed reporting origins is not null, for each origin of it:

", "ignored": [ "The length of the serialization of origin." ] @@ -9304,26 +9392,26 @@ ] }, { - "html": "

If ig’s ad components is not null, for each ad of it:

", + "html": "

If ig’s ad components is not null, for each ad of it:

", "ignored": [ "The length of the serialization of ad’s render url. The length of ad’s size group if the field is not null. The length of ad’s metadata if the field is not null." ] }, { - "html": "

If ig’s ad sizes is not null, for each sizeNamesize of it:

", + "html": "

If ig’s ad sizes is not null, for each sizeNamesize of it:

", "ignored": [ "The sum of the length of sizeName and 18 (representing the fixed length of size)." ] }, { - "html": "If ig’s size groups is not null, for each sizeGroupNamesizeList of it:", + "html": "If ig’s size groups is not null, for each sizeGroupNamesizeList of it:", "rationale": "for", "steps": [ { "html": "

The sum of the length of sizeGroupName and the following:

" }, { - "html": "

For each sizeName of sizeList:

", + "html": "

For each sizeName of sizeList:

", "ignored": [ "The length of sizeName." ] @@ -9341,7 +9429,7 @@ { "name": "parse an https origin", "href": "https://wicg.github.io/turtledove/#parse-an-https-origin", - "html": "To parse an https origin given a string input:", + "html": "To parse an https origin given a string input:", "rationale": ".algorithm", "steps": [ { @@ -9372,7 +9460,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": [ { @@ -9382,7 +9470,7 @@ "html": "

Return failure if any of the following conditions hold:

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

Assert: parsedUrl’s scheme is \"https\".

" + "html": "

Assert: parsedUrl’s scheme is \"https\".

" }, { "html": "

Return parsedUrl.

" @@ -9392,7 +9480,7 @@ { "name": "parse and verify a trusted signals URL", "href": "https://wicg.github.io/turtledove/#parse-and-verify-a-trusted-signals-url", - "html": "To parse and verify a trusted signals URL given a string input:", + "html": "To parse and verify a trusted signals URL given a string input:", "rationale": ".algorithm", "steps": [ { @@ -9462,28 +9550,28 @@ { "name": "get uuid from string", "href": "https://wicg.github.io/turtledove/#get-uuid-from-string", - "html": "To get uuid from string given a string input:", + "html": "To get uuid from string given a string input:", "rationale": ".algorithm", "steps": [ { - "html": "

If input’s length is not 36, return an empty string.

" + "html": "

If input’s length is not 36, return an empty string.

" }, { - "html": "

Let uuidStr be an empty string.

" + "html": "

Let uuidStr be an empty string.

" }, { - "html": "For each i in the range from 1 to 36, inclusive:", + "html": "For each i in the range from 1 to 36, inclusive:", "rationale": "let", "steps": [ { "html": "

Let unit be input’s ith code unit.

" }, { - "html": "If « 8, 13, 18, 23 » contains i:", + "html": "If « 8, 13, 18, 23 » contains i:", "rationale": "if", "steps": [ { - "html": "

If unit is not 0x002D (-), then return an empty string.

" + "html": "

If unit is not 0x002D (-), then return an empty string.

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

If unit is not an ASCII lower hex digit, then return an empty string.

" + "html": "

If unit is not an ASCII lower hex digit, then return an empty string.

" }, { "html": "

Append unit to the end of uuidStr.

" @@ -9509,21 +9597,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": "

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": [ { @@ -9533,7 +9621,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
" @@ -9572,13 +9660,13 @@ "html": "

Let permissions be the result of parsing JSON bytes to an Infra value with resource,\nreturning false on failure.

" }, { - "html": "

If permissions is not an ordered map, then return false.

" + "html": "

If permissions is not an ordered map, then return false.

" }, { - "html": "

If joinOrLeave is \"join\" and permissions[\"joinAdInterestGroup\"] exists, then\nreturn permissions[\"joinAdInterestGroup\"].

" + "html": "

If joinOrLeave is \"join\" and permissions[\"joinAdInterestGroup\"] exists, then\nreturn permissions[\"joinAdInterestGroup\"].

" }, { - "html": "

If joinOrLeave is \"leave\" and permissions[\"leaveAdInterestGroup\"] exists, then\nreturn permissions[\"leaveAdInterestGroup\"].

" + "html": "

If joinOrLeave is \"leave\" and permissions[\"leaveAdInterestGroup\"] exists, then\nreturn permissions[\"leaveAdInterestGroup\"].

" }, { "html": "

Return false.

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

If init[\"adAuctionHeaders\"] exists, then set request’s capture-ad-auction-headers to it.

" + "html": "

If init[\"adAuctionHeaders\"] exists, then set request’s capture-ad-auction-headers to it.

" } ] }, @@ -9650,7 +9738,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": [ { @@ -9679,7 +9767,7 @@ "html": "

Delete \"`Ad-Auction-Additional-Bid`\" from responseHeaders.

" }, { - "html": "For each bid of additionalBids:", + "html": "For each bid of additionalBids:", "rationale": "let", "steps": [ { @@ -9696,13 +9784,13 @@ "html": "

Let auctionNonce be parts[0].

" }, { - "html": "

If auctionNonce’s length is not 36, then continue.

" + "html": "

If auctionNonce’s length is not 36, then continue.

" }, { "html": "

Let sellerNonce be parts[1].

" }, { - "html": "

If sellerNonce’s length is not 36, then continue.

" + "html": "

If sellerNonce’s length is not 36, then continue.

" }, { "html": "

Let bidWithMetadata’s seller nonce be sellerNonce.

" @@ -9711,7 +9799,7 @@ "html": "

Let bidWithMetadata’s signed additional bid be parts[2].

" }, { - "html": "

Append bidWithMetadata to storedAdditionalBidsHeaders[auctionNonce].

" + "html": "

Append bidWithMetadata to storedAdditionalBidsHeaders[auctionNonce].

" } ] }, @@ -9723,13 +9811,13 @@ "html": "

Let auctionNonce be parts[0].

" }, { - "html": "

If auctionNonce’s length is not 36, then continue.

" + "html": "

If auctionNonce’s length is not 36, then continue.

" }, { "html": "

Let bidWithMetadata’s signed additional bid be parts[1].

" }, { - "html": "

Append bidWithMetadata to storedAdditionalBidsHeaders[auctionNonce].

" + "html": "

Append bidWithMetadata to storedAdditionalBidsHeaders[auctionNonce].

" } ] } @@ -9741,14 +9829,14 @@ "html": "

Let adAuctionResults be the result of getting, decoding, and splitting `Ad-Auction-Result` from responseHeaders.

" }, { - "html": "If adAuctionResults is not null, for each result of adAuctionResults:", + "html": "If adAuctionResults is not null, for each result of adAuctionResults:", "rationale": "strip", "steps": [ { "html": "

Strip leading and trailing ASCII whitespace from result.

" }, { - "html": "

If result is \"\", or contains code points U+002B (+) or U+002F (/), then continue.

" + "html": "

If result is \"\", or contains code points U+002B (+) or U+002F (/), then continue.

" }, { "html": "

Replace every U+2212 (-) code point in result with U+002B (+).

" @@ -9764,10 +9852,10 @@ "rationale": "if", "steps": [ { - "html": "

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

" + "html": "

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

" }, { - "html": "

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

" + "html": "

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

" } ] } @@ -9778,30 +9866,30 @@ { "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.

" }, { - "html": "For each signal of parsedSignals:", + "html": "For each signal of parsedSignals:", "rationale": "if", "steps": [ { - "html": "

If signal is not an ordered map, continue.

" + "html": "

If signal is not an ordered map, continue.

" }, { - "html": "

If signal[\"adSlot\"] doesn’t exist, continue.

" + "html": "

If signal[\"adSlot\"] doesn’t exist, continue.

" }, { - "html": "

If headerAdSlots contains signal[\"adSlot\"], continue. Optionally, report a warning to the console with a diagnostic error message indicating that a\nduplicate `Ad-Auction-Signals` adSlot dictionary was ignored.

" + "html": "

If headerAdSlots contains signal[\"adSlot\"], continue. Optionally, report a warning to the console with a diagnostic error message indicating that a\nduplicate `Ad-Auction-Signals` adSlot dictionary was ignored.

" }, { "html": "

Append signal[\"adSlot\"] to headerAdSlots.

" @@ -9816,7 +9904,7 @@ "html": "

Remove signal[\"adSlot\"].

" }, { - "html": "For each keyvalue of signal:", + "html": "For each keyvalue of signal:", "rationale": "switch", "steps": [ { @@ -9852,7 +9940,7 @@ "rationale": "if", "steps": [ { - "html": "

If value is not an ordered map, continue.

" + "html": "

If value is not an ordered map, continue.

" }, { "html": "For each buyerbuyerSignals of value:", @@ -9862,7 +9950,7 @@ "html": "

Let buyerOrigin be the result of parsing an https origin on buyer.

" }, { - "html": "

If buyerOrigin is failure, continue.

" + "html": "

If buyerOrigin is failure, continue.

" }, { "html": "

Let buyerSignalsString be the result of serializing an Infra value to a JSON string, given buyerSignals.

" @@ -9894,19 +9982,19 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let dict be a new empty map.

" + "html": "

Let dict be a new empty map.

" }, { "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.

" @@ -9930,7 +10018,7 @@ { "name": "check whether a string is a valid currency tag", "href": "https://wicg.github.io/turtledove/#check-whether-a-string-is-a-valid-currency-tag", - "html": "To check whether a string is a valid currency tag given string currencyString:", + "html": "To check whether a string is a valid currency tag given string currencyString:", "rationale": ".algorithm", "steps": [ { @@ -9983,7 +10071,7 @@ "html": "

If auctionConfig’s aborted is true, return failure.

" }, { - "html": "

Assert auctionConfig’s auction signals, seller signals, per buyer signals, per buyer currencies, per buyer timeouts, per buyer cumulative timeouts, deprecated render url replacements, and direct from seller signals header ad slot are not Promises, and expects additional bids is false.

" + "html": "

Assert auctionConfig’s auction signals, seller signals, per buyer signals, per buyer currencies, per buyer timeouts, per buyer cumulative timeouts, deprecated render url replacements, and direct from seller signals header ad slot are not Promises, and expects additional bids is false.

" }, { "html": "

If auctionConfig’s auction signals, seller signals, per buyer signals, per buyer currencies, per buyer timeouts, per buyer cumulative timeouts, deprecated render url replacements, or direct from seller signals header ad slot is failure, return failure.

" @@ -10000,7 +10088,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "For each componentAuctionConfig in auctionConfig’s component auctions:", + "html": "For each componentAuctionConfig in auctionConfig’s component auctions:", "rationale": "if", "steps": [ { @@ -10071,17 +10159,17 @@ { "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": [ { "html": "

Let perBuyerCurrency be auctionConfig’s all buyers currency

" }, { - "html": "

Assert that auctionConfig’s per buyer currencies is an ordered map.

" + "html": "

Assert that auctionConfig’s per buyer currencies is an ordered map.

" }, { - "html": "

If auctionConfig’s per buyer currencies[buyer] exists, then set perBuyerCurrency to auctionConfig’s per buyer currencies[buyer].

" + "html": "

If auctionConfig’s per buyer currencies[buyer] exists, then set perBuyerCurrency to auctionConfig’s per buyer currencies[buyer].

" }, { "html": "

Return perBuyerCurrency

" @@ -10091,14 +10179,14 @@ { "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": [ { "html": "

Let multiBidLimit be auctionConfig’s all buyers multi-bid limit.

" }, { - "html": "

If auctionConfig’s per buyer multi-bid limits[buyer] exists, then set multiBidLimit to auctionConfig’s per buyer multi-bid limits[buyer].

" + "html": "

If auctionConfig’s per buyer multi-bid limits[buyer] exists, then set multiBidLimit to auctionConfig’s per buyer multi-bid limits[buyer].

" }, { "html": "

If multiBidLimit < 1, set multiBidLimit to 1.

" @@ -10172,26 +10260,26 @@ "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:", + "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.

" + "html": "

Append parsedEntry to result.

" } ] }, @@ -10224,7 +10312,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 fetch duration to the duration from fetchStart to settings’s current monotonic time, in milliseconds.

" @@ -10280,15 +10368,15 @@ { "name": "append to a bidding signals per-interest group data map", "href": "https://wicg.github.io/turtledove/#append-to-a-bidding-signals-per-interest-group-data-map", - "html": "To append to a bidding signals per-interest group data map given an ordered map sourceMap, an ordered set igNames, and an ordered map destinationMap:", + "html": "To append to a bidding signals per-interest group data map given an ordered map sourceMap, an ordered set igNames, and an ordered map destinationMap:", "rationale": ".algorithm", "steps": [ { - "html": "For each sourceKeysourceValue of sourceMap:", + "html": "For each sourceKeysourceValue of sourceMap:", "rationale": "if", "steps": [ { - "html": "

If igNames does not contain sourceKey, continue.

" + "html": "

If igNames does not contain sourceKey, continue.

" }, { "html": "

Let perGroupData be a new bidding signals per interest group data.

" @@ -10297,7 +10385,7 @@ "html": "" }, { - "html": "

If sourceValue is not an ordered map, continue.

" + "html": "

If sourceValue is not an ordered map, continue.

" }, { "html": "If sourceValue[\"updateIfOlderThanMs\"] is a double:", @@ -10315,7 +10403,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.

" } ] } @@ -10324,24 +10412,24 @@ { "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.

" + "html": "

Append \"hostname=\" to queryParamsList.

" }, { - "html": "

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

" + "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:", "rationale": "append", "steps": [ { - "html": "

Append \"&keys=\" to queryParamsList.

" + "html": "

Append \"&keys=\" to queryParamsList.

" }, { "html": "

Extend queryParamsList with the result of encode trusted signals keys with keys.

" @@ -10353,7 +10441,7 @@ "rationale": "append", "steps": [ { - "html": "

Append \"&interestGroupNames=\" to queryParamsList.

" + "html": "

Append \"&interestGroupNames=\" to queryParamsList.

" }, { "html": "

Extend queryParamsList with the result of encode trusted signals keys with igNames.

" @@ -10365,15 +10453,15 @@ "rationale": "append", "steps": [ { - "html": "

Append \"&experimentGroupId=\" to queryParamsList.

" + "html": "

Append \"&experimentGroupId=\" to queryParamsList.

" }, { - "html": "

Append serialized experimentGroupId to queryParamsList.

" + "html": "

Append serialized experimentGroupId to queryParamsList.

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

Append slotSizeQueryParam to queryParamsList.

" + "html": "

Append slotSizeQueryParam to queryParamsList.

" }, { "html": "

Let fullSignalsUrl be signalsUrl.

" @@ -10389,7 +10477,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": [ { @@ -10406,10 +10494,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.

" @@ -10417,11 +10505,11 @@ ] }, { - "html": "Otherwise, for each igName of trustedBiddingSignalsBatcher’s ig names:", + "html": "Otherwise, for each igName of trustedBiddingSignalsBatcher’s ig names:", "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\".

" } ] } @@ -10430,7 +10518,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": [ { @@ -10441,7 +10529,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.

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

" @@ -10467,7 +10555,7 @@ "html": "

If ig’s trusted bidding signals keys is not null, extend putativeKeys with ig’s trusted bidding signals keys.

" }, { - "html": "

Append igName to putativeIgNames.

" + "html": "

Append igName to putativeIgNames.

" }, { "html": "

Let biddingSignalsUrl be the result of building trusted bidding signals url with signalsUrl, putativeKeys, putativeIgNames, experimentGroupId, topLevelOrigin, and slotSizeQueryParam.

" @@ -10498,7 +10586,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 ».

" @@ -10513,7 +10601,7 @@ { "name": "create a trusted scoring signals batcher", "href": "https://wicg.github.io/turtledove/#create-a-trusted-scoring-signals-batcher", - "html": "To create a trusted scoring signals batcher given a long urlLengthLimit:", + "html": "To create a trusted scoring signals batcher given a long urlLengthLimit:", "rationale": ".algorithm", "steps": [ { @@ -10546,7 +10634,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Append request to batcher’s request queue.

" + "html": "

Append request to batcher’s request queue.

" }, { "html": "

Wait until request’s reply is non-null.

" @@ -10559,24 +10647,24 @@ { "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.

" + "html": "

Append \"hostname=\" to queryParamsList.

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "If renderURLs is not empty:", "rationale": "append", "steps": [ { - "html": "

Append \"&renderURLs=\" to queryParamsList.

" + "html": "

Append \"&renderURLs=\" to queryParamsList.

" }, { "html": "

Extend queryParamsList with the result of encode trusted signals keys with renderURLs.

" @@ -10588,7 +10676,7 @@ "rationale": "append", "steps": [ { - "html": "

Append \"&adComponentRenderURLs=\" to queryParamsList.

" + "html": "

Append \"&adComponentRenderURLs=\" to queryParamsList.

" }, { "html": "

Extend queryParamsList with the result of encode trusted signals keys with adComponentRenderURLs.

" @@ -10600,10 +10688,10 @@ "rationale": "append", "steps": [ { - "html": "

Append \"&experimentGroupId=\" to queryParamsList.

" + "html": "

Append \"&experimentGroupId=\" to queryParamsList.

" }, { - "html": "

Append serialized experimentGroupId to queryParamsList.

" + "html": "

Append serialized experimentGroupId to queryParamsList.

" } ] }, @@ -10618,36 +10706,36 @@ { "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": [ { "html": "

Let firstEntry be entriesToBatch[0].

" }, { - "html": "

Let renderURLs be an empty ordered set of strings.

" + "html": "

Let renderURLs be an empty ordered set of strings.

" }, { - "html": "

Let adComponentRenderURLs be an empty ordered set of strings adComponentRenderURLs

" + "html": "

Let adComponentRenderURLs be an empty ordered set of strings adComponentRenderURLs

" }, { - "html": "For each entry of entriesToBatch:", + "html": "For each entry of entriesToBatch:", "rationale": "assert", "steps": [ { - "html": "

Assert that entry’s base URL is equal to firstEntry’s base URL.

" + "html": "

Assert that entry’s base URL is equal to firstEntry’s base URL.

" }, { - "html": "

Assert that entry’s seller experiment group id is\nequal to firstEntry’s seller experiment group id.

" + "html": "

Assert that entry’s seller experiment group id is\nequal to firstEntry’s seller experiment group id.

" }, { - "html": "

Assert that entry’s top level origin is equal to firstEntry’s top level origin.

" + "html": "

Assert that entry’s top level origin is equal to firstEntry’s top level origin.

" }, { - "html": "

Assert that entry’s seller script fetcher is equal to firstEntry’s seller script fetcher.

" + "html": "

Assert that entry’s seller script fetcher is equal to firstEntry’s seller script fetcher.

" }, { - "html": "

Assert that entry’s policy container is equal to firstEntry’s policy container.

" + "html": "

Assert that entry’s policy container is equal to firstEntry’s policy container.

" }, { "html": "

Append entry’s render URL to renderURLs.

" @@ -10665,7 +10753,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": [ { @@ -10686,7 +10774,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Assert that these steps are running in parallel.

" + "html": "

Assert that these steps are running in parallel.

" }, { "html": "Until batcher is no longer needed:", @@ -10708,17 +10796,17 @@ ] }, { - "html": "For each request in incomingRequests:", + "html": "For each request in incomingRequests:", "rationale": "let", "steps": [ { "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].

" + "html": "

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

" } ] }, @@ -10752,7 +10840,7 @@ "html": "

Let allowCrossOriginTrustedScoringSignalsFrom be the result of wait for cross origin\ntrusted scoring signals authorization from a fetcher given scriptFetcher.

" }, { - "html": "

If allowCrossOriginTrustedScoringSignalsFrom does not contain fullSignalsUrl’s origin, set fullSignalsUrl to null.

" + "html": "

If allowCrossOriginTrustedScoringSignalsFrom does not contain fullSignalsUrl’s origin, set fullSignalsUrl to null.

" } ] }, @@ -10767,7 +10855,7 @@ "html": "

Let «allTrustedScoringSignals, ignored, scoringDataVersion» be\nthe result of fetching trusted signals with fullSignalsUrl, seller, policyContainer, and false.

" }, { - "html": "If allTrustedScoringSignals is an ordered map:", + "html": "If allTrustedScoringSignals is an ordered map:", "rationale": "set", "steps": [ { @@ -10784,7 +10872,7 @@ ] }, { - "html": "For each entry in entriesToBatch:", + "html": "For each entry in entriesToBatch:", "rationale": "set", "steps": [ { @@ -10808,7 +10896,7 @@ "html": "

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

" }, { - "html": "

Assert that generatedBid’s ad component descriptors is not null.

" + "html": "

Assert that generatedBid’s ad component descriptors is not null.

" }, { "html": "While generatedBid’s ad component descriptors's size > target number of ad components:", @@ -10831,10 +10919,10 @@ "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:", + "html": "For each i of get the indices of generatedBid:", "rationale": "let", "steps": [ { @@ -10848,7 +10936,7 @@ "rationale": "append", "steps": [ { - "html": "

Append candidateComponent to selectedComponents.

" + "html": "

Append candidateComponent to selectedComponents.

" } ] }, @@ -10880,14 +10968,14 @@ { "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:", + "html": "For each generatedBid of bidsBatch:", "rationale": "let", "steps": [ { @@ -10900,10 +10988,10 @@ "html": "

Apply any component ads target to a bid given bidCopy.

" }, { - "html": "

Append bidCopy to bidsToScore

" + "html": "

Append bidCopy to bidsToScore

" }, { - "html": "

Let selectedReportingId be a string-or-null that is set to null.

" + "html": "

Let selectedReportingId be a string-or-null that is set to null.

" }, { "html": "

If generatedBid’s selected buyer and seller reporting ID is not null, set selectedReportingId to it.

" @@ -10919,7 +11007,7 @@ "rationale": "append", "steps": [ { - "html": "

Append generatedBid to bidsToScore.

" + "html": "

Append generatedBid to bidsToScore.

" } ] }, @@ -10928,7 +11016,7 @@ "rationale": "append", "steps": [ { - "html": "

Append generatedBid to bidsToScore.

" + "html": "

Append generatedBid to bidsToScore.

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

If either adSlotSize[\"height\"] or adSlotSize[\"width\"] does not exist, return null.

" + "html": "

If either adSlotSize[\"height\"] or adSlotSize[\"width\"] does not exist, return null.

" }, { "html": "

Let width and widthUnit be the dimension and dimension unit that results from running parse an AdRender dimension value with adSlotSize[\"width\"], respectively.

" @@ -11008,7 +11096,7 @@ "html": "

If an exception was thrown in the previous step, return failure.

" }, { - "html": "

If resultIDL[\"bidCurrency\"] exists and result of checking whether a string is a valid currency tag applied to resultIDL[\"bidCurrency\"] is false, then return failure.

" + "html": "

If resultIDL[\"bidCurrency\"] exists and result of checking whether a string is a valid currency tag applied to resultIDL[\"bidCurrency\"] is false, then return failure.

" }, { "html": "

Return resultIDL.

" @@ -11018,7 +11106,7 @@ { "name": "create a cumulative timeout tracker", "href": "https://wicg.github.io/turtledove/#create-a-cumulative-timeout-tracker", - "html": "To create a cumulative timeout tracker given an auction config auctionConfig and an origin buyer:", + "html": "To create a cumulative timeout tracker given an auction config auctionConfig and an origin buyer:", "rationale": ".algorithm", "steps": [ { @@ -11028,7 +11116,7 @@ "html": "

Set tracker’s limit to auctionConfig’s all buyers cumulative timeout.

" }, { - "html": "

If auctionConfig’s per buyer cumulative timeouts is not null and per buyer cumulative timeouts contains buyer, then set tracker’s limit to auctionConfig’s per\nbuyer cumulative timeouts[buyer].

" + "html": "

If auctionConfig’s per buyer cumulative timeouts is not null and per buyer cumulative timeouts contains buyer, then set tracker’s limit to auctionConfig’s per\nbuyer cumulative timeouts[buyer].

" }, { "html": "

Set tracker’s remaining to tracker’s limit.

" diff --git a/ed/algorithms/wasm-js-api-2-fork-js-promise-integration.json b/ed/algorithms/wasm-js-api-2-fork-js-promise-integration.json index bc4aef645928..5e3b0d7b5c0f 100644 --- a/ed/algorithms/wasm-js-api-2-fork-js-promise-integration.json +++ b/ed/algorithms/wasm-js-api-2-fork-js-promise-integration.json @@ -1874,7 +1874,7 @@ "html": "

Set the surrounding agent's associated store to store.

" }, { - "html": "

If ret is error, throw an exception. This exception should be a WebAssembly RuntimeError exception, unless otherwise indicated by the WebAssembly error mapping.

" + "html": "

If ret is error, throw an exception. This exception must be a WebAssembly RuntimeError exception, unless otherwise indicated by the WebAssembly error mapping.

" }, { "html": "If ret is THROW ref.exn exnaddr, then:", @@ -2610,13 +2610,13 @@ "html": "

Assert: If control reaches here, we have done waiting for suspended imports.

" }, { - "html": "

If the entry for ec in map is not active then throw a WebAssembly RuntimeError exception. Otherwise, remove the entry for ec from map.

" + "html": "

If the entry for ec in map is not active then throw a WebAssembly SuspendError exception. Otherwise, remove the entry for ec from map.

" }, { "html": "

Set the surrounding agent's associated store to store.

" }, { - "html": "

If result is error, throw a WebAssembly RuntimeError exception, unless otherwise indicated by the WebAssembly error mapping.

" + "html": "

If result is error, throw a WebAssembly RuntimeError exception, unless otherwise indicated by the WebAssembly error mapping.

" }, { "html": "Otherwise, if result is of the form throw exnaddr,", @@ -2727,7 +2727,7 @@ "rationale": "perform", "steps": [ { - "html": "

Perform throw a JavaScript exception with a RuntimeError exception.

" + "html": "

Perform throw a JavaScript exception with a SuspendError exception.

" } ] }, @@ -2791,7 +2791,7 @@ "rationale": "perform", "steps": [ { - "html": "

Perform throw a JavaScript exception with a RuntimeError.

" + "html": "

Perform throw a JavaScript exception with a SuspendError.

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

Let namespaceObject be the namespace object.

" }, { - "html": "For each error of « \"CompileError\", \"LinkError\", \"RuntimeError\" »,", + "html": "For each error of « \"CompileError\", \"LinkError\", \"RuntimeError\", \"SuspendError\" »,", "rationale": "let", "steps": [ { diff --git a/ed/algorithms/web-animations-2.json b/ed/algorithms/web-animations-2.json index 4e65b399b86e..7dd20e608246 100644 --- a/ed/algorithms/web-animations-2.json +++ b/ed/algorithms/web-animations-2.json @@ -1146,7 +1146,7 @@ "rationale": "if", "steps": [ { - "html": "

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

\n

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

" + "html": "

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

\n

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

" } ] } diff --git a/ed/css/css-scroll-snap-2.json b/ed/css/css-scroll-snap-2.json index 1152c737f91e..40df17707ea7 100644 --- a/ed/css/css-scroll-snap-2.json +++ b/ed/css/css-scroll-snap-2.json @@ -5,9 +5,9 @@ }, "properties": [ { - "name": "scroll-start-target", - "href": "https://drafts.csswg.org/css-scroll-snap-2/#propdef-scroll-start-target", - "value": "none | auto", + "name": "scroll-initial-target", + "href": "https://drafts.csswg.org/css-scroll-snap-2/#propdef-scroll-initial-target", + "value": "none | nearest", "initial": "none", "appliesTo": "all elements", "inherited": "no", @@ -19,21 +19,21 @@ { "name": "none", "prose": "The element is not an initial scroll target.", - "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-none", + "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-initial-target-none", "type": "value", "value": "none" }, { - "name": "auto", + "name": "nearest", "prose": "The element is potentially an initial scroll target for its nearest scroll container ancestor.", - "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-auto", + "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-initial-target-nearest", "type": "value", - "value": "auto" + "value": "nearest" } ], "styleDeclaration": [ - "scroll-start-target", - "scrollStartTarget" + "scroll-initial-target", + "scrollInitialTarget" ] } ], diff --git a/ed/dfns/css-scroll-snap-2.json b/ed/dfns/css-scroll-snap-2.json index af6d90033768..994fc7f3e071 100644 --- a/ed/dfns/css-scroll-snap-2.json +++ b/ed/dfns/css-scroll-snap-2.json @@ -24,10 +24,10 @@ "definedIn": "heading" }, { - "id": "propdef-scroll-start-target", - "href": "https://drafts.csswg.org/css-scroll-snap-2/#propdef-scroll-start-target", + "id": "propdef-scroll-initial-target", + "href": "https://drafts.csswg.org/css-scroll-snap-2/#propdef-scroll-initial-target", "linkingText": [ - "scroll-start-target" + "scroll-initial-target" ], "localLinkingText": [], "type": "property", @@ -35,51 +35,51 @@ "access": "public", "informative": false, "heading": { - "id": "scroll-start-target-propdef", - "href": "https://drafts.csswg.org/css-scroll-snap-2/#scroll-start-target-propdef", - "title": "scroll-start-target Property Definition", + "id": "scroll-initial-target-propdef", + "href": "https://drafts.csswg.org/css-scroll-snap-2/#scroll-initial-target-propdef", + "title": "scroll-initial-target Property Definition", "number": "3.1.2" }, "definedIn": "table" }, { - "id": "valdef-scroll-start-target-none", - "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-none", + "id": "valdef-scroll-initial-target-none", + "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-initial-target-none", "linkingText": [ "none" ], "localLinkingText": [], "type": "value", "for": [ - "scroll-start-target" + "scroll-initial-target" ], "access": "public", "informative": false, "heading": { - "id": "scroll-start-target-propdef", - "href": "https://drafts.csswg.org/css-scroll-snap-2/#scroll-start-target-propdef", - "title": "scroll-start-target Property Definition", + "id": "scroll-initial-target-propdef", + "href": "https://drafts.csswg.org/css-scroll-snap-2/#scroll-initial-target-propdef", + "title": "scroll-initial-target Property Definition", "number": "3.1.2" }, "definedIn": "dt" }, { - "id": "valdef-scroll-start-target-auto", - "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-auto", + "id": "valdef-scroll-initial-target-nearest", + "href": "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-initial-target-nearest", "linkingText": [ - "auto" + "nearest" ], "localLinkingText": [], "type": "value", "for": [ - "scroll-start-target" + "scroll-initial-target" ], "access": "public", "informative": false, "heading": { - "id": "scroll-start-target-propdef", - "href": "https://drafts.csswg.org/css-scroll-snap-2/#scroll-start-target-propdef", - "title": "scroll-start-target Property Definition", + "id": "scroll-initial-target-propdef", + "href": "https://drafts.csswg.org/css-scroll-snap-2/#scroll-initial-target-propdef", + "title": "scroll-initial-target Property Definition", "number": "3.1.2" }, "definedIn": "dt" diff --git a/ed/dfns/dom.json b/ed/dfns/dom.json index 094a49104e92..5f4311b209b1 100644 --- a/ed/dfns/dom.json +++ b/ed/dfns/dom.json @@ -6455,15 +6455,15 @@ "definedIn": "pre" }, { - "id": "dom-node-clonenode-deep-deep", - "href": "https://dom.spec.whatwg.org/#dom-node-clonenode-deep-deep", + "id": "dom-node-clonenode-subtree-subtree", + "href": "https://dom.spec.whatwg.org/#dom-node-clonenode-subtree-subtree", "linkingText": [ - "deep" + "subtree" ], "localLinkingText": [], "type": "argument", "for": [ - "Node/cloneNode(deep)", + "Node/cloneNode(subtree)", "Node/cloneNode()" ], "access": "public", @@ -7439,9 +7439,7 @@ "linkingText": [ "clone a node" ], - "localLinkingText": [ - "clone" - ], + "localLinkingText": [], "type": "dfn", "for": [], "access": "public", @@ -7454,11 +7452,93 @@ }, "definedIn": "prose" }, + { + "id": "clone-a-node-document", + "href": "https://dom.spec.whatwg.org/#clone-a-node-document", + "linkingText": [ + "document" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "clone a node" + ], + "access": "public", + "informative": false, + "heading": { + "id": "interface-node", + "href": "https://dom.spec.whatwg.org/#interface-node", + "title": "Interface Node", + "number": "4.4" + }, + "definedIn": "prose" + }, + { + "id": "clone-a-node-subtree", + "href": "https://dom.spec.whatwg.org/#clone-a-node-subtree", + "linkingText": [ + "subtree" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "clone a node" + ], + "access": "public", + "informative": false, + "heading": { + "id": "interface-node", + "href": "https://dom.spec.whatwg.org/#interface-node", + "title": "Interface Node", + "number": "4.4" + }, + "definedIn": "prose" + }, + { + "id": "clone-a-node-parent", + "href": "https://dom.spec.whatwg.org/#clone-a-node-parent", + "linkingText": [ + "parent" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "clone a node" + ], + "access": "public", + "informative": false, + "heading": { + "id": "interface-node", + "href": "https://dom.spec.whatwg.org/#interface-node", + "title": "Interface Node", + "number": "4.4" + }, + "definedIn": "prose" + }, + { + "id": "clone-a-single-node", + "href": "https://dom.spec.whatwg.org/#clone-a-single-node", + "linkingText": [ + "clone a single node" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "interface-node", + "href": "https://dom.spec.whatwg.org/#interface-node", + "title": "Interface Node", + "number": "4.4" + }, + "definedIn": "prose" + }, { "id": "dom-node-clonenode", "href": "https://dom.spec.whatwg.org/#dom-node-clonenode", "linkingText": [ - "cloneNode(deep)", + "cloneNode(subtree)", "cloneNode()" ], "localLinkingText": [], @@ -8269,15 +8349,15 @@ "definedIn": "pre" }, { - "id": "dom-document-importnode-node-deep-node", - "href": "https://dom.spec.whatwg.org/#dom-document-importnode-node-deep-node", + "id": "dom-document-importnode-node-subtree-node", + "href": "https://dom.spec.whatwg.org/#dom-document-importnode-node-subtree-node", "linkingText": [ "node" ], "localLinkingText": [], "type": "argument", "for": [ - "Document/importNode(node, deep)", + "Document/importNode(node, subtree)", "Document/importNode(node)" ], "access": "public", @@ -8291,15 +8371,15 @@ "definedIn": "pre" }, { - "id": "dom-document-importnode-node-deep-deep", - "href": "https://dom.spec.whatwg.org/#dom-document-importnode-node-deep-deep", + "id": "dom-document-importnode-node-subtree-subtree", + "href": "https://dom.spec.whatwg.org/#dom-document-importnode-node-subtree-subtree", "linkingText": [ - "deep" + "subtree" ], "localLinkingText": [], "type": "argument", "for": [ - "Document/importNode(node, deep)", + "Document/importNode(node, subtree)", "Document/importNode(node)" ], "access": "public", @@ -9361,7 +9441,7 @@ "id": "dom-document-importnode", "href": "https://dom.spec.whatwg.org/#dom-document-importnode", "linkingText": [ - "importNode(node, deep)", + "importNode(node, subtree)", "importNode(node)" ], "localLinkingText": [], diff --git a/ed/dfns/html.json b/ed/dfns/html.json index 9b20f62cf74e..5a508f01dc58 100644 --- a/ed/dfns/html.json +++ b/ed/dfns/html.json @@ -48379,6 +48379,25 @@ }, "definedIn": "prose" }, + { + "id": "global-custom-element-registry", + "href": "https://html.spec.whatwg.org/multipage/custom-elements.html#global-custom-element-registry", + "linkingText": [ + "custom element registry" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "custom-elements-api", + "href": "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api", + "title": "The CustomElementRegistry interface", + "number": "4.13.4" + }, + "definedIn": "prose" + }, { "id": "dom-window-customelements", "href": "https://html.spec.whatwg.org/multipage/custom-elements.html#dom-window-customelements", diff --git a/ed/dfns/turtledove.json b/ed/dfns/turtledove.json index afa0c3a23c2b..5486493977c3 100644 --- a/ed/dfns/turtledove.json +++ b/ed/dfns/turtledove.json @@ -2921,6 +2921,44 @@ }, "definedIn": "prose" }, + { + "id": "handle-server-response-private-aggregation-fields", + "href": "https://wicg.github.io/turtledove/#handle-server-response-private-aggregation-fields", + "linkingText": [ + "handle server response private aggregation fields" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "runadauction", + "href": "https://wicg.github.io/turtledove/#runadauction", + "title": "runAdAuction()", + "number": "4.1" + }, + "definedIn": "prose" + }, + { + "id": "commit-server-response-private-aggregation-contributions", + "href": "https://wicg.github.io/turtledove/#commit-server-response-private-aggregation-contributions", + "linkingText": [ + "commit server response private aggregation contributions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "runadauction", + "href": "https://wicg.github.io/turtledove/#runadauction", + "title": "runAdAuction()", + "number": "4.1" + }, + "definedIn": "prose" + }, { "id": "dom-navigator-canloadadauctionfencedframe", "href": "https://wicg.github.io/turtledove/#dom-navigator-canloadadauctionfencedframe", @@ -3953,6 +3991,69 @@ }, "definedIn": "dt" }, + { + "id": "server-auction-response-component-win-private-aggregation-contributions", + "href": "https://wicg.github.io/turtledove/#server-auction-response-component-win-private-aggregation-contributions", + "linkingText": [ + "component win private aggregation contributions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "server auction response" + ], + "access": "private", + "informative": false, + "heading": { + "id": "getInterestGroupAdAuctionData", + "href": "https://wicg.github.io/turtledove/#getInterestGroupAdAuctionData", + "title": "getInterestGroupAdAuctionData()", + "number": "4.3" + }, + "definedIn": "dt" + }, + { + "id": "server-auction-response-server-filtered-private-aggregation-reserved-contributions", + "href": "https://wicg.github.io/turtledove/#server-auction-response-server-filtered-private-aggregation-reserved-contributions", + "linkingText": [ + "server filtered private aggregation reserved contributions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "server auction response" + ], + "access": "private", + "informative": false, + "heading": { + "id": "getInterestGroupAdAuctionData", + "href": "https://wicg.github.io/turtledove/#getInterestGroupAdAuctionData", + "title": "getInterestGroupAdAuctionData()", + "number": "4.3" + }, + "definedIn": "dt" + }, + { + "id": "server-auction-response-server-filtered-private-aggregation-non-reserved-contributions", + "href": "https://wicg.github.io/turtledove/#server-auction-response-server-filtered-private-aggregation-non-reserved-contributions", + "linkingText": [ + "server filtered private aggregation non reserved contributions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "server auction response" + ], + "access": "private", + "informative": false, + "heading": { + "id": "getInterestGroupAdAuctionData", + "href": "https://wicg.github.io/turtledove/#getInterestGroupAdAuctionData", + "title": "getInterestGroupAdAuctionData()", + "number": "4.3" + }, + "definedIn": "dt" + }, { "id": "server-auction-response-component-win-debugging-only-reports", "href": "https://wicg.github.io/turtledove/#server-auction-response-component-win-debugging-only-reports", @@ -4117,6 +4218,88 @@ }, "definedIn": "dt" }, + { + "id": "server-auction-private-aggregation-contribution-key", + "href": "https://wicg.github.io/turtledove/#server-auction-private-aggregation-contribution-key", + "linkingText": [ + "server auction private aggregation contribution 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": "server-auction-private-aggregation-contribution-key-reporting-origin", + "href": "https://wicg.github.io/turtledove/#server-auction-private-aggregation-contribution-key-reporting-origin", + "linkingText": [ + "reporting origin" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "server auction private aggregation contribution key" + ], + "access": "private", + "informative": false, + "heading": { + "id": "getInterestGroupAdAuctionData", + "href": "https://wicg.github.io/turtledove/#getInterestGroupAdAuctionData", + "title": "getInterestGroupAdAuctionData()", + "number": "4.3" + }, + "definedIn": "dt" + }, + { + "id": "server-auction-private-aggregation-contribution-key-coordinator", + "href": "https://wicg.github.io/turtledove/#server-auction-private-aggregation-contribution-key-coordinator", + "linkingText": [ + "coordinator" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "server auction private aggregation contribution key" + ], + "access": "private", + "informative": false, + "heading": { + "id": "getInterestGroupAdAuctionData", + "href": "https://wicg.github.io/turtledove/#getInterestGroupAdAuctionData", + "title": "getInterestGroupAdAuctionData()", + "number": "4.3" + }, + "definedIn": "dt" + }, + { + "id": "server-auction-private-aggregation-contribution-key-event", + "href": "https://wicg.github.io/turtledove/#server-auction-private-aggregation-contribution-key-event", + "linkingText": [ + "event" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "server auction private aggregation contribution key" + ], + "access": "private", + "informative": false, + "heading": { + "id": "getInterestGroupAdAuctionData", + "href": "https://wicg.github.io/turtledove/#getInterestGroupAdAuctionData", + "title": "getInterestGroupAdAuctionData()", + "number": "4.3" + }, + "definedIn": "dt" + }, { "id": "dom-navigator-getinterestgroupadauctiondata-configidl", "href": "https://wicg.github.io/turtledove/#dom-navigator-getinterestgroupadauctiondata-configidl", diff --git a/ed/dfns/wasm-js-api-2-fork-js-promise-integration.json b/ed/dfns/wasm-js-api-2-fork-js-promise-integration.json index 5e1b6f7bb5d8..c6b4d2f8456d 100644 --- a/ed/dfns/wasm-js-api-2-fork-js-promise-integration.json +++ b/ed/dfns/wasm-js-api-2-fork-js-promise-integration.json @@ -3877,6 +3877,25 @@ "number": "4.11" }, "definedIn": "prose" + }, + { + "id": "exceptiondef-suspenderror", + "href": "https://webassembly.github.io/js-promise-integration/js-api/#exceptiondef-suspenderror", + "linkingText": [ + "SuspendError" + ], + "localLinkingText": [], + "type": "exception", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "error-objects", + "href": "https://webassembly.github.io/js-promise-integration/js-api/#error-objects", + "title": "Error Objects", + "number": "4.11" + }, + "definedIn": "prose" } ] } \ No newline at end of file diff --git a/ed/headings/css-scroll-snap-2.json b/ed/headings/css-scroll-snap-2.json index 7c3def905cff..a238d877f8ee 100644 --- a/ed/headings/css-scroll-snap-2.json +++ b/ed/headings/css-scroll-snap-2.json @@ -57,10 +57,10 @@ "number": "3" }, { - "id": "scroll-start-target", - "href": "https://drafts.csswg.org/css-scroll-snap-2/#scroll-start-target", + "id": "scroll-initial-target", + "href": "https://drafts.csswg.org/css-scroll-snap-2/#scroll-initial-target", "level": 3, - "title": "The scroll-start-target property", + "title": "The scroll-initial-target property", "number": "3.1" }, { @@ -71,22 +71,22 @@ "number": "3.1.1" }, { - "id": "scroll-start-target-propdef", - "href": "https://drafts.csswg.org/css-scroll-snap-2/#scroll-start-target-propdef", + "id": "scroll-initial-target-propdef", + "href": "https://drafts.csswg.org/css-scroll-snap-2/#scroll-initial-target-propdef", "level": 4, - "title": "scroll-start-target Property Definition", + "title": "scroll-initial-target Property Definition", "number": "3.1.2" }, { - "id": "scroll-start-target-with-place-content", - "href": "https://drafts.csswg.org/css-scroll-snap-2/#scroll-start-target-with-place-content", + "id": "scroll-initial-target-with-place-content", + "href": "https://drafts.csswg.org/css-scroll-snap-2/#scroll-initial-target-with-place-content", "level": 4, "title": "Interaction with place-content", "number": "3.1.3" }, { - "id": "scroll-start-target-fragment-navigation", - "href": "https://drafts.csswg.org/css-scroll-snap-2/#scroll-start-target-fragment-navigation", + "id": "scroll-initial-target-fragment-navigation", + "href": "https://drafts.csswg.org/css-scroll-snap-2/#scroll-initial-target-fragment-navigation", "level": 4, "title": "Post-first layout arrivals", "number": "3.1.4" diff --git a/ed/headings/vc-data-model-2.0.json b/ed/headings/vc-data-model-2.0.json index 3e2b93eff5c5..2c4b4025c700 100644 --- a/ed/headings/vc-data-model-2.0.json +++ b/ed/headings/vc-data-model-2.0.json @@ -115,26 +115,26 @@ "number": "4.4" }, { - "id": "sd-jwt-claim--cM5VC9PeE-l_gcuOTCpFqDD_FCXhFrd_huu0K1FZvQ", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim--cM5VC9PeE-l_gcuOTCpFqDD_FCXhFrd_huu0K1FZvQ", + "id": "sd-jwt-claim-aa2y71DDy4vbCdrjGxi7_98pVrMbRmQ9URWwQmbvCEM", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-aa2y71DDy4vbCdrjGxi7_98pVrMbRmQ9URWwQmbvCEM", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-MvNaTJkQ7Hdsooivz4oVu60OUp9JMFEdnWePQ71CfQY", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-MvNaTJkQ7Hdsooivz4oVu60OUp9JMFEdnWePQ71CfQY", + "id": "sd-jwt-claim-0YAmmuRdhLKQagbra1QgET_0SniMd9ErV9U0JlQWYHA", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-0YAmmuRdhLKQagbra1QgET_0SniMd9ErV9U0JlQWYHA", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim--XVuWcJhdYWoUaF8Lb1gfmCsGyyUkWFT_L7wu7gBAEM", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim--XVuWcJhdYWoUaF8Lb1gfmCsGyyUkWFT_L7wu7gBAEM", + "id": "sd-jwt-claim-DM-T3vTCAOwhYqyfLrtB4-oneVV_21hYIsJvFTV0uvg", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-DM-T3vTCAOwhYqyfLrtB4-oneVV_21hYIsJvFTV0uvg", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-Wc7RGxaDGrBYPzo2Y6359krge7kiPjpoJ-gmFmi1X20", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Wc7RGxaDGrBYPzo2Y6359krge7kiPjpoJ-gmFmi1X20", + "id": "sd-jwt-claim-L9sstXg38gX3-Xm-hvnyNzhNkdPhvq0PnkhzyGLPFoY", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-L9sstXg38gX3-Xm-hvnyNzhNkdPhvq0PnkhzyGLPFoY", "level": 3, "title": "Claim: type" }, @@ -146,26 +146,26 @@ "number": "4.5" }, { - "id": "sd-jwt-claim-cebWeZQIYP50YhskDOws4slVqfQCZHbiEUMhqx_mEio", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-cebWeZQIYP50YhskDOws4slVqfQCZHbiEUMhqx_mEio", + "id": "sd-jwt-claim-JhdXJ-Idp_KKRYxaa2k66FEfaWHFqNMPC3aBr0I3Y0M", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-JhdXJ-Idp_KKRYxaa2k66FEfaWHFqNMPC3aBr0I3Y0M", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-ifoCnP-UnwpSqR5lgBaXD4-Yja9sLWk6Pz6-RvHNyyg", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ifoCnP-UnwpSqR5lgBaXD4-Yja9sLWk6Pz6-RvHNyyg", + "id": "sd-jwt-claim-mi-WAKyj8qD4rrkSEc01_cs-LOAKdMKMcj0AyleHzI8", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-mi-WAKyj8qD4rrkSEc01_cs-LOAKdMKMcj0AyleHzI8", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-XSSearWMFkcXDYbT6l0d43Nf-BXWkHr-51cBwzYDJcY", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-XSSearWMFkcXDYbT6l0d43Nf-BXWkHr-51cBwzYDJcY", + "id": "sd-jwt-claim-UZnCiC-EnjHZjez21a1MM1uQ67c8dKYge82VT0D-SsE", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-UZnCiC-EnjHZjez21a1MM1uQ67c8dKYge82VT0D-SsE", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-j-uyt9n2lnOmTTcqj1umwxDofA21bzXyF2VyBr5Ngh4", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-j-uyt9n2lnOmTTcqj1umwxDofA21bzXyF2VyBr5Ngh4", + "id": "sd-jwt-claim-4Ep73W7sekMSZatEFqjrVPBMC82r1Akml7eI53sl790", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-4Ep73W7sekMSZatEFqjrVPBMC82r1Akml7eI53sl790", "level": 3, "title": "Claim: type" }, @@ -177,32 +177,32 @@ "number": "4.6" }, { - "id": "sd-jwt-claim-B-bR_B4Rp5e4D_T9qBFkkys77_KgDJwuOWdpB9PEDEU", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-B-bR_B4Rp5e4D_T9qBFkkys77_KgDJwuOWdpB9PEDEU", + "id": "sd-jwt-claim-RxlY_gRq8Sz-USQauOqlJTroxMlqbwzZ9kN6mn-opC4", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-RxlY_gRq8Sz-USQauOqlJTroxMlqbwzZ9kN6mn-opC4", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-N9_8vRScV8ZlOEFDV5-uV6bglMWxXSiw9cZGUo1Nx5s", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-N9_8vRScV8ZlOEFDV5-uV6bglMWxXSiw9cZGUo1Nx5s", + "id": "sd-jwt-claim-58lGQ5jif53DEpo5bsuyA3-PJsvgUcxL3ijJp_Q3ueY", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-58lGQ5jif53DEpo5bsuyA3-PJsvgUcxL3ijJp_Q3ueY", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-PPgURg3TxnErOnKQRvVUtUgUVDL6wwl3EkiTxWBvgOs", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-PPgURg3TxnErOnKQRvVUtUgUVDL6wwl3EkiTxWBvgOs", + "id": "sd-jwt-claim-NLImazD8zCwgBs8z1_8IJs3Bbbm-k8iJM3j7o18jzt4", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-NLImazD8zCwgBs8z1_8IJs3Bbbm-k8iJM3j7o18jzt4", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-DyG2-9CaPevngZrszey-eFZM-Qc6NBRwPjf9UlvtFHQ", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-DyG2-9CaPevngZrszey-eFZM-Qc6NBRwPjf9UlvtFHQ", + "id": "sd-jwt-claim-ltoNqohZ8TN3PuJ75ealiZkqP_SL1arUyu9CvEn_CjQ", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ltoNqohZ8TN3PuJ75ealiZkqP_SL1arUyu9CvEn_CjQ", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-O_xsvs4LqpwxHjZNkPWdMLFXmYBpIE5fMQUu8RXtRkw", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-O_xsvs4LqpwxHjZNkPWdMLFXmYBpIE5fMQUu8RXtRkw", + "id": "sd-jwt-claim-eLaa0a8JzwULDYu2C_QHgMvz7GBvB21OlwkYHFVnrsw", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-eLaa0a8JzwULDYu2C_QHgMvz7GBvB21OlwkYHFVnrsw", "level": 3, "title": "Claim: type" }, @@ -214,56 +214,56 @@ "number": "4.7" }, { - "id": "sd-jwt-claim-G6_xTo9QqwKaRdIzZik9kOIm2Zz2b4yZr1SYRJwrHqI", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-G6_xTo9QqwKaRdIzZik9kOIm2Zz2b4yZr1SYRJwrHqI", + "id": "sd-jwt-claim-HXE2uon34E1-ubCNHpVaDtjvkQwNdRRVsGjdMUUjRBs", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-HXE2uon34E1-ubCNHpVaDtjvkQwNdRRVsGjdMUUjRBs", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-vHWGoZNXK1TXoXa_dFHUG6ghlXC3ofINw1LDDpbu9UI", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-vHWGoZNXK1TXoXa_dFHUG6ghlXC3ofINw1LDDpbu9UI", + "id": "sd-jwt-claim-sWoDbQM_ZtS2d_AZNID5K3Y4S5VB1RnS8KlQzj4WNYU", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-sWoDbQM_ZtS2d_AZNID5K3Y4S5VB1RnS8KlQzj4WNYU", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-eIwuvNVuxCa3K8481Dcv10HMkgzOCktpQoBJ7_XPYAU", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-eIwuvNVuxCa3K8481Dcv10HMkgzOCktpQoBJ7_XPYAU", + "id": "sd-jwt-claim-S4gFXxdwN5pwnSnzIXn3tJyVbavIQQhGXmVY-LR7vy4", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-S4gFXxdwN5pwnSnzIXn3tJyVbavIQQhGXmVY-LR7vy4", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-J4MevDVF_YJRnOVZFQtr2Ewh-UY_gxrXubjWiN2BSDY", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-J4MevDVF_YJRnOVZFQtr2Ewh-UY_gxrXubjWiN2BSDY", + "id": "sd-jwt-claim-AQHRG4dPhSVh3_dNoBUSgH7KNygIhgHl2XqEI_Tbt1Y", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-AQHRG4dPhSVh3_dNoBUSgH7KNygIhgHl2XqEI_Tbt1Y", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-__epUzH2s6bk4NMqDYk7RGLZ_mQs5ZaupYWUFHuUPqc", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-__epUzH2s6bk4NMqDYk7RGLZ_mQs5ZaupYWUFHuUPqc", + "id": "sd-jwt-claim-B9dJtwUKw6GPhJWaXRcYJBOsCN1RlXyg5PGb4JDiJbk", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-B9dJtwUKw6GPhJWaXRcYJBOsCN1RlXyg5PGb4JDiJbk", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-EEH2VlW7dseH4dg0BLO_vOJoJuFKL-HfARmCg6k6KSM", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-EEH2VlW7dseH4dg0BLO_vOJoJuFKL-HfARmCg6k6KSM", + "id": "sd-jwt-claim-cRwyKcEke2yXCQpRHHkTs2hJWo3dAvhSR5c9lAc68wk", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-cRwyKcEke2yXCQpRHHkTs2hJWo3dAvhSR5c9lAc68wk", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-7mcOjT8kzWrWNICPN0TIk7dr-e8RPdY0L1LUe_BsG1o", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-7mcOjT8kzWrWNICPN0TIk7dr-e8RPdY0L1LUe_BsG1o", + "id": "sd-jwt-claim-URvDaP7s3K6R5R7wLfufzhDUnjX0p49lmreJMxchOHQ", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-URvDaP7s3K6R5R7wLfufzhDUnjX0p49lmreJMxchOHQ", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-AGnCnqQX_7_gHICiab0UONViYIVtLmE97FL2iErwqGI", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-AGnCnqQX_7_gHICiab0UONViYIVtLmE97FL2iErwqGI", + "id": "sd-jwt-claim-b4MXfnWnF-EOgnsW6LhWupEViKv5FlopiuDYoibsa50", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-b4MXfnWnF-EOgnsW6LhWupEViKv5FlopiuDYoibsa50", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-GKvkFF3OEOHBRCQoJOZUdMAqLP-1ZgUZXMsMroPC-4E", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-GKvkFF3OEOHBRCQoJOZUdMAqLP-1ZgUZXMsMroPC-4E", + "id": "sd-jwt-claim-1X7ThBxuE_U8OPt48pfMV2gA3Mf4WCT3H4BmYll2jRc", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-1X7ThBxuE_U8OPt48pfMV2gA3Mf4WCT3H4BmYll2jRc", "level": 3, "title": "Claim: type" }, @@ -275,26 +275,26 @@ "number": "4.8" }, { - "id": "sd-jwt-claim-pwwoB4QsIKrowsoWSW8jsxESHMEEKXZdK7dwqKMj_g8", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-pwwoB4QsIKrowsoWSW8jsxESHMEEKXZdK7dwqKMj_g8", + "id": "sd-jwt-claim-P-MP4oEsTNHV09tOqLdu1N4kZJGwfMafqKOIQLpuvlk", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-P-MP4oEsTNHV09tOqLdu1N4kZJGwfMafqKOIQLpuvlk", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-N9OMGGW1PWvJ1uw0tEFmM7LR62N1WGQYcq_ZvoPKAxY", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-N9OMGGW1PWvJ1uw0tEFmM7LR62N1WGQYcq_ZvoPKAxY", + "id": "sd-jwt-claim-LN08vO5hhuKJBcCp_-RghaYf9aSVkJLKEV_V3xdqSqU", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-LN08vO5hhuKJBcCp_-RghaYf9aSVkJLKEV_V3xdqSqU", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-2LWb_5iZnpQBbf4Dx3O4uDN3Fuj3FW4cUK6QeNOAyhI", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-2LWb_5iZnpQBbf4Dx3O4uDN3Fuj3FW4cUK6QeNOAyhI", + "id": "sd-jwt-claim-K44kcSTeBIQym2FxVmgeJK19lLDZi62BhYo4_c7jldU", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-K44kcSTeBIQym2FxVmgeJK19lLDZi62BhYo4_c7jldU", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-ANUUFp5_tKyrWQKm8oceDtfG5sQKJC3lluXaHHsf72A", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ANUUFp5_tKyrWQKm8oceDtfG5sQKJC3lluXaHHsf72A", + "id": "sd-jwt-claim-cNoUvH0VwV0afjrAv8twIH3Zggw37ZrlNfvq8ENwvn8", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-cNoUvH0VwV0afjrAv8twIH3Zggw37ZrlNfvq8ENwvn8", "level": 3, "title": "Claim: type" }, @@ -306,26 +306,26 @@ "number": "4.9" }, { - "id": "sd-jwt-claim-o_dYxXLP8ZfbK7Pk3NIzE4-HANt9523q8b5PMfFEURA", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-o_dYxXLP8ZfbK7Pk3NIzE4-HANt9523q8b5PMfFEURA", + "id": "sd-jwt-claim-PJgBY-PnlpJM0MCIOSDMsMEBBU-44yUcTYmvlquXDFs", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-PJgBY-PnlpJM0MCIOSDMsMEBBU-44yUcTYmvlquXDFs", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-gIfwmxZDDjziktNGFoFryTXCPjqBdJygVzEbt4_nW5I", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-gIfwmxZDDjziktNGFoFryTXCPjqBdJygVzEbt4_nW5I", + "id": "sd-jwt-claim-OUxUlYuS51iz1D6HgU2Ho0TCJQjHb7faxkCySoCwBwQ", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-OUxUlYuS51iz1D6HgU2Ho0TCJQjHb7faxkCySoCwBwQ", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-qYJkWSjymIIBHWlwNF6EmJbZb_GJm4NDTaZiNz_n-7s", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-qYJkWSjymIIBHWlwNF6EmJbZb_GJm4NDTaZiNz_n-7s", + "id": "sd-jwt-claim-JQE2cPBV1EGWVfI2acAjopd-knKJqnRCppXiTGOdgGE", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-JQE2cPBV1EGWVfI2acAjopd-knKJqnRCppXiTGOdgGE", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-2WWhyX12yHgxCS0Xn7B96IymTqEmq6CKcWxwT9-5GPo", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-2WWhyX12yHgxCS0Xn7B96IymTqEmq6CKcWxwT9-5GPo", + "id": "sd-jwt-claim-4Q-xQU1XRYLfu-j7sEhm2b05xkmB6v4ZrKJ_0rj7xBE", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-4Q-xQU1XRYLfu-j7sEhm2b05xkmB6v4ZrKJ_0rj7xBE", "level": 3, "title": "Claim: type" }, @@ -403,20 +403,20 @@ "number": "5.2" }, { - "id": "sd-jwt-claim-gLEDI8j6I0zY93V3cnAGjywia2jHUUozY1FquuLbczs", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-gLEDI8j6I0zY93V3cnAGjywia2jHUUozY1FquuLbczs", + "id": "sd-jwt-claim-7k87hXiK6SAAsic7cW0gwrCxCZW4wAHURU1fk_u_UrU", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-7k87hXiK6SAAsic7cW0gwrCxCZW4wAHURU1fk_u_UrU", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-_-vODZX58w0T4iGqyNk4dl04grQiQlyNWTShv4V4iOg", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-_-vODZX58w0T4iGqyNk4dl04grQiQlyNWTShv4V4iOg", + "id": "sd-jwt-claim-EDPjL3N20RByfpdFSXI8HVIKVq58WiE7am14jMfq9DY", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-EDPjL3N20RByfpdFSXI8HVIKVq58WiE7am14jMfq9DY", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-688_HBCEkg1NdH_XEUlGqhfywixr7T40dShRgTPkRN4", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-688_HBCEkg1NdH_XEUlGqhfywixr7T40dShRgTPkRN4", + "id": "sd-jwt-claim-vie0AIr0FtVMxMwbgojDGaZSE1YonM-38drvclBSdzk", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-vie0AIr0FtVMxMwbgojDGaZSE1YonM-38drvclBSdzk", "level": 3, "title": "Claim: id" }, @@ -654,20 +654,20 @@ "number": "8.10" }, { - "id": "sd-jwt-claim-u-u7r-apaDqKwaC5liufZDXplLhiS360lYCyLwskepE", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-u-u7r-apaDqKwaC5liufZDXplLhiS360lYCyLwskepE", + "id": "sd-jwt-claim-5SOYYxDRBprnrlW6Gqr68lrX67efv0ypsRC_tCz0SZI", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-5SOYYxDRBprnrlW6Gqr68lrX67efv0ypsRC_tCz0SZI", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-68YMy7tAT67jhzlb2RBZIbCcpVcGGABuJFd0gNhDFDw", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-68YMy7tAT67jhzlb2RBZIbCcpVcGGABuJFd0gNhDFDw", + "id": "sd-jwt-claim-cjciDph2uJ3FO4KgTCtTYk9h4x4STPNnLiXWV5SanHA", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-cjciDph2uJ3FO4KgTCtTYk9h4x4STPNnLiXWV5SanHA", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-VFwcQLAkOeGoHsjYfGzWu_r5vhPEVcSDmZnJbZFsuYg", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-VFwcQLAkOeGoHsjYfGzWu_r5vhPEVcSDmZnJbZFsuYg", + "id": "sd-jwt-claim--lver16grGWnkQ_LQ4tliTUglKzeZVsy-rWlcQVJN9U", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim--lver16grGWnkQ_LQ4tliTUglKzeZVsy-rWlcQVJN9U", "level": 3, "title": "Claim: type" }, diff --git a/ed/idl/dom.idl b/ed/idl/dom.idl index 99192924f4f4..814040a2c401 100644 --- a/ed/idl/dom.idl +++ b/ed/idl/dom.idl @@ -237,7 +237,7 @@ interface Node : EventTarget { [CEReactions] attribute DOMString? textContent; [CEReactions] undefined normalize(); - [CEReactions, NewObject] Node cloneNode(optional boolean deep = false); + [CEReactions, NewObject] Node cloneNode(optional boolean subtree = false); boolean isEqualNode(Node? otherNode); boolean isSameNode(Node? otherNode); // legacy alias of === @@ -291,7 +291,7 @@ interface Document : Node { [NewObject] Comment createComment(DOMString data); [NewObject] ProcessingInstruction createProcessingInstruction(DOMString target, DOMString data); - [CEReactions, NewObject] Node importNode(Node node, optional boolean deep = false); + [CEReactions, NewObject] Node importNode(Node node, optional boolean subtree = false); [CEReactions] Node adoptNode(Node node); [NewObject] Attr createAttribute(DOMString localName); diff --git a/ed/ids/css-color-adjust-1.json b/ed/ids/css-color-adjust-1.json index d78c7892ad62..6068ab5f3048 100644 --- a/ed/ids/css-color-adjust-1.json +++ b/ed/ids/css-color-adjust-1.json @@ -310,7 +310,7 @@ "https://drafts.csswg.org/css-color-adjust-1/#03eee7b4", "https://drafts.csswg.org/css-color-adjust-1/#cfdf030c", "https://drafts.csswg.org/css-color-adjust-1/#5f1b7f60", - "https://drafts.csswg.org/css-color-adjust-1/#20fdbe19", + "https://drafts.csswg.org/css-color-adjust-1/#da1de473", "https://drafts.csswg.org/css-color-adjust-1/#8bcc6e67", "https://drafts.csswg.org/css-color-adjust-1/#b58bf640", "https://drafts.csswg.org/css-color-adjust-1/#4e4ba8b4", @@ -352,7 +352,7 @@ "https://drafts.csswg.org/css-color-adjust-1/#biblio-css-cascade-5", "https://drafts.csswg.org/css-color-adjust-1/#biblio-css-color-4", "https://drafts.csswg.org/css-color-adjust-1/#biblio-css-color-5", - "https://drafts.csswg.org/css-color-adjust-1/#biblio-css-multicol-2", + "https://drafts.csswg.org/css-color-adjust-1/#biblio-css-gaps-1", "https://drafts.csswg.org/css-color-adjust-1/#biblio-css-pseudo-4", "https://drafts.csswg.org/css-color-adjust-1/#biblio-css-scrollbars-1", "https://drafts.csswg.org/css-color-adjust-1/#biblio-css-text-decor-4", diff --git a/ed/ids/css-conditional-5.json b/ed/ids/css-conditional-5.json index ca9fd833bc62..0429d9b9f5c4 100644 --- a/ed/ids/css-conditional-5.json +++ b/ed/ids/css-conditional-5.json @@ -606,14 +606,14 @@ "https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-x", "https://drafts.csswg.org/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A1", "https://drafts.csswg.org/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-scrollable-x", + "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-snapped-x", "https://drafts.csswg.org/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A3", "https://drafts.csswg.org/css-conditional-5/#ref-for-snap-target%E2%91%A2", "https://drafts.csswg.org/css-conditional-5/#ref-for-scroll-container%E2%91%A0", "https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-y", "https://drafts.csswg.org/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A2", "https://drafts.csswg.org/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-scrollable-y", + "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-snapped-y", "https://drafts.csswg.org/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A4", "https://drafts.csswg.org/css-conditional-5/#ref-for-snap-target%E2%91%A3", "https://drafts.csswg.org/css-conditional-5/#ref-for-scroll-container%E2%91%A1", @@ -627,7 +627,7 @@ "https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-inline", "https://drafts.csswg.org/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A4", "https://drafts.csswg.org/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-scrollable-inline", + "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-snapped-inline", "https://drafts.csswg.org/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A6", "https://drafts.csswg.org/css-conditional-5/#ref-for-snap-target%E2%91%A5", "https://drafts.csswg.org/css-conditional-5/#ref-for-scroll-container%E2%91%A3", diff --git a/ed/ids/css-content-3.json b/ed/ids/css-content-3.json index 85f0e950a1d3..61515a3b3409 100644 --- a/ed/ids/css-content-3.json +++ b/ed/ids/css-content-3.json @@ -110,7 +110,7 @@ "https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A7", "https://drafts.csswg.org/css-content-3/#ref-for-typedef-quote", "https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A8", - "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader", + "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader", "https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-content-3/#ref-for-typedef-target", "https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A0%E2%91%A0", @@ -219,9 +219,9 @@ "https://drafts.csswg.org/css-content-3/#ref-for-propdef-quotes%E2%91%A2", "https://drafts.csswg.org/css-content-3/#example-eb11c28e", "https://drafts.csswg.org/css-content-3/#leaders", - "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader%E2%91%A0", + "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader%E2%91%A0", "https://drafts.csswg.org/css-content-3/#leader-function", - "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader%E2%91%A1", + "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader%E2%91%A1", "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-display-4.json b/ed/ids/css-display-4.json index aa60440c3468..0c0e2038667b 100644 --- a/ed/ids/css-display-4.json +++ b/ed/ids/css-display-4.json @@ -525,6 +525,7 @@ "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-flow", "https://drafts.csswg.org/css-display-4/#reading-flow-container", "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-flow%E2%91%A0", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-reading-flow-normal", "https://drafts.csswg.org/css-display-4/#rendering-defined-sibling-reading-flow", "https://drafts.csswg.org/css-display-4/#ref-for-reading-flow-container", "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-flow%E2%91%A1", @@ -547,7 +548,7 @@ "https://drafts.csswg.org/css-display-4/#valdef-reading-flow-grid-columns", "https://drafts.csswg.org/css-display-4/#valdef-reading-flow-grid-order", "https://drafts.csswg.org/css-display-4/#ref-for-order-modified-document-order", - "https://drafts.csswg.org/css-display-4/#ref-for-valdef-reading-flow-normal", + "https://drafts.csswg.org/css-display-4/#ref-for-valdef-reading-flow-normal%E2%91%A0", "https://drafts.csswg.org/css-display-4/#ref-for-propdef-order%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-display-4/#example-1f9eb488", "https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-flow%E2%91%A4", diff --git a/ed/ids/css-flexbox-1.json b/ed/ids/css-flexbox-1.json index d383b4b3b540..9edcc274dd3c 100644 --- a/ed/ids/css-flexbox-1.json +++ b/ed/ids/css-flexbox-1.json @@ -904,7 +904,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-preferred-aspect-ratio%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A8%E2%91%A3", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A3", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A8%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-size%E2%91%A0%E2%91%A2", @@ -1511,12 +1511,12 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#change-2016-align-self-as-specified", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A6", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-stretch%E2%91%A0", @@ -1622,7 +1622,7 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2016-auto-content-wording", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-flex-basis%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A0%E2%93%AA", - "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%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A1%E2%91%A1", @@ -1701,7 +1701,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-display%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A5%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#change-2015-min-auto-intrinsic-percentages", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5", + "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-propdef-height%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A8", @@ -1786,9 +1786,9 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2015-align-self-auto", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-justify-self", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A5", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-stretch%E2%91%A1", @@ -1914,9 +1914,9 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-main-size-basis", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5", "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%A6", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#change-201403-flex-basis-auto", @@ -1999,7 +1999,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A4%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A7%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-size%E2%91%A5%E2%91%A2", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A7", + "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-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", @@ -2046,7 +2046,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-align-items-auto%E2%91%A7", + "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-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", @@ -2064,10 +2064,10 @@ "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-align-items-auto%E2%91%A8", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A8", "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-flex-basis-auto%E2%91%A8", + "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-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", diff --git a/ed/ids/css-fonts-4.json b/ed/ids/css-fonts-4.json index 506ada96dfb0..8dedc5c1e1e2 100644 --- a/ed/ids/css-fonts-4.json +++ b/ed/ids/css-fonts-4.json @@ -859,7 +859,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-descent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-line-gap-metric", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-position-normal-value", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-variant-emoji-normal", "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-weight-none", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-ligatures-none-value%E2%91%A0", "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", @@ -1286,7 +1286,7 @@ "https://drafts.csswg.org/css-fonts-4/#font-variant-normal-value", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#font-variant-none-value", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-size-adjust-none-value%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-kerning-none-value", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-ligatures%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A1", @@ -1864,7 +1864,7 @@ "https://drafts.csswg.org/css-fonts-4/#sp217", "https://drafts.csswg.org/css-fonts-4/#a11y", "https://drafts.csswg.org/css-fonts-4/#acknowledgments", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#changes", "https://drafts.csswg.org/css-fonts-4/#changes-2021-12-21", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-palette%E2%91%A4", @@ -2049,7 +2049,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A7%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-ascent-override%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-descent-override%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-feature-settings%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-language-override%E2%91%A1", @@ -2063,7 +2063,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-unicode-range%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#font-feature-values-descriptor-table", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#font-palette-values-descriptor-table", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-base-palette%E2%91%A1", diff --git a/ed/ids/css-grid-1.json b/ed/ids/css-grid-1.json index adcc5ed76d3d..46b5bfc3b546 100644 --- a/ed/ids/css-grid-1.json +++ b/ed/ids/css-grid-1.json @@ -943,9 +943,9 @@ "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-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-repeat%E2%91%A0%E2%93%AA", @@ -1307,7 +1307,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#propdef-grid-area", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A5", @@ -1330,17 +1330,17 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", "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%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-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%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#auto-placement-algo", "https://drafts.csswg.org/css-grid-1/#grid-item-placement-algorithm", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-grid-position", @@ -1473,7 +1473,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-physical", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "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-property%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%93%AA", @@ -1485,11 +1485,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-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-grid-placement-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#static-position", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%91%A2", @@ -1657,7 +1657,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%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-grid-container%E2%91%A8%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-algo-grid-sizing%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A3", @@ -1680,7 +1680,7 @@ "https://drafts.csswg.org/css-grid-1/#intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%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-funcdef-grid-template-columns-fit-content%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#flexible-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A1", @@ -1704,10 +1704,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "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-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%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-track-sizing-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-row%E2%91%A2", @@ -1760,10 +1760,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", + "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-funcdef-grid-template-columns-fit-content%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A6", @@ -1774,7 +1774,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A0", @@ -1803,7 +1803,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", + "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-intrinsic-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A8", @@ -1823,7 +1823,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-growth-limit%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%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-max-track-sizing-function%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#algo-baseline-shims", @@ -1843,7 +1843,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", + "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-min-track-sizing-function%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A1", @@ -1921,7 +1921,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-distribute-extra-space%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%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-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-limited-contribution%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-distribute-extra-space%E2%91%A2", @@ -2071,7 +2071,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-justify-content-normal", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-align-content-stretch", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-definite%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-free-space%E2%91%A0%E2%93%AA", @@ -2096,10 +2096,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-layout-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-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-valdef-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", + "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/#acks", "https://drafts.csswg.org/css-grid-1/#changes", "https://drafts.csswg.org/css-grid-1/#changes-202012", @@ -2211,8 +2211,8 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#change-2017-track-limit-auto-min", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", + "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-min-track-sizing-function%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A5", @@ -2255,7 +2255,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#change-2017-no-maximize-flex", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A2", @@ -2279,11 +2279,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-scroll-container%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5", + "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-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%A6", + "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-flexible-tracks%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#minor-2017", @@ -2408,7 +2408,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-size-contribution%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#change-2017-overgrow", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A7", + "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-max-track-sizing-function%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A0", @@ -2484,11 +2484,11 @@ "https://drafts.csswg.org/css-grid-1/#change-2016-auto-percent-track", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-fit-content-size", @@ -2514,9 +2514,9 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-definite%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-free-space%E2%91%A0%E2%91%A3", @@ -2533,7 +2533,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-baseline-sharing-group%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-min-fixed-tracks", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-width-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A6", @@ -2541,7 +2541,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-overflow-visible", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%91%A2", @@ -2560,10 +2560,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-max-constraint", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A7", @@ -2573,7 +2573,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-contribution%E2%91%A0%E2%91%A6", @@ -2581,7 +2581,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A3%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-constraint%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A0%E2%91%A1", @@ -2609,7 +2609,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-block-level%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-block-formatting-context%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-block-box%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-size%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#change-2016-tracks-before", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid-track%E2%91%A5", @@ -2624,9 +2624,9 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-min-editorial", "https://drafts.csswg.org/css-grid-1/#ref-for-minimum-contribution%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A3%E2%91%A3", diff --git a/ed/ids/css-grid-2.json b/ed/ids/css-grid-2.json index 87ca602025d3..eeaab58c8ea3 100644 --- a/ed/ids/css-grid-2.json +++ b/ed/ids/css-grid-2.json @@ -230,7 +230,7 @@ "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%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-block-size", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content", @@ -356,7 +356,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-scroll-container%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-track%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%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-flexible-tracks", "https://drafts.csswg.org/css-grid-2/#ref-for-automatic-minimum-size%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-content-based-minimum-size%E2%91%A0", @@ -669,7 +669,7 @@ "https://drafts.csswg.org/css-grid-2/#funcdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-length-percentage%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%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-valdef-grid-template-columns-min-content%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-template-rows-track-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A0", @@ -1050,13 +1050,13 @@ "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%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-propdef-grid-template-columns%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-rows-none%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#example-4fe2f42d", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A1", + "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-grid-placement-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A0%E2%91%A0", @@ -1430,7 +1430,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-end%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%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-grid-placement-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#propdef-grid-area", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-grid-row-start-grid-line%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-grid-row-start-grid-line%E2%91%A5", @@ -1453,17 +1453,17 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#auto-placement-algo", "https://drafts.csswg.org/css-grid-2/#grid-item-placement-algorithm", "https://drafts.csswg.org/css-grid-2/#ref-for-automatic-grid-position", @@ -1748,7 +1748,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-physical", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A5", @@ -1760,11 +1760,11 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", + "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-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-valdef-grid-template-columns-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#static-position", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A8", @@ -1936,7 +1936,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A8%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-percentage-value%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%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", @@ -1959,7 +1959,7 @@ "https://drafts.csswg.org/css-grid-2/#intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%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", @@ -2048,10 +2048,10 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%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-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A4", @@ -2062,7 +2062,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%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-valdef-grid-template-columns-max-content%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A2", @@ -2091,7 +2091,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%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-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", @@ -2377,10 +2377,10 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-layout-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-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%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-area%E2%91%A2%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#priv", "https://drafts.csswg.org/css-grid-2/#sec", "https://drafts.csswg.org/css-grid-2/#changes", diff --git a/ed/ids/css-grid-3.json b/ed/ids/css-grid-3.json index 2d464b008e7d..2eeb38976ea0 100644 --- a/ed/ids/css-grid-3.json +++ b/ed/ids/css-grid-3.json @@ -610,6 +610,7 @@ "https://drafts.csswg.org/css-grid-3/#73a98e20", "https://drafts.csswg.org/css-grid-3/#7a8d5db2", "https://drafts.csswg.org/css-grid-3/#11b7dd33", + "https://drafts.csswg.org/css-grid-3/#481f5c73", "https://drafts.csswg.org/css-grid-3/#dcd98333", "https://drafts.csswg.org/css-grid-3/#3f63ed13", "https://drafts.csswg.org/css-grid-3/#cd5260d1", @@ -647,7 +648,6 @@ "https://drafts.csswg.org/css-grid-3/#f35c7ed4", "https://drafts.csswg.org/css-grid-3/#73e3a653", "https://drafts.csswg.org/css-grid-3/#842c0376", - "https://drafts.csswg.org/css-grid-3/#b78c22af", "https://drafts.csswg.org/css-grid-3/#c6c2ab78", "https://drafts.csswg.org/css-grid-3/#11ee6625", "https://drafts.csswg.org/css-grid-3/#0bd2791e", @@ -680,6 +680,7 @@ "https://drafts.csswg.org/css-grid-3/#biblio-css-cascade-5", "https://drafts.csswg.org/css-grid-3/#biblio-css-display-4", "https://drafts.csswg.org/css-grid-3/#biblio-css-flexbox-1", + "https://drafts.csswg.org/css-grid-3/#biblio-css-gaps-1", "https://drafts.csswg.org/css-grid-3/#biblio-css-grid-1", "https://drafts.csswg.org/css-grid-3/#biblio-css-grid-2", "https://drafts.csswg.org/css-grid-3/#biblio-css-sizing-3", diff --git a/ed/ids/css-pseudo-4.json b/ed/ids/css-pseudo-4.json index 568f71ac7287..de87cfa6be0d 100644 --- a/ed/ids/css-pseudo-4.json +++ b/ed/ids/css-pseudo-4.json @@ -564,12 +564,12 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo", "https://drafts.csswg.org/css-pseudo-4/#ref-for-cssstyledeclaration", "https://drafts.csswg.org/css-pseudo-4/#window-interface", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A4", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A5", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A5", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A0", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A1", "https://drafts.csswg.org/css-pseudo-4/#ref-for-cssomstring%E2%91%A1", "https://drafts.csswg.org/css-pseudo-4/#dom-element-pseudo-type-type", "https://drafts.csswg.org/css-pseudo-4/#dom-element-pseudo", @@ -585,7 +585,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-originating-element%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A8", "https://drafts.csswg.org/css-pseudo-4/#issue-302461e7", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A1", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo", "https://drafts.csswg.org/css-pseudo-4/#getComputedStyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-window-getcomputedstyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1%E2%93%AA", @@ -640,7 +640,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-x22%E2%91%A2", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-parent%E2%91%A2", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo%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-sub-pseudo-element%E2%91%A5", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-target-text%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A1%E2%91%A8", @@ -657,7 +657,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-propdef-direction%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-marker%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%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-valdef-color-currentcolor%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A2%E2%91%A0", diff --git a/ed/ids/css-scroll-snap-2.json b/ed/ids/css-scroll-snap-2.json index 6ca9bb45a5e6..203fa1820f76 100644 --- a/ed/ids/css-scroll-snap-2.json +++ b/ed/ids/css-scroll-snap-2.json @@ -18,16 +18,17 @@ "https://drafts.csswg.org/css-scroll-snap-2/#intro", "https://drafts.csswg.org/css-scroll-snap-2/#first-layout", "https://drafts.csswg.org/css-scroll-snap-2/#examples", - "https://drafts.csswg.org/css-scroll-snap-2/#example-91358173", - "https://drafts.csswg.org/css-scroll-snap-2/#example-099a3384", + "https://drafts.csswg.org/css-scroll-snap-2/#example-499b9356", + "https://drafts.csswg.org/css-scroll-snap-2/#example-408d7b4b", "https://drafts.csswg.org/css-scroll-snap-2/#properties-on-the-scroll-container", - "https://drafts.csswg.org/css-scroll-snap-2/#scroll-start-target", - "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-propdef-scroll-start-target", + "https://drafts.csswg.org/css-scroll-snap-2/#scroll-initial-target", + "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-propdef-scroll-initial-target", + "https://drafts.csswg.org/css-scroll-snap-2/#issue-cd47e978", "https://drafts.csswg.org/css-scroll-snap-2/#initial-scroll-target", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-initial-scroll-target", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-initial-scroll-target%E2%91%A7", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-scroll-container", - "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-valdef-scroll-start-target-none", + "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-valdef-scroll-initial-target-none", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-scroll-container%E2%91%A0", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-concept-tree-order", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-initial-scroll-target%E2%91%A0", @@ -37,23 +38,23 @@ "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-initial-scroll-target%E2%91%A2", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-determine-the-scroll-into-view-position", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-initial-scroll-position%E2%91%A0", - "https://drafts.csswg.org/css-scroll-snap-2/#scroll-start-target-propdef", - "https://drafts.csswg.org/css-scroll-snap-2/#propdef-scroll-start-target", + "https://drafts.csswg.org/css-scroll-snap-2/#scroll-initial-target-propdef", + "https://drafts.csswg.org/css-scroll-snap-2/#propdef-scroll-initial-target", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-comb-one", - "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-valdef-scroll-start-target-none%E2%91%A0", - "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-none", + "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-valdef-scroll-initial-target-none%E2%91%A0", + "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-initial-target-none", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-initial-scroll-target%E2%91%A3", - "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-start-target-auto", + "https://drafts.csswg.org/css-scroll-snap-2/#valdef-scroll-initial-target-nearest", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-initial-scroll-target%E2%91%A4", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-scroll-container%E2%91%A2", - "https://drafts.csswg.org/css-scroll-snap-2/#scroll-start-target-with-place-content", + "https://drafts.csswg.org/css-scroll-snap-2/#scroll-initial-target-with-place-content", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-propdef-place-content", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-scroll-container%E2%91%A3", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-initial-scroll-position%E2%91%A1", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-content-distribution-properties", - "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-propdef-scroll-start-target%E2%91%A0", - "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-propdef-scroll-start-target%E2%91%A1", - "https://drafts.csswg.org/css-scroll-snap-2/#scroll-start-target-fragment-navigation", + "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-propdef-scroll-initial-target%E2%91%A0", + "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-propdef-scroll-initial-target%E2%91%A1", + "https://drafts.csswg.org/css-scroll-snap-2/#scroll-initial-target-fragment-navigation", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-scroll-container%E2%91%A4", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-initial-scroll-target%E2%91%A5", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-scroll-container%E2%91%A5", @@ -323,7 +324,7 @@ "https://drafts.csswg.org/css-scroll-snap-2/#biblio-rfc2119", "https://drafts.csswg.org/css-scroll-snap-2/#biblio-webidl", "https://drafts.csswg.org/css-scroll-snap-2/#property-index", - "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-propdef-scroll-start-target%E2%91%A2", + "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-propdef-scroll-initial-target%E2%91%A2", "https://drafts.csswg.org/css-scroll-snap-2/#idl-index", "https://drafts.csswg.org/css-scroll-snap-2/#issues-index" ] diff --git a/ed/ids/dom.json b/ed/ids/dom.json index 4379c061e85e..619d2d64329c 100644 --- a/ed/ids/dom.json +++ b/ed/ids/dom.json @@ -2743,7 +2743,7 @@ "https://dom.spec.whatwg.org/#ref-for-node%E2%91%A1%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-dom-node-clonenode", "https://dom.spec.whatwg.org/#ref-for-idl-boolean%E2%91%A1%E2%91%A8", - "https://dom.spec.whatwg.org/#dom-node-clonenode-deep-deep", + "https://dom.spec.whatwg.org/#dom-node-clonenode-subtree-subtree", "https://dom.spec.whatwg.org/#ref-for-idl-boolean%E2%91%A2%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-dom-node-isequalnode", "https://dom.spec.whatwg.org/#ref-for-node%E2%91%A1%E2%91%A2", @@ -3095,14 +3095,61 @@ "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%93%AA%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-node-clone", "https://dom.spec.whatwg.org/#ref-for-concept-node-clone-ext", - "https://dom.spec.whatwg.org/#ref-for-script%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-the-input-element%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-script%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-the-template-element", "https://dom.spec.whatwg.org/#ref-for-script%E2%91%A3", "https://dom.spec.whatwg.org/#concept-node-clone", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%93%AA%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%93%AA", + "https://dom.spec.whatwg.org/#clone-a-node-document", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A1%E2%91%A2", + "https://dom.spec.whatwg.org/#clone-a-node-subtree", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%93%AA%E2%91%A5", + "https://dom.spec.whatwg.org/#clone-a-node-parent", "https://dom.spec.whatwg.org/#ref-for-assert", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-clone-a-single-node", + "https://dom.spec.whatwg.org/#ref-for-concept-node-clone-ext%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-other-applicable-specifications%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-tree-child%E2%91%A4%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-tree-order%E2%91%A1%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-clone-a-node-document", + "https://dom.spec.whatwg.org/#ref-for-clone-a-node-subtree", + "https://dom.spec.whatwg.org/#ref-for-clone-a-node-parent", "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A3%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-element-shadow-host%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-shadowroot-clonable", + "https://dom.spec.whatwg.org/#ref-for-assert%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-element-shadow-host%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-attach-a-shadow-root", + "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-shadowroot-mode%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-shadowroot-serializable", + "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-shadowroot-delegates-focus", + "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-shadowroot-slot-assignment%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-shadowroot-declarative", + "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-shadowroot-declarative%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-tree-child%E2%91%A4%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-tree-order%E2%91%A1%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-clone-a-node-document%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-clone-a-node-subtree%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-clone-a-node-parent%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A8", + "https://dom.spec.whatwg.org/#clone-a-single-node", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%93%AA%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A3%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-create-element", "https://dom.spec.whatwg.org/#ref-for-concept-element-local-name", "https://dom.spec.whatwg.org/#ref-for-concept-element-namespace", @@ -3110,9 +3157,9 @@ "https://dom.spec.whatwg.org/#ref-for-concept-element-is-value", "https://dom.spec.whatwg.org/#ref-for-list-iterate%E2%91%A1%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-element-attribute", - "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-clone-a-single-node%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-element-attributes-append", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%93%AA%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%93%AA%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-implements%E2%91%A0%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-implements%E2%91%A0%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-document%E2%91%A0%E2%91%A2", @@ -3137,48 +3184,22 @@ "https://dom.spec.whatwg.org/#ref-for-processinginstruction%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-pi-target%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A0%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-assert%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%93%AA%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A1%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-node-clone-ext%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-other-applicable-specifications%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-tree-child%E2%91%A4%E2%93%AA", - "https://dom.spec.whatwg.org/#ref-for-concept-tree-order%E2%91%A1%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-element-shadow-host%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A0%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-shadowroot-clonable", - "https://dom.spec.whatwg.org/#ref-for-element-shadow-host%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-attach-a-shadow-root", - "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-shadowroot-mode%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-shadowroot-serializable", - "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-shadowroot-delegates-focus", - "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-shadowroot-slot-assignment%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A4", - "https://dom.spec.whatwg.org/#ref-for-shadowroot-declarative", - "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-shadowroot-declarative%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-tree-child%E2%91%A4%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-tree-order%E2%91%A1%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A7", "https://dom.spec.whatwg.org/#dom-node-clonenode", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A8%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A0%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A0%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A2%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-notsupportederror", "https://dom.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A2%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A8%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%93%AA%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-clone-a-node-subtree%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%93%AA", "https://dom.spec.whatwg.org/#concept-node-equals", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%93%AA%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-implements%E2%91%A0%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-implements%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-documenttype%E2%91%A0%E2%91%A4", @@ -3201,7 +3222,7 @@ "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A1%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-comment%E2%91%A0%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A0%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A3%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A3%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-element-attribute%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A0%E2%93%AA", @@ -3275,10 +3296,10 @@ "https://dom.spec.whatwg.org/#ref-for-concept-tree-preceding%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-dom-node-document_position_preceding%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A0%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%93%AA%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A0%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-tree-preceding%E2%91%A0%E2%93%AA", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%93%AA%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-tree-child%E2%91%A4%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A0%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-tree-participate%E2%91%A7", @@ -3299,7 +3320,7 @@ "https://dom.spec.whatwg.org/#ref-for-concept-attribute-local-name%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-parent-element%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-locate-a-namespace-prefix", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A3%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A3%E2%91%A8", "https://dom.spec.whatwg.org/#locate-a-namespace", "https://dom.spec.whatwg.org/#ref-for-implements%E2%91%A0%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-element%E2%91%A2%E2%91%A7", @@ -3372,7 +3393,7 @@ "https://dom.spec.whatwg.org/#ref-for-concept-node-pre-insert%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A2", "https://dom.spec.whatwg.org/#dom-node-appendchild", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#dom-node-replacechild", "https://dom.spec.whatwg.org/#ref-for-concept-node-replace%E2%91%A0", @@ -3381,16 +3402,16 @@ "https://dom.spec.whatwg.org/#ref-for-concept-node-pre-remove", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A5", "https://dom.spec.whatwg.org/#concept-getelementsbytagname", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-tree-descendant%E2%91%A0%E2%91%A4", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A3%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A4%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A1%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-html-document", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-tree-descendant%E2%91%A0%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A4%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A4%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-element-namespace%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-html-namespace%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-element-qualified-name", @@ -3400,39 +3421,39 @@ "https://dom.spec.whatwg.org/#ref-for-concept-element-qualified-name%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-tree-descendant%E2%91%A0%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A4%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A4%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-element-qualified-name%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A1%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-document-type%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A0%E2%93%AA", "https://dom.spec.whatwg.org/#concept-getelementsbytagnamens", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A0%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A0%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-tree-descendant%E2%91%A0%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A4%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A4%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A0%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-tree-descendant%E2%91%A0%E2%91%A8", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A4%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A4%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-element-local-name%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-tree-descendant%E2%91%A1%E2%93%AA", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A4%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A4%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-element-namespace%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A0%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-tree-descendant%E2%91%A1%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A4%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A4%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-element-namespace%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-element-local-name%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A0%E2%91%A5", "https://dom.spec.whatwg.org/#concept-getelementsbyclassname", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A0%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-ordered-set-parser", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A0%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A0%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-tree-descendant%E2%91%A1%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A4%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A4%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-class", "https://dom.spec.whatwg.org/#ref-for-concept-class%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-ascii-case-insensitive", @@ -3531,9 +3552,9 @@ "https://dom.spec.whatwg.org/#ref-for-node%E2%91%A4%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-dom-document-importnode", "https://dom.spec.whatwg.org/#ref-for-node%E2%91%A4%E2%91%A3", - "https://dom.spec.whatwg.org/#dom-document-importnode-node-deep-node", + "https://dom.spec.whatwg.org/#dom-document-importnode-node-subtree-node", "https://dom.spec.whatwg.org/#ref-for-idl-boolean%E2%91%A2%E2%91%A4", - "https://dom.spec.whatwg.org/#dom-document-importnode-node-deep-deep", + "https://dom.spec.whatwg.org/#dom-document-importnode-node-subtree-subtree", "https://dom.spec.whatwg.org/#ref-for-cereactions%E2%91%A0%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-node%E2%91%A4%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-dom-document-adoptnode", @@ -3584,11 +3605,11 @@ "https://dom.spec.whatwg.org/#ref-for-idl-DOMString%E2%91%A4%E2%91%A2", "https://dom.spec.whatwg.org/#dom-elementcreationoptions-is", "https://dom.spec.whatwg.org/#ref-for-document%E2%91%A0%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%91%A6", "https://dom.spec.whatwg.org/#concept-document", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A1%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%91%A4", "https://dom.spec.whatwg.org/#concept-document-encoding", "https://dom.spec.whatwg.org/#ref-for-encoding", "https://dom.spec.whatwg.org/#concept-document-content-type", @@ -3599,7 +3620,7 @@ "https://dom.spec.whatwg.org/#concept-document-type", "https://dom.spec.whatwg.org/#concept-document-mode", "https://dom.spec.whatwg.org/#document-allow-declarative-shadow-roots", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-document-encoding%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-utf-8", "https://dom.spec.whatwg.org/#ref-for-encoding%E2%91%A0", @@ -3610,14 +3631,14 @@ "https://dom.spec.whatwg.org/#ref-for-concept-document-type%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-document-mode%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-document-allow-declarative-shadow-roots", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%91%A6", "https://dom.spec.whatwg.org/#xml-document", "https://dom.spec.whatwg.org/#ref-for-concept-document-type%E2%91%A2", "https://dom.spec.whatwg.org/#html-document", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-html-document%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-xml-document", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%91%A8", "https://dom.spec.whatwg.org/#concept-document-no-quirks", "https://dom.spec.whatwg.org/#ref-for-concept-document-mode%E2%91%A2", "https://dom.spec.whatwg.org/#concept-document-quirks", @@ -3625,20 +3646,20 @@ "https://dom.spec.whatwg.org/#concept-document-limited-quirks", "https://dom.spec.whatwg.org/#ref-for-concept-document-mode%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-document-mode%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-html-parser%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-browsing-context%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-document-no-quirks", "https://dom.spec.whatwg.org/#ref-for-concept-document-limited-quirks", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A1%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-get-the-parent%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-dom-event-type%E2%91%A0%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-document-bc", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-relevant-global%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-dom-document-document%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-dom-document-implementation%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-domimplementation%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-dom-document-url%E2%91%A0", @@ -3658,7 +3679,7 @@ "https://dom.spec.whatwg.org/#ref-for-concept-document-window%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-dom-domimplementation-createdocument", "https://dom.spec.whatwg.org/#ref-for-xmldocument", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-document%E2%91%A0%E2%91%A8", "https://dom.spec.whatwg.org/#dom-document-implementation", "https://dom.spec.whatwg.org/#ref-for-domimplementation%E2%91%A1", @@ -3687,37 +3708,37 @@ "https://dom.spec.whatwg.org/#ref-for-dom-document-getelementsbytagname%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A1%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-tree-descendant%E2%91%A1%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A4%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A4%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A1%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-tree-descendant%E2%91%A1%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A4%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-element-qualified-name%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A4%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-element-qualified-name%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A5%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-html-namespace%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-html-document%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-dom-document-getelementsbytagnamens%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A1%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-tree-descendant%E2%91%A1%E2%91%A4", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A5%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A5%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A1%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-tree-descendant%E2%91%A1%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A5%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A5%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-element-local-name%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A1%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-tree-descendant%E2%91%A1%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A5%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A5%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-element-namespace%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A1%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-tree-descendant%E2%91%A1%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A5%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A5%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-element-namespace%E2%91%A0%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-element-local-name%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-dom-document-getelementsbyclassname%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-dom-element-getelementsbyclassname", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A2%E2%93%AA", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A5%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A5%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A5%E2%91%A5", "https://dom.spec.whatwg.org/#dom-document-doctype", "https://dom.spec.whatwg.org/#ref-for-concept-tree-child%E2%91%A4%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A2", @@ -3741,10 +3762,10 @@ "https://dom.spec.whatwg.org/#example-5ffcda00", "https://dom.spec.whatwg.org/#ref-for-htmlcollection%E2%91%A2%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-dom-document-createelement%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A5%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A5%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-element-local-name%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-html-document%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A5%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A5%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-element-namespace%E2%91%A0%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-html-namespace%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-html-document%E2%91%A4", @@ -3755,7 +3776,7 @@ "https://dom.spec.whatwg.org/#ref-for-dom-elementcreationoptions-is", "https://dom.spec.whatwg.org/#ref-for-customized-built-in-element", "https://dom.spec.whatwg.org/#ref-for-dom-document-createelementns%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A5%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A5%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-element-namespace%E2%91%A0%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-element-namespace-prefix%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-element-local-name%E2%91%A6", @@ -3775,22 +3796,22 @@ "https://dom.spec.whatwg.org/#ref-for-customized-built-in-element%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-dom-document-createdocumentfragment%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-documentfragment%E2%91%A1%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-dom-document-createtextnode%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A1%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-dom-document-createcdatasection%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-cdatasection%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A0%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-dom-document-createcomment%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-comment%E2%91%A0%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A0%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-dom-document-createprocessinginstruction%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-processinginstruction%E2%91%A0%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-pi-target%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A0%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-NT-Name%E2%91%A0", @@ -3833,12 +3854,12 @@ "https://dom.spec.whatwg.org/#ref-for-dom-document-createelementns%E2%91%A1", "https://dom.spec.whatwg.org/#dom-document-createdocumentfragment", "https://dom.spec.whatwg.org/#ref-for-documentfragment%E2%91%A1%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A0%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A1%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A2", "https://dom.spec.whatwg.org/#dom-document-createtextnode", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A1%E2%91%A4", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A0%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A2%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A3", @@ -3853,13 +3874,13 @@ "https://dom.spec.whatwg.org/#ref-for-invalidcharactererror%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A3%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-cdatasection%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A0%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A2%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A5", "https://dom.spec.whatwg.org/#dom-document-createcomment", "https://dom.spec.whatwg.org/#ref-for-comment%E2%91%A0%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A1%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A2%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A6", @@ -3873,7 +3894,7 @@ "https://dom.spec.whatwg.org/#ref-for-invalidcharactererror%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A3%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-processinginstruction%E2%91%A0%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-pi-target%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A1%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A2%E2%91%A2", @@ -3881,29 +3902,31 @@ "https://dom.spec.whatwg.org/#ref-for-NT-Char%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-dom-document-importnode%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-tree-descendant%E2%91%A1%E2%91%A8", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%91%A4", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A0%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A0%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-notsupportederror%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A3%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-dom-document-adoptnode%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-notsupportederror%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A3%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A0%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A0%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-hierarchyrequesterror%E2%91%A0%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A3%E2%91%A4", "https://dom.spec.whatwg.org/#dom-document-importnode", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A3%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A0%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A2%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-notsupportederror%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A3%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-clone-a-node-document%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-clone-a-node-subtree%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-other-applicable-specifications%E2%91%A6", "https://dom.spec.whatwg.org/#concept-node-adopt-ext", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-node-adopt%E2%91%A1", "https://dom.spec.whatwg.org/#concept-node-adopt", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A2%E2%91%A3", @@ -3911,7 +3934,7 @@ "https://dom.spec.whatwg.org/#ref-for-concept-node-remove%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-shadow-including-inclusive-descendant%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A2%E2%91%A4", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A5%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A6%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A2%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A1%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-element-attribute%E2%91%A4", @@ -3922,16 +3945,16 @@ "https://dom.spec.whatwg.org/#ref-for-concept-shadow-including-tree-order%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-node-adopt-ext", "https://dom.spec.whatwg.org/#dom-document-adoptnode", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A2%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A3%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A2%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-notsupportederror%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A3%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A2%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-hierarchyrequesterror%E2%91%A0%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A3%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-documentfragment%E2%91%A1%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-documentfragment-host%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-node-adopt%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3%E2%93%AA", @@ -4015,8 +4038,8 @@ "https://dom.spec.whatwg.org/#interface-domimplementation", "https://dom.spec.whatwg.org/#ref-for-domimplementation%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-domimplementation%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A3%E2%93%AA", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A3%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A3%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A3%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-Exposed%E2%91%A7", "https://dom.spec.whatwg.org/#domimplementation", "https://dom.spec.whatwg.org/#ref-for-NewObject%E2%91%A0%E2%91%A8", @@ -4064,7 +4087,7 @@ "https://dom.spec.whatwg.org/#ref-for-dom-document-createelementns%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-dom-document-implementation%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-dom-domimplementation-createhtmldocument%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A3%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A3%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-tree%E2%91%A1%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-the-title-element", "https://dom.spec.whatwg.org/#dom-domimplementation-createdocumenttype", @@ -4074,53 +4097,53 @@ "https://dom.spec.whatwg.org/#ref-for-concept-doctype-publicid%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-doctype-systemid%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A2%E2%91%A8", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A3%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A3%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-NT-PubidChar", "https://dom.spec.whatwg.org/#dom-domimplementation-createdocument", "https://dom.spec.whatwg.org/#ref-for-xmldocument%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-internal-createelementns-steps%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A4", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-document-origin%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A3%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A3%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-document-origin%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-document-content-type%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-html-namespace%E2%91%A0%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-svg-namespace", "https://dom.spec.whatwg.org/#dom-domimplementation-createhtmldocument", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A3%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A3%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-html-document%E2%91%A0%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-document-content-type%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-doctype%E2%91%A0%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-doctype-name%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A3%E2%93%AA", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-create-element%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-html-namespace%E2%91%A0%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-create-element%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-html-namespace%E2%91%A0%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-the-html-element", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A0%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-create-element%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-html-namespace%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-the-head-element", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A0%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A0%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A1%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A1%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A3%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-the-title-element%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A0%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A0%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-create-element%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-html-namespace%E2%91%A0%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-the-html-element%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-document-origin%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A8", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A3%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A3%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-document-origin%E2%91%A6", "https://dom.spec.whatwg.org/#dom-domimplementation-hasfeature", "https://dom.spec.whatwg.org/#ref-for-dom-domimplementation-hasfeature%E2%91%A0", @@ -4136,7 +4159,7 @@ "https://dom.spec.whatwg.org/#ref-for-idl-DOMString%E2%91%A5%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-dom-documenttype-systemid", "https://dom.spec.whatwg.org/#ref-for-documenttype%E2%91%A1%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%91%A0", "https://dom.spec.whatwg.org/#concept-doctype", "https://dom.spec.whatwg.org/#ref-for-concept-doctype%E2%91%A0%E2%91%A7", "https://dom.spec.whatwg.org/#concept-doctype-name", @@ -4163,9 +4186,9 @@ "https://dom.spec.whatwg.org/#ref-for-node%E2%91%A5%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-dom-documentfragment-documentfragment", "https://dom.spec.whatwg.org/#ref-for-documentfragment%E2%91%A2%E2%93%AA", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%91%A1", "https://dom.spec.whatwg.org/#concept-documentfragment-host", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A6%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A6%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-node-tree%E2%91%A0%E2%91%A8", "https://dom.spec.whatwg.org/#concept-tree-host-including-inclusive-ancestor", "https://dom.spec.whatwg.org/#ref-for-concept-tree-inclusive-ancestor%E2%91%A3", @@ -4175,15 +4198,15 @@ "https://dom.spec.whatwg.org/#ref-for-concept-tree-root%E2%91%A1%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-documentfragment-host%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-documentfragment%E2%91%A2%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A1%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-documentfragment-host%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-the-template-element", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-the-template-element%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-node-pre-insert%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-node-replace%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-dom-documentfragment-documentfragment%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-documentfragment%E2%91%A2%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%91%A3", "https://dom.spec.whatwg.org/#dom-documentfragment-documentfragment", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A3%E2%91%A1", @@ -4215,32 +4238,32 @@ "https://dom.spec.whatwg.org/#dom-slotassignmentmode-manual", "https://dom.spec.whatwg.org/#dom-slotassignmentmode-named", "https://dom.spec.whatwg.org/#ref-for-shadowroot%E2%91%A4", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%91%A4", "https://dom.spec.whatwg.org/#concept-shadow-root", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%91%A1", "https://dom.spec.whatwg.org/#shadowroot-mode", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%91%A2", "https://dom.spec.whatwg.org/#shadowroot-delegates-focus", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%91%A3", "https://dom.spec.whatwg.org/#shadowroot-available-to-element-internals", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%91%A4", "https://dom.spec.whatwg.org/#shadowroot-declarative", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-documentfragment-host%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%91%A6", "https://dom.spec.whatwg.org/#shadowroot-slot-assignment", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%91%A7", "https://dom.spec.whatwg.org/#shadowroot-clonable", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A1%E2%91%A8", "https://dom.spec.whatwg.org/#shadowroot-serializable", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-get-the-parent%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-composed-flag%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-tree-root%E2%91%A1%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-event-path%E2%91%A0%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-event-path-invocation-target%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-documentfragment-host%E2%91%A7", "https://dom.spec.whatwg.org/#dom-shadowroot-mode", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A3", @@ -4273,20 +4296,20 @@ "https://dom.spec.whatwg.org/#ref-for-concept-node-tree%E2%91%A1%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-element-shadow-host%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-shadow-including-preorder-depth-first-traversal%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A6%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A6%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A0%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-node-tree%E2%91%A1%E2%91%A1", "https://dom.spec.whatwg.org/#concept-shadow-including-root", "https://dom.spec.whatwg.org/#ref-for-concept-tree-root%E2%91%A1%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-documentfragment-host%E2%91%A0%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-shadow-including-root%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-tree-root%E2%91%A1%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-tree-root%E2%91%A1%E2%91%A7", "https://dom.spec.whatwg.org/#concept-shadow-including-descendant", "https://dom.spec.whatwg.org/#ref-for-concept-tree-descendant%E2%91%A2%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-tree-root%E2%91%A1%E2%91%A8", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-tree-root%E2%91%A2%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-documentfragment-host%E2%91%A0%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-shadow-including-inclusive-descendant%E2%91%A4", @@ -4296,24 +4319,24 @@ "https://dom.spec.whatwg.org/#ref-for-concept-shadow-including-descendant%E2%91%A1", "https://dom.spec.whatwg.org/#concept-shadow-including-inclusive-ancestor", "https://dom.spec.whatwg.org/#ref-for-concept-shadow-including-ancestor", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%91%A5", "https://dom.spec.whatwg.org/#concept-closed-shadow-hidden", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-tree-root%E2%91%A2%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-tree-root%E2%91%A2%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-shadow-including-inclusive-ancestor%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-tree-root%E2%91%A2%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-shadowroot-mode%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-tree-root%E2%91%A2%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-documentfragment-host%E2%91%A0%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-closed-shadow-hidden", "https://dom.spec.whatwg.org/#retarget", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-tree-root%E2%91%A2%E2%91%A4", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-tree-root%E2%91%A2%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-shadow-including-inclusive-ancestor%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-tree-root%E2%91%A2%E2%91%A6", @@ -4493,23 +4516,23 @@ "https://dom.spec.whatwg.org/#ref-for-idl-boolean%E2%91%A3%E2%91%A8", "https://dom.spec.whatwg.org/#dom-shadowrootinit-serializable", "https://dom.spec.whatwg.org/#ref-for-element%E2%91%A3%E2%91%A8", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%93%AA", "https://dom.spec.whatwg.org/#concept-element", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A6%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A6%E2%91%A2", "https://dom.spec.whatwg.org/#concept-element-namespace", "https://dom.spec.whatwg.org/#concept-element-namespace-prefix", "https://dom.spec.whatwg.org/#concept-element-local-name", "https://dom.spec.whatwg.org/#concept-element-custom-element-state", "https://dom.spec.whatwg.org/#concept-element-custom-element-definition", "https://dom.spec.whatwg.org/#concept-element-is-value", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A6%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-create-element%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A6%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-element-custom-element-state", + "https://dom.spec.whatwg.org/#ref-for-concept-create-element%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A6%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-element-custom-element-state", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A6%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-element-custom-element-state%E2%91%A0", "https://dom.spec.whatwg.org/#concept-element-defined", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A6%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A6%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-element-custom-element-state%E2%91%A1", "https://dom.spec.whatwg.org/#concept-element-custom", "https://dom.spec.whatwg.org/#ref-for-concept-element-defined", @@ -4518,19 +4541,19 @@ "https://dom.spec.whatwg.org/#ref-for-custom-element-constructor", "https://dom.spec.whatwg.org/#ref-for-concept-upgrade-an-element%E2%91%A0", "https://dom.spec.whatwg.org/#example-c5b21302", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A6%E2%91%A6", - "https://dom.spec.whatwg.org/#concept-element-shadow-root", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A6%E2%91%A7", - "https://dom.spec.whatwg.org/#element-shadow-host", - "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A0%E2%93%AA", + "https://dom.spec.whatwg.org/#concept-element-shadow-root", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A6%E2%91%A8", + "https://dom.spec.whatwg.org/#element-shadow-host", + "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A0%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%93%AA", "https://dom.spec.whatwg.org/#concept-element-qualified-name", "https://dom.spec.whatwg.org/#ref-for-concept-element-local-name%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-element-namespace-prefix%E2%91%A0%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-element-namespace-prefix%E2%91%A0%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-element-local-name%E2%91%A0%E2%93%AA", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%91%A0", "https://dom.spec.whatwg.org/#element-html-uppercased-qualified-name", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-element-qualified-name%E2%91%A3", @@ -4542,14 +4565,14 @@ "https://dom.spec.whatwg.org/#ref-for-concept-element-qualified-name%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-element-html-uppercased-qualified-name%E2%91%A1", "https://dom.spec.whatwg.org/#concept-create-element", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A3%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A3%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-look-up-a-custom-element-definition", "https://dom.spec.whatwg.org/#ref-for-concept-custom-element-definition-name", "https://dom.spec.whatwg.org/#ref-for-concept-custom-element-definition-local-name", "https://dom.spec.whatwg.org/#ref-for-customized-built-in-element%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-element-interface", "https://dom.spec.whatwg.org/#ref-for-html-namespace%E2%91%A0%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-element-namespace%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-html-namespace%E2%91%A0%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-element-namespace-prefix%E2%91%A0%E2%91%A1", @@ -4600,7 +4623,7 @@ "https://dom.spec.whatwg.org/#ref-for-concept-custom-element-definition-constructor%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-dfn-associated-realm%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-realm-global%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-htmlunknownelement", "https://dom.spec.whatwg.org/#ref-for-concept-element-namespace%E2%91%A0%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-html-namespace%E2%91%A1%E2%91%A0", @@ -4610,7 +4633,7 @@ "https://dom.spec.whatwg.org/#ref-for-concept-element-custom-element-definition%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-element-is-value%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A3%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-htmlelement%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-element-namespace%E2%91%A0%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-html-namespace%E2%91%A1%E2%91%A1", @@ -4622,7 +4645,7 @@ "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A3%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-enqueue-a-custom-element-upgrade-reaction%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-element-interface%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-element-namespace%E2%91%A0%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-element-namespace-prefix%E2%91%A0%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-element-local-name%E2%91%A0%E2%91%A4", @@ -4633,21 +4656,21 @@ "https://dom.spec.whatwg.org/#ref-for-html-namespace%E2%91%A1%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-valid-custom-element-name", "https://dom.spec.whatwg.org/#ref-for-concept-element-custom-element-state%E2%91%A8", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%91%A5", "https://dom.spec.whatwg.org/#concept-element-attribute", "https://dom.spec.whatwg.org/#ref-for-list%E2%91%A0%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-namednodemap%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-element-attribute%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-list-is-empty%E2%91%A4", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%91%A7", "https://dom.spec.whatwg.org/#concept-element-attribute-has", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A1%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-element-attribute%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-list-contain%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-other-applicable-specifications%E2%91%A7", "https://dom.spec.whatwg.org/#concept-element-attributes-change-ext", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%91%A8", "https://dom.spec.whatwg.org/#handle-attribute-changes", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A1%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-queue-a-mutation-record%E2%91%A0", @@ -4668,7 +4691,7 @@ "https://dom.spec.whatwg.org/#ref-for-concept-attribute-element%E2%91%A5", "https://dom.spec.whatwg.org/#concept-element-attributes-append", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A1%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A7%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A8%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-list-append%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-element-attribute%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-attribute-element%E2%91%A6", @@ -4696,7 +4719,7 @@ "https://dom.spec.whatwg.org/#ref-for-concept-attribute-value%E2%91%A0%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-attribute-value%E2%91%A0%E2%91%A5", "https://dom.spec.whatwg.org/#concept-element-attributes-get-by-name", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A8%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A8%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-html-namespace%E2%91%A1%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A3%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-html-document%E2%91%A0%E2%91%A1", @@ -4705,18 +4728,18 @@ "https://dom.spec.whatwg.org/#ref-for-concept-element-attribute%E2%91%A0%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-attribute-qualified-name%E2%91%A1", "https://dom.spec.whatwg.org/#concept-element-attributes-get-by-namespace", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A8%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A8%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A2%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-element-attribute%E2%91%A0%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-attribute-namespace%E2%91%A0%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-attribute-local-name%E2%91%A0%E2%91%A1", "https://dom.spec.whatwg.org/#concept-element-attributes-get-value", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A8%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A8%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-element-attributes-get-by-namespace", "https://dom.spec.whatwg.org/#ref-for-concept-attribute-value%E2%91%A0%E2%91%A6", "https://dom.spec.whatwg.org/#concept-element-attributes-set", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A2%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A8%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A8%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-attribute-element%E2%91%A0%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A3%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-inuseattributeerror", @@ -4727,7 +4750,7 @@ "https://dom.spec.whatwg.org/#ref-for-concept-element-attributes-replace", "https://dom.spec.whatwg.org/#ref-for-concept-element-attributes-append%E2%91%A0", "https://dom.spec.whatwg.org/#concept-element-attributes-set-value", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A8%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A8%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-element-attributes-get-by-namespace%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A2%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-attribute-namespace%E2%91%A0%E2%91%A1", @@ -4740,32 +4763,32 @@ "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A2%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-element-attributes-change", "https://dom.spec.whatwg.org/#concept-element-attributes-remove-by-name", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A8%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A8%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-element-attributes-get-by-name", "https://dom.spec.whatwg.org/#ref-for-concept-element-attributes-remove", "https://dom.spec.whatwg.org/#concept-element-attributes-remove-by-namespace", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A8%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A8%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-element-attributes-get-by-namespace%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-element-attributes-remove%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A8%E2%91%A6", - "https://dom.spec.whatwg.org/#concept-id", "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A8%E2%91%A7", + "https://dom.spec.whatwg.org/#concept-id", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A8%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A2%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-id%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A8%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-named-attribute%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-element-attributes-change-ext%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-id%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-id%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-id%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A2%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-tree-parent%E2%91%A1%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-element%E2%91%A4%E2%93%AA", "https://dom.spec.whatwg.org/#parent-element", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-tree-parent%E2%91%A1%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-parent-element%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-dom-element-namespaceuri%E2%91%A0", @@ -4804,13 +4827,13 @@ "https://dom.spec.whatwg.org/#ref-for-concept-reflect%E2%91%A0", "https://dom.spec.whatwg.org/#dom-element-classlist", "https://dom.spec.whatwg.org/#ref-for-domtokenlist%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A2%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-attribute-local-name%E2%91%A0%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-dtl-tokens", "https://dom.spec.whatwg.org/#ref-for-domtokenlist%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%91%A3", "https://dom.spec.whatwg.org/#concept-class", "https://dom.spec.whatwg.org/#dom-element-slot", "https://dom.spec.whatwg.org/#ref-for-concept-reflect%E2%91%A1", @@ -4965,10 +4988,10 @@ "https://dom.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A5%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-element-attributes-remove%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-dom-element-attachshadow%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A3%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A2%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-dom-element-shadowroot%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A0%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A3%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A0%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A3%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-shadowroot-mode%E2%91%A6", "https://dom.spec.whatwg.org/#valid-shadow-host-name", "https://dom.spec.whatwg.org/#ref-for-valid-custom-element-name%E2%91%A0", @@ -4981,9 +5004,9 @@ "https://dom.spec.whatwg.org/#ref-for-dom-shadowrootinit-delegatesfocus", "https://dom.spec.whatwg.org/#ref-for-dom-shadowrootinit-slotassignment", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A8%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A0%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A0%E2%91%A2", "https://dom.spec.whatwg.org/#concept-attach-a-shadow-root", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-element-namespace%E2%91%A1%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-html-namespace%E2%91%A1%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A4%E2%91%A0", @@ -5007,7 +5030,7 @@ "https://dom.spec.whatwg.org/#ref-for-notsupportederror%E2%91%A0%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A5%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-element-shadow-host%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A0%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-shadowroot-declarative%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-shadowroot-mode%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A4%E2%91%A3", @@ -5017,7 +5040,7 @@ "https://dom.spec.whatwg.org/#ref-for-concept-tree-child%E2%91%A4%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-tree-order%E2%91%A1%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-shadowroot-declarative%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A3%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-shadow-root%E2%91%A3%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A5%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A5%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-documentfragment-host%E2%91%A0%E2%91%A3", @@ -5029,10 +5052,10 @@ "https://dom.spec.whatwg.org/#ref-for-shadowroot-declarative%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-shadowroot-clonable%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-shadowroot-serializable%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A0%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A0%E2%91%A4", "https://dom.spec.whatwg.org/#dom-element-shadowroot", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A8%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A0%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-element-shadow-root%E2%91%A0%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-shadowroot-mode%E2%91%A0%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-dom-element-closest%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-tree-inclusive-ancestor%E2%91%A4", @@ -5045,7 +5068,7 @@ "https://dom.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A5%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A8%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-tree-inclusive-ancestor%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-tree-order%E2%91%A1%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-match-a-selector-against-an-element", "https://dom.spec.whatwg.org/#ref-for-scoping-root%E2%91%A0", @@ -5070,8 +5093,8 @@ "https://dom.spec.whatwg.org/#ref-for-concept-getelementsbyclassname%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%93%AA%E2%91%A0", "https://dom.spec.whatwg.org/#insert-adjacent", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A2%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-ascii-case-insensitive%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-tree-parent%E2%91%A2%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-node-pre-insert%E2%91%A7", @@ -5091,7 +5114,7 @@ "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%93%AA%E2%91%A1", "https://dom.spec.whatwg.org/#dom-element-insertadjacenttext", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A1%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A1%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A5%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%93%AA%E2%91%A2", @@ -5143,7 +5166,7 @@ "https://dom.spec.whatwg.org/#dom-namednodemap-removenameditemns-namespace-localname-localname", "https://dom.spec.whatwg.org/#ref-for-namednodemap%E2%91%A3", "https://dom.spec.whatwg.org/#concept-namednodemap-element", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-namednodemap%E2%91%A4", "https://dom.spec.whatwg.org/#concept-namednodemap-attribute", "https://dom.spec.whatwg.org/#ref-for-concept-namednodemap-element", @@ -5220,7 +5243,7 @@ "https://dom.spec.whatwg.org/#ref-for-idl-boolean%E2%91%A4%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-dom-attr-specified", "https://dom.spec.whatwg.org/#ref-for-attr%E2%91%A2%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%91%A4", "https://dom.spec.whatwg.org/#concept-attribute", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A5%E2%93%AA", "https://dom.spec.whatwg.org/#concept-attribute-namespace", @@ -5228,7 +5251,7 @@ "https://dom.spec.whatwg.org/#concept-attribute-local-name", "https://dom.spec.whatwg.org/#concept-attribute-value", "https://dom.spec.whatwg.org/#concept-attribute-element", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A5%E2%91%A0", "https://dom.spec.whatwg.org/#concept-attribute-qualified-name", "https://dom.spec.whatwg.org/#ref-for-concept-attribute-local-name%E2%91%A1%E2%91%A2", @@ -5318,8 +5341,8 @@ "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A1%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-processinginstruction%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-comment%E2%91%A0%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-characterdata%E2%91%A0%E2%91%A6", "https://dom.spec.whatwg.org/#concept-cd-data", "https://dom.spec.whatwg.org/#concept-cd-replace", @@ -5412,37 +5435,37 @@ "https://dom.spec.whatwg.org/#ref-for-dom-text-wholetext", "https://dom.spec.whatwg.org/#ref-for-dom-text-text%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A2%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A2%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-dom-text-splittext%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A2%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A2%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-dom-text-wholetext%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A2%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A2%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-tree-sibling%E2%91%A0%E2%91%A2", "https://dom.spec.whatwg.org/#exclusive-text-node", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A2%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A2%E2%91%A4", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-cdatasection%E2%91%A8", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%91%A1", "https://dom.spec.whatwg.org/#contiguous-text-nodes", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A2%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A3%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-tree-previous-sibling%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A2%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-contiguous-text-nodes", "https://dom.spec.whatwg.org/#ref-for-concept-tree-next-sibling%E2%91%A0%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A2%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-contiguous-text-nodes%E2%91%A0", "https://dom.spec.whatwg.org/#contiguous-exclusive-text-nodes", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A2%E2%91%A8", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-tree-previous-sibling%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-exclusive-text-node%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-contiguous-exclusive-text-nodes%E2%91%A2", @@ -5450,19 +5473,19 @@ "https://dom.spec.whatwg.org/#ref-for-exclusive-text-node%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-contiguous-exclusive-text-nodes%E2%91%A3", "https://dom.spec.whatwg.org/#concept-child-text-content", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-string-concatenate%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A2%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A3%E2%93%AA", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-tree-child%E2%91%A4%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-tree-order%E2%91%A1%E2%91%A4", "https://dom.spec.whatwg.org/#concept-descendant-text-content", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-string-concatenate%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A2%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A3%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-tree-descendant%E2%91%A2%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-tree-order%E2%91%A1%E2%91%A5", "https://dom.spec.whatwg.org/#dom-text-text", @@ -5474,14 +5497,14 @@ "https://dom.spec.whatwg.org/#ref-for-concept-document-window%E2%91%A2", "https://dom.spec.whatwg.org/#concept-text-split", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A3%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-node-length%E2%91%A0%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A5%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-indexsizeerror%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A6%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-cd-substring%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A3%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A5%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A2%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-tree-parent%E2%91%A2%E2%91%A5", @@ -5530,7 +5553,7 @@ "https://dom.spec.whatwg.org/#ref-for-idl-DOMString%E2%91%A0%E2%91%A0%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-dom-processinginstruction-target", "https://dom.spec.whatwg.org/#ref-for-processinginstruction%E2%91%A0%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A4%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%91%A2", "https://dom.spec.whatwg.org/#concept-pi-target", "https://dom.spec.whatwg.org/#dom-processinginstruction-target", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A1%E2%91%A7", @@ -5545,7 +5568,7 @@ "https://dom.spec.whatwg.org/#dom-comment-comment-data-data", "https://dom.spec.whatwg.org/#ref-for-dom-comment-comment%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-comment%E2%91%A0%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A2%E2%91%A7", "https://dom.spec.whatwg.org/#dom-comment-comment", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A1%E2%91%A8", @@ -5580,13 +5603,13 @@ "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A3%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-node-tree%E2%91%A1%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-range%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%93%AA%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%91%A0%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%91%A0%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A5%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-node-tree%E2%91%A1%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-range%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-range%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-range%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-staticrange%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-node-tree%E2%91%A1%E2%91%A6", @@ -5611,7 +5634,7 @@ "https://dom.spec.whatwg.org/#concept-range-bp", "https://dom.spec.whatwg.org/#ref-for-tuple%E2%91%A0", "https://dom.spec.whatwg.org/#boundary-point-node", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%91%A5", "https://dom.spec.whatwg.org/#concept-range-bp-offset", "https://dom.spec.whatwg.org/#ref-for-concept-range-bp%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-range-bp-offset%E2%91%A0", @@ -5729,7 +5752,7 @@ "https://dom.spec.whatwg.org/#ref-for-dom-staticrangeinit-endcontainer", "https://dom.spec.whatwg.org/#ref-for-documenttype%E2%91%A1%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-attr%E2%91%A2%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A5%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-invalidnodetypeerror", "https://dom.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A6%E2%91%A4", @@ -5873,7 +5896,7 @@ "https://dom.spec.whatwg.org/#ref-for-concept-live-range%E2%91%A1%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-tree-root%E2%91%A3%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-range-start-node%E2%91%A0%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%91%A7", "https://dom.spec.whatwg.org/#contained", "https://dom.spec.whatwg.org/#ref-for-concept-live-range%E2%91%A1%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-tree-root%E2%91%A3%E2%91%A0", @@ -5883,7 +5906,7 @@ "https://dom.spec.whatwg.org/#ref-for-concept-node-length%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-range-bp-before%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-range-end%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%91%A8", "https://dom.spec.whatwg.org/#partially-contained", "https://dom.spec.whatwg.org/#ref-for-concept-live-range%E2%91%A1%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-tree-inclusive-ancestor%E2%91%A6", @@ -5892,20 +5915,20 @@ "https://dom.spec.whatwg.org/#ref-for-concept-range-end-node%E2%91%A0%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-live-range%E2%91%A1%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-contained", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-range-start-node%E2%91%A0%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-range-end-node%E2%91%A0%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-characterdata%E2%91%A1%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-live-range%E2%91%A2%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-tree-parent%E2%91%A2%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-contained%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A5%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-contained%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-tree-descendant%E2%91%A2%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-contained%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-contained%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-tree-sibling%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-contained%E2%91%A4", @@ -5915,14 +5938,14 @@ "https://dom.spec.whatwg.org/#ref-for-concept-live-range%E2%91%A2%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-contained%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-contained%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-range-start-node%E2%91%A1%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-contained%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-range-end-node%E2%91%A0%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-tree-descendant%E2%91%A2%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-partially-contained", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-range-start-node%E2%91%A1%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-range-end-node%E2%91%A1%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-dom-range-commonancestorcontainer%E2%91%A0", @@ -5959,8 +5982,8 @@ "https://dom.spec.whatwg.org/#ref-for-current-global-object%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-document-window%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-dom-range-commonancestorcontainer%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A3%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-document%E2%91%A4%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-tree-ancestor%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-range-start-node%E2%91%A1%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-range-end-node%E2%91%A1%E2%91%A3", @@ -6042,7 +6065,7 @@ "https://dom.spec.whatwg.org/#ref-for-concept-range-start%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-range-end%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#concept-range-select", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-range%E2%91%A0%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-tree-parent%E2%91%A3%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A6%E2%93%AA", @@ -6109,13 +6132,13 @@ "https://dom.spec.whatwg.org/#ref-for-concept-range-end-node%E2%91%A1%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-range-end-offset%E2%91%A0%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-characterdata%E2%91%A1%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-cd-replace%E2%91%A0%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-contained%E2%91%A0%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A4%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-tree-order%E2%91%A1%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-tree-parent%E2%91%A3%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-contained%E2%91%A0%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A4%E2%91%A2", @@ -6130,20 +6153,20 @@ "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A4%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-tree-inclusive-ancestor%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-characterdata%E2%91%A1%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A6%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-cd-replace%E2%91%A0%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-node-length%E2%91%A0%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-tree-order%E2%91%A1%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-node-remove%E2%91%A0%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-characterdata%E2%91%A1%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-cd-replace%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-range-start%E2%91%A1%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-range-end%E2%91%A1%E2%91%A0", "https://dom.spec.whatwg.org/#concept-range-extract", "https://dom.spec.whatwg.org/#ref-for-concept-live-range%E2%91%A2%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-documentfragment%E2%91%A2%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A5%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-range-start-node%E2%91%A1%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A5%E2%91%A8", @@ -6153,11 +6176,11 @@ "https://dom.spec.whatwg.org/#ref-for-concept-range-end-node%E2%91%A1%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-range-end-offset%E2%91%A1%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-characterdata%E2%91%A1%E2%91%A4", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A3%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-cd-substring%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A0%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A0%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-cd-replace%E2%91%A0%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-tree-inclusive-ancestor%E2%91%A0%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-tree-parent%E2%91%A4%E2%93%AA", @@ -6191,37 +6214,37 @@ "https://dom.spec.whatwg.org/#ref-for-concept-range-root%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-tree-inclusive-ancestor%E2%91%A1%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-characterdata%E2%91%A1%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A3%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-cd-substring%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-node-length%E2%91%A0%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A0%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A0%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-cd-replace%E2%91%A0%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-node-length%E2%91%A0%E2%91%A8", - "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A0%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-live-range%E2%91%A2%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-range-start%E2%91%A1%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-range-end%E2%91%A1%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-node-length%E2%91%A1%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-range-extract", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A0%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A0%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A0%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-characterdata%E2%91%A1%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A3%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-cd-substring%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A0%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A0%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-cd-replace%E2%91%A0%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A0%E2%93%AA", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A0%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A0%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-live-range%E2%91%A2%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-range-start%E2%91%A1%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-range-end%E2%91%A1%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-range-extract%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A1%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A0%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-range-start%E2%91%A1%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-range-end%E2%91%A1%E2%91%A3", "https://dom.spec.whatwg.org/#dom-range-extractcontents", @@ -6230,7 +6253,7 @@ "https://dom.spec.whatwg.org/#concept-range-clone", "https://dom.spec.whatwg.org/#ref-for-concept-live-range%E2%91%A2%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-documentfragment%E2%91%A2%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A6%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-range-start-node%E2%91%A2%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A6%E2%91%A0", @@ -6240,11 +6263,11 @@ "https://dom.spec.whatwg.org/#ref-for-concept-range-end-node%E2%91%A1%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-range-end-offset%E2%91%A1%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-characterdata%E2%91%A1%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A0%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A0%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A3%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-cd-substring%E2%91%A4", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A1%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A1%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-tree-inclusive-ancestor%E2%91%A1%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-tree-parent%E2%91%A4%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-tree-inclusive-ancestor%E2%91%A1%E2%91%A3", @@ -6268,56 +6291,56 @@ "https://dom.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A7%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-doctype%E2%91%A1%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-characterdata%E2%91%A1%E2%91%A8", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A0%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A0%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A3%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-cd-substring%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-node-length%E2%91%A1%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A1%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A0%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A1%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A0%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A1%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-live-range%E2%91%A2%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-range-start%E2%91%A1%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-range-end%E2%91%A1%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-node-length%E2%91%A1%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-range-clone", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A1%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A0%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A1%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A0%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A1%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-characterdata%E2%91%A2%E2%93%AA", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A0%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A3%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-cd-substring%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A1%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A0%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A1%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-node-clone%E2%91%A0%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A1%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-live-range%E2%91%A2%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-range-start%E2%91%A1%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-range-end%E2%91%A1%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-range-clone%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A1%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A1%E2%91%A6", "https://dom.spec.whatwg.org/#dom-range-clonecontents", "https://dom.spec.whatwg.org/#ref-for-concept-range-clone%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A4%E2%91%A5", "https://dom.spec.whatwg.org/#concept-range-insert", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A7%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-live-range%E2%91%A2%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-range-start-node%E2%91%A2%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-processinginstruction%E2%91%A0%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-comment%E2%91%A0%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A3%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-tree-parent%E2%91%A4%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A6%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-hierarchyrequesterror%E2%91%A1%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A7%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-range-start-node%E2%91%A2%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A3%E2%91%A8", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A4%E2%93%AA", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-tree-child%E2%91%A6%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-range-start-node%E2%91%A2%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-tree-index%E2%91%A0%E2%91%A6", @@ -6328,7 +6351,7 @@ "https://dom.spec.whatwg.org/#ref-for-concept-node-ensure-pre-insertion-validity%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-range-start-node%E2%91%A2%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A4%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-text-split%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-range-start-offset%E2%91%A1%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-tree-next-sibling%E2%91%A0%E2%91%A3", @@ -6338,7 +6361,7 @@ "https://dom.spec.whatwg.org/#ref-for-concept-tree-index%E2%91%A0%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-node-length%E2%91%A1%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-documentfragment%E2%91%A2%E2%91%A7", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-node-pre-insert%E2%91%A0%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-range-collapsed%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-range-end%E2%91%A1%E2%91%A6", @@ -6347,7 +6370,7 @@ "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A4%E2%91%A6", "https://dom.spec.whatwg.org/#dom-range-surroundcontents", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A4%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-partially-contained%E2%91%A0%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A4%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A6%E2%91%A6", @@ -6356,19 +6379,19 @@ "https://dom.spec.whatwg.org/#ref-for-document%E2%91%A1%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-documenttype%E2%91%A1%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-documentfragment%E2%91%A2%E2%91%A8", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A6%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-invalidnodetypeerror%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-idl-DOMException%E2%91%A8%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-characterdata%E2%91%A2%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-range-extract%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A4%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-tree-child%E2%91%A6%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-node-replace-all%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-range-insert%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A5%E2%93%AA", - "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A1%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-node-append%E2%91%A1%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-range-select%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A5%E2%91%A0", "https://dom.spec.whatwg.org/#dom-range-clonerange", @@ -6431,9 +6454,9 @@ "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A5%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-range-end-node%E2%91%A1%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A4%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A0%E2%91%A8%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A4%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A3%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A5%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-range-start-offset%E2%91%A1%E2%91%A3", @@ -6442,23 +6465,23 @@ "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A6%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-range-start-node%E2%91%A2%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A4%E2%91%A4", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A3%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A6%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-range-start-offset%E2%91%A1%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-string-concatenate%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A3%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A4%E2%91%A5", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-contained%E2%91%A0%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A6%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-tree-order%E2%91%A2%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A6%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-range-end-node%E2%91%A2%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-text%E2%91%A4%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-cd-data%E2%91%A3%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A6%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-range-end-offset%E2%91%A1%E2%91%A2", @@ -6468,7 +6491,7 @@ "https://dom.spec.whatwg.org/#traversal", "https://dom.spec.whatwg.org/#ref-for-nodeiterator%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-treewalker%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A0%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-tree%E2%91%A1%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-nodeiterator%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-treewalker%E2%91%A2", @@ -6476,11 +6499,11 @@ "https://dom.spec.whatwg.org/#ref-for-nodeiterator%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-treewalker%E2%91%A3", "https://dom.spec.whatwg.org/#concept-traversal-root", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A0%E2%91%A0", "https://dom.spec.whatwg.org/#concept-traversal-whattoshow", "https://dom.spec.whatwg.org/#concept-traversal-filter", "https://dom.spec.whatwg.org/#concept-node-filter", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A0%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-nodeiterator%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-treewalker%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-traversal-active", @@ -6525,10 +6548,10 @@ "https://dom.spec.whatwg.org/#ref-for-concept-collection%E2%91%A0%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-nodeiterator%E2%91%A0%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-traversal-root%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%93%AA%E2%91%A8", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A0%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-nodeiterator%E2%91%A0%E2%91%A0", "https://dom.spec.whatwg.org/#nodeiterator-reference", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A0%E2%93%AA", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#nodeiterator-pointer-before-reference", "https://dom.spec.whatwg.org/#ref-for-nodeiterator%E2%91%A0%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-traversal-active%E2%91%A3", @@ -6541,11 +6564,11 @@ "https://dom.spec.whatwg.org/#ref-for-concept-traversal-root%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-nodeiterator-pointer-before-reference%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-tree-following%E2%91%A0%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A0%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A0%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-tree-inclusive-descendant%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-traversal-root%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-tree-inclusive-descendant%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A0%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A0%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-nodeiterator-reference%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-nodeiterator-pointer-before-reference%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-nodeiterator-reference%E2%91%A2", @@ -6573,14 +6596,14 @@ "https://dom.spec.whatwg.org/#ref-for-nodeiterator%E2%91%A0%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-nodeiterator-reference%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-nodeiterator-pointer-before-reference%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A0%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A0%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-tree-following%E2%91%A0%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-iterator-collection", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A0%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A0%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A0%E2%91%A7", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A0%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-tree-preceding%E2%91%A0%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-iterator-collection%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A0%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A1%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-node-filter", "https://dom.spec.whatwg.org/#ref-for-dom-nodefilter-filter_accept%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-iteration-break%E2%91%A1", @@ -6626,7 +6649,7 @@ "https://dom.spec.whatwg.org/#ref-for-document%E2%91%A1%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-treewalker%E2%91%A7", "https://dom.spec.whatwg.org/#treewalker-current", - "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A0%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A1%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-treewalker%E2%91%A8", "https://dom.spec.whatwg.org/#ref-for-concept-traversal-root%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-traversal-whattoshow%E2%91%A4", @@ -6865,7 +6888,7 @@ "https://dom.spec.whatwg.org/#concept-dtl-tokens", "https://dom.spec.whatwg.org/#ref-for-ordered-set%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-domtokenlist%E2%91%A6", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%91%A0%E2%91%A0", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%91%A0%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A5%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-attribute-local-name%E2%91%A1%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-other-applicable-specifications%E2%91%A8", @@ -6883,11 +6906,11 @@ "https://dom.spec.whatwg.org/#ref-for-concept-supported-tokens%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-domtokenlist%E2%91%A0%E2%93%AA", "https://dom.spec.whatwg.org/#concept-dtl-update", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%91%A0%E2%91%A1", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%91%A0%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A6%E2%93%AA", "https://dom.spec.whatwg.org/#ref-for-concept-dtl-tokens%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-element-attributes-set-value%E2%91%A1", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%91%A0%E2%91%A2", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%91%A0%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A6%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-attribute-local-name%E2%91%A2%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-concept-ordered-set-serializer", @@ -6895,12 +6918,12 @@ "https://dom.spec.whatwg.org/#ref-for-domtokenlist%E2%91%A0%E2%91%A0", "https://dom.spec.whatwg.org/#concept-dtl-serialize", "https://dom.spec.whatwg.org/#ref-for-concept-element-attributes-get-value%E2%91%A0", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%91%A0%E2%91%A3", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%91%A0%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A6%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-attribute-local-name%E2%91%A2%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-domtokenlist%E2%91%A0%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-element-attributes-change-ext%E2%91%A3", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%91%A0%E2%91%A4", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%91%A0%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-attribute-local-name%E2%91%A2%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-list-empty%E2%91%A5", "https://dom.spec.whatwg.org/#ref-for-concept-dtl-tokens%E2%91%A2", @@ -6908,7 +6931,7 @@ "https://dom.spec.whatwg.org/#ref-for-concept-dtl-tokens%E2%91%A3", "https://dom.spec.whatwg.org/#ref-for-concept-ordered-set-parser%E2%91%A0", "https://dom.spec.whatwg.org/#ref-for-domtokenlist%E2%91%A0%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%91%A0%E2%91%A5", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%91%A0%E2%91%A6", "https://dom.spec.whatwg.org/#ref-for-concept-attribute-local-name%E2%91%A2%E2%91%A4", "https://dom.spec.whatwg.org/#ref-for-concept-element-attributes-get-value%E2%91%A1", "https://dom.spec.whatwg.org/#ref-for-concept-element-attributes-change-ext%E2%91%A4", @@ -7034,7 +7057,7 @@ "https://dom.spec.whatwg.org/#ref-for-concept-dtl-serialize", "https://dom.spec.whatwg.org/#ref-for-dom-domtokenlist-value%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-element-attributes-set-value%E2%91%A2", - "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%91%A0%E2%91%A6", + "https://dom.spec.whatwg.org/#ref-for-concept-element%E2%91%A0%E2%91%A0%E2%91%A7", "https://dom.spec.whatwg.org/#ref-for-concept-attribute%E2%91%A6%E2%91%A2", "https://dom.spec.whatwg.org/#ref-for-concept-attribute-local-name%E2%91%A2%E2%91%A5", "https://dom.spec.whatwg.org/#xpath", diff --git a/ed/ids/html.json b/ed/ids/html.json index b881899f41f7..ca75d7d57d20 100644 --- a/ed/ids/html.json +++ b/ed/ids/html.json @@ -1257,7 +1257,9 @@ "https://html.spec.whatwg.org/multipage/infrastructure.html#limited-quirks-mode", "https://html.spec.whatwg.org/multipage/infrastructure.html#no-quirks-mode", "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-node-clone", - "https://html.spec.whatwg.org/multipage/infrastructure.html#dependencies%3Anode", + "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-node-clone-document", + "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-node-clone-subtree", + "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-node-clone-parent", "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-node-clone-ext", "https://html.spec.whatwg.org/multipage/infrastructure.html#base-url-change-steps", "https://html.spec.whatwg.org/multipage/infrastructure.html#affected-by-a-base-url-change", @@ -2569,6 +2571,7 @@ "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#nonce-attributes%3Ainclude-3", "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#nonce-attributes%3Ahtmlorsvgelement-4", "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#nonce-attributes%3Acryptographicnonce-8", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#nonce-attributes%3Acryptographicnonce-9", "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#lazy-loading-attributes", "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#lazy-loading-attribute", "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#lazy-loading-attributes%3Aenumerated-attribute", @@ -4348,7 +4351,7 @@ "https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors%3Ahtmlconstructor-2", "https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors%3Aoverridden-constructor-steps", "https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors%3Acurrent-global-object", - "https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors%3Acustomelementregistry", + "https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors%3Aglobal-custom-element-registry", "https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors%3Anewtarget", "https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors%3Aactive-function-object", "https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors%3Atypeerror", @@ -4358,9 +4361,11 @@ "https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors%3Anewtarget-2", "https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors%3Ahtmlbuttonelement-2", "https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors%3Ahtmlbuttonelement-3", + "https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors%3Acustom-element-definition-set", "https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors%3Aconcept-custom-element-definition-constructor", "https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors%3Anewtarget-3", "https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors%3Atypeerror-2", + "https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors%3Acustom-element-definition-set-2", "https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors%3Aconcept-custom-element-definition-constructor-2", "https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors%3Anewtarget-4", "https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors%3Aconcept-custom-element-definition-local-name", @@ -5773,10 +5778,7 @@ "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-5", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Aattr-base-href-3", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Aurl-2", - "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-html-element", - "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Aattr-html-manifest", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-6", - "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-7", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Aattr-base-href-4", "https://html.spec.whatwg.org/multipage/semantics.html#attr-base-target", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Avalid-navigable-target-name-or-keyword", @@ -5785,36 +5787,36 @@ "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-form-element", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Adocument", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Anavigate-2", - "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-8", + "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-7", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Aattr-base-target-3", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Ahyperlink-3", - "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-9", + "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-8", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Aattr-base-target-4", "https://html.spec.whatwg.org/multipage/semantics.html#get-an-element's-target", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-a-element", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-area-element", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-form-element-2", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Anode-document", - "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-10", + "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-9", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Aattr-base-target-5", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Aattr-base-target-6", - "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-11", + "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-10", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Aascii-tab-or-newline", + "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-11", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-12", - "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-13", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Aattr-base-href-5", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Ain-a-document-tree", "https://html.spec.whatwg.org/multipage/semantics.html#frozen-base-url", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Afrozen-base-url", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Aimmediately", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Aset-the-frozen-base-url", + "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-13", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-14", - "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-15", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Atree-order", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Aattr-base-href-6", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Adocument-2", + "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-15", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-16", - "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-17", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Atree-order-2", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Aattr-base-href-7", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Adocument-3", @@ -5825,7 +5827,7 @@ "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Aattr-base-href-9", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Afallback-base-url", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Adocument's-character-encoding", - "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-18", + "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-17", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Aconcept-url-scheme", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Ais-base-allowed-for-document", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Afrozen-base-url-2", @@ -5837,14 +5839,14 @@ "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Aurl-parser-2", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Afallback-base-url-3", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Adocument's-character-encoding-2", + "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-18", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-19", - "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-20", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Aconcept-url-serializer", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Adom-base-href-2", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Aattr-base-href-11", "https://html.spec.whatwg.org/multipage/semantics.html#dom-base-target", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Areflect", - "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-21", + "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Athe-base-element-20", "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element%3Adocument-base-url-3", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element", @@ -27604,11 +27606,15 @@ "https://html.spec.whatwg.org/multipage/scripting.html#the-template-element%3Aattr-template-shadowrootserializable-2", "https://html.spec.whatwg.org/multipage/scripting.html#the-template-element%3Aconcept-node-clone-ext", "https://html.spec.whatwg.org/multipage/scripting.html#the-template-element%3Athe-template-element-21", - "https://html.spec.whatwg.org/multipage/scripting.html#the-template-element%3Aconcept-node-clone", - "https://html.spec.whatwg.org/multipage/scripting.html#the-template-element%3Aconcept-node-clone-2", "https://html.spec.whatwg.org/multipage/scripting.html#the-template-element%3Atemplate-contents-10", + "https://html.spec.whatwg.org/multipage/scripting.html#the-template-element%3Aconcept-tree-child", + "https://html.spec.whatwg.org/multipage/scripting.html#the-template-element%3Atree-order", + "https://html.spec.whatwg.org/multipage/scripting.html#the-template-element%3Aconcept-node-clone", + "https://html.spec.whatwg.org/multipage/scripting.html#the-template-element%3Aconcept-node-clone-document", "https://html.spec.whatwg.org/multipage/scripting.html#the-template-element%3Atemplate-contents-11", "https://html.spec.whatwg.org/multipage/scripting.html#the-template-element%3Anode-document-5", + "https://html.spec.whatwg.org/multipage/scripting.html#the-template-element%3Aconcept-node-clone-subtree", + "https://html.spec.whatwg.org/multipage/scripting.html#the-template-element%3Aconcept-node-clone-parent", "https://html.spec.whatwg.org/multipage/scripting.html#the-template-element%3Atemplate-contents-12", "https://html.spec.whatwg.org/multipage/scripting.html#the-template-element%3Athe-template-element-22", "https://html.spec.whatwg.org/multipage/scripting.html#the-template-element%3Adom-node-clonenode", @@ -30762,7 +30768,7 @@ "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts%3Ahtml-namespace-2", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts%3Aconcept-document-bc", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts%3Aconcept-relevant-global", - "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts%3Acustomelementregistry", + "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts%3Aglobal-custom-element-registry", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts%3Acustom-element-definition-set", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts%3Alist-contains", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts%3Aconcept-custom-element-definition-name-3", @@ -30774,7 +30780,9 @@ "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Acustomelementregistry", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Awindow", + "https://html.spec.whatwg.org/multipage/custom-elements.html#global-custom-element-registry", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Acustomelementregistry-2", + "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Acustomelementregistry-3", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Awindow-2", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Awindow-3", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Adocument", @@ -30784,7 +30792,7 @@ "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Awindow-4", "https://html.spec.whatwg.org/multipage/custom-elements.html#dom-window-customelements", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Awindow-5", - "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Acustomelementregistry-3", + "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Acustomelementregistry-4", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Awindow-6", "https://html.spec.whatwg.org/multipage/custom-elements.html#customelementregistry", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Acereactions", @@ -30804,7 +30812,7 @@ "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Ahtmlelement-3", "https://html.spec.whatwg.org/multipage/custom-elements.html#elementdefinitionoptions", "https://html.spec.whatwg.org/multipage/custom-elements.html#dom-elementdefinitionoptions-extends", - "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Acustomelementregistry-4", + "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Acustomelementregistry-5", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-element-definition-set", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Aset", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Acustom-element-definition", @@ -30812,10 +30820,10 @@ "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Aconcept-custom-element-definition-name", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Aconcept-custom-element-definition-local-name", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Aconcept-custom-element-definition-constructor", - "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Acustomelementregistry-5", + "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Acustomelementregistry-6", "https://html.spec.whatwg.org/multipage/custom-elements.html#element-definition-is-running", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Aelement-definition", - "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Acustomelementregistry-6", + "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Acustomelementregistry-7", "https://html.spec.whatwg.org/multipage/custom-elements.html#when-defined-promise-map", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Aordered-map", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Avalid-custom-element-name", @@ -30859,7 +30867,7 @@ "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Aconnected", "https://html.spec.whatwg.org/multipage/custom-elements.html#element-definition", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Acustom-element-definition-4", - "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Acustomelementregistry-7", + "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Acustomelementregistry-8", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Adom-customelementregistry-define-3", "https://html.spec.whatwg.org/multipage/custom-elements.html#dom-customelementregistry-define", "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api%3Aisconstructor", @@ -62938,7 +62946,6 @@ "https://html.spec.whatwg.org/multipage/indices.html#elements-3%3Athe-head-element-3", "https://html.spec.whatwg.org/multipage/indices.html#elements-3%3Athe-body-element-2", "https://html.spec.whatwg.org/multipage/indices.html#elements-3%3Aglobal-attributes-44", - "https://html.spec.whatwg.org/multipage/indices.html#elements-3%3Aattr-html-manifest", "https://html.spec.whatwg.org/multipage/indices.html#elements-3%3Ahtmlhtmlelement", "https://html.spec.whatwg.org/multipage/indices.html#elements-3%3Athe-i-element", "https://html.spec.whatwg.org/multipage/indices.html#elements-3%3Aflow-content-2-68", diff --git a/ed/ids/turtledove.json b/ed/ids/turtledove.json index be188f6c3a24..2a1830aab54b 100644 --- a/ed/ids/turtledove.json +++ b/ed/ids/turtledove.json @@ -2925,6 +2925,7 @@ "https://wicg.github.io/turtledove/#ref-for-server-auction-response-interest-group-owner%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key-bid-identifier", "https://wicg.github.io/turtledove/#ref-for-server-auction-response-interest-group-name%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-handle-server-response-private-aggregation-fields", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-generated-bid-reporting-id%E2%91%A7", @@ -3016,6 +3017,55 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-last-updated%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-next-update-after%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dfn-current-wall-time%E2%91%A8", + "https://wicg.github.io/turtledove/#handle-server-response-private-aggregation-fields", + "https://wicg.github.io/turtledove/#ref-for-server-auction-response%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-commit-server-response-private-aggregation-contributions", + "https://wicg.github.io/turtledove/#ref-for-server-auction-response-component-win-private-aggregation-contributions", + "https://wicg.github.io/turtledove/#ref-for-commit-server-response-private-aggregation-contributions%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-server-auction-response-server-filtered-private-aggregation-reserved-contributions", + "https://wicg.github.io/turtledove/#ref-for-commit-server-response-private-aggregation-contributions%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-server-auction-response-server-filtered-private-aggregation-non-reserved-contributions", + "https://wicg.github.io/turtledove/#commit-server-response-private-aggregation-contributions", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-server-auction-private-aggregation-contribution-key", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry", + "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A1%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-server-auction-private-aggregation-contribution-key-reporting-origin", + "https://wicg.github.io/turtledove/#ref-for-server-auction-private-aggregation-contribution-key-event", + "https://wicg.github.io/turtledove/#ref-for-server-auction-private-aggregation-contribution-key-coordinator", + "https://wicg.github.io/turtledove/#ref-for-default-aggregation-coordinator", + "https://wicg.github.io/turtledove/#ref-for-private-aggregation-contributions%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string-starts-with%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-get-or-create-a-batching-scope", + "https://wicg.github.io/turtledove/#ref-for-batching-scope", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-dom-paextendedhistogramcontribution-bucket", + "https://wicg.github.io/turtledove/#ref-for-idl-bigint%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-the-exclusive-range%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-dom-paextendedhistogramcontribution-value", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-dom-paextendedhistogramcontribution-bucket%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-dom-paextendedhistogramcontribution-value%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-contribution", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-batching-scope", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-debug-scope", + "https://wicg.github.io/turtledove/#ref-for-debug-scope", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-worklet-function", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-origin", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A8%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-commit-private-aggregation-contributions%E2%91%A2", "https://wicg.github.io/turtledove/#canloadadauctionfencedframe", "https://wicg.github.io/turtledove/#ref-for-dom-navigator%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-runadauction%E2%91%A0%E2%91%A2", @@ -3039,12 +3089,12 @@ "https://wicg.github.io/turtledove/#ref-for-relevant-settings-object%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-settings-object-policy-container%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-policy-container-csp-list", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A3%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-policy-directive-set", "https://wicg.github.io/turtledove/#ref-for-directive-name", "https://wicg.github.io/turtledove/#ref-for-directive-value", - "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-concept-document-window%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-active-sandboxing-flag-set", "https://wicg.github.io/turtledove/#ref-for-set-intersection", @@ -3112,19 +3162,19 @@ "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#server-auction-interest-group-bidding-signals-keys", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-keys%E2%91%A3", "https://wicg.github.io/turtledove/#server-auction-interest-group-user-bidding-signals", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-user-bidding-signals%E2%91%A1", "https://wicg.github.io/turtledove/#server-auction-interest-group-ads", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-ad-render-id%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#server-auction-interest-group-components", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-ad-render-id%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A2", @@ -3175,7 +3225,7 @@ "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-descriptor%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#server-auction-response-ad-components", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A4", @@ -3186,14 +3236,14 @@ "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#server-auction-response-bidding-groups", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#server-auction-response-update-groups", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A1%E2%91%A8", + "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%A4", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A4", @@ -3237,19 +3287,40 @@ "https://wicg.github.io/turtledove/#ref-for-server-auction-reporting-info%E2%91%A0", "https://wicg.github.io/turtledove/#server-auction-response-component-seller-reporting", "https://wicg.github.io/turtledove/#ref-for-server-auction-reporting-info%E2%91%A1", - "https://wicg.github.io/turtledove/#server-auction-response-component-win-debugging-only-reports", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#server-auction-response-component-win-private-aggregation-contributions", + "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%A5", - "https://wicg.github.io/turtledove/#ref-for-server-auction-debug-report-key", + "https://wicg.github.io/turtledove/#ref-for-server-auction-private-aggregation-contribution-key%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A0%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A1", + "https://wicg.github.io/turtledove/#server-auction-response-server-filtered-private-aggregation-reserved-contributions", + "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%A6", + "https://wicg.github.io/turtledove/#ref-for-server-auction-private-aggregation-contribution-key%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A2", + "https://wicg.github.io/turtledove/#server-auction-response-server-filtered-private-aggregation-non-reserved-contributions", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A2%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-server-auction-private-aggregation-contribution-key%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A3", + "https://wicg.github.io/turtledove/#server-auction-response-component-win-debugging-only-reports", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A2%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-server-auction-debug-report-key", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A4", "https://wicg.github.io/turtledove/#server-auction-response-server-filtered-debugging-only-reports", - "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-ordered-map%E2%91%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%93%AA", "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%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A5", "https://wicg.github.io/turtledove/#server-auction-reporting-info", "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A1%E2%93%AA", @@ -3257,10 +3328,10 @@ "https://wicg.github.io/turtledove/#server-auction-reporting-info-reporting-url", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A6", "https://wicg.github.io/turtledove/#server-auction-reporting-info-beacon-urls", - "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-ordered-map%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A0%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-concept-url%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A0", "https://wicg.github.io/turtledove/#server-auction-debug-report-key", @@ -3270,6 +3341,15 @@ "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A3", "https://wicg.github.io/turtledove/#server-auction-debug-report-key-is-debug-win", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A4", + "https://wicg.github.io/turtledove/#server-auction-private-aggregation-contribution-key", + "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%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#server-auction-private-aggregation-contribution-key-reporting-origin", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#server-auction-private-aggregation-contribution-key-coordinator", + "https://wicg.github.io/turtledove/#ref-for-aggregation-coordinator%E2%91%A0", + "https://wicg.github.io/turtledove/#server-auction-private-aggregation-contribution-key-event", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A5", "https://wicg.github.io/turtledove/#dom-navigator-getinterestgroupadauctiondata-configidl", "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A4", @@ -3303,52 +3383,59 @@ "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A5", "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%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A0%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A6", + "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-origin%E2%91%A1%E2%91%A1", "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%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-auction-data-config-per-buyer-config", "https://wicg.github.io/turtledove/#ref-for-map-is-empty%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-data-config-per-buyer-config%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-iteration-continue%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A8%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A8%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A3%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-ad-render-id%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-ad-render-id%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-idl-sequence%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-server-auction-previous-win%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-previous-wins%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-previous-win-time%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-server-auction-previous-win%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A2%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-server-auction-previous-win-time-delta", "https://wicg.github.io/turtledove/#ref-for-server-auction-previous-win-ad-render-id", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-ad-render-id%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-previous-win-ad%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-server-auction-browser-signals%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-server-auction-browser-signals-bid-count", "https://wicg.github.io/turtledove/#ref-for-interest-group-bid-counts%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-server-auction-browser-signals-join-count", @@ -3358,9 +3445,8 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-join-time%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-server-auction-browser-signals-previous-wins", "https://wicg.github.io/turtledove/#ref-for-server-auction-interest-group", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-server-auction-interest-group-name", - "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-server-auction-interest-group-bidding-signals-keys", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-keys%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-server-auction-interest-group-user-bidding-signals", @@ -3370,11 +3456,13 @@ "https://wicg.github.io/turtledove/#ref-for-server-auction-interest-group-browser-signals", "https://wicg.github.io/turtledove/#ref-for-server-auction-interest-group-priority", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-interest-group-private-aggregation-coordinator%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A3", "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%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-dom-adauctiondata-requestid", "https://wicg.github.io/turtledove/#ref-for-dom-adauctiondata-request%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-queue-a-global-task%E2%91%A0%E2%91%A2", @@ -3383,14 +3471,14 @@ "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%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-concept-document-window%E2%91%A0%E2%91%A0", "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%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-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", @@ -3398,22 +3486,22 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-auction-data-config", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A2%E2%91%A8", "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%A7", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A8%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-auction-data-config-per-buyer-config%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-parse-per-buyer-auction-data-configs", "https://wicg.github.io/turtledove/#ref-for-dom-adauctiondataconfig-perbuyerconfig%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-auction-data-config-per-buyer-config%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-is-empty%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-auction-data-config-request-size%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-auction-data-config-per-buyer-config%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-map-getting-the-values%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-auction-data-buyer-config-size", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A7", @@ -3421,24 +3509,24 @@ "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%A3", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A2%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A5", "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%A5", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-auction-data-buyer-config", "https://wicg.github.io/turtledove/#ref-for-auction-data-buyer-config-size%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-adauctiondatabuyerconfig-targetsize%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A8%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%93%AA", "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%A4%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A8", - "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/#look-up-the-server-encryption-key", - "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%A2", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%93%AA", + "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%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A3", "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-tuple%E2%91%A4", @@ -3454,92 +3542,92 @@ "https://wicg.github.io/turtledove/#reporting-bid-source-bidding-and-auction-services", "https://wicg.github.io/turtledove/#ref-for-parse-and-validate-server-response%E2%91%A1", "https://wicg.github.io/turtledove/#reporting-bid-key", - "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%A2%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#reporting-bid-key-context", - "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A5", "https://wicg.github.io/turtledove/#reporting-bid-key-source", "https://wicg.github.io/turtledove/#ref-for-reporting-bid-source", "https://wicg.github.io/turtledove/#reporting-bid-key-bidder-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/#reporting-bid-key-bid-identifier", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key-context%E2%91%A0", "https://wicg.github.io/turtledove/#reporting-context", - "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%93%AA", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A1%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#reporting-context-debug-reporting-info", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A2%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A2", "https://wicg.github.io/turtledove/#reporting-context-private-aggregation-batching-scope-map", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-aggregation-coordinator%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-batching-scope", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-aggregation-coordinator%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-batching-scope%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-batching-scope%E2%91%A1", "https://wicg.github.io/turtledove/#reporting-context-private-aggregation-on-event-contributions", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A2%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A4", "https://wicg.github.io/turtledove/#reporting-context-private-aggregation-allowed", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A5", "https://wicg.github.io/turtledove/#reporting-context-local-leader-info", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A6", "https://wicg.github.io/turtledove/#reporting-context-winner-reporting-id", - "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-reporting-context-local-leader-info%E2%91%A1", "https://wicg.github.io/turtledove/#reporting-context-bidder-participants", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A5", "https://wicg.github.io/turtledove/#reporting-context-seller-participants", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-reporting-context-bidder-participants", "https://wicg.github.io/turtledove/#reporting-context-participant-metrics", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A2%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%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-worklet-function", "https://wicg.github.io/turtledove/#ref-for-per-participant-metrics", "https://wicg.github.io/turtledove/#access-per-participant-metrics", - "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-reporting-context%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-worklet-function%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-reporting-context-participant-metrics", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-per-participant-metrics%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-reporting-context-participant-metrics%E2%91%A0", "https://wicg.github.io/turtledove/#reporting-context-map", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A2%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A0%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A8", "https://wicg.github.io/turtledove/#create-a-reporting-context-map", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-reporting-context-map%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-auction-config-component-auctions%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A1%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-auction-config-component-auctions%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-reporting-context-private-aggregation-allowed", "https://wicg.github.io/turtledove/#register-bids-for-reporting", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-private-aggregation-contributions%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-private-aggregation-contributions%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-execution-metrics%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key-context%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key-source%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-reporting-bid-source-generate-bid", @@ -3547,7 +3635,7 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key-bid-identifier%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A1%E2%91%A5", - "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-reporting-context-debug-reporting-info%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-access-per-participant-metrics%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A4%E2%91%A1", @@ -3561,8 +3649,8 @@ "https://wicg.github.io/turtledove/#ref-for-per-participant-metrics-script-timeouts-occurred%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-list-insert%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-reporting-context-bidder-participants%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-commit-private-aggregation-contributions%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-commit-private-aggregation-contributions%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-generated-bid-reporting-id%E2%91%A8", "https://wicg.github.io/turtledove/#for-debugging-only-header", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupbiddingandscoringscriptrunnerglobalscope-fordebuggingonly", @@ -3572,26 +3660,26 @@ "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%A0%E2%93%AA", - "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-boolean%E2%91%A7", - "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%A6", "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%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#collect-fordebuggingonly-reports", "https://wicg.github.io/turtledove/#ref-for-reporting-context-map%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info%E2%91%A0%E2%93%AA", "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%A8", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-reporting-context-debug-reporting-info%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key-source%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-reporting-bid-source-bidding-and-auction-services%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-generated-bid-reporting-id%E2%91%A0%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-generated-bid-reporting-id%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-collect-a-single-fordebuggingonly-report", "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info-bidder-debug-win-report-url%E2%91%A0", @@ -3623,13 +3711,13 @@ "https://wicg.github.io/turtledove/#ref-for-collect-a-single-fordebuggingonly-report%E2%91%A6", "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/#ref-for-map-iterate%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info-server-filtered-debugging-only-reports%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-is-debugging-only-in-cooldown-or-lockout%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-update-debug-report-cooldown", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A1%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-collect-a-single-fordebuggingonly-report%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-auction-report-info-debug-loss-report-urls%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-auction-report-info-debug-loss-report-urls%E2%91%A6", @@ -3650,13 +3738,13 @@ "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%A3%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A4", + "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%A6", "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%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-user-agent%E2%91%A2%E2%91%A1", "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%A3", @@ -3666,15 +3754,15 @@ "https://wicg.github.io/turtledove/#ref-for-debug-report-cooldown", "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%A0", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dfn-current-wall-time%E2%91%A0%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-cooldown%E2%91%A1", "https://wicg.github.io/turtledove/#sample-a-debug-report", - "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-boolean%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-server-auction-response%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-server-auction-response%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A2", "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%A6", "https://wicg.github.io/turtledove/#ref-for-debug-report-lockout-until%E2%91%A1", @@ -3682,8 +3770,8 @@ "https://wicg.github.io/turtledove/#ref-for-lockout-period%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-update-debug-report-cooldown%E2%91%A0", "https://wicg.github.io/turtledove/#update-debug-report-cooldown", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-idl-long%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-idl-long%E2%91%A3", "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", @@ -3697,52 +3785,52 @@ "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%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A7", "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%A6", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution-priority-weight", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A0%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%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-real-time-reporting-contribution-priority-weight%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution-bucket", "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%A8", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#bit-pack", - "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%A8", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%93%AA", "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%A3%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%93%AA", "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%A6", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A7", "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%93%AA", - "https://wicg.github.io/turtledove/#ref-for-iteration-while%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-iteration-while%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#send-a-real-time-report", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A0", "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%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%91%A3", "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%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-the-range%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-entry", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-map-entry%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-bit-pack", "https://wicg.github.io/turtledove/#ref-for-number-of-user-buckets%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-entry%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-bit-pack%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-number-of-platform-buckets%E2%91%A0", @@ -3771,11 +3859,11 @@ "https://wicg.github.io/turtledove/#send-real-time-reports", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contributions-map%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-environment-settings-object%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%91%A1", "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%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A2", "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", "https://wicg.github.io/turtledove/#ref-for-concept-url-host", @@ -3798,13 +3886,13 @@ "https://wicg.github.io/turtledove/#ref-for-number-of-user-buckets%E2%91%A5", "https://wicg.github.io/turtledove/#platform-contribution-priority-weight", "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-idl-long%E2%91%A4", "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%A2%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-platform-contribution-buckets", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution-bucket%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution-priority-weight%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-platform-contribution-priority-weight", @@ -3815,12 +3903,12 @@ "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%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-epsilon%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-the-range%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#private-aggregation-reporting-header", @@ -3854,20 +3942,20 @@ "https://wicg.github.io/turtledove/#signal-base-value-cumulative-buyer-time", "https://wicg.github.io/turtledove/#signal-base-value-percent-igs-cumulative-timeout", "https://wicg.github.io/turtledove/#on-event-contribution-entry", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A1%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#on-event-contribution-entry-contribution", "https://wicg.github.io/turtledove/#ref-for-dictdef-paextendedhistogramcontribution", "https://wicg.github.io/turtledove/#on-event-contribution-entry-batching-scope", - "https://wicg.github.io/turtledove/#ref-for-batching-scope%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-batching-scope%E2%91%A2", "https://wicg.github.io/turtledove/#on-event-contribution-entry-debug-scope", - "https://wicg.github.io/turtledove/#ref-for-debug-scope", + "https://wicg.github.io/turtledove/#ref-for-debug-scope%E2%91%A0", "https://wicg.github.io/turtledove/#on-event-contribution-entry-debug-details", "https://wicg.github.io/turtledove/#ref-for-debug-details%E2%91%A0", "https://wicg.github.io/turtledove/#on-event-contribution-entry-worklet-function", "https://wicg.github.io/turtledove/#ref-for-worklet-function%E2%91%A1", "https://wicg.github.io/turtledove/#on-event-contribution-entry-origin", - "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/#worklet-function", "https://wicg.github.io/turtledove/#ref-for-worklet-function%E2%91%A6", "https://wicg.github.io/turtledove/#worklet-function-generate-bid", @@ -3886,10 +3974,10 @@ "https://wicg.github.io/turtledove/#ref-for-worklet-function-generate-bid%E2%91%A3", "https://wicg.github.io/turtledove/#private-aggregation-averager", "https://wicg.github.io/turtledove/#averager", - "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%A3", + "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%A4", "https://wicg.github.io/turtledove/#averager-count", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A5", "https://wicg.github.io/turtledove/#averager-sum", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#add-a-sample-to-an-averager", @@ -3912,72 +4000,72 @@ "https://wicg.github.io/turtledove/#ref-for-averager-count%E2%91%A4", "https://wicg.github.io/turtledove/#private-aggregation-metrics-structures", "https://wicg.github.io/turtledove/#execution-metrics", - "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%A4", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A1%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#execution-metrics-code-fetch-time-averager", "https://wicg.github.io/turtledove/#ref-for-averager%E2%91%A2", "https://wicg.github.io/turtledove/#execution-metrics-script-timed-out", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#per-participant-metrics", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A1%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#per-participant-metrics-participating-interest-group-count", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-signal-base-value-participating-ig-count", "https://wicg.github.io/turtledove/#per-participant-metrics-code-fetch-time-averager", "https://wicg.github.io/turtledove/#ref-for-averager%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-signal-base-value-average-code-fetch-time", "https://wicg.github.io/turtledove/#per-participant-metrics-script-timeouts-occurred", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-signal-base-value-percent-scripts-timeout", "https://wicg.github.io/turtledove/#per-participant-metrics-cumulative-timeouts-occurred", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-signal-base-value-percent-igs-cumulative-timeout", "https://wicg.github.io/turtledove/#per-participant-metrics-cumulative-buyer-time", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-signal-base-value-cumulative-buyer-time", "https://wicg.github.io/turtledove/#per-participant-metrics-script-executions-attempted", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-signal-base-value-percent-scripts-timeout%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-signal-base-value-percent-igs-cumulative-timeout%E2%91%A0", "https://wicg.github.io/turtledove/#per-participant-metrics-regular-interest-group-count", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-signal-base-value-regular-igs-count", "https://wicg.github.io/turtledove/#ref-for-signal-base-value-percent-regular-ig-count-quota-used", "https://wicg.github.io/turtledove/#per-participant-metrics-negative-interest-group-count", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-signal-base-value-negative-igs-count", "https://wicg.github.io/turtledove/#ref-for-signal-base-value-percent-negative-ig-count-quota-used", "https://wicg.github.io/turtledove/#per-participant-metrics-storage-quota-used", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-signal-base-value-ig-storage-used", "https://wicg.github.io/turtledove/#ref-for-signal-base-value-percent-ig-storage-quota-used", "https://wicg.github.io/turtledove/#private-aggregation-contributions", - "https://wicg.github.io/turtledove/#ref-for-private-aggregation-contributions%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-private-aggregation-contributions%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A5", "https://wicg.github.io/turtledove/#private-aggregation-algorithms", "https://wicg.github.io/turtledove/#prepare-for-private-aggregation", "https://wicg.github.io/turtledove/#ref-for-interestgroupscriptrunnerglobalscope", "https://wicg.github.io/turtledove/#ref-for-worklet-function%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-debug-scope%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-debug-scope%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interestgroupscriptrunnerglobalscope-worklet-function", "https://wicg.github.io/turtledove/#ref-for-interestgroupscriptrunnerglobalscope-origin", "https://wicg.github.io/turtledove/#ref-for-interestgroupscriptrunnerglobalscope-private-aggregation", "https://wicg.github.io/turtledove/#ref-for-privateaggregation", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-privateaggregation-allowed-to-use", "https://wicg.github.io/turtledove/#ref-for-reporting-context-private-aggregation-allowed%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-privateaggregation-scoping-details", "https://wicg.github.io/turtledove/#ref-for-scoping-details", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-scoping-details-get-batching-scope-steps", - "https://wicg.github.io/turtledove/#ref-for-default-aggregation-coordinator", - "https://wicg.github.io/turtledove/#ref-for-get-or-create-a-batching-scope", + "https://wicg.github.io/turtledove/#ref-for-default-aggregation-coordinator%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-get-or-create-a-batching-scope%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-scoping-details-get-debug-scope-steps", "https://wicg.github.io/turtledove/#finalize-private-aggregation-debug-info", "https://wicg.github.io/turtledove/#ref-for-interestgroupscriptrunnerglobalscope%E2%91%A0", @@ -3986,9 +4074,9 @@ "https://wicg.github.io/turtledove/#ref-for-scoping-details-get-debug-scope-steps%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-get-a-debug-details", "https://wicg.github.io/turtledove/#ref-for-interestgroupscriptrunnerglobalscope-on-event-contribution-map", - "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%A5%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-debug-scope", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-debug-scope%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-debug-details", "https://wicg.github.io/turtledove/#ref-for-mark-a-debug-scope-complete", "https://wicg.github.io/turtledove/#extract-private-aggregation-contributions", @@ -3996,34 +4084,34 @@ "https://wicg.github.io/turtledove/#ref-for-interestgroupscriptrunnerglobalscope-on-event-contribution-map%E2%91%A0", "https://wicg.github.io/turtledove/#issue-c859b0d6", "https://wicg.github.io/turtledove/#commit-private-aggregation-contributions", - "https://wicg.github.io/turtledove/#ref-for-private-aggregation-contributions%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-private-aggregation-contributions%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-reporting-context-private-aggregation-on-event-contributions", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA%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-extend%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-reporting-context-private-aggregation-on-event-contributions%E2%91%A0", "https://wicg.github.io/turtledove/#get-or-create-a-batching-scope", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-aggregation-coordinator%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-batching-scope%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-reporting-context-private-aggregation-batching-scope-map", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-aggregation-coordinator%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-batching-scope%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-reporting-context-private-aggregation-batching-scope-map", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-batching-scope%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-set-the-aggregation-coordinator-for-a-batching-scope", "https://wicg.github.io/turtledove/#process-the-private-aggregation-contributions", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-reporting-context-map%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-process-the-private-aggregation-contributions-for-an-auction", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-auction-config-component-auctions%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-process-the-private-aggregation-contributions-for-an-auction%E2%91%A0", "https://wicg.github.io/turtledove/#process-the-private-aggregation-contributions-for-an-auction", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A0%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-auction-config-aborted%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-reporting-context-winner-reporting-id%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-reporting-context-local-leader-info%E2%91%A2", @@ -4035,41 +4123,40 @@ "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-list-item%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-reporting-context-seller-participants%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-reporting-context-private-aggregation-on-event-contributions%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string-starts-with%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A1%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A1%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-worklet-function", + "https://wicg.github.io/turtledove/#ref-for-string-starts-with%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-worklet-function%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-worklet-function-generate-bid%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A1%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-fill-in-the-contribution", "https://wicg.github.io/turtledove/#issue-2f5ad84f", - "https://wicg.github.io/turtledove/#ref-for-string-starts-with%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-string-starts-with%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-debug-details%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-fencedframeconfig%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-batching-scope%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-batching-scope%E2%91%A5", "https://wicg.github.io/turtledove/#issue-bb6b7d79", "https://wicg.github.io/turtledove/#ref-for-report-a-private-aggregation-event", "https://wicg.github.io/turtledove/#ref-for-contribution-cache-entry", "https://wicg.github.io/turtledove/#ref-for-contribution-cache-entry-contribution", "https://wicg.github.io/turtledove/#ref-for-contribution-cache-entry-batching-scope", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-batching-scope", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-batching-scope%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-contribution-cache-entry-debug-scope", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-debug-scope%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-debug-scope%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-contribution-cache-entry-debug-details", "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-debug-details%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-append-an-entry-to-the-contribution-cache", "https://wicg.github.io/turtledove/#ref-for-contribution-cache", - "https://wicg.github.io/turtledove/#ref-for-get-or-create-a-batching-scope%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-get-or-create-a-batching-scope%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-auction-config-seller%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-config-seller-private-aggregation-coordinator%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-debug-scope%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-auction-config-auction-report-buyers%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-debug-scope%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-auction-config-auction-report-buyers%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-auction-config-auction-report-buyer-keys%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-auctionreportbuyersconfig-bucket%E2%91%A0", "https://wicg.github.io/turtledove/#issue-2183b283", @@ -4079,7 +4166,7 @@ "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-owner%E2%91%A4%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A4%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-validate-and-convert-auction-ad-config%E2%91%A1", "https://wicg.github.io/turtledove/#issue-af95efe2", "https://wicg.github.io/turtledove/#ref-for-dom-auctionreportbuyersconfig-scale", @@ -4088,11 +4175,11 @@ "https://wicg.github.io/turtledove/#ref-for-dom-pahistogramcontribution-value", "https://wicg.github.io/turtledove/#ref-for-dom-pahistogramcontribution-filteringid", "https://wicg.github.io/turtledove/#issue-80f84688", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A4%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A1%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#issue-0af987da", "https://wicg.github.io/turtledove/#ref-for-contribution-cache-entry%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-contribution-cache-entry-contribution%E2%91%A0", @@ -4102,19 +4189,19 @@ "https://wicg.github.io/turtledove/#ref-for-contribution-cache%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-mark-a-debug-scope-complete%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-config-auction-report-buyer-debug-details%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-reporting-context-private-aggregation-batching-scope-map%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-process-contributions-for-a-batching-scope", "https://wicg.github.io/turtledove/#fill-in-the-contribution", - "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dictdef-pahistogramcontribution%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-contribution", - "https://wicg.github.io/turtledove/#ref-for-dom-paextendedhistogramcontribution-bucket", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-contribution%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-dom-paextendedhistogramcontribution-bucket%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dictdef-pasignalvalue", "https://wicg.github.io/turtledove/#ref-for-fill-in-the-signal-value", - "https://wicg.github.io/turtledove/#ref-for-dom-paextendedhistogramcontribution-value", + "https://wicg.github.io/turtledove/#ref-for-dom-paextendedhistogramcontribution-value%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dictdef-pasignalvalue%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-fill-in-the-signal-value%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dictdef-pahistogramcontribution%E2%91%A1", @@ -4123,37 +4210,37 @@ "https://wicg.github.io/turtledove/#ref-for-dom-pahistogramcontribution-filteringid%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-paextendedhistogramcontribution-filteringid", "https://wicg.github.io/turtledove/#fill-in-the-signal-value", - "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dictdef-pasignalvalue%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dom-pasignalvalue-basevalue", "https://wicg.github.io/turtledove/#ref-for-signal-base-value%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-determine-a-signals-numeric-value%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-pasignalvalue-basevalue%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-pasignalvalue-scale", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dom-pasignalvalue-scale%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-pasignalvalue-offset", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-pasignalvalue-offset%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-the-range%E2%91%A4", "https://wicg.github.io/turtledove/#determine-a-signals-numeric-value", - "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-signal-base-value%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-access-per-participant-metrics%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-origin", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-worklet-function%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-access-per-participant-metrics%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-origin%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-find-corresponding-bid-and-score-phase-function", "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-worklet-function%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-signal-base-value-winning-bid", - "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-leading-bid%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-access-per-participant-metrics%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-origin%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-find-corresponding-bid-and-score-phase-function", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-worklet-function%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-signal-base-value-winning-bid", + "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-leading-bid%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-leading-bid%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-generated-bid-bid%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-signal-base-value-highest-scoring-other-bid", @@ -4169,7 +4256,7 @@ "https://wicg.github.io/turtledove/#ref-for-worklet-function-report-win%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-signal-base-value-bid-reject-reason", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-threshold", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#issue-79259b71", "https://wicg.github.io/turtledove/#issue-ff1bf18a", "https://wicg.github.io/turtledove/#issue-d55586bb", @@ -4207,14 +4294,14 @@ "https://wicg.github.io/turtledove/#ref-for-per-participant-metrics-cumulative-timeouts-occurred%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-per-participant-metrics-script-executions-attempted%E2%91%A4", "https://wicg.github.io/turtledove/#compute-a-percentage-metric", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-perform-storage-maintenance%E2%91%A0", "https://wicg.github.io/turtledove/#update-storage-metrics", "https://wicg.github.io/turtledove/#ref-for-per-participant-metrics%E2%91%A1", - "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%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-additional-bid-key%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-per-participant-metrics-regular-interest-group-count%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-per-participant-metrics-negative-interest-group-count%E2%91%A1", @@ -4254,127 +4341,127 @@ "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-long-long%E2%91%A5", "https://wicg.github.io/turtledove/#dom-storageinterestgroup-estimatedsize", "https://wicg.github.io/turtledove/#get-storage-interest-groups-for-owner", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-dfn-moment%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dfn-current-wall-time%E2%91%A0%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A4%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-iteration-continue%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-dictdef-storageinterestgroup", - "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-dom-generatebidinterestgroup-owner%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-ascii-serialisation-of-an-origin%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A4%E2%91%A7", - "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/#ref-for-dom-generatebidinterestgroup-name%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A1%E2%91%A6", - "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-dom-generatebidinterestgroup-enablebiddingsignalsprioritization%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-enable-bidding-signals-prioritization%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority-vector%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-map-set%E2%91%A6%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidinterestgroup-priorityvector%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority-vector%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-seller-capabilities%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-seller-capabilities%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-ascii-serialisation-of-an-origin%E2%91%A0%E2%93%AA", - "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-dom-generatebidinterestgroup-sellercapabilities%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-dom-generatebidinterestgroup-sellercapabilities%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-dom-generatebidinterestgroup-executionmode%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-execution-mode%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-dom-generatebidinterestgroup-biddinglogicurl%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-serialize-a-url%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidinterestgroup-biddingwasmhelperurl%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-serialize-a-url%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-wasm-helper-url%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidinterestgroup-updateurl%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-serialize-a-url%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-update-url%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidinterestgroup-trustedbiddingsignalsurl%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-serialize-a-url%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-url%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-keys%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidinterestgroup-trustedbiddingsignalskeys%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-keys%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidinterestgroup-trustedbiddingsignalsslotsizemode%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-slot-size-mode%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidinterestgroup-maxtrustedbiddingsignalsurllength%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-max-trusted-bidding-signals-url-length%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-user-bidding-signals%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-user-bidding-signals%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-parse-a-json-string-to-a-javascript-value%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-an-exception-was-thrown", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidinterestgroup-userbiddingsignals%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A0%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidinterestgroup-ads%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-convert-to-an-auctionad-sequence%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-an-exception-was-thrown%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidinterestgroup-adcomponents%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-convert-to-an-auctionad-sequence%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-an-exception-was-thrown%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-sizes%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-sizes%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-convert-an-ad-size-to-a-map%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-convert-an-ad-size-to-a-map%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidinterestgroup-adsizes%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-size-groups%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A8%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidinterestgroup-sizegroups%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-size-groups%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A8%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A8%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadinterestgroup-priority%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority%E2%91%A3", "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%A8%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A8%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadinterestgroup-prioritysignalsoverrides%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority-signals-overrides%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-additional-bid-key%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-forgiving-base64-encode", "https://wicg.github.io/turtledove/#ref-for-interest-group-additional-bid-key%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A8%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A8%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadinterestgroup-additionalbidkey%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-forgiving-base64-encode%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-additional-bid-key%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A8%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A8%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-storageinterestgroup-joincount", "https://wicg.github.io/turtledove/#ref-for-interest-group-join-counts%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A8%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A8%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dom-storageinterestgroup-bidcount", "https://wicg.github.io/turtledove/#ref-for-interest-group-bid-counts%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-idl-sequence%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-typedefdef-previouswin%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-previous-wins%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-previous-win-time%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-metadata%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-parse-a-json-string-to-a-javascript-value%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-an-exception-was-thrown%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dictdef-auctionad%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-dom-auctionad-renderurl%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A8", @@ -4383,35 +4470,35 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-ad-render-id%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-idl-sequence%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-typedefdef-previouswinelement%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A8%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-dom-storageinterestgroup-prevwinsms", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A8%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-dom-storageinterestgroup-prevwinsms", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A8%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-dom-storageinterestgroup-joiningorigin", "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-joining-origin%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A8%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A8%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dom-storageinterestgroup-timesincegroupjoinedms", "https://wicg.github.io/turtledove/#ref-for-interest-group-join-time%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A8%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A8%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-dom-storageinterestgroup-lifetimeremainingms", "https://wicg.github.io/turtledove/#ref-for-interest-group-expiry%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A8%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%93%AA%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-dom-storageinterestgroup-timesincelastupdatems", "https://wicg.github.io/turtledove/#ref-for-interest-group-last-updated%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%93%AA%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%93%AA%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-storageinterestgroup-timeuntilnextupdatems", "https://wicg.github.io/turtledove/#ref-for-interest-group-next-update-after%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%93%AA%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%93%AA%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-storageinterestgroup-estimatedsize", "https://wicg.github.io/turtledove/#ref-for-interest-group-estimated-size%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A5", "https://wicg.github.io/turtledove/#additional-bids-and-negative-targeting", "https://wicg.github.io/turtledove/#create-auction-nonce", "https://wicg.github.io/turtledove/#ref-for-dom-navigator%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-createauctionnonce", "https://wicg.github.io/turtledove/#auction-nonce", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-version-4-uuid%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-navigator%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-runadauction%E2%91%A0%E2%91%A5", @@ -4431,7 +4518,7 @@ "https://wicg.github.io/turtledove/#ref-for-dom-navigator-createauctionnonce%E2%91%A0", "https://wicg.github.io/turtledove/#dom-navigator-createauctionnonce", "https://wicg.github.io/turtledove/#ref-for-a-new-promise%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A7", "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%A3", @@ -4454,9 +4541,9 @@ "https://wicg.github.io/turtledove/#ref-for-negative-target-info%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-reporting-context-map%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-global-object%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-config-auction-nonce%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-string-representation%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-auction-config-auction-nonce%E2%91%A1", @@ -4464,40 +4551,40 @@ "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-traversable-navigable-captured-ad-auction-additional-bids-headers", - "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%A7", "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-forgiving-base64-decode%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-signed-additional-bid-with-metadata-signed-additional-bid", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-parse-a-signed-additional-bid", "https://wicg.github.io/turtledove/#ref-for-signed-additional-bid-with-metadata-seller-nonce%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-generated-bid-for-k-anon-auction%E2%91%A3", "https://wicg.github.io/turtledove/#parse-a-signed-additional-bid", "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-reporting-context-map%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A1", "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/#ref-for-negative-target-info%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A1%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-parse-a-json-string-to-an-infra-value%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A6", - "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-string%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A7", + "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-signed-additional-bid-signature", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-iteration-break%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A2", + "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%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-forgiving-base64-decode%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-forgiving-base64-decode%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-iteration-break%E2%91%A4", @@ -4506,7 +4593,7 @@ "https://wicg.github.io/turtledove/#ref-for-signed-additional-bid-signature%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-signed-additional-bid-signature-key", "https://wicg.github.io/turtledove/#ref-for-signed-additional-bid-signature-signature", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-decode-an-additional-bid-json", "https://wicg.github.io/turtledove/#ref-for-check-a-currency-tag%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid-bid%E2%91%A0", @@ -4515,7 +4602,7 @@ "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%A6", "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%A7", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A8", "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", "https://wicg.github.io/turtledove/#ref-for-signed-additional-bid-signature-key%E2%91%A0", @@ -4523,112 +4610,112 @@ "https://wicg.github.io/turtledove/#ref-for-signed-additional-bid-signature-key%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-check-whether-negative-targeted", "https://wicg.github.io/turtledove/#decode-an-additional-bid-json", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-reporting-context-map%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A1%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-parse-a-json-string-to-an-infra-value%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A0%E2%91%A3", + "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-parse-an-https-origin%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-auction-config-seller%E2%91%A1%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-map-exists%E2%91%A0%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-calculate-expected-bid-nonce", "https://wicg.github.io/turtledove/#ref-for-string-representation%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-auction-config-auction-nonce%E2%91%A2", - "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-map-exists%E2%91%A0%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-string-representation%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-auction-config-auction-nonce%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-parse-an-https-origin%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-auction-config-seller%E2%91%A1%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A0%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%93%AA", "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%A5", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A4", "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-string%E2%91%A3%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A1%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A8", + "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-string%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-parse-an-https-origin%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-auction-config-interest-group-buyers%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A2", "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%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A6", - "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-ordered-map%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A1%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A1%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A0%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A1%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A1%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-serialize-an-infra-value-to-a-json-string%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A1%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-check-whether-a-string-is-a-valid-currency-tag%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-serialize-an-infra-value-to-a-json-string%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A1%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-check-whether-a-string-is-a-valid-currency-tag%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A0%E2%91%A7", + "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-idl-double%E2%91%A0%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A0", "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%A2%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A2%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A2%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid-negative-target-interest-group-names", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A2%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid-negative-target-interest-group-names", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A2%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A2%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A4", + "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-list%E2%91%A5%E2%91%A2", "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%A6%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid-negative-target-interest-group-names%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid-bid%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-generated-bid-reporting-id%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key-context%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key-source%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-reporting-bid-source-additional-bid", "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key-bidder-origin%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key-bid-identifier%E2%91%A1", - "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%A6", "https://wicg.github.io/turtledove/#ref-for-generated-bid-bid%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-bid-with-currency%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-bid-with-currency-value%E2%91%A4", @@ -4647,28 +4734,28 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-metadata%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-generated-bid-provided-as-additional-bid%E2%91%A0", "https://wicg.github.io/turtledove/#calculate-expected-bid-nonce", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A5", - "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-string%E2%91%A4%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-forgiving-base64-encode%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A4", "https://wicg.github.io/turtledove/#signed-additional-bid-signature", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A1%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%91%A0", + "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%A1", "https://wicg.github.io/turtledove/#signed-additional-bid-signature-key", "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%A2%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%91%A1", + "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%A2", "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%A5%E2%93%AA", - "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%A3", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#decoded-additional-bid-negative-target-joining-origin", - "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-decoded-additional-bid-negative-target-interest-group-names%E2%91%A1", "https://wicg.github.io/turtledove/#negative-targeting-section", "https://wicg.github.io/turtledove/#negative-targeting", @@ -4687,18 +4774,18 @@ "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A7", "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%A2%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid-bid%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A5%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid-negative-target-interest-group-names%E2%91%A2", - "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-list-contain%E2%91%A0%E2%91%A0", + "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-list-contain%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid-negative-target-joining-origin%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-iteration-break%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-negative-interest-group%E2%91%A7", @@ -4707,18 +4794,18 @@ "https://wicg.github.io/turtledove/#ref-for-dom-auctionadinterestgroup-additionalbidkey%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-negative-targeting%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A2%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#negative-target-info", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-tuple%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-concept-origin%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A5%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A1%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-tuple%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-concept-origin%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-joining-origin%E2%91%A5", "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%A6", @@ -4743,10 +4830,10 @@ "https://wicg.github.io/turtledove/#ref-for-negative-interest-group%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-negative-interest-group%E2%91%A0%E2%91%A5", "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%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-negative-interest-group%E2%91%A0%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-concept-origin%E2%91%A3%E2%91%A5", "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", @@ -4766,46 +4853,46 @@ "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%A3%E2%91%A1", "https://wicg.github.io/turtledove/#k-anonymity-cache", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A2", + "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%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-key", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A2%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-record", "https://wicg.github.io/turtledove/#create-a-k-anon-restricted-deep-copy-of-the-interest-group", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A1%E2%93%AA", - "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%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-compute-the-key-hash-of-ad", "https://wicg.github.io/turtledove/#ref-for-query-k-anonymity-cache", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-selectable-buyer-and-seller-reporting-ids%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-selectable-buyer-and-seller-reporting-ids%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-query-reporting-id-k-anonymity-count%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-query-k-anonymity-cache%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-selectable-buyer-and-seller-reporting-ids%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-selectable-buyer-and-seller-reporting-ids%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%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-components%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A0%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-compute-the-key-hash-of-component-ad", "https://wicg.github.io/turtledove/#ref-for-query-k-anonymity-cache%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#query-k-anonymity-count", "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A2", @@ -4816,7 +4903,7 @@ "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-cache", - "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-exists%E2%91%A0%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A3%E2%91%A4", "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%A8", @@ -4836,13 +4923,13 @@ "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-ascii-encode", "https://wicg.github.io/turtledove/#compute-the-key-part-for-one-of-multiple-reporting-ids", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A7", "https://wicg.github.io/turtledove/#compute-the-key-hash-of-reporting-id", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-ascii-serialisation-of-an-origin%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A5%E2%91%A4", @@ -4850,7 +4937,7 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-compute-the-key-part-for-one-of-multiple-reporting-ids", "https://wicg.github.io/turtledove/#ref-for-compute-the-key-part-for-one-of-multiple-reporting-ids%E2%91%A0", @@ -4880,7 +4967,7 @@ "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-descriptor%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-query-k-anonymity-cache%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-compute-the-key-hash-of-component-ad%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A7", @@ -4893,35 +4980,35 @@ "https://wicg.github.io/turtledove/#query-reporting-id-k-anonymity-count", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-compute-the-key-hash-of-reporting-id", "https://wicg.github.io/turtledove/#ref-for-query-k-anonymity-cache%E2%91%A4", "https://wicg.github.io/turtledove/#update-k-anonymity-cache-for-key", "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-record%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-record-timestamp%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dfn-current-wall-time%E2%91%A1%E2%93%AA", "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%A2", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%93%AA%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%93%AA%E2%91%A2", "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%A7", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-compute-the-key-hash-of-ad%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-update-k-anonymity-cache-for-key", "https://wicg.github.io/turtledove/#ref-for-compute-the-key-hash-of-reporting-id%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-update-k-anonymity-cache-for-key%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-selectable-buyer-and-seller-reporting-ids%E2%91%A7", - "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-interest-group-ad-selectable-buyer-and-seller-reporting-ids%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-compute-the-key-hash-of-reporting-id%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-update-k-anonymity-cache-for-key%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-compute-the-key-hash-of-component-ad%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-update-k-anonymity-cache-for-key%E2%91%A2", @@ -4962,7 +5049,7 @@ "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-descriptor%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A7%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-increment-component-ad-k-anonymity-count", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A1%E2%93%AA", @@ -5002,8 +5089,8 @@ "https://wicg.github.io/turtledove/#ref-for-sec-agent-clusters%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-create-a-new-script-runner-agent", "https://wicg.github.io/turtledove/#create-a-new-script-runner-realm", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-obtain-a-script-runner-agent", "https://wicg.github.io/turtledove/#issue-43a9d327", "https://wicg.github.io/turtledove/#ref-for-sec-agent-clusters%E2%91%A2", @@ -5016,27 +5103,27 @@ "https://wicg.github.io/turtledove/#ref-for-interestgroupscoringscriptrunnerglobalscope", "https://wicg.github.io/turtledove/#ref-for-interestgroupreportingscriptrunnerglobalscope", "https://wicg.github.io/turtledove/#evaluate-a-bidding-script", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A3%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-execution-metrics%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-currency-tag%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dictdef-generatebidinterestgroup%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dictdef-biddingbrowsersignals%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dictdef-directfromsellersignalsforbuyer%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A8", - "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%A7", "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%A4", - "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%A8", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-private-aggregation-contributions%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-private-aggregation-contributions%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-execution-metrics%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-create-a-new-script-runner-realm", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope%E2%91%A0", @@ -5050,7 +5137,7 @@ "https://wicg.github.io/turtledove/#ref-for-prepare-for-private-aggregation", "https://wicg.github.io/turtledove/#ref-for-worklet-function-generate-bid%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A5%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-interest-group-private-aggregation-coordinator%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-interest-group-private-aggregation-coordinator%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dom-biddingbrowsersignals-toplevelseller%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-is-component-auction", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-multi-bid-limit", @@ -5079,11 +5166,11 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A2%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-priority-signals", "https://wicg.github.io/turtledove/#ref-for-map-is-empty%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A1", "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%A2", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%93%AA%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%93%AA%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-list-replace%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A3%E2%91%A3", @@ -5100,9 +5187,9 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A4%E2%91%A4", "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%A5", + "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%A1", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A6", + "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%A2", "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info-interest-group-owner%E2%91%A2", @@ -5112,27 +5199,27 @@ "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%93%AA", "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%A1", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A7%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A7%E2%91%A0", "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%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A1", "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%A7%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A7%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-real-time-reporting-contributions", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution-latency-threshold", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-finalize-private-aggregation-debug-info", "https://wicg.github.io/turtledove/#ref-for-extract-private-aggregation-contributions", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#evaluate-a-scoring-script", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A1%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dictdef-scoringbrowsersignals%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dictdef-directfromsellersignalsforseller%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A6", @@ -5157,23 +5244,23 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-current-monotonic-time%E2%91%A0%E2%91%A0", "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%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A2", "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%A7%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A7%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-real-time-reporting-contributions%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution-latency-threshold%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-finalize-private-aggregation-debug-info%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-extract-private-aggregation-contributions%E2%91%A0", "https://wicg.github.io/turtledove/#evaluate-a-reporting-script", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A1%E2%93%AA", - "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%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A1%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A7", - "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%A3", "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%A2", @@ -5182,7 +5269,7 @@ "https://wicg.github.io/turtledove/#ref-for-prepare-for-private-aggregation%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-web-idl-arguments-list-converting", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A4%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-private-aggregation-contributions%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-private-aggregation-contributions%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-execution-metrics%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-execution-metrics-script-timed-out%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-evaluate-a-script%E2%91%A1", @@ -5196,24 +5283,24 @@ "https://wicg.github.io/turtledove/#ref-for-interestgroupreportingscriptrunnerglobalscope-reporting-beacon-map", "https://wicg.github.io/turtledove/#evaluate-a-script", "https://wicg.github.io/turtledove/#ref-for-realm%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A8", "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", "https://wicg.github.io/turtledove/#ref-for-sec-completion-record-specification-type%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-sec-ecmascript-language-types", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A0%E2%91%A4", + "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%A5", "https://wicg.github.io/turtledove/#ref-for-sec-completion-record-specification-type%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-realm-global%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-realm's-agent", "https://wicg.github.io/turtledove/#ref-for-sec-parse-script", "https://wicg.github.io/turtledove/#ref-for-script-record", "https://wicg.github.io/turtledove/#ref-for-concept-script%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-script-record%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-execution-context-stack", "https://wicg.github.io/turtledove/#ref-for-running-execution-context", @@ -5232,7 +5319,7 @@ "https://wicg.github.io/turtledove/#ref-for-sec-completion-record-specification-type%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#evaluate-script-return", "https://wicg.github.io/turtledove/#ref-for-sec-completion-record-specification-type%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-running-execution-context%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-execution-context-stack%E2%91%A0", "https://wicg.github.io/turtledove/#global-scopes", @@ -5245,17 +5332,17 @@ "https://wicg.github.io/turtledove/#dom-pasignalvalue-basevalue", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#dom-pasignalvalue-scale", - "https://wicg.github.io/turtledove/#ref-for-idl-bigint%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-idl-bigint%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#dom-pasignalvalue-offset", "https://wicg.github.io/turtledove/#dictdef-paextendedhistogramcontribution", "https://wicg.github.io/turtledove/#ref-for-dictdef-pasignalvalue%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-idl-bigint%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-idl-bigint%E2%91%A4", "https://wicg.github.io/turtledove/#dom-paextendedhistogramcontribution-bucket", "https://wicg.github.io/turtledove/#ref-for-dictdef-pasignalvalue%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#dom-paextendedhistogramcontribution-value", - "https://wicg.github.io/turtledove/#ref-for-idl-bigint%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-idl-bigint%E2%91%A5", "https://wicg.github.io/turtledove/#dom-paextendedhistogramcontribution-filteringid", "https://wicg.github.io/turtledove/#ref-for-Exposed%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-privateaggregation%E2%91%A1", @@ -5269,14 +5356,14 @@ "https://wicg.github.io/turtledove/#interestgroupscriptrunnerglobalscope-private-aggregation", "https://wicg.github.io/turtledove/#ref-for-privateaggregation%E2%91%A2", "https://wicg.github.io/turtledove/#interestgroupscriptrunnerglobalscope-on-event-contribution-map", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#interestgroupscriptrunnerglobalscope-worklet-function", "https://wicg.github.io/turtledove/#ref-for-worklet-function%E2%91%A5", "https://wicg.github.io/turtledove/#interestgroupscriptrunnerglobalscope-origin", - "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%A8", "https://wicg.github.io/turtledove/#dom-interestgroupscriptrunnerglobalscope-privateaggregation", "https://wicg.github.io/turtledove/#ref-for-getter-steps", "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A3", @@ -5293,64 +5380,67 @@ "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-privateaggregation-scoping-details%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string-starts-with%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-string-starts-with%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-worklet-function-report-result%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-worklet-function-report-win%E2%91%A3", "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%91%A1", - "https://wicg.github.io/turtledove/#ref-for-dom-paextendedhistogramcontribution-bucket%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-dom-paextendedhistogramcontribution-bucket%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dictdef-pasignalvalue%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dom-pasignalvalue-basevalue%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-signal-base-value%E2%91%A1", "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%A2", "https://wicg.github.io/turtledove/#ref-for-dom-pasignalvalue-offset%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-idl-bigint%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-idl-bigint%E2%91%A6", "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%A3", - "https://wicg.github.io/turtledove/#ref-for-dom-paextendedhistogramcontribution-bucket%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-the-exclusive-range%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-dom-paextendedhistogramcontribution-bucket%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-the-exclusive-range%E2%91%A4", "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%A4", "https://wicg.github.io/turtledove/#issue-19bb6635", "https://wicg.github.io/turtledove/#ref-for-dom-privateaggregation-contributetohistogram%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-dom-paextendedhistogramcontribution-value%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-dom-paextendedhistogramcontribution-value%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dictdef-pasignalvalue%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-pasignalvalue-basevalue%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-signal-base-value%E2%91%A2", "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%A5", "https://wicg.github.io/turtledove/#ref-for-dom-pasignalvalue-offset%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-idl-bigint%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-idl-bigint%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-dom-paextendedhistogramcontribution-value%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-dom-paextendedhistogramcontribution-value%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A5%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dom-paextendedhistogramcontribution-filteringid%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-the-exclusive-range%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-the-exclusive-range%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-default-filtering-id-max-bytes", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A5%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A8", "https://wicg.github.io/turtledove/#issue-3f41aae0", "https://wicg.github.io/turtledove/#ref-for-dom-privateaggregation-contributetohistogram%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string-starts-with%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string-starts-with%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-worklet-function-score-ad%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-worklet-function-report-result%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string-starts-with%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-scoping-details-get-batching-scope-steps%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-batching-scope%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-contribution%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-batching-scope%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-debug-scope%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-batching-scope%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-contribution%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-batching-scope%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-debug-scope%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-scoping-details-get-debug-scope-steps%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-worklet-function%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-origin%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-worklet-function%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry-origin%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interestgroupscriptrunnerglobalscope-on-event-contribution-map%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A2%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A2%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-Exposed%E2%91%A1", "https://wicg.github.io/turtledove/#fordebuggingonly", "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A1%E2%93%AA", @@ -5368,11 +5458,11 @@ "https://wicg.github.io/turtledove/#ref-for-dictdef-realtimecontribution", "https://wicg.github.io/turtledove/#dom-realtimereporting-contributetohistogram-contribution-contribution", "https://wicg.github.io/turtledove/#dictdef-realtimecontribution", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#dom-realtimecontribution-bucket", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#dom-realtimecontribution-priorityweight", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#dom-realtimecontribution-latencythreshold", "https://wicg.github.io/turtledove/#ref-for-Exposed%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-Global", @@ -5426,7 +5516,7 @@ "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%A6%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A7", "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", @@ -5439,15 +5529,15 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A5%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%93%AA", "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%A4%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution-bucket%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-realtimecontribution-bucket%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution-priority-weight%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dom-realtimecontribution-priorityweight%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution-latency-threshold%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-realtimecontribution-latencythreshold", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A2%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-real-time-reporting-contributions%E2%91%A1", "https://wicg.github.io/turtledove/#bidding-global-scope", "https://wicg.github.io/turtledove/#ref-for-Exposed%E2%91%A4", @@ -5507,15 +5597,15 @@ "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%A6%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A8", "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%91%A6", "https://wicg.github.io/turtledove/#interestgroupbiddingscriptrunnerglobalscope-priority-signals", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#interestgroupbiddingscriptrunnerglobalscope-interest-group", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A3%E2%91%A4", @@ -5541,12 +5631,12 @@ "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%A5", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%93%AA", "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%A7%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A7%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-convert-generatebidoutput-to-generated-bid", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A8", "https://wicg.github.io/turtledove/#convert-generatebidoutput-to-generated-bid", "https://wicg.github.io/turtledove/#ref-for-dictdef-generatebidoutput%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A3%E2%91%A6", @@ -5556,7 +5646,7 @@ "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-bid", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-render", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-allowcomponentauction", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-bidcurrency", "https://wicg.github.io/turtledove/#ref-for-check-whether-a-string-is-a-valid-currency-tag%E2%91%A2", @@ -5569,7 +5659,7 @@ "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-bid%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-bid-with-currency-currency%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-ad", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A3%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A3%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-serialize-a-javascript-value-to-a-json-string%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-ad%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad%E2%91%A7", @@ -5585,18 +5675,18 @@ "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-descriptor%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-generated-bid-bid-ad%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-selectedbuyerandsellerreportingid", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A3%E2%91%A1", + "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-selectable-buyer-and-seller-reporting-ids%E2%91%A0%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-selectedbuyerandsellerreportingid%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-generated-bid-selected-buyer-and-seller-reporting-id%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-selectedbuyerandsellerreportingid%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-adcomponents", - "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-map-exists%E2%91%A0%E2%91%A3%E2%91%A3", "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%A3%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A6", + "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%E2%91%A7%E2%91%A0", "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%A2%E2%93%AA", @@ -5604,10 +5694,10 @@ "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-convert-an-ad-render%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-find-matching-ad%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-targetnumadcomponents%E2%91%A0", - "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-map-exists%E2%91%A0%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-targetnumadcomponents%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A0%E2%91%A4", @@ -5620,22 +5710,22 @@ "https://wicg.github.io/turtledove/#ref-for-generated-bid-number-of-mandatory-ad-components%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-nummandatoryadcomponents%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-adcost", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A3%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-cost%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-adcost%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-modelingsignals", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-modelingsignals%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-generated-bid-modeling-signals%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A7", "https://wicg.github.io/turtledove/#parse-an-adrender-dimension-value", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-string-position-variable", "https://wicg.github.io/turtledove/#ref-for-strip-leading-and-trailing-ascii-whitespace", - "https://wicg.github.io/turtledove/#ref-for-string-starts-with%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-string-starts-with%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-string-is", - "https://wicg.github.io/turtledove/#ref-for-string-starts-with%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string-starts-with%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-collect-a-sequence-of-code-points", "https://wicg.github.io/turtledove/#ref-for-ascii-digit", "https://wicg.github.io/turtledove/#ref-for-rules-for-parsing-floating-point-number-values", @@ -5650,9 +5740,9 @@ "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-adrender-width", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A3%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-dom-adrender-height", "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-dom-adrender-height", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-parse-an-adrender-dimension-value", "https://wicg.github.io/turtledove/#ref-for-dom-adrender-width%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-parse-an-adrender-dimension-value%E2%91%A0", @@ -5673,14 +5763,14 @@ "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-size%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A1%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A7%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A7%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A0%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-size-group%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-iteration-break%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-size-group%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-iteration-break%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A7%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A7%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-size-groups%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-size-group%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-iteration-break%E2%91%A8", @@ -5688,7 +5778,7 @@ "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%A3", "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%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A1", "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", @@ -5707,7 +5797,7 @@ "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A1", "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%A0%E2%93%AA%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%93%AA%E2%91%A4", "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%A5", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-priority-signals%E2%91%A1", @@ -5749,18 +5839,18 @@ "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A7", "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%A5%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A6", + "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%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A8", "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%A5%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A0", "https://wicg.github.io/turtledove/#dom-interestgroupreportingscriptrunnerglobalscope-sendreportto", "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A6", @@ -5783,8 +5873,8 @@ "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%A6%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string-starts-with%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-string-starts-with%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-fencedframetype-automatic-beacon-event-type", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A6%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A5", @@ -5796,17 +5886,17 @@ "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A8", "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%A7%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A7%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-code-unit", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A6%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-section-2.3", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A7%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A7%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-code-unit%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A6%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-section-2.3%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%93%AA%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%93%AA%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interestgroupreportingscriptrunnerglobalscope-reporting-macro-map%E2%91%A0", @@ -5824,16 +5914,16 @@ "https://wicg.github.io/turtledove/#dom-navigator-updateadinterestgroups", "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A2%E2%93%AA", "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-in-parallel%E2%91%A0%E2%91%A6", "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%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%A8", - "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%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-policy-container%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A7%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A7%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-user-agent%E2%91%A4%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A6%E2%91%A0", @@ -5863,122 +5953,122 @@ "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%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%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-parse-json-bytes-to-an-infra-value%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A2%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A6%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-idl-boolean%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-enable-bidding-signals-prioritization%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A3", - "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%A7%E2%93%AA", - "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-map%E2%91%A5%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-string%E2%91%A7%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority-vector%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A2%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A2%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A4", "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%A4", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%93%AA%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%93%AA%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority-signals-overrides%E2%91%A5", - "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%A1%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-obtain-the-private-aggregation-coordinator%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-interest-group-private-aggregation-coordinator%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A2%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-obtain-the-private-aggregation-coordinator%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-interest-group-private-aggregation-coordinator%E2%91%A3", + "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%A3", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-seller-capability%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-set-append%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A6%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-all-sellers-capabilities%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-seller-capabilities%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-seller-capabilities%E2%91%A0%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A2%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-map-getting-the-values%E2%91%A2%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A2", + "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%A4%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A5", "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%A3", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A0%E2%91%A2", "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%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%93%AA%E2%91%A6", + "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%A0%E2%93%AA%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-seller-capabilities%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-execution-mode%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-execution-mode%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-wasm-helper-url%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-update-url%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-parse-and-verify-a-bidding-code-or-update-url%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A6%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%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%A3", - "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-list%E2%91%A7%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-keys%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-slot-size-mode%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-slot-size-mode%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-max-trusted-bidding-signals-url-length%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-user-bidding-signals%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-serialize-an-infra-value-to-json-bytes", "https://wicg.github.io/turtledove/#issue-428058e6", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A2%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A2%E2%91%A5", + "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%A2%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-ad-size%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A6", "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%A0%E2%93%AA%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%93%AA%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-sizes%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-sizes%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A2%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%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%A0%E2%93%AA%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%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-size-groups%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A0%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dictdef-auctionad%E2%91%A5", - "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%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-auctionad-renderurl%E2%91%A3", @@ -5986,27 +6076,27 @@ "https://wicg.github.io/turtledove/#ref-for-include-credentials%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-auctionad-sizegroup%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-dom-auctionad-sizegroup%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-dom-auctionad-sizegroup%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-size-group%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-auctionad-metadata%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-metadata%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-serialize-a-javascript-value-to-a-json-string%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-dom-auctionad-metadata%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A6%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-dom-auctionad-buyerreportingid%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-reporting-id%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-dom-auctionad-buyerandsellerreportingid%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-and-seller-reporting-id%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dom-auctionad-selectablebuyerandsellerreportingids%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-selectable-buyer-and-seller-reporting-ids%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A0", "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", @@ -6026,19 +6116,19 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#abort-update", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A4%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#process-updateifolderthanms", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A2%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A1", + "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%A2%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A2%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-bidding-signals-per-interest-group-data", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A8", "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%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-bidding-signals-per-interest-group-data-updateifolderthanms%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A4%E2%91%A2", @@ -6072,11 +6162,11 @@ "https://wicg.github.io/turtledove/#ref-for-idl-DOMString%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#dom-protectedaudience-queryfeaturesupport-feature-feature", "https://wicg.github.io/turtledove/#dom-protectedaudience-queryfeaturesupport", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-idl-DOMString%E2%91%A2%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-idl-boolean%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A5%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A5%E2%91%A0", "https://wicg.github.io/turtledove/#common-algorithms", "https://wicg.github.io/turtledove/#interest-group-estimated-size", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A4%E2%91%A4", @@ -6088,21 +6178,21 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-priority%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-execution-mode%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-execution-mode%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-enable-bidding-signals-prioritization%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority-vector%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority-vector%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority-signals-overrides%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority-signals-overrides%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A4", "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-interest-group-private-aggregation-coordinator%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-interest-group-private-aggregation-coordinator%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-seller-capabilities%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A4%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-seller-capabilities%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-ascii-serialisation-of-an-origin%E2%91%A0%E2%91%A6", @@ -6120,16 +6210,16 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-url%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-slot-size-mode%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-slot-size-mode%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-keys%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-max-trusted-bidding-signals-url-length%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-max-trusted-bidding-signals-url-length%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-user-bidding-signals%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A1%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A0%E2%91%A6", @@ -6142,14 +6232,14 @@ "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-and-seller-reporting-id%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-selectable-buyer-and-seller-reporting-ids%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-allowed-reporting-origins%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-ascii-serialisation-of-an-origin%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A0%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A0%E2%91%A7", @@ -6158,20 +6248,20 @@ "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-metadata%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-sizes%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A4%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-ad-size-width%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-ad-size-height%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-ad-size-width-units%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-ad-size-height-units%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-size-groups%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A4%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A4%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A1%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-additional-bid-key%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#parse-an-https-origin", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A0%E2%91%A4", "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", @@ -6180,17 +6270,17 @@ "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#parse-and-verify-a-bidding-code-or-update-url", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A2", "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", "https://wicg.github.io/turtledove/#ref-for-include-credentials%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-url-fragment", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#parse-and-verify-a-trusted-signals-url", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-include-credentials%E2%91%A2", @@ -6203,26 +6293,26 @@ "https://wicg.github.io/turtledove/#serialize-an-integer", "https://wicg.github.io/turtledove/#issue-ccb90c6c", "https://wicg.github.io/turtledove/#get-uuid-from-string", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A1%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A1%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%93%AA%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-the-range%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-code-unit%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-ascii-lower-hex-digit", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-ascii-encode%E2%91%A4", "https://wicg.github.io/turtledove/#insert-entries-to-map", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-key%E2%91%A0", - "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%A7", "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%A5%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A5%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list-extend%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#permissions-policy-integration", "https://wicg.github.io/turtledove/#ref-for-policy-controlled-feature%E2%91%A5", "https://wicg.github.io/turtledove/#join-ad-interest-group", @@ -6230,14 +6320,14 @@ "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%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-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%A8", "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%A1%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%91%A4", "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", "https://wicg.github.io/turtledove/#ref-for-concept-url-host%E2%91%A0", @@ -6267,9 +6357,9 @@ "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", "https://wicg.github.io/turtledove/#ref-for-parse-json-bytes-to-an-infra-value%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A5%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A5%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#fetch-patch-for-auction-headers", "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-direct-from-seller-signals%E2%91%A3", @@ -6294,10 +6384,10 @@ "https://wicg.github.io/turtledove/#ref-for-the-iframe-element%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-traversable-navigable%E2%91%A6", "https://wicg.github.io/turtledove/#traversable-navigable-captured-ad-auction-signals-headers", - "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%A2%E2%91%A4", + "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%A2%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-direct-from-seller-signals-key%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-direct-from-seller-signals%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-request%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-request-initiator-type%E2%91%A2", @@ -6308,11 +6398,11 @@ "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-signals%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-traversable-navigable%E2%91%A7", "https://wicg.github.io/turtledove/#traversable-navigable-captured-ad-auction-additional-bids-headers", - "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%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A7%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-auction-nonce", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A4", + "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%A8", "https://wicg.github.io/turtledove/#ref-for-signed-additional-bid-with-metadata", "https://wicg.github.io/turtledove/#ref-for-concept-request%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-request-initiator-type%E2%91%A3", @@ -6323,19 +6413,19 @@ "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-additional-bid%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-traversable-navigable%E2%91%A8", "https://wicg.github.io/turtledove/#traversable-navigable-saved-bidding-and-auction-request-context", - "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%A2%E2%91%A6", + "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%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-string-representation%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-version-4-uuid%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-server-auction-request-context%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-traversable-navigable%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#traversable-navigable-captured-ad-auction-result-headers", - "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%A2%E2%91%A7", - "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%A2%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A0", + "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%A3%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%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-request%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-request%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#request-capture-ad-auction-headers", @@ -6347,7 +6437,7 @@ "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A2%E2%91%A0", "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%A5%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A5%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-request-capture-ad-auction-headers", "https://wicg.github.io/turtledove/#ref-for-the-iframe-element%E2%91%A1", "https://wicg.github.io/turtledove/#element-attrdef-iframe-adauctionheaders", @@ -6441,7 +6531,7 @@ "https://wicg.github.io/turtledove/#ref-for-traversable-navigable-captured-ad-auction-additional-bids-headers%E2%91%A1", "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%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-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", @@ -6453,48 +6543,48 @@ "https://wicg.github.io/turtledove/#ref-for-concept-header-list-delete%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-additional-bid%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-dom-global-fetch%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%93%AA%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%93%AA%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-strictly-split", "https://wicg.github.io/turtledove/#ref-for-signed-additional-bid-with-metadata%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A1%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A1%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-signed-additional-bid-with-metadata-seller-nonce%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-signed-additional-bid-with-metadata-signed-additional-bid%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%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-size%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A1%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-signed-additional-bid-with-metadata-signed-additional-bid%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%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-concept-header-list-get-decode-split%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-result%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%93%AA%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%93%AA%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-strip-leading-and-trailing-ascii-whitespace%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-code-point%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-code-point%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-code-point%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-forgiving-base64-decode%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A2%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A5%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A5%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%91%A0%E2%91%A1", "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%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%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-parse-json-bytes-to-an-infra-value%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%93%AA%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%93%AA%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A7%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-report-a-warning-to-the-console", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-signals%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-set-append%E2%91%A4", @@ -6503,15 +6593,15 @@ "https://wicg.github.io/turtledove/#ref-for-direct-from-seller-signals-key-ad-slot%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-direct-from-seller-signals%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-remove%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A4%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A4%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-direct-from-seller-signals-seller-signals%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-serialize-an-infra-value-to-a-json-string%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-direct-from-seller-signals-auction-signals%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-serialize-an-infra-value-to-a-json-string%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A7%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A4%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A7%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-parse-an-https-origin%E2%91%A1%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A4%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-serialize-an-infra-value-to-a-json-string%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-direct-from-seller-signals-per-buyer-signals%E2%91%A1", "https://wicg.github.io/turtledove/#structures", @@ -6526,13 +6616,13 @@ "https://wicg.github.io/turtledove/#dom-biddingbrowsersignals-topwindowhostname", "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#dom-biddingbrowsersignals-seller", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%91%A1", - "https://wicg.github.io/turtledove/#dom-biddingbrowsersignals-joincount", "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%91%A2", - "https://wicg.github.io/turtledove/#dom-biddingbrowsersignals-bidcount", + "https://wicg.github.io/turtledove/#dom-biddingbrowsersignals-joincount", "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%91%A3", - "https://wicg.github.io/turtledove/#dom-biddingbrowsersignals-recency", + "https://wicg.github.io/turtledove/#dom-biddingbrowsersignals-bidcount", "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%91%A4", + "https://wicg.github.io/turtledove/#dom-biddingbrowsersignals-recency", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#dom-biddingbrowsersignals-adcomponentslimit", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A8", "https://wicg.github.io/turtledove/#dom-biddingbrowsersignals-multibidlimit", @@ -6579,16 +6669,16 @@ "https://wicg.github.io/turtledove/#dom-scoringbrowsersignals-fordebuggingonlyincooldownorlockout", "https://wicg.github.io/turtledove/#convert-an-ad-size-to-a-map", "https://wicg.github.io/turtledove/#ref-for-ad-size%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A7%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A7%E2%91%A5", "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%A0%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A7", "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%A0%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A8", "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", @@ -6743,19 +6833,19 @@ "https://wicg.github.io/turtledove/#dom-directfromsellersignalsforseller-sellersignals", "https://wicg.github.io/turtledove/#interest-group-header", "https://wicg.github.io/turtledove/#interest-group", - "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%A4", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A2%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%91%A5", "https://wicg.github.io/turtledove/#interest-group-expiry", "https://wicg.github.io/turtledove/#ref-for-dfn-moment%E2%91%A5", "https://wicg.github.io/turtledove/#interest-group-owner", - "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-interest-group-owner%E2%91%A7%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A7%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A7%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-check-interest-group-permissions%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A7", "https://wicg.github.io/turtledove/#interest-group-name", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A7%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#interest-group-priority", @@ -6765,25 +6855,25 @@ "https://wicg.github.io/turtledove/#interest-group-enable-bidding-signals-prioritization", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#interest-group-priority-vector", - "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%A2%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A7%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-perbuyerprioritysignals%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority%E2%91%A7", "https://wicg.github.io/turtledove/#interest-group-priority-signals-overrides", - "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%A3%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A0", + "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%A3%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dictdef-auctionadconfig%E2%91%A4", "https://wicg.github.io/turtledove/#interest-group-seller-capabilities", - "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%A3%E2%91%A0", - "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%A3%E2%91%A1", + "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%A3%E2%91%A4", + "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%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-seller-capability%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-seller-capability%E2%91%A5", @@ -6794,64 +6884,64 @@ "https://wicg.github.io/turtledove/#ref-for-seller-capability%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-seller-capabilities%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#interest-group-private-aggregation-coordinator", - "https://wicg.github.io/turtledove/#ref-for-aggregation-coordinator%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-default-aggregation-coordinator%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-aggregation-coordinator%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-default-aggregation-coordinator%E2%91%A1", "https://wicg.github.io/turtledove/#interest-group-execution-mode", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#interest-group-bidding-url", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A0%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-concept-origin%E2%91%A5%E2%93%AA", "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%A7%E2%91%A3", "https://wicg.github.io/turtledove/#interest-group-bidding-wasm-helper-url", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-wasm-helper-url%E2%91%A6", - "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-same-origin%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A7%E2%91%A4", "https://wicg.github.io/turtledove/#interest-group-update-url", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-additional-bid-key%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-update-url%E2%91%A0%E2%93%AA", - "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-same-origin%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A7%E2%91%A5", "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%A4", "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%91%A6", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A6", "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", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-calculate-the-ad-slot-size-query-param%E2%91%A0", "https://wicg.github.io/turtledove/#interest-group-max-trusted-bidding-signals-url-length", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#interest-group-user-bidding-signals", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A7", "https://wicg.github.io/turtledove/#interest-group-ads", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-additional-bid-key%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#interest-group-ad-components", - "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%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#interest-group-ad-sizes", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A7%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-ad-size%E2%91%A4", "https://wicg.github.io/turtledove/#interest-group-size-groups", - "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%A3%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A7", + "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%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#interest-group-additional-bid-key", "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%A8", @@ -6859,19 +6949,19 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A4%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A7%E2%91%A6", "https://wicg.github.io/turtledove/#interest-group-joining-origin", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A2", "https://wicg.github.io/turtledove/#interest-group-join-counts", - "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%A4", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A0%E2%91%A0", "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%A6", "https://wicg.github.io/turtledove/#interest-group-bid-counts", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A0%E2%91%A1", "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%A8%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%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%A7", @@ -6884,8 +6974,8 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-additional-bid-key%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#interest-group-ad", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A2%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A2%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%91%A6", "https://wicg.github.io/turtledove/#interest-group-ad-render-url", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-urn-uuid", @@ -6893,18 +6983,18 @@ "https://wicg.github.io/turtledove/#ref-for-the-iframe-element%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-elementdef-fencedframe%E2%91%A3", "https://wicg.github.io/turtledove/#interest-group-ad-size-group", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#interest-group-ad-metadata", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#interest-group-ad-buyer-reporting-id", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-report-win%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-generated-bid-selected-buyer-and-seller-reporting-id%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-what-is-k-anonymity%E2%91%A5", "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", "https://wicg.github.io/turtledove/#interest-group-ad-buyer-and-seller-reporting-id", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-reporting-id%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-generated-bid-selected-buyer-and-seller-reporting-id%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-report-win%E2%91%A3", @@ -6915,31 +7005,31 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#interest-group-ad-selectable-buyer-and-seller-reporting-ids", - "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%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-generated-bid-selected-buyer-and-seller-reporting-id%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#interest-group-ad-allowed-reporting-origins", - "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%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A3", "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%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#interest-group-ad-ad-render-id", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-ascii-byte%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#previous-win", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A5%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A2%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A2%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%91%A7", "https://wicg.github.io/turtledove/#previous-win-time", "https://wicg.github.io/turtledove/#ref-for-dfn-moment%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A5%E2%91%A1", "https://wicg.github.io/turtledove/#previous-win-ad", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A1%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-metadata%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-ad-render-id%E2%91%A0%E2%91%A0", @@ -6949,11 +7039,11 @@ "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%A0%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#serialize-a-currency-tag", "https://wicg.github.io/turtledove/#ref-for-currency-tag%E2%91%A6", "https://wicg.github.io/turtledove/#check-whether-a-string-is-a-valid-currency-tag", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-ascii-upper-alpha", "https://wicg.github.io/turtledove/#ref-for-ascii-upper-alpha%E2%91%A0", @@ -6962,16 +7052,16 @@ "https://wicg.github.io/turtledove/#ref-for-currency-tag%E2%91%A7", "https://wicg.github.io/turtledove/#auction-config-header", "https://wicg.github.io/turtledove/#auction-config", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A2%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#auction-config-seller", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A4", "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%A6", "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%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-same-origin%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-auction-config-seller%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#auction-config-trusted-scoring-signals-url", @@ -6979,14 +7069,14 @@ "https://wicg.github.io/turtledove/#ref-for-ad-creative%E2%91%A5", "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%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#auction-config-interest-group-buyers", - "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-concept-origin%E2%91%A5%E2%91%A4", + "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-origin%E2%91%A5%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A7", "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%91%A0%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-idl-promise%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-script-runner%E2%91%A3", "https://wicg.github.io/turtledove/#auction-config-requested-size", @@ -6996,45 +7086,45 @@ "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-ad-size%E2%91%A6", "https://wicg.github.io/turtledove/#auction-config-seller-signals", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-script-runner%E2%91%A4", "https://wicg.github.io/turtledove/#auction-config-seller-timeout", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#auction-config-per-buyer-signals", "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%A7%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A1", + "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-scheme%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-script-runner%E2%91%A5", "https://wicg.github.io/turtledove/#auction-config-per-buyer-timeouts", "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%A7%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#auction-config-all-buyers-timeout", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-timeouts%E2%91%A3", "https://wicg.github.io/turtledove/#auction-config-per-buyer-cumulative-timeouts", "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%A7%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A3", + "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%A6%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A0%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A0%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-map-key%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A1%E2%91%A1", @@ -7044,60 +7134,60 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-cumulative-timeouts%E2%91%A0", "https://wicg.github.io/turtledove/#auction-config-per-buyer-group-limits", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A4", + "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%A6%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A4", "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%A4%E2%91%A0", + "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-scheme%E2%91%A0%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A5", "https://wicg.github.io/turtledove/#auction-config-all-buyers-group-limit", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-group-limits%E2%91%A1", "https://wicg.github.io/turtledove/#auction-config-per-buyer-priority-signals", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A0", - "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%A6%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%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%A6%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A3%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority-vector%E2%91%A6", "https://wicg.github.io/turtledove/#auction-config-all-buyers-priority-signals", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%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-string%E2%91%A0%E2%91%A1%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-priority-signals%E2%91%A0", "https://wicg.github.io/turtledove/#auction-config-seller-private-aggregation-coordinator", - "https://wicg.github.io/turtledove/#ref-for-aggregation-coordinator%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-default-aggregation-coordinator%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-aggregation-coordinator%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-default-aggregation-coordinator%E2%91%A2", "https://wicg.github.io/turtledove/#auction-config-required-seller-capabilities", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-seller-capability%E2%91%A8", "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%A4", "https://wicg.github.io/turtledove/#auction-config-auction-report-buyer-keys", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-idl-bigint%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-idl-bigint%E2%91%A8", "https://wicg.github.io/turtledove/#auction-config-auction-report-buyers", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A2", + "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-string%E2%91%A0%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dictdef-auctionreportbuyersconfig%E2%91%A0", "https://wicg.github.io/turtledove/#auction-config-auction-report-buyer-debug-details", "https://wicg.github.io/turtledove/#ref-for-debug-details%E2%91%A1", "https://wicg.github.io/turtledove/#auction-config-component-auctions", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A1%E2%91%A7", "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%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-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", @@ -7106,14 +7196,14 @@ "https://wicg.github.io/turtledove/#auction-config-seller-experiment-group-id", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#auction-config-per-buyer-experiment-group-ids", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A5", - "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%A6%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A5", + "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%A4%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%93%AA", "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%A5", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A0%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A0", "https://wicg.github.io/turtledove/#auction-config-all-buyer-experiment-group-id", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#auction-config-pending-promise-count", @@ -7137,26 +7227,26 @@ "https://wicg.github.io/turtledove/#ref-for-currency-tag%E2%91%A8", "https://wicg.github.io/turtledove/#auction-config-per-buyer-currencies", "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%A8%E2%91%A6", - "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-origin%E2%91%A6%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A1", "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", "https://wicg.github.io/turtledove/#ref-for-currency-tag%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-currencies%E2%91%A6", "https://wicg.github.io/turtledove/#auction-config-per-buyer-multi-bid-limits", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A7", - "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%A6%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A8", + "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%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A2", "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%A8%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A3", "https://wicg.github.io/turtledove/#auction-config-all-buyers-multi-bid-limit", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-multi-bid-limits%E2%91%A0", "https://wicg.github.io/turtledove/#auction-config-direct-from-seller-signals-header-ad-slot", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#auction-config-auction-nonce", "https://wicg.github.io/turtledove/#ref-for-version-4-uuid%E2%91%A3", @@ -7177,13 +7267,13 @@ "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%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%91%A1%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#auction-config-per-buyer-real-time-reporting-config", - "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%A4%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A4", + "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%A7", + "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%A1%E2%91%A7", "https://wicg.github.io/turtledove/#auction-config-server-response", "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-idl-Uint8Array%E2%91%A2", @@ -7204,7 +7294,7 @@ "https://wicg.github.io/turtledove/#ref-for-auction-config-pending-promise-count", "https://wicg.github.io/turtledove/#ref-for-auction-config-aborted%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-auction-config-aborted%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-auction-config-auction-signals%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-auction-config-seller-signals%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-signals%E2%91%A0%E2%91%A0", @@ -7225,7 +7315,7 @@ "https://wicg.github.io/turtledove/#ref-for-auction-config-direct-from-seller-signals-header-ad-slot%E2%91%A6", "https://wicg.github.io/turtledove/#recursively-wait-until-configuration-input-promises-resolve", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A2%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%93%AA%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%93%AA%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-auction-config-component-auctions%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-wait-until-configuration-input-promises-resolve%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-wait-until-configuration-input-promises-resolve%E2%91%A2", @@ -7247,48 +7337,48 @@ "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%A6", - "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-auction-config-all-buyers-currency%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-currencies%E2%91%A0%E2%93%AA", - "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-ordered-map%E2%91%A0%E2%93%AA%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-currencies%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A5%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A5%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-currencies%E2%91%A0%E2%91%A1", "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%A7", - "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/#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%A5%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A5%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-multi-bid-limits%E2%91%A2", "https://wicg.github.io/turtledove/#bid-generators", "https://wicg.github.io/turtledove/#per-buyer-bid-generator", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-url%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-per-signals-url-bid-generator%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A5%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-url%E2%91%A6", "https://wicg.github.io/turtledove/#per-signals-url-bid-generator", - "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%A0", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-joining-origin%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%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-map-getting-the-values%E2%91%A5%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A5%E2%91%A6", "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%A2%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%93%AA", + "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%A5%E2%91%A0", "https://wicg.github.io/turtledove/#script-fetcher-script-body", "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%A0%E2%93%AA%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-allow-trusted-scoring-signals-from", "https://wicg.github.io/turtledove/#script-fetcher-fetch-duration", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A0%E2%91%A5", @@ -7309,21 +7399,21 @@ "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%A0%E2%93%AA%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A8", "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%A0%E2%93%AA%E2%91%A1", - "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-origin%E2%91%A7%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%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%A7", - "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%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-concept-origin%E2%91%A7%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%93%AA%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A7", "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%A0%E2%93%AA%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%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-append%E2%91%A4%E2%91%A4", "https://wicg.github.io/turtledove/#fetch-script", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-environment-settings-object%E2%91%A0%E2%93%AA", @@ -7353,8 +7443,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%A0%E2%93%AA%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-script-fetcher-fetch-duration%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dfn-duration-from%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dfn-current-monotonic-time%E2%91%A0%E2%91%A2", @@ -7377,45 +7467,45 @@ "https://wicg.github.io/turtledove/#ref-for-readablestreamdefaultreader-read-all-bytes", "https://wicg.github.io/turtledove/#trusted-bidder-signals-batcher", "https://wicg.github.io/turtledove/#trusted-bidding-signals-batcher", - "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%A5%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%91%A1", "https://wicg.github.io/turtledove/#trusted-bidding-signals-batcher-all-trusted-bidding-signals", - "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%A1", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#trusted-bidding-signals-batcher-all-per-interest-group-data", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A3%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A0", - "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%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-bidding-signals-per-interest-group-data%E2%91%A0", "https://wicg.github.io/turtledove/#trusted-bidding-signals-batcher-no-signals-flags", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A3%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A8", "https://wicg.github.io/turtledove/#trusted-bidding-signals-batcher-data-versions", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A3%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A6%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#trusted-bidding-signals-batcher-keys", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A0%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%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/#trusted-bidding-signals-batcher-ig-names", "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%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#trusted-bidding-signals-batcher-length-limit", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#bidding-signals-per-interest-group-data", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A2%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%91%A2", "https://wicg.github.io/turtledove/#bidding-signals-per-interest-group-data-updateifolderthanms", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A0%E2%91%A6", @@ -7425,90 +7515,90 @@ "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-interestgroupbuyers%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-updateadinterestgroups%E2%91%A1", "https://wicg.github.io/turtledove/#append-to-a-bidding-signals-per-interest-group-data-map", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A0%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%93%AA%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A4%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A4%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A4%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-bidding-signals-per-interest-group-data%E2%91%A1", "https://wicg.github.io/turtledove/#issue-8c94cec3", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A4%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A3%E2%91%A4", "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%A0%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#build-trusted-bidding-signals-url", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A0%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A7", "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%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A8", "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%A7%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%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-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%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%E2%91%A6", "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%A1%E2%93%AA", "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%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-list-extend%E2%91%A2", "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%A4", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-list-extend%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-encode-trusted-signals-keys%E2%91%A0", - "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-serialize-an-integer", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-serialize-an-integer", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-url-query%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A1%E2%93%AA", "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%91%A2", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A5", "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%A7%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A0", "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", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-keys", "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%A4%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A4%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%91%A0%E2%91%A5", "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%A0%E2%93%AA%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%93%AA%E2%91%A5", "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%A0%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%91%A0%E2%91%A6", "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%A0%E2%93%AA%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%93%AA%E2%91%A6", "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%A0%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%91%A0%E2%91%A7", "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%A8", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A7", "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%A7%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A1", "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%A3%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%91%A0%E2%91%A7", - "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%A0%E2%91%A0%E2%91%A8", + "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%A0%E2%91%A1%E2%93%AA", "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%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-map-is-empty%E2%91%A3", @@ -7524,7 +7614,7 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-keys%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list-extend%E2%91%A4", "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-list-append%E2%91%A5%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-build-trusted-bidding-signals-url%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A2%E2%91%A1", @@ -7537,34 +7627,34 @@ "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%A3", "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%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A1", "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%A7", "https://wicg.github.io/turtledove/#trusted-seller-signals-batcher", "https://wicg.github.io/turtledove/#trusted-scoring-signals-batcher", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A2%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%91%A2", + "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%91%A3", "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%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A2", "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%A0%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A5", "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%A4", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A5", "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%A7%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A8%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A8%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A3", "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%A2%E2%91%A0", - "https://wicg.github.io/turtledove/#trusted-scoring-signals-request", - "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%91%A3", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A2%E2%91%A1", + "https://wicg.github.io/turtledove/#trusted-scoring-signals-request", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%91%A4", "https://wicg.github.io/turtledove/#trusted-scoring-signals-request-seller", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A8%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", @@ -7572,25 +7662,25 @@ "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%A8%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A8%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%A3%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#trusted-scoring-signals-request-ad-component-urls", "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%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#trusted-scoring-signals-request-policy-container", "https://wicg.github.io/turtledove/#ref-for-policy-container%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#trusted-scoring-signals-request-reply", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-reply", "https://wicg.github.io/turtledove/#trusted-scoring-signals-reply", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%91%A5", "https://wicg.github.io/turtledove/#trusted-scoring-signals-reply-all-trusted-scoring-signals", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#trusted-scoring-signals-reply-data-version", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#create-a-trusted-scoring-signals-batcher", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A2%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A2%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-url-length-limit", "https://wicg.github.io/turtledove/#ref-for-starting-a-new-parallel-queue%E2%91%A4", @@ -7599,58 +7689,58 @@ "https://wicg.github.io/turtledove/#fetch-trusted-scoring-signals-with-batching", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-request-queue", "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%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A1%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A5", "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%A8%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A8%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-size%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-list-append%E2%91%A5%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A5", "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%A5", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A6", "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%A1", "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-list-extend%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-encode-trusted-signals-keys%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A6%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-serialize-an-integer%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-url-query%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#build-batched-trusted-scoring-signals-url", - "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%A6", "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%A2", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A1%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%93%AA%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%93%AA%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-base-url%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-base-url%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-seller-experiment-group-id%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-seller-experiment-group-id%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-top-level-origin%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-top-level-origin%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-seller-script-fetcher%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-seller-script-fetcher%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-policy-container%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-policy-container%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-set-append%E2%91%A5", @@ -7663,7 +7753,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%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A7", "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%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-url-length-limit%E2%91%A0", @@ -7672,8 +7762,8 @@ "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-url-length-limit%E2%91%A1", "https://wicg.github.io/turtledove/#batch-and-fetch-trusted-scoring-signals", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A0%E2%91%A7", "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%A7", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-request-map", @@ -7684,18 +7774,18 @@ "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-request-queue%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-request-queue%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-empty%E2%91%A0%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%93%AA%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%93%AA%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-seller-script-fetcher%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-base-url%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-seller-experiment-group-id%E2%91%A3", "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%A5%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A5%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%91%A1%E2%91%A0", "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%A8", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A6%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A6%E2%91%A0", "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%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-set-subset%E2%91%A0", @@ -7715,24 +7805,24 @@ "https://wicg.github.io/turtledove/#ref-for-concept-url-origin%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-wait-for-cross-origin-trusted-scoring-signals-authorization-from-a-fetcher", - "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-url-origin%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-fetch-trusted-signals%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-reply%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-reply-all-trusted-scoring-signals%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-reply-data-version%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%93%AA%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-reply%E2%91%A1", "https://wicg.github.io/turtledove/#generated-bid-header", "https://wicg.github.io/turtledove/#generated-bid", "https://wicg.github.io/turtledove/#ref-for-evaluate-a-bidding-script%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-additional-bid%E2%91%A0%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%91%A5", + "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%A6", "https://wicg.github.io/turtledove/#generated-bid-reporting-id", - "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-reporting-bid-key%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#generated-bid-for-k-anon-auction", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A1%E2%91%A8", @@ -7744,21 +7834,21 @@ "https://wicg.github.io/turtledove/#generated-bid-bid-in-seller-currency", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#generated-bid-ad", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A8", "https://wicg.github.io/turtledove/#issue-88dc1171", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-descriptor%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-generated-bid-bid-ad%E2%91%A6", "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%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-item%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-targetnumadcomponents%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-item%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#generated-bid-selected-buyer-and-seller-reporting-id", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-selectable-buyer-and-seller-reporting-ids%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-reporting-id%E2%91%A0%E2%91%A5", @@ -7786,7 +7876,7 @@ "https://wicg.github.io/turtledove/#generated-bid-provided-as-additional-bid", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#generated-bid-component-seller", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A8%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A8%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A2%E2%91%A0", "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%A3", @@ -7797,7 +7887,7 @@ "https://wicg.github.io/turtledove/#apply-any-component-ads-target-to-a-bid", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-generated-bid-target-number-of-ad-components%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A1%E2%91%A1", @@ -7807,15 +7897,15 @@ "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%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A1%E2%91%A0", "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%A0%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list-get-the-indices", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-compute-the-key-hash-of-component-ad%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-query-k-anonymity-cache%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A6%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A6%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-generated-bid-number-of-mandatory-ad-components%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-generated-bid-target-number-of-ad-components%E2%91%A4", @@ -7823,15 +7913,15 @@ "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%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A1%E2%91%A1", "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%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A1%E2%91%A2", "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%A0%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-generated-bid-for-k-anon-auction%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-apply-any-component-ads-target-to-a-bid%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A6%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A6%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-generated-bid-selected-buyer-and-seller-reporting-id%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A2%E2%91%A1", @@ -7842,17 +7932,17 @@ "https://wicg.github.io/turtledove/#ref-for-query-generated-bid-k-anonymity-count%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-query-reporting-id-k-anonymity-count%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A2%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A6%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A6%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-try-to-reach-component-ads-target-considering-k-anonymity", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A6%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A6%E2%91%A4", "https://wicg.github.io/turtledove/#bid-debug-reporting-info", - "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%A6", + "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%A7", "https://wicg.github.io/turtledove/#bid-debug-reporting-info-component-seller", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A8%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A8%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%A8%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A8%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A7%E2%91%A7", "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%A8", @@ -7879,40 +7969,40 @@ "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-debug-reporting-info-server-filtered-debugging-only-reports", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A8%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A6%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A8%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A6%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#bid-with-currency", - "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%A7", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%91%A8", "https://wicg.github.io/turtledove/#bid-with-currency-value", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#bid-with-currency-currency", "https://wicg.github.io/turtledove/#ref-for-currency-tag%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ad-descriptor", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%91%A8", + "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%A6%E2%93%AA", "https://wicg.github.io/turtledove/#ad-descriptor-url", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-ad-creative%E2%91%A6", "https://wicg.github.io/turtledove/#ad-descriptor-size", "https://wicg.github.io/turtledove/#ref-for-ad-size%E2%91%A7", "https://wicg.github.io/turtledove/#ad-size", - "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%A6%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A6%E2%91%A0", "https://wicg.github.io/turtledove/#ad-size-width", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A3%E2%91%A8", "https://wicg.github.io/turtledove/#ad-size-width-units", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#ad-size-height", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ad-size-height-units", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#parse-an-adrender-ad-size", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A5%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A6%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-parse-an-adrender-dimension-value%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-parse-an-adrender-dimension-value%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-ad-size%E2%91%A8", @@ -7921,55 +8011,55 @@ "https://wicg.github.io/turtledove/#ref-for-ad-size-height%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-ad-size-height-units%E2%91%A3", "https://wicg.github.io/turtledove/#ad-keyword-replacement", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A6%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A6%E2%91%A1", "https://wicg.github.io/turtledove/#ad-keyword-replacement-match", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-auctionad-renderurl%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-ad-keyword-replacement-replacement%E2%91%A2", "https://wicg.github.io/turtledove/#ad-keyword-replacement-replacement", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-ad-keyword-replacement-match%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-auctionad-renderurl%E2%91%A5", "https://wicg.github.io/turtledove/#direct-from-seller-signals-section", "https://wicg.github.io/turtledove/#direct-from-seller-signals-key", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A6%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A6%E2%91%A2", "https://wicg.github.io/turtledove/#direct-from-seller-signals-key-seller", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A8%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A8%E2%91%A8", "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%A4%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-signals%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#direct-from-seller-signals", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A6%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A6%E2%91%A3", "https://wicg.github.io/turtledove/#direct-from-seller-signals-auction-signals", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-script-runner%E2%91%A6", "https://wicg.github.io/turtledove/#direct-from-seller-signals-seller-signals", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-script-runner%E2%91%A7", "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%91%A0%E2%91%A4", - "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%A8%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A6%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%93%AA%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A6%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A6%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A0%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A6%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-script-runner%E2%91%A8", "https://wicg.github.io/turtledove/#additional-bids-structs-section", "https://wicg.github.io/turtledove/#signed-additional-bid-with-metadata", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A6%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A6%E2%91%A4", "https://wicg.github.io/turtledove/#signed-additional-bid-with-metadata-signed-additional-bid", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#signed-additional-bid-with-metadata-seller-nonce", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-additional-bid%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-version-4-uuid%E2%91%A5", "https://wicg.github.io/turtledove/#score-ad-output-header", "https://wicg.github.io/turtledove/#dictdef-scoreadoutput", @@ -8007,13 +8097,13 @@ "https://wicg.github.io/turtledove/#ref-for-dictdef-scoreadoutput%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A7%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-scoreadoutput-bidcurrency%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A6%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A6%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-check-whether-a-string-is-a-valid-currency-tag%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-scoreadoutput-bidcurrency%E2%91%A3", "https://wicg.github.io/turtledove/#leading-bid-info-header", "https://wicg.github.io/turtledove/#leading-bid-info", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A4%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A6%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A4%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A6%E2%91%A5", "https://wicg.github.io/turtledove/#leading-bid-info-top-score", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A4%E2%91%A5", "https://wicg.github.io/turtledove/#leading-bid-info-top-non-k-anon-enforced-score", @@ -8035,13 +8125,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%A4", "https://wicg.github.io/turtledove/#leading-bid-info-highest-scoring-other-bid-owner", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A8%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%93%AA%E2%91%A0", "https://wicg.github.io/turtledove/#leading-bid-info-top-level-seller", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A8%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%93%AA%E2%91%A1", "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%A5%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5%E2%91%A2", "https://wicg.github.io/turtledove/#leading-bid-info-component-seller", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%93%AA%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%93%AA%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-leading-bid%E2%91%A2%E2%91%A2", "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%A5", @@ -8056,53 +8146,53 @@ "https://wicg.github.io/turtledove/#leading-bid-info-component-seller-reporting-result", "https://wicg.github.io/turtledove/#ref-for-reporting-result%E2%91%A6", "https://wicg.github.io/turtledove/#reporting-result", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A4%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A6%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A4%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A6%E2%91%A6", "https://wicg.github.io/turtledove/#reporting-result-report-url", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%91%A6", "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%91%A0%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A6%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A6%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A6%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%91%A7", "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%91%A0%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A6%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A6%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A6%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A6%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupreportingscriptrunnerglobalscope-registeradmacro%E2%91%A1", "https://wicg.github.io/turtledove/#auction-report-info", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A4%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A6%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A4%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A6%E2%91%A7", "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%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%91%A8", "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%A5", "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%A1%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A1%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5%E2%91%A6", "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%A6", "https://wicg.github.io/turtledove/#issue-66dca303", "https://wicg.github.io/turtledove/#auction-report-info-real-time-reporting-contributions-map", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contributions-map%E2%91%A5", "https://wicg.github.io/turtledove/#real-time-reporting-contributions-map", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A6%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%93%AA%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A6%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A6%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%93%AA%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A6%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A1%E2%91%A6", "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%A4%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A6%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A4%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A6%E2%91%A8", "https://wicg.github.io/turtledove/#real-time-reporting-contribution-bucket", - "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A2%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-number-of-user-buckets%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-number-of-platform-buckets%E2%91%A2", "https://wicg.github.io/turtledove/#real-time-reporting-contribution-priority-weight", @@ -8111,7 +8201,7 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#k-anonymity-records", "https://wicg.github.io/turtledove/#k-anonymity-key", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5%E2%91%A7", "https://wicg.github.io/turtledove/#k-anonymity-record", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-key%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-user-agent%E2%91%A4%E2%91%A7", @@ -8122,13 +8212,13 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-moment%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#auction-data-config-header", "https://wicg.github.io/turtledove/#auction-data-config", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A4%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A6%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A4%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A7%E2%93%AA", "https://wicg.github.io/turtledove/#auction-data-config-publisher", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%93%AA%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%93%AA%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#auction-data-config-seller", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%93%AA%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%93%AA%E2%91%A5", "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", @@ -8140,33 +8230,33 @@ "https://wicg.github.io/turtledove/#auction-data-config-request-size", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#auction-data-config-per-buyer-config", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A6%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%93%AA%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A6%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A6%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%93%AA%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A6%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-auction-data-buyer-config%E2%91%A0", "https://wicg.github.io/turtledove/#auction-data-buyer-config", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A4%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A7%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A4%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A7%E2%91%A0", "https://wicg.github.io/turtledove/#auction-data-buyer-config-size", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#cumul-timeout-tracker", "https://wicg.github.io/turtledove/#cumulative-timeout-tracker", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A4%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A7%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A4%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A7%E2%91%A1", "https://wicg.github.io/turtledove/#cumulative-timeout-tracker-remaining", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#cumulative-timeout-tracker-limit", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#create-a-cumulative-timeout-tracker", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A3%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%93%AA%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%93%AA%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-cumulative-timeout-tracker%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-cumulative-timeout-tracker-limit%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-auction-config-all-buyers-cumulative-timeout%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-cumulative-timeouts%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-cumulative-timeouts%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A6%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A6%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-cumulative-timeout-tracker-limit%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-cumulative-timeouts%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-cumulative-timeout-tracker-remaining%E2%91%A0", diff --git a/ed/ids/vc-data-model-2.0.json b/ed/ids/vc-data-model-2.0.json index 8e10a1fe1e00..c169a986e0ac 100644 --- a/ed/ids/vc-data-model-2.0.json +++ b/ed/ids/vc-data-model-2.0.json @@ -468,16 +468,16 @@ "https://w3c.github.io/vc-data-model/#vc-tab1jose", "https://w3c.github.io/vc-data-model/#vc-tab1cose", "https://w3c.github.io/vc-data-model/#vc-tab1sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-1-1gs7tkr-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-1-1gs7tkr-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-1-1gs7tkr-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-1-1gs7tkr-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-1-1gs7tkr-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-1-1gs7tkr-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim--cM5VC9PeE-l_gcuOTCpFqDD_FCXhFrd_huu0K1FZvQ", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-MvNaTJkQ7Hdsooivz4oVu60OUp9JMFEdnWePQ71CfQY", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim--XVuWcJhdYWoUaF8Lb1gfmCsGyyUkWFT_L7wu7gBAEM", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Wc7RGxaDGrBYPzo2Y6359krge7kiPjpoJ-gmFmi1X20", + "https://w3c.github.io/vc-data-model/#sd-jwt-1-esidg5s-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-1-esidg5s-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-1-esidg5s-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-1-esidg5s-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-1-esidg5s-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-1-esidg5s-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-aa2y71DDy4vbCdrjGxi7_98pVrMbRmQ9URWwQmbvCEM", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-0YAmmuRdhLKQagbra1QgET_0SniMd9ErV9U0JlQWYHA", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-DM-T3vTCAOwhYqyfLrtB4-oneVV_21hYIsJvFTV0uvg", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-L9sstXg38gX3-Xm-hvnyNzhNkdPhvq0PnkhzyGLPFoY", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-72", "https://w3c.github.io/vc-data-model/#ref-for-dfn-subjects-24", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-73", @@ -520,16 +520,16 @@ "https://w3c.github.io/vc-data-model/#vc-tab2jose", "https://w3c.github.io/vc-data-model/#vc-tab2cose", "https://w3c.github.io/vc-data-model/#vc-tab2sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-2-dlb63qz-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-2-dlb63qz-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-2-dlb63qz-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-2-dlb63qz-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-2-dlb63qz-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-2-dlb63qz-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-cebWeZQIYP50YhskDOws4slVqfQCZHbiEUMhqx_mEio", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ifoCnP-UnwpSqR5lgBaXD4-Yja9sLWk6Pz6-RvHNyyg", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-XSSearWMFkcXDYbT6l0d43Nf-BXWkHr-51cBwzYDJcY", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-j-uyt9n2lnOmTTcqj1umwxDofA21bzXyF2VyBr5Ngh4", + "https://w3c.github.io/vc-data-model/#sd-jwt-2-ywdglxf-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-2-ywdglxf-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-2-ywdglxf-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-2-ywdglxf-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-2-ywdglxf-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-2-ywdglxf-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-JhdXJ-Idp_KKRYxaa2k66FEfaWHFqNMPC3aBr0I3Y0M", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-mi-WAKyj8qD4rrkSEc01_cs-LOAKdMKMcj0AyleHzI8", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-UZnCiC-EnjHZjez21a1MM1uQ67c8dKYge82VT0D-SsE", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-4Ep73W7sekMSZatEFqjrVPBMC82r1Akml7eI53sl790", "https://w3c.github.io/vc-data-model/#ref-for-dfn-type-1", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-81", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-82", @@ -589,17 +589,17 @@ "https://w3c.github.io/vc-data-model/#vc-tab3jose", "https://w3c.github.io/vc-data-model/#vc-tab3cose", "https://w3c.github.io/vc-data-model/#vc-tab3sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-3-uabwijx-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-3-uabwijx-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-3-uabwijx-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-3-uabwijx-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-3-uabwijx-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-3-uabwijx-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-B-bR_B4Rp5e4D_T9qBFkkys77_KgDJwuOWdpB9PEDEU", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-N9_8vRScV8ZlOEFDV5-uV6bglMWxXSiw9cZGUo1Nx5s", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-PPgURg3TxnErOnKQRvVUtUgUVDL6wwl3EkiTxWBvgOs", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-DyG2-9CaPevngZrszey-eFZM-Qc6NBRwPjf9UlvtFHQ", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-O_xsvs4LqpwxHjZNkPWdMLFXmYBpIE5fMQUu8RXtRkw", + "https://w3c.github.io/vc-data-model/#sd-jwt-3-fuscig9-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-3-fuscig9-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-3-fuscig9-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-3-fuscig9-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-3-fuscig9-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-3-fuscig9-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-RxlY_gRq8Sz-USQauOqlJTroxMlqbwzZ9kN6mn-opC4", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-58lGQ5jif53DEpo5bsuyA3-PJsvgUcxL3ijJp_Q3ueY", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-NLImazD8zCwgBs8z1_8IJs3Bbbm-k8iJM3j7o18jzt4", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ltoNqohZ8TN3PuJ75ealiZkqP_SL1arUyu9CvEn_CjQ", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-eLaa0a8JzwULDYu2C_QHgMvz7GBvB21OlwkYHFVnrsw", "https://w3c.github.io/vc-data-model/#issue-container-generatedID-11", "https://w3c.github.io/vc-data-model/#h-note-10", "https://w3c.github.io/vc-data-model/#example-use-of-the-name-and-description-properties-0", @@ -628,16 +628,16 @@ "https://w3c.github.io/vc-data-model/#vc-tab4jose", "https://w3c.github.io/vc-data-model/#vc-tab4cose", "https://w3c.github.io/vc-data-model/#vc-tab4sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-4-15ocvb3-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-4-15ocvb3-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-4-15ocvb3-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-4-15ocvb3-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-4-15ocvb3-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-4-15ocvb3-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-G6_xTo9QqwKaRdIzZik9kOIm2Zz2b4yZr1SYRJwrHqI", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-vHWGoZNXK1TXoXa_dFHUG6ghlXC3ofINw1LDDpbu9UI", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-eIwuvNVuxCa3K8481Dcv10HMkgzOCktpQoBJ7_XPYAU", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-J4MevDVF_YJRnOVZFQtr2Ewh-UY_gxrXubjWiN2BSDY", + "https://w3c.github.io/vc-data-model/#sd-jwt-4-m3wzmp3-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-4-m3wzmp3-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-4-m3wzmp3-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-4-m3wzmp3-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-4-m3wzmp3-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-4-m3wzmp3-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-HXE2uon34E1-ubCNHpVaDtjvkQwNdRRVsGjdMUUjRBs", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-sWoDbQM_ZtS2d_AZNID5K3Y4S5VB1RnS8KlQzj4WNYU", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-S4gFXxdwN5pwnSnzIXn3tJyVbavIQQhGXmVY-LR7vy4", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-AQHRG4dPhSVh3_dNoBUSgH7KNygIhgHl2XqEI_Tbt1Y", "https://w3c.github.io/vc-data-model/#example-expanded-use-of-the-issuer-property", "https://w3c.github.io/vc-data-model/#vc-tab5unsigned", "https://w3c.github.io/vc-data-model/#vc-tab5ecdsa-rdfc-2019", @@ -647,17 +647,17 @@ "https://w3c.github.io/vc-data-model/#vc-tab5jose", "https://w3c.github.io/vc-data-model/#vc-tab5cose", "https://w3c.github.io/vc-data-model/#vc-tab5sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-5-v7rmuf8-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-5-v7rmuf8-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-5-v7rmuf8-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-5-v7rmuf8-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-5-v7rmuf8-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-5-v7rmuf8-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-__epUzH2s6bk4NMqDYk7RGLZ_mQs5ZaupYWUFHuUPqc", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-EEH2VlW7dseH4dg0BLO_vOJoJuFKL-HfARmCg6k6KSM", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-7mcOjT8kzWrWNICPN0TIk7dr-e8RPdY0L1LUe_BsG1o", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-AGnCnqQX_7_gHICiab0UONViYIVtLmE97FL2iErwqGI", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-GKvkFF3OEOHBRCQoJOZUdMAqLP-1ZgUZXMsMroPC-4E", + "https://w3c.github.io/vc-data-model/#sd-jwt-5-36guptv-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-5-36guptv-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-5-36guptv-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-5-36guptv-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-5-36guptv-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-5-36guptv-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-B9dJtwUKw6GPhJWaXRcYJBOsCN1RlXyg5PGb4JDiJbk", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-cRwyKcEke2yXCQpRHHkTs2hJWo3dAvhSR5c9lAc68wk", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-URvDaP7s3K6R5R7wLfufzhDUnjX0p49lmreJMxchOHQ", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-b4MXfnWnF-EOgnsW6LhWupEViKv5FlopiuDYoibsa50", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-1X7ThBxuE_U8OPt48pfMV2gA3Mf4WCT3H4BmYll2jRc", "https://w3c.github.io/vc-data-model/#issue-container-generatedID-12", "https://w3c.github.io/vc-data-model/#h-note-11", "https://w3c.github.io/vc-data-model/#ref-for-dfn-property-21", @@ -688,16 +688,16 @@ "https://w3c.github.io/vc-data-model/#vc-tab6jose", "https://w3c.github.io/vc-data-model/#vc-tab6cose", "https://w3c.github.io/vc-data-model/#vc-tab6sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-6-xj4ncan-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-6-xj4ncan-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-6-xj4ncan-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-6-xj4ncan-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-6-xj4ncan-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-6-xj4ncan-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-pwwoB4QsIKrowsoWSW8jsxESHMEEKXZdK7dwqKMj_g8", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-N9OMGGW1PWvJ1uw0tEFmM7LR62N1WGQYcq_ZvoPKAxY", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-2LWb_5iZnpQBbf4Dx3O4uDN3Fuj3FW4cUK6QeNOAyhI", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ANUUFp5_tKyrWQKm8oceDtfG5sQKJC3lluXaHHsf72A", + "https://w3c.github.io/vc-data-model/#sd-jwt-6-qnp9grh-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-6-qnp9grh-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-6-qnp9grh-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-6-qnp9grh-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-6-qnp9grh-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-6-qnp9grh-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-P-MP4oEsTNHV09tOqLdu1N4kZJGwfMafqKOIQLpuvlk", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-LN08vO5hhuKJBcCp_-RghaYf9aSVkJLKEV_V3xdqSqU", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-K44kcSTeBIQym2FxVmgeJK19lLDZi62BhYo4_c7jldU", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-cNoUvH0VwV0afjrAv8twIH3Zggw37ZrlNfvq8ENwvn8", "https://w3c.github.io/vc-data-model/#ref-for-dfn-subjects-31", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-88", "https://w3c.github.io/vc-data-model/#ref-for-dfn-subjects-32", @@ -726,16 +726,16 @@ "https://w3c.github.io/vc-data-model/#vc-tab7jose", "https://w3c.github.io/vc-data-model/#vc-tab7cose", "https://w3c.github.io/vc-data-model/#vc-tab7sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-7-j6r3ftr-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-7-j6r3ftr-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-7-j6r3ftr-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-7-j6r3ftr-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-7-j6r3ftr-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-7-j6r3ftr-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-o_dYxXLP8ZfbK7Pk3NIzE4-HANt9523q8b5PMfFEURA", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-gIfwmxZDDjziktNGFoFryTXCPjqBdJygVzEbt4_nW5I", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-qYJkWSjymIIBHWlwNF6EmJbZb_GJm4NDTaZiNz_n-7s", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-2WWhyX12yHgxCS0Xn7B96IymTqEmq6CKcWxwT9-5GPo", + "https://w3c.github.io/vc-data-model/#sd-jwt-7-4e7v0h1-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-7-4e7v0h1-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-7-4e7v0h1-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-7-4e7v0h1-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-7-4e7v0h1-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-7-4e7v0h1-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-PJgBY-PnlpJM0MCIOSDMsMEBBU-44yUcTYmvlquXDFs", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-OUxUlYuS51iz1D6HgU2Ho0TCJQjHb7faxkCySoCwBwQ", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-JQE2cPBV1EGWVfI2acAjopd-knKJqnRCppXiTGOdgGE", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-4Q-xQU1XRYLfu-j7sEhm2b05xkmB6v4ZrKJ_0rj7xBE", "https://w3c.github.io/vc-data-model/#issue-container-generatedID-13", "https://w3c.github.io/vc-data-model/#h-note-12", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-89", @@ -1009,15 +1009,15 @@ "https://w3c.github.io/vc-data-model/#vc-tab8jose", "https://w3c.github.io/vc-data-model/#vc-tab8cose", "https://w3c.github.io/vc-data-model/#vc-tab8sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-8-502ua3y-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-8-502ua3y-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-8-502ua3y-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-8-502ua3y-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-8-502ua3y-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-8-502ua3y-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-gLEDI8j6I0zY93V3cnAGjywia2jHUUozY1FquuLbczs", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-_-vODZX58w0T4iGqyNk4dl04grQiQlyNWTShv4V4iOg", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-688_HBCEkg1NdH_XEUlGqhfywixr7T40dShRgTPkRN4", + "https://w3c.github.io/vc-data-model/#sd-jwt-8-2rw9k5i-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-8-2rw9k5i-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-8-2rw9k5i-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-8-2rw9k5i-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-8-2rw9k5i-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-8-2rw9k5i-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-7k87hXiK6SAAsic7cW0gwrCxCZW4wAHURU1fk_u_UrU", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-EDPjL3N20RByfpdFSXI8HVIKVq58WiE7am14jMfq9DY", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-vie0AIr0FtVMxMwbgojDGaZSE1YonM-38drvclBSdzk", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-132", "https://w3c.github.io/vc-data-model/#ref-for-dfn-entities-14", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-133", @@ -1583,15 +1583,15 @@ "https://w3c.github.io/vc-data-model/#vc-tab9jose", "https://w3c.github.io/vc-data-model/#vc-tab9cose", "https://w3c.github.io/vc-data-model/#vc-tab9sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-9-c6lwq2x-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-9-c6lwq2x-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-9-c6lwq2x-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-9-c6lwq2x-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-9-c6lwq2x-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-9-c6lwq2x-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-u-u7r-apaDqKwaC5liufZDXplLhiS360lYCyLwskepE", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-68YMy7tAT67jhzlb2RBZIbCcpVcGGABuJFd0gNhDFDw", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-VFwcQLAkOeGoHsjYfGzWu_r5vhPEVcSDmZnJbZFsuYg", + "https://w3c.github.io/vc-data-model/#sd-jwt-9-sjl77kv-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-9-sjl77kv-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-9-sjl77kv-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-9-sjl77kv-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-9-sjl77kv-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-9-sjl77kv-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-5SOYYxDRBprnrlW6Gqr68lrX67efv0ypsRC_tCz0SZI", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-cjciDph2uJ3FO4KgTCtTYk9h4x4STPNnLiXWV5SanHA", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim--lver16grGWnkQ_LQ4tliTUglKzeZVsy-rWlcQVJN9U", "https://w3c.github.io/vc-data-model/#ref-for-dfn-bearer-credentials-4", "https://w3c.github.io/vc-data-model/#ref-for-dfn-issuers-86", "https://w3c.github.io/vc-data-model/#ref-for-dfn-holders-86", diff --git a/ed/ids/wasm-js-api-2-fork-js-promise-integration.json b/ed/ids/wasm-js-api-2-fork-js-promise-integration.json index 29487b1a4cba..31b4a115a883 100644 --- a/ed/ids/wasm-js-api-2-fork-js-promise-integration.json +++ b/ed/ids/wasm-js-api-2-fork-js-promise-integration.json @@ -1012,12 +1012,12 @@ "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-active", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-embed-func-invoke%E2%91%A0", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-active%E2%91%A0", - "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-exceptiondef-runtimeerror%E2%91%A1", + "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-exceptiondef-suspenderror", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-ordered-map%E2%91%A1", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-surrounding-agent%E2%91%A3%E2%93%AA", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-associated-store%E2%91%A2%E2%91%A2", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-embed-error%E2%91%A0%E2%91%A8", - "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-exceptiondef-runtimeerror%E2%91%A2", + "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-exceptiondef-runtimeerror%E2%91%A1", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-dfn-throw%E2%91%A1", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-reject%E2%91%A4", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-list%E2%91%A6", @@ -1044,7 +1044,7 @@ "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-execution-context-status-map%E2%91%A1", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-active%E2%91%A1", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-throw-a-javascript-exception%E2%91%A0", - "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-exceptiondef-runtimeerror%E2%91%A3", + "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-exceptiondef-suspenderror%E2%91%A0", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-prepare-to-run-script%E2%91%A0", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-prepare-to-run-a-callback%E2%91%A0", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-coerce-webassembly-arguments%E2%91%A0", @@ -1060,7 +1060,7 @@ "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-evaluate-a-promising-function%E2%91%A0", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-paused%E2%91%A2", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-throw-a-javascript-exception%E2%91%A1", - "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-exceptiondef-runtimeerror%E2%91%A4", + "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-exceptiondef-suspenderror%E2%91%A1", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-active%E2%91%A2", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-coerce-a-javascript-exception%E2%91%A0", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-coerce-a-javascript-return%E2%91%A0", @@ -1250,6 +1250,7 @@ "https://webassembly.github.io/js-promise-integration/js-api/#exceptiondef-compileerror", "https://webassembly.github.io/js-promise-integration/js-api/#exceptiondef-linkerror", "https://webassembly.github.io/js-promise-integration/js-api/#exceptiondef-runtimeerror", + "https://webassembly.github.io/js-promise-integration/js-api/#exceptiondef-suspenderror", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-dfn-namespace-object", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-namespacedef-webassembly%E2%91%A0%E2%93%AA", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-create-a-namespace-object", @@ -1260,7 +1261,8 @@ "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-sec-definemethodproperty", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-exceptiondef-compileerror%E2%91%A1", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-exceptiondef-linkerror%E2%91%A8", - "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-exceptiondef-runtimeerror%E2%91%A5", + "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-exceptiondef-runtimeerror%E2%91%A2", + "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-exceptiondef-suspenderror%E2%91%A2", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-namespacedef-webassembly%E2%91%A0%E2%91%A0", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-sec-native-error-types-used-in-this-standard-typeerror%E2%91%A1%E2%91%A5", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A0%E2%91%A0", @@ -1277,7 +1279,7 @@ "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-exec-memory-grow%E2%91%A0", "https://webassembly.github.io/js-promise-integration/js-api/#limits", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-exceptiondef-compileerror%E2%91%A2", - "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-exceptiondef-runtimeerror%E2%91%A6", + "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-exceptiondef-runtimeerror%E2%91%A3", "https://webassembly.github.io/js-promise-integration/js-api/#security-considerations", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-syntax-import", "https://webassembly.github.io/js-promise-integration/js-api/#ref-for-read-the-imports%E2%91%A1", diff --git a/ed/ids/web-animations-2.json b/ed/ids/web-animations-2.json index fe5ff4edcf76..1ee843ce3a5b 100644 --- a/ed/ids/web-animations-2.json +++ b/ed/ids/web-animations-2.json @@ -1458,10 +1458,10 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-dictdef-keyframeeffectoptions", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-iterationcomposite%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-composite", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-dfn-throw%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect-source", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source-source", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-composite-operation%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-iterationcomposite", diff --git a/ed/index.json b/ed/index.json index 218e72d34666..767af68d79c0 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-12-16T18:53:51.014Z", + "date": "2024-12-17T16:38:03.525Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -683,9 +683,9 @@ }, "stats": { "crawled": 651, - "errors": 1 + "errors": 2 }, - "crawler": "reffy-18.1.0", + "crawler": "reffy-18.1.1", "results": [ { "url": "https://aomediacodec.github.io/afgs1-spec/", @@ -1344,9 +1344,9 @@ ], "crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 01:04:46 GMT" + "lastModified": "Tue, 17 Dec 2024 01:00:56 GMT" }, - "date": "15 December 2024", + "date": "17 December 2024", "algorithms": "algorithms/no-vary-search.json", "links": "links/no-vary-search.json", "refs": "refs/no-vary-search.json", @@ -1393,9 +1393,9 @@ ], "crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 01:04:46 GMT" + "lastModified": "Tue, 17 Dec 2024 01:00:56 GMT" }, - "date": "15 December 2024", + "date": "17 December 2024", "algorithms": "algorithms/rfc6265bis.json", "links": "links/rfc6265bis.json", "refs": "refs/rfc6265bis.json", @@ -1453,11 +1453,11 @@ ], "crawled": "https://dom.spec.whatwg.org/", "crawlCacheInfo": { - "lastModified": "Mon, 16 Dec 2024 10:38:49 GMT" + "lastModified": "Tue, 17 Dec 2024 07:48:16 GMT" }, "generator": "bikeshed", - "date": "16 December 2024", - "revision": "10dbae49d215ddc3a6506321a065e26e7d55251e", + "date": "17 December 2024", + "revision": "7cd51e7a804b239e3c98d9eb0fe8bc27e162784d", "algorithms": "algorithms/dom.json", "links": "links/dom.json", "refs": "refs/dom.json", @@ -1625,11 +1625,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "16 September 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-backgrounds-4.json", "refs": "refs/css-backgrounds-4.json", "css": "css/css-backgrounds-4.json", @@ -1686,11 +1686,11 @@ ], "crawled": "https://drafts.csswg.org/css-borders-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "2 October 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-borders-4.json", "refs": "refs/css-borders-4.json", "css": "css/css-borders.json", @@ -1748,11 +1748,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-6/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "15 September 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-color-6.json", "refs": "refs/css-color-6.json", "css": "css/css-color-6.json", @@ -1806,11 +1806,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-hdr-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "11 December 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-color-hdr-1.json", "links": "links/css-color-hdr-1.json", "refs": "refs/css-color-hdr-1.json", @@ -1862,11 +1862,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-values-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "21 February 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-conditional-values-1.json", "refs": "refs/css-conditional-values-1.json", "css": "css/css-conditional-values.json", @@ -1924,11 +1924,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", - "date": "12 December 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "date": "17 December 2024", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-display-4.json", "refs": "refs/css-display-4.json", "css": "css/css-display.json", @@ -1985,11 +1985,11 @@ ], "crawled": "https://drafts.csswg.org/css-env-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-env-1.json", "links": "links/css-env-1.json", "refs": "refs/css-env-1.json", @@ -2041,11 +2041,11 @@ ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-extensions-1.json", "refs": "refs/css-extensions-1.json", "css": "css/css-extensions.json", @@ -2096,11 +2096,11 @@ ], "crawled": "https://drafts.csswg.org/css-forms-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "5 December 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-forms-1.json", "refs": "refs/css-forms-1.json", "css": "css/css-forms.json", @@ -2151,11 +2151,11 @@ ], "crawled": "https://drafts.csswg.org/css-gaps-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "13 December 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-gaps-1.json", "links": "links/css-gaps-1.json", "refs": "refs/css-gaps-1.json", @@ -2214,11 +2214,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-gcpm-4.json", "refs": "refs/css-gcpm-4.json", "css": "css/css-gcpm-4.json", @@ -2276,11 +2276,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-5/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-images-5.json", "refs": "refs/css-images-5.json", "css": "css/css-images-5.json", @@ -2331,11 +2331,11 @@ ], "crawled": "https://drafts.csswg.org/css-link-params-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-link-params-1.json", "refs": "refs/css-link-params-1.json", "css": "css/css-link-params.json", @@ -2386,11 +2386,11 @@ ], "crawled": "https://drafts.csswg.org/css-mixins-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-mixins-1.json", "links": "links/css-mixins-1.json", "refs": "refs/css-mixins-1.json", @@ -2450,11 +2450,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", - "date": "12 December 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "date": "17 December 2024", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-multicol-2.json", "refs": "refs/css-multicol-2.json", "css": "css/css-multicol-2.json", @@ -2512,11 +2512,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-5/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "13 December 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-overflow-5.json", "links": "links/css-overflow-5.json", "refs": "refs/css-overflow-5.json", @@ -2575,11 +2575,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "12 May 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-page-4.json", "refs": "refs/css-page-4.json", "dfns": "dfns/css-page-4.json", @@ -2636,11 +2636,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "19 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-position-4.json", "links": "links/css-position-4.json", "refs": "refs/css-position-4.json", @@ -2699,11 +2699,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "13 December 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-shapes-2.json", "refs": "refs/css-shapes-2.json", "css": "css/css-shapes-2.json", @@ -2760,11 +2760,11 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-size-adjust-1.json", "refs": "refs/css-size-adjust-1.json", "css": "css/css-size-adjust.json", @@ -2822,11 +2822,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-2/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "27 February 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-variables-2.json", "links": "links/css-variables-2.json", "refs": "refs/css-variables-2.json", @@ -2885,11 +2885,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-5/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "24 September 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/selectors-5.json", "refs": "refs/selectors-5.json", "css": "css/selectors-5.json", @@ -3063,11 +3063,11 @@ ], "crawled": "https://encoding.spec.whatwg.org/", "crawlCacheInfo": { - "lastModified": "Mon, 16 Dec 2024 08:55:16 GMT" + "lastModified": "Tue, 17 Dec 2024 07:17:03 GMT" }, "generator": "bikeshed", - "date": "16 December 2024", - "revision": "f08fe3bc18b41e4de5fe504eb32586073eb4a6ee", + "date": "17 December 2024", + "revision": "9477a2e15977b503ab7f369e7731429abb1b6620", "algorithms": "algorithms/encoding.json", "links": "links/encoding.json", "refs": "refs/encoding.json", @@ -3441,9 +3441,9 @@ ], "crawled": "https://html.spec.whatwg.org/multipage/", "crawlCacheInfo": { - "lastModified": "Thu, 12 Dec 2024 15:46:52 GMT" + "lastModified": "Tue, 17 Dec 2024 07:48:13 GMT" }, - "date": "12 December 2024", + "date": "17 December 2024", "algorithms": "algorithms/html.json", "links": "links/html.json", "refs": "refs/html.json", @@ -8107,7 +8107,7 @@ ], "crawled": "https://tc39.es/proposal-set-methods/", "crawlCacheInfo": { - "lastModified": "Sat, 06 Jul 2024 03:17:19 GMT" + "lastModified": "Sat, 06 Jul 2024 03:17:20 GMT" }, "date": "6 July 2024", "links": "links/tc39-set-methods.json", @@ -9832,11 +9832,11 @@ ], "crawled": "https://webassembly.github.io/js-promise-integration/js-api/", "crawlCacheInfo": { - "lastModified": "Thu, 31 Oct 2024 21:55:36 GMT" + "lastModified": "Mon, 16 Dec 2024 23:25:09 GMT" }, "generator": "bikeshed", - "date": "31 October 2024", - "revision": "b0a8b7655a23c61dd28da6655494326ccfe3e0da", + "date": "16 December 2024", + "revision": "4e4275df187587e2c9464745638836f08cae51b3", "algorithms": "algorithms/wasm-js-api-2-fork-js-promise-integration.json", "links": "links/wasm-js-api-2-fork-js-promise-integration.json", "refs": "refs/wasm-js-api-2-fork-js-promise-integration.json", @@ -11499,7 +11499,8 @@ "dfns": "dfns/element-timing.json", "headings": "headings/element-timing.json", "ids": "ids/element-timing.json", - "cddl": [] + "cddl": [], + "error": "Error: Loading https://wicg.github.io/element-timing/ triggered HTTP status 404\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:380: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 200)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:401:21)" }, { "url": "https://wicg.github.io/entries-api/", @@ -14170,11 +14171,11 @@ ], "crawled": "https://wicg.github.io/turtledove/", "crawlCacheInfo": { - "lastModified": "Thu, 12 Dec 2024 17:42:48 GMT" + "lastModified": "Tue, 17 Dec 2024 15:59:24 GMT" }, "generator": "bikeshed", - "date": "12 December 2024", - "revision": "15c2623e9e27c030a14ddf97b9dbddd95ea1ebe1", + "date": "17 December 2024", + "revision": "f80025653a8e3d644c5d54a6a21a7d9a243b9ea7", "algorithms": "algorithms/turtledove.json", "links": "links/turtledove.json", "refs": "refs/turtledove.json", @@ -15501,9 +15502,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc7034", "crawlCacheInfo": { - "lastModified": "Tue, 03 Dec 2024 07:27:41 GMT" + "lastModified": "Tue, 10 Dec 2024 11:14:14 GMT" }, - "date": "3 December 2024", + "date": "10 December 2024", "links": "links/rfc7034.json", "ids": "ids/rfc7034.json", "cddl": [] @@ -15593,9 +15594,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc7469", "crawlCacheInfo": { - "lastModified": "Sat, 07 Dec 2024 21:36:43 GMT" + "lastModified": "Sun, 15 Dec 2024 00:47:22 GMT" }, - "date": "7 December 2024", + "date": "15 December 2024", "links": "links/rfc7469.json", "ids": "ids/rfc7469.json", "cddl": [] @@ -16654,9 +16655,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc9649", "crawlCacheInfo": { - "lastModified": "Wed, 11 Dec 2024 06:38:40 GMT" + "lastModified": "Fri, 13 Dec 2024 02:04:26 GMT" }, - "date": "11 December 2024", + "date": "13 December 2024", "algorithms": "algorithms/rfc9649.json", "links": "links/rfc9649.json", "refs": "refs/rfc9649.json", @@ -18229,11 +18230,11 @@ ], "crawled": "https://w3c.github.io/webappsec-csp/", "crawlCacheInfo": { - "lastModified": "Fri, 06 Dec 2024 09:44:28 GMT" + "lastModified": "Tue, 17 Dec 2024 10:36:36 GMT" }, "generator": "bikeshed", - "date": "6 December 2024", - "revision": "19c98a2acc722e4e3f6dc271e56be8f08c6a50ca", + "date": "17 December 2024", + "revision": "398a20e93b94e8590505a05ff3a4fed4b887caad", "algorithms": "algorithms/CSP3.json", "links": "links/CSP3.json", "refs": "refs/CSP3.json", @@ -18293,11 +18294,11 @@ ], "crawled": "https://drafts.csswg.org/css-2022/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-2022.json", "refs": "refs/css-2022.json", "dfns": "dfns/css-2022.json", @@ -18354,11 +18355,11 @@ ], "crawled": "https://drafts.csswg.org/css-2023/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "11 December 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-2023.json", "refs": "refs/css-2023.json", "dfns": "dfns/css-2023.json", @@ -18421,11 +18422,11 @@ ], "crawled": "https://drafts.csswg.org/css-align-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-align-3.json", "links": "links/css-align-3.json", "refs": "refs/css-align-3.json", @@ -18484,11 +18485,11 @@ ], "crawled": "https://drafts.csswg.org/css-anchor-position-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "18 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-anchor-position-1.json", "links": "links/css-anchor-position-1.json", "refs": "refs/css-anchor-position-1.json", @@ -18620,11 +18621,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "8 December 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-animations-1.json", "refs": "refs/css-animations-1.json", "events": "events/css-animations-1.json", @@ -18690,11 +18691,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "11 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-animations-2.json", "links": "links/css-animations-2.json", "refs": "refs/css-animations-2.json", @@ -18761,11 +18762,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "29 October 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-backgrounds-3.json", "links": "links/css-backgrounds-3.json", "refs": "refs/css-backgrounds-3.json", @@ -18831,11 +18832,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "4 April 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-box-3.json", "refs": "refs/css-box-3.json", "dfns": "dfns/css-box-3.json", @@ -18898,11 +18899,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "4 August 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-box-4.json", "refs": "refs/css-box-4.json", "css": "css/css-box.json", @@ -18967,11 +18968,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-break-3.json", "refs": "refs/css-break-3.json", "dfns": "dfns/css-break-3.json", @@ -19034,11 +19035,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "11 March 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-break-4.json", "refs": "refs/css-break-4.json", "css": "css/css-break.json", @@ -19102,11 +19103,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "30 January 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-cascade-3.json", "refs": "refs/css-cascade-3.json", "dfns": "dfns/css-cascade-3.json", @@ -19171,11 +19172,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-cascade-4.json", "links": "links/css-cascade-4.json", "refs": "refs/css-cascade-4.json", @@ -19240,11 +19241,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-5/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-cascade-5.json", "refs": "refs/css-cascade-5.json", "idl": "idl/css-cascade.idl", @@ -19309,11 +19310,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-6/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "8 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-cascade-6.json", "refs": "refs/css-cascade-6.json", "idl": "idl/css-cascade-6.idl", @@ -19378,7 +19379,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "date": "18 January 2022", "links": "links/css-color-3.json", @@ -19445,11 +19446,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "11 December 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-color-4.json", "links": "links/css-color-4.json", "refs": "refs/css-color-4.json", @@ -19515,11 +19516,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-5/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "4 December 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-color-5.json", "links": "links/css-color-5.json", "refs": "refs/css-color-5.json", @@ -19585,11 +19586,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-adjust-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "27 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-color-adjust-1.json", "links": "links/css-color-adjust-1.json", "refs": "refs/css-color-adjust-1.json", @@ -19655,11 +19656,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-conditional-3.json", "links": "links/css-conditional-3.json", "refs": "refs/css-conditional-3.json", @@ -19726,11 +19727,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "19 March 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-conditional-4.json", "refs": "refs/css-conditional-4.json", "css": "css/css-conditional-4.json", @@ -19794,11 +19795,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-5/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "29 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-conditional-5.json", "links": "links/css-conditional-5.json", "refs": "refs/css-conditional-5.json", @@ -19864,11 +19865,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "28 June 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-contain-1.json", "links": "links/css-contain-1.json", "refs": "refs/css-contain-1.json", @@ -19934,11 +19935,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-2/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "26 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-contain-2.json", "links": "links/css-contain-2.json", "refs": "refs/css-contain-2.json", @@ -20005,11 +20006,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "20 June 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-contain-3.json", "refs": "refs/css-contain-3.json", "headings": "headings/css-contain-3.json", @@ -20071,11 +20072,11 @@ ], "crawled": "https://drafts.csswg.org/css-content-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-content-3.json", "links": "links/css-content-3.json", "refs": "refs/css-content-3.json", @@ -20140,11 +20141,11 @@ ], "crawled": "https://drafts.csswg.org/css-counter-styles-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-counter-styles-3.json", "links": "links/css-counter-styles-3.json", "refs": "refs/css-counter-styles-3.json", @@ -20211,11 +20212,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "22 November 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-display-3.json", "refs": "refs/css-display-3.json", "dfns": "dfns/css-display-3.json", @@ -20279,11 +20280,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "28 August 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-easing-1.json", "links": "links/css-easing-1.json", "refs": "refs/css-easing-1.json", @@ -20347,11 +20348,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "17 September 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-easing-2.json", "links": "links/css-easing-2.json", "refs": "refs/css-easing-2.json", @@ -20416,11 +20417,11 @@ ], "crawled": "https://drafts.csswg.org/css-flexbox-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "9 August 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-flexbox-1.json", "links": "links/css-flexbox-1.json", "refs": "refs/css-flexbox-1.json", @@ -20485,11 +20486,11 @@ ], "crawled": "https://drafts.csswg.org/css-font-loading-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "11 May 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-font-loading-3.json", "links": "links/css-font-loading-3.json", "refs": "refs/css-font-loading-3.json", @@ -20558,11 +20559,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "20 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-fonts-4.json", "links": "links/css-fonts-4.json", "refs": "refs/css-fonts-4.json", @@ -20628,11 +20629,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-5/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "11 July 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-fonts-5.json", "refs": "refs/css-fonts-5.json", "css": "css/css-fonts-5.json", @@ -20697,11 +20698,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "4 May 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-gcpm-3.json", "refs": "refs/css-gcpm-3.json", "css": "css/css-gcpm.json", @@ -20765,11 +20766,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "3 November 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-grid-1.json", "links": "links/css-grid-1.json", "refs": "refs/css-grid-1.json", @@ -20835,11 +20836,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-2/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-grid-2.json", "links": "links/css-grid-2.json", "refs": "refs/css-grid-2.json", @@ -20904,11 +20905,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-grid-3.json", "links": "links/css-grid-3.json", "refs": "refs/css-grid-3.json", @@ -20967,11 +20968,11 @@ ], "crawled": "https://drafts.csswg.org/css-highlight-api-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-highlight-api-1.json", "links": "links/css-highlight-api-1.json", "refs": "refs/css-highlight-api-1.json", @@ -21037,11 +21038,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "8 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-images-3.json", "links": "links/css-images-3.json", "refs": "refs/css-images-3.json", @@ -21107,11 +21108,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "3 September 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-images-4.json", "links": "links/css-images-4.json", "refs": "refs/css-images-4.json", @@ -21177,11 +21178,11 @@ ], "crawled": "https://drafts.csswg.org/css-inline-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "13 December 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-inline-3.json", "links": "links/css-inline-3.json", "refs": "refs/css-inline-3.json", @@ -21306,11 +21307,11 @@ ], "crawled": "https://drafts.csswg.org/css-line-grid-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "26 July 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-line-grid-1.json", "refs": "refs/css-line-grid-1.json", "css": "css/css-line-grid.json", @@ -21374,11 +21375,11 @@ ], "crawled": "https://drafts.csswg.org/css-lists-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-lists-3.json", "links": "links/css-lists-3.json", "refs": "refs/css-lists-3.json", @@ -21443,11 +21444,11 @@ ], "crawled": "https://drafts.csswg.org/css-logical-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-logical-1.json", "refs": "refs/css-logical-1.json", "css": "css/css-logical.json", @@ -21580,11 +21581,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "22 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-multicol-1.json", "refs": "refs/css-multicol-1.json", "css": "css/css-multicol.json", @@ -21648,11 +21649,11 @@ ], "crawled": "https://drafts.csswg.org/css-namespaces-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "25 October 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-namespaces-3.json", "refs": "refs/css-namespaces-3.json", "css": "css/css-namespaces.json", @@ -21710,11 +21711,11 @@ ], "crawled": "https://drafts.csswg.org/css-nav-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "29 July 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-nav-1.json", "links": "links/css-nav-1.json", "refs": "refs/css-nav-1.json", @@ -21775,11 +21776,11 @@ ], "crawled": "https://drafts.csswg.org/css-nesting-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "4 December 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-nesting-1.json", "refs": "refs/css-nesting-1.json", "idl": "idl/css-nesting.idl", @@ -21845,11 +21846,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "21 June 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-overflow-3.json", "refs": "refs/css-overflow-3.json", "css": "css/css-overflow.json", @@ -21914,11 +21915,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "4 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-overflow-4.json", "refs": "refs/css-overflow-4.json", "css": "css/css-overflow-4.json", @@ -21982,11 +21983,11 @@ ], "crawled": "https://drafts.csswg.org/css-overscroll-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "3 March 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-overscroll-1.json", "refs": "refs/css-overscroll-1.json", "css": "css/css-overscroll.json", @@ -22051,11 +22052,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "5 December 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-page-3.json", "links": "links/css-page-3.json", "refs": "refs/css-page-3.json", @@ -22114,11 +22115,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-floats-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "4 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-page-floats-3.json", "links": "links/css-page-floats-3.json", "refs": "refs/css-page-floats-3.json", @@ -22250,11 +22251,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "19 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-position-3.json", "links": "links/css-position-3.json", "refs": "refs/css-position-3.json", @@ -22385,11 +22386,11 @@ ], "crawled": "https://drafts.csswg.org/css-pseudo-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "27 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-pseudo-4.json", "links": "links/css-pseudo-4.json", "refs": "refs/css-pseudo-4.json", @@ -22449,11 +22450,11 @@ ], "crawled": "https://drafts.csswg.org/css-regions-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-regions-1.json", "refs": "refs/css-regions-1.json", "idl": "idl/css-regions.idl", @@ -22512,11 +22513,11 @@ ], "crawled": "https://drafts.csswg.org/css-rhythm-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "13 December 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-rhythm-1.json", "refs": "refs/css-rhythm-1.json", "css": "css/css-rhythm.json", @@ -22580,11 +22581,11 @@ ], "crawled": "https://drafts.csswg.org/css-round-display-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-round-display-1.json", "refs": "refs/css-round-display-1.json", "css": "css/css-round-display.json", @@ -22648,11 +22649,11 @@ ], "crawled": "https://drafts.csswg.org/css-ruby-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "15 July 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-ruby-1.json", "links": "links/css-ruby-1.json", "refs": "refs/css-ruby-1.json", @@ -22717,11 +22718,11 @@ ], "crawled": "https://drafts.csswg.org/css-scoping-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "27 September 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-scoping-1.json", "links": "links/css-scoping-1.json", "refs": "refs/css-scoping-1.json", @@ -22786,11 +22787,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-anchoring-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "3 December 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-scroll-anchoring-1.json", "links": "links/css-scroll-anchoring-1.json", "refs": "refs/css-scroll-anchoring-1.json", @@ -22856,11 +22857,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "11 April 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-scroll-snap-1.json", "links": "links/css-scroll-snap-1.json", "refs": "refs/css-scroll-snap-1.json", @@ -22925,11 +22926,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", - "date": "7 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "date": "16 December 2024", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-scroll-snap-2.json", "links": "links/css-scroll-snap-2.json", "refs": "refs/css-scroll-snap-2.json", @@ -22996,11 +22997,11 @@ ], "crawled": "https://drafts.csswg.org/css-scrollbars-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "13 September 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-scrollbars-1.json", "refs": "refs/css-scrollbars-1.json", "css": "css/css-scrollbars.json", @@ -23064,11 +23065,11 @@ ], "crawled": "https://drafts.csswg.org/css-shadow-parts-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "5 September 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-shadow-parts-1.json", "links": "links/css-shadow-parts-1.json", "refs": "refs/css-shadow-parts-1.json", @@ -23135,11 +23136,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "19 September 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-shapes-1.json", "refs": "refs/css-shapes-1.json", "css": "css/css-shapes.json", @@ -23204,11 +23205,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-sizing-3.json", "links": "links/css-sizing-3.json", "refs": "refs/css-sizing-3.json", @@ -23273,11 +23274,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-sizing-4.json", "refs": "refs/css-sizing-4.json", "css": "css/css-sizing-4.json", @@ -23341,11 +23342,11 @@ ], "crawled": "https://drafts.csswg.org/css-speech-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "29 October 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-speech-1.json", "refs": "refs/css-speech-1.json", "css": "css/css-speech.json", @@ -23407,7 +23408,7 @@ ], "crawled": "https://drafts.csswg.org/css-style-attr/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "date": "10 April 2015", "links": "links/css-style-attr.json", @@ -23473,11 +23474,11 @@ ], "crawled": "https://drafts.csswg.org/css-syntax-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "20 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-syntax-3.json", "links": "links/css-syntax-3.json", "refs": "refs/css-syntax-3.json", @@ -23542,11 +23543,11 @@ ], "crawled": "https://drafts.csswg.org/css-tables-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-tables-3.json", "links": "links/css-tables-3.json", "refs": "refs/css-tables-3.json", @@ -23612,11 +23613,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-text-3.json", "links": "links/css-text-3.json", "refs": "refs/css-text-3.json", @@ -23681,11 +23682,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "27 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-text-4.json", "links": "links/css-text-4.json", "refs": "refs/css-text-4.json", @@ -23751,11 +23752,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-text-decor-3.json", "refs": "refs/css-text-decor-3.json", "css": "css/css-text-decor.json", @@ -23819,11 +23820,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "8 March 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-text-decor-4.json", "refs": "refs/css-text-decor-4.json", "css": "css/css-text-decor-4.json", @@ -23888,11 +23889,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-transforms-1.json", "links": "links/css-transforms-1.json", "refs": "refs/css-transforms-1.json", @@ -23957,11 +23958,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-2/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "3 April 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-transforms-2.json", "links": "links/css-transforms-2.json", "refs": "refs/css-transforms-2.json", @@ -24027,11 +24028,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "10 December 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-transitions-1.json", "links": "links/css-transitions-1.json", "refs": "refs/css-transitions-1.json", @@ -24098,11 +24099,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "7 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-transitions-2.json", "links": "links/css-transitions-2.json", "refs": "refs/css-transitions-2.json", @@ -24234,11 +24235,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "27 February 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-ui-3.json", "links": "links/css-ui-3.json", "refs": "refs/css-ui-3.json", @@ -24303,11 +24304,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "14 December 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-ui-4.json", "links": "links/css-ui-4.json", "refs": "refs/css-ui-4.json", @@ -24374,11 +24375,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "31 July 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-values-3.json", "refs": "refs/css-values-3.json", "dfns": "dfns/css-values-3.json", @@ -24443,11 +24444,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "28 October 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-values-4.json", "links": "links/css-values-4.json", "refs": "refs/css-values-4.json", @@ -24512,11 +24513,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "12 December 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-values-5.json", "links": "links/css-values-5.json", "refs": "refs/css-values-5.json", @@ -24582,11 +24583,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "25 October 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-variables-1.json", "links": "links/css-variables-1.json", "refs": "refs/css-variables-1.json", @@ -24645,11 +24646,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "22 October 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-view-transitions-1.json", "links": "links/css-view-transitions-1.json", "refs": "refs/css-view-transitions-1.json", @@ -24709,11 +24710,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-2/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "18 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-view-transitions-2.json", "links": "links/css-view-transitions-2.json", "refs": "refs/css-view-transitions-2.json", @@ -24781,11 +24782,11 @@ ], "crawled": "https://drafts.csswg.org/css-viewport/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "12 July 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-viewport-1.json", "links": "links/css-viewport-1.json", "refs": "refs/css-viewport-1.json", @@ -24851,11 +24852,11 @@ ], "crawled": "https://drafts.csswg.org/css-will-change-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "29 April 2022", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-will-change-1.json", "refs": "refs/css-will-change-1.json", "css": "css/css-will-change.json", @@ -24920,11 +24921,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/css-writing-modes-3.json", "refs": "refs/css-writing-modes-3.json", "dfns": "dfns/css-writing-modes-3.json", @@ -24988,11 +24989,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css-writing-modes-4.json", "links": "links/css-writing-modes-4.json", "refs": "refs/css-writing-modes-4.json", @@ -25199,11 +25200,11 @@ ], "crawled": "https://drafts.csswg.org/css2/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/CSS22.json", "links": "links/CSS22.json", "refs": "refs/CSS22.json", @@ -25268,11 +25269,11 @@ ], "crawled": "https://drafts.csswg.org/css-exclusions-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "24 July 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/css3-exclusions.json", "links": "links/css3-exclusions.json", "refs": "refs/css3-exclusions.json", @@ -25337,11 +25338,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "1 October 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/cssom-1.json", "links": "links/cssom-1.json", "refs": "refs/cssom-1.json", @@ -25407,11 +25408,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-view-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "26 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/cssom-view-1.json", "links": "links/cssom-view-1.json", "refs": "refs/cssom-view-1.json", @@ -26354,10 +26355,10 @@ ], "crawled": "https://w3c.github.io/epub-specs/epub33/core/", "crawlCacheInfo": { - "lastModified": "Tue, 03 Dec 2024 16:27:03 GMT" + "lastModified": "Tue, 17 Dec 2024 15:36:13 GMT" }, "generator": "respec", - "date": "03 December 2024", + "date": "17 December 2024", "algorithms": "algorithms/epub-33.json", "links": "links/epub-33.json", "refs": "refs/epub-33.json", @@ -26411,10 +26412,10 @@ ], "crawled": "https://w3c.github.io/epub-specs/epub33/rs/", "crawlCacheInfo": { - "lastModified": "Tue, 03 Dec 2024 16:27:03 GMT" + "lastModified": "Tue, 17 Dec 2024 15:36:13 GMT" }, "generator": "respec", - "date": "03 December 2024", + "date": "17 December 2024", "algorithms": "algorithms/epub-rs-33.json", "links": "links/epub-rs-33.json", "refs": "refs/epub-rs-33.json", @@ -27619,10 +27620,10 @@ ], "crawled": "https://w3c.github.io/html-aria/", "crawlCacheInfo": { - "lastModified": "Fri, 13 Dec 2024 19:58:54 GMT" + "lastModified": "Tue, 17 Dec 2024 12:15:07 GMT" }, "generator": "respec", - "date": "13 December 2024", + "date": "17 December 2024", "links": "links/html-aria.json", "refs": "refs/html-aria.json", "dfns": "dfns/html-aria.json", @@ -28172,7 +28173,7 @@ ], "crawled": "https://w3c.github.io/IntersectionObserver/", "crawlCacheInfo": { - "lastModified": "Thu, 27 Jun 2024 18:36:19 GMT" + "lastModified": "Thu, 27 Jun 2024 18:36:18 GMT" }, "generator": "bikeshed", "date": "27 June 2024", @@ -29223,7 +29224,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "date": "14 May 2024", "links": "links/mediaqueries-3.json", @@ -29289,11 +29290,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/mediaqueries-4.json", "refs": "refs/mediaqueries-4.json", "css": "css/mediaqueries.json", @@ -29357,11 +29358,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-5/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "15 November 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/mediaqueries-5.json", "links": "links/mediaqueries-5.json", "refs": "refs/mediaqueries-5.json", @@ -32357,7 +32358,7 @@ ], "crawled": "https://w3c.github.io/reporting/", "crawlCacheInfo": { - "lastModified": "Tue, 13 Aug 2024 15:00:01 GMT" + "lastModified": "Tue, 13 Aug 2024 15:00:02 GMT" }, "generator": "bikeshed", "date": "13 August 2024", @@ -32490,11 +32491,11 @@ ], "crawled": "https://drafts.csswg.org/resize-observer-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "27 January 2023", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/resize-observer-1.json", "links": "links/resize-observer-1.json", "refs": "refs/resize-observer-1.json", @@ -32823,11 +32824,11 @@ ], "crawled": "https://drafts.csswg.org/scroll-animations-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "13 December 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/scroll-animations-1.json", "links": "links/scroll-animations-1.json", "refs": "refs/scroll-animations-1.json", @@ -33087,7 +33088,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-3/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "date": "30 January 2018", "links": "links/selectors-3.json", @@ -33154,11 +33155,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-4/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "12 December 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/selectors-4.json", "links": "links/selectors-4.json", "refs": "refs/selectors-4.json", @@ -35000,7 +35001,7 @@ ], "crawled": "https://w3c.github.io/vc-data-model/", "crawlCacheInfo": { - "lastModified": "Sat, 14 Dec 2024 15:04:00 GMT" + "lastModified": "Tue, 17 Dec 2024 16:19:33 GMT" }, "generator": "respec", "date": "19 December 2024", @@ -35538,11 +35539,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:57 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "21 October 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/web-animations-1.json", "links": "links/web-animations-1.json", "refs": "refs/web-animations-1.json", @@ -35608,11 +35609,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "12 December 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "algorithms": "algorithms/web-animations-2.json", "links": "links/web-animations-2.json", "refs": "refs/web-animations-2.json", @@ -37131,10 +37132,10 @@ ], "crawled": "https://gpuweb.github.io/gpuweb/", "crawlCacheInfo": { - "lastModified": "Sat, 14 Dec 2024 06:36:12 GMT" + "lastModified": "Tue, 17 Dec 2024 08:29:37 GMT" }, "generator": "bikeshed", - "date": "14 December 2024", + "date": "17 December 2024", "algorithms": "algorithms/webgpu.json", "links": "links/webgpu.json", "refs": "refs/webgpu.json", @@ -38427,10 +38428,10 @@ ], "crawled": "https://gpuweb.github.io/gpuweb/wgsl/", "crawlCacheInfo": { - "lastModified": "Sat, 14 Dec 2024 06:36:12 GMT" + "lastModified": "Tue, 17 Dec 2024 08:29:37 GMT" }, "generator": "bikeshed", - "date": "14 December 2024", + "date": "17 December 2024", "algorithms": "algorithms/WGSL.json", "links": "links/WGSL.json", "refs": "refs/WGSL.json", @@ -38794,11 +38795,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-nonelement-1/", "crawlCacheInfo": { - "lastModified": "Sun, 15 Dec 2024 21:07:56 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "b1b87f6eaee210d192eb01c37f76bceb1acab744", + "revision": "73fdd902561c7d3acf84034e7af073baf6f7c52c", "links": "links/selectors-nonelement-1.json", "refs": "refs/selectors-nonelement-1.json", "css": "css/selectors-nonelement.json", diff --git a/ed/links/css-color-adjust-1.json b/ed/links/css-color-adjust-1.json index ffaa14441124..4376c767b33d 100644 --- a/ed/links/css-color-adjust-1.json +++ b/ed/links/css-color-adjust-1.json @@ -60,7 +60,7 @@ "https://drafts.csswg.org/css-color-4/": {}, "https://drafts.csswg.org/css-color-5/": {}, "https://drafts.csswg.org/css-conditional-3/": {}, - "https://drafts.csswg.org/css-multicol-2/": {}, + "https://drafts.csswg.org/css-gaps-1/": {}, "https://drafts.csswg.org/css-pseudo-4/": {}, "https://drafts.csswg.org/css-scrollbars/": {}, "https://drafts.csswg.org/css-text-decor-4/": {}, @@ -240,7 +240,7 @@ "at-ruledef-media" ] }, - "https://drafts.csswg.org/css-multicol-2/": { + "https://drafts.csswg.org/css-gaps-1/": { "anchors": [ "propdef-column-rule-color" ] diff --git a/ed/links/css-grid-3.json b/ed/links/css-grid-3.json index 9e8d400d3292..3a1e9c93ee36 100644 --- a/ed/links/css-grid-3.json +++ b/ed/links/css-grid-3.json @@ -38,6 +38,7 @@ "https://drafts.csswg.org/css-cascade-5/": {}, "https://drafts.csswg.org/css-display-4/": {}, "https://drafts.csswg.org/css-flexbox-1/": {}, + "https://drafts.csswg.org/css-gaps-1/": {}, "https://drafts.csswg.org/css-grid-1/": { "anchors": [ "abspos-items" @@ -179,6 +180,11 @@ "flex-layout" ] }, + "https://drafts.csswg.org/css-gaps-1/": { + "anchors": [ + "funcdef-repeat" + ] + }, "https://drafts.csswg.org/css-grid-2/": { "anchors": [ "grid-layout", @@ -206,7 +212,6 @@ "valdef-repeat-auto-fill", "valdef-repeat-auto-fit", "valdef-grid-template-columns-auto", - "funcdef-repeat", "subgrid", "valdef-grid-template-none", "valdef-grid-template-areas-none", diff --git a/ed/links/css-scroll-snap-2.json b/ed/links/css-scroll-snap-2.json index d1dad097098b..660a82f52414 100644 --- a/ed/links/css-scroll-snap-2.json +++ b/ed/links/css-scroll-snap-2.json @@ -9,6 +9,7 @@ "https://dom.spec.whatwg.org/": {}, "https://drafts.csswg.org/css-contain-4/scroll_state_explainer.html": {}, "https://github.com/w3c/csswg-drafts/issues": {}, + "https://github.com/w3c/csswg-drafts/issues/11173": {}, "https://github.com/w3c/csswg-drafts/issues/6985": { "anchors": [ "issuecomment-1049036401" diff --git a/ed/links/html.json b/ed/links/html.json index e6c6e8af1162..7b18b632fa5f 100644 --- a/ed/links/html.json +++ b/ed/links/html.json @@ -1381,6 +1381,9 @@ "concept-document-content-type", "concept-document-limited-quirks", "concept-node-clone", + "clone-a-node-document", + "clone-a-node-subtree", + "clone-a-node-parent", "concept-node-clone-ext", "concept-id", "concept-class", diff --git a/ed/links/turtledove.json b/ed/links/turtledove.json index 2a30c36adea9..0ef163099e23 100644 --- a/ed/links/turtledove.json +++ b/ed/links/turtledove.json @@ -392,11 +392,11 @@ "debug-details-enabled", "debug-details-key", "aggregation-coordinator", + "default-aggregation-coordinator", "batching-scope", "debug-scope", "privateaggregation", "scoping-details", - "default-aggregation-coordinator", "contribution-cache-entry", "contribution-cache", "default-filtering-id-max-bytes" diff --git a/ed/refs/css-color-adjust-1.json b/ed/refs/css-color-adjust-1.json index eb19ed210be6..74734413c458 100644 --- a/ed/refs/css-color-adjust-1.json +++ b/ed/refs/css-color-adjust-1.json @@ -22,8 +22,8 @@ "url": "https://drafts.csswg.org/css-color-5/" }, { - "name": "CSS-MULTICOL-2", - "url": "https://drafts.csswg.org/css-multicol-2/" + "name": "CSS-GAPS-1", + "url": "https://drafts.csswg.org/css-gaps-1/" }, { "name": "CSS-PSEUDO-4", diff --git a/ed/refs/css-grid-3.json b/ed/refs/css-grid-3.json index 884d4aba0a43..0fbbe928b505 100644 --- a/ed/refs/css-grid-3.json +++ b/ed/refs/css-grid-3.json @@ -29,6 +29,10 @@ "name": "CSS-FLEXBOX-1", "url": "https://drafts.csswg.org/css-flexbox-1/" }, + { + "name": "CSS-GAPS-1", + "url": "https://drafts.csswg.org/css-gaps-1/" + }, { "name": "CSS-GRID-1", "url": "https://drafts.csswg.org/css-grid/"