diff --git a/ed/algorithms/css-flexbox-1.json b/ed/algorithms/css-flexbox-1.json index 348f38f7e2f7..5a798e3bdfbb 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 3b608a425ede..b57c4cf9b9e9 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 000b47f774d8..7602effb684a 100644 --- a/ed/algorithms/css-grid-2.json +++ b/ed/algorithms/css-grid-2.json @@ -233,7 +233,7 @@ }, { "case": "For auto minimums:", - "html": "If the track has an auto min track sizing function and the grid container is being sized\n\t\t\t\t\tunder a min-/max-content constraint,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ limited min-/max-content contributions (respectively),\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe limited min-/max-content contribution of an item\n\t\t\t\t\tis (for this purpose) its min-/max-content contribution (accordingly),\n\t\t\t\t\tlimited by the max track sizing function (which could be the argument to a fit-content() track sizing function)\n\t\t\t\t\tif that is fixed and ultimately floored by its minimum contribution (defined below). \n

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

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

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

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

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

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

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

" }, { "html": "If at this point any track’s growth limit is now less than its base size,\n\t\t\t\t\tincrease its growth limit to match its base size." @@ -342,7 +342,7 @@ "rationale": "resolve", "steps": [ { - "html": "Layout the grid following the § 12 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." + "html": "Layout the grid following the § 12 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." }, { "html": "Layout the grid container using the values resolved in the previous step." @@ -351,7 +351,7 @@ "html": "If a grid area’s size changes due to fragmentation (do not include items that\n\t\t\tspan rows in this decision), increase the grid row size as necessary for rows that either: \n " }, { - "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." + "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." }, { "html": "If a grid area overflows the grid container due to margins being collapsed during\n\t\t\tfragmentation, extend the grid container to contain this grid area (this step is\n\t\t\tnecessary in order to avoid circular layout dependencies due to fragmentation)." diff --git a/ed/algorithms/css-values-5.json b/ed/algorithms/css-values-5.json index 6acb2bb08bdc..809bca556162 100644 --- a/ed/algorithms/css-values-5.json +++ b/ed/algorithms/css-values-5.json @@ -86,7 +86,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let el be the element that the style containing the attr() function\nis being applied to.\nLet attr name be the attribute name specified in the function.\nLet syntax be the <syntax> specified in the function,\nor null if it was omitted.\nLet fallback be the <declaration-value>? argument specified in the function,\nor the guaranteed-invalid value if it was omitted.

" + "html": "

Let el be the element that the style containing the attr() function\nis being applied to.\nLet attr name be the attribute name specified in the function.\nLet syntax be the <syntax> specified in the function,\nor null if it was omitted.\nLet fallback be the <declaration-value>? argument specified in the function,\nor the guaranteed-invalid value if it was omitted.

" }, { "html": "

If there is no attribute named attr name on el,\nreturn the guaranteed-invalid value and fallback.\nOtherwise, let attr value be that attribute’s value.

" diff --git a/ed/algorithms/turtledove.json b/ed/algorithms/turtledove.json index 95ce1ffc3d67..c04840061911 100644 --- a/ed/algorithms/turtledove.json +++ b/ed/algorithms/turtledove.json @@ -5973,23 +5973,23 @@ "html": "

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

" }, { - "html": "

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

" + "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": "For each encodedSignedAdditionalBid 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 encodedSignedAdditionalBid.

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

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

" + "html": "

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

" }, { "html": "If additionalBid is not null:", @@ -6016,7 +6016,7 @@ { "name": "parse a signed additional bid", "href": "https://wicg.github.io/turtledove/#parse-a-signed-additional-bid", - "html": "To parse a signed additional bid given a byte sequence signedAdditionalBid,\na reporting context map reportingContextMap, an auction config auctionConfig,\nan auction config-or-null topLevelAuctionConfig, and a negative target 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": [ { @@ -6026,7 +6026,7 @@ "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.

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

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

If decodeSignatureFailed is true, then return null.

" }, { - "html": "

Let decodedAdditionalBid be the result of decode an additional bid json given parsedSignedAdditionalBid[\"bid\"], reportingContextMap, auctionConfig and topLevelAuctionConfig.

" + "html": "

Let decodedAdditionalBid be the result of decode an additional bid json given parsedSignedAdditionalBid[\"bid\"], reportingContextMap, auctionConfig, topLevelAuctionConfig, and sellerNonce.

" }, { "html": "

Return null if any of the following conditions hold:

\n " @@ -6093,7 +6093,7 @@ { "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, and an auction config-or-null topLevelAuctionConfig:", + "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": [ { @@ -6109,14 +6109,35 @@ "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:", + "rationale": "return", + "steps": [ + { + "html": "

Return failure if any of the following conditions hold:

", + "ignored": [ + "parsedAdditionalBid[\"bidNonce\"] does not exist; parsedAdditionalBid[\"bidNonce\"] is not the result of calculate expected bid nonce given the string representation of auctionConfig’s auction nonce and sellerNonce." + ] + } + ] + }, + { + "html": "Otherwise:", + "rationale": "return", + "steps": [ + { + "html": "

Return failure if any of the following conditions hold:

\n " + } + ] }, { "html": "If topLevelAuctionConfig is null:", "rationale": "if", "steps": [ { - "html": "

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

" + "html": "

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

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

" @@ -6136,13 +6157,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\"].

" @@ -6160,13 +6181,13 @@ "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\"].

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

" @@ -6190,7 +6211,7 @@ "html": "

Let adMetadata be \"null\".

" }, { - "html": "If bidMap[\"ad\"] exists:", + "html": "If bidMap[\"ad\"] exists:", "rationale": "set", "steps": [ { @@ -6202,11 +6223,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\"].

" @@ -6217,7 +6238,7 @@ "html": "

Let adCost be null.

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

Let modelingSignals be null.

" }, { - "html": "If bidMap[\"modelingSignals\"] exists:", + "html": "If bidMap[\"modelingSignals\"] exists:", "rationale": "if", "steps": [ { @@ -6247,7 +6268,7 @@ "html": "

Let adComponents be a new list of ad descriptors.

" }, { - "html": "If bidMap[\"adComponents\"] exists:", + "html": "If bidMap[\"adComponents\"] exists:", "rationale": "if", "steps": [ { @@ -6258,7 +6279,7 @@ "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.

" @@ -6280,11 +6301,11 @@ ] }, { - "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.

" @@ -6292,14 +6313,14 @@ ] }, { - "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\"].

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

" @@ -6325,17 +6346,28 @@ ] }, { - "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.

" } ] }, + { + "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:", + "rationale": ".algorithm", + "steps": [ + { + "html": "

Return the result of forgiving-base64 encoding the SHA-256 hash of the result of concatenating «auctionNonce, sellerNonce».

" + } + ] + }, { "name": "check whether negative targeted", "href": "https://wicg.github.io/turtledove/#check-whether-negative-targeted", - "html": "To check whether negative targeted given an decoded additional bid additionalBid, a set of byte sequences verifiedSignatureKeys, and a negative target info negativeTargetInfo:", + "html": "To check whether negative targeted given a decoded additional bid additionalBid, a set of byte sequences verifiedSignatureKeys, and a negative target info negativeTargetInfo:", "rationale": ".algorithm", "steps": [ { @@ -6352,7 +6384,7 @@ "rationale": "if", "steps": [ { - "html": "If negativeTargetInfo[(additionalBidBuyer, igName)] exists:", + "html": "If negativeTargetInfo[(additionalBidBuyer, igName)] exists:", "rationale": "let", "steps": [ { @@ -6385,7 +6417,7 @@ { "name": "check whether negative targeted", "href": "https://wicg.github.io/turtledove/#check-whether-negative-targeted", - "html": "To check whether negative targeted given an decoded additional bid additionalBid, a set of byte sequences verifiedSignatureKeys, and a negative target info negativeTargetInfo:", + "html": "To check whether negative targeted given a decoded additional bid additionalBid, a set of byte sequences verifiedSignatureKeys, and a negative target info negativeTargetInfo:", "rationale": "return", "steps": [ { @@ -6407,7 +6439,7 @@ "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:", @@ -6425,7 +6457,7 @@ "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:", @@ -6458,7 +6490,7 @@ "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:", @@ -6488,7 +6520,7 @@ { "name": "query k-anonymity count", "href": "https://wicg.github.io/turtledove/#query-k-anonymity-count", - "html": "To query k-anonymity count given a SHA-256 hashCode:", + "html": "To query k-anonymity count given a SHA-256 hashCode:", "rationale": ".algorithm", "steps": [ { @@ -6502,11 +6534,11 @@ { "name": "query k-anonymity cache", "href": "https://wicg.github.io/turtledove/#query-k-anonymity-cache", - "html": "To query k-anonymity cache given a SHA-256 hashCode:", + "html": "To query k-anonymity cache given a SHA-256 hashCode:", "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].

" @@ -6526,59 +6558,59 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let keyString be the k-anonymity key formed from the concatenation of the\nfollowing strings separated with U+000A LF:

\n " + "html": "

Let keyString be the k-anonymity key formed from the concatenation of the\nfollowing strings separated with U+000A LF:

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

Return the SHA-256 hash of the ASCII encoding of keyString.

" + "html": "

Return the SHA-256 hash of the ASCII encoding of keyString.

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

If reportingId is null, then return the concatenation of the following:

\n " + "html": "

If reportingId is null, then return the concatenation of the following:

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

Otherwise, return the concatenation of the following:

\n " + "html": "

Otherwise, return the concatenation of the following:

\n " } ] }, { "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 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 " + "html": "

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

\n " }, { "html": "Otherwise:", "rationale": "if", "steps": [ { - "html": "

If igAd’s buyer and seller reporting ID is not null, set keyString to be the concatenation of the following strings separated with U+000A (LF):

\n " + "html": "

If igAd’s buyer and seller reporting ID is not null, set keyString to be the concatenation of the following strings separated with U+000A (LF):

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

Otherwise if igAd’s buyer reporting ID is not null, set keyString to be the concatenation of the following strings separated with U+000A (LF):

\n " + "html": "

Otherwise if igAd’s buyer reporting ID is not null, set keyString to be the concatenation of the following strings separated with U+000A (LF):

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

Otherwise set keyString to be the concatenation of the following strings separated\nwith U+000A (LF):

\n " + "html": "

Otherwise set keyString to be the concatenation of the following strings separated\nwith U+000A (LF):

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

Return the SHA-256 hash of the ASCII encoding of keyString.

" + "html": "

Return the SHA-256 hash of the ASCII encoding of keyString.

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

Let keyString be the concatenation of the following strings separated with U+000A LF:

\n " + "html": "

Let keyString be the concatenation of the following strings separated with U+000A LF:

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

Return the SHA-256 hash of the ASCII encoding of keyString.

" + "html": "

Return the SHA-256 hash of the ASCII encoding of keyString.

" } ] }, @@ -6646,7 +6678,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": [ { @@ -6660,7 +6692,7 @@ { "name": "update k-anonymity cache for key", "href": "https://wicg.github.io/turtledove/#update-k-anonymity-cache-for-key", - "html": "To update k-anonymity cache for key given a SHA-256 hashCode:", + "html": "To update k-anonymity cache for key given a SHA-256 hashCode:", "rationale": ".algorithm", "steps": [ { @@ -6757,13 +6789,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let keyString be the concatenation of the following strings separated with U+000A LF:

", + "html": "

Let keyString be the concatenation of the following strings separated with U+000A LF:

", "ignored": [ "\"AdBid\" the serialization of ig’s owner the serialization of ig’s bidding url the serialization of ad." ] }, { - "html": "

Let keyHash be the SHA-256 hash of the ASCII encoding of keyString.

" + "html": "

Let keyHash be the SHA-256 hash of the ASCII encoding of keyString.

" }, { "html": "

Increment k-anonymity count given keyHash.

" @@ -6777,13 +6809,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let keyString be the concatenation of the following strings separated with U+000A LF:

", + "html": "

Let keyString be the concatenation of the following strings separated with U+000A LF:

", "ignored": [ "\"ComponentBid\" the serialization of ad." ] }, { - "html": "

Let keyHash be the SHA-256 hash of the ASCII encoding of keyString.

" + "html": "

Let keyHash be the SHA-256 hash of the ASCII encoding of keyString.

" }, { "html": "

Increment k-anonymity count given keyHash.

" @@ -6911,7 +6943,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 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).", + "html": "To evaluate a bidding script given a string script, an unsigned short multiBidLimit, an interest group ig, a reporting context reportingContext,\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).", "rationale": ".algorithm", "steps": [ { @@ -7026,7 +7058,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.

" @@ -7062,7 +7094,7 @@ ] }, { - "html": "

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

" + "html": "

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

" }, { "html": "For each contribution of global’s real time reporting contributions:", @@ -7090,7 +7122,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": [ { @@ -7136,7 +7168,7 @@ "html": "

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

" }, { - "html": "

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

" + "html": "

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

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

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

" @@ -7474,7 +7506,7 @@ "html": "

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

" }, { - "html": "

Let bids be a new list of generated bids.

" + "html": "

Let bids be a new list of generated bids.

" }, { "html": "for each bidOutput of bidSequence:", @@ -7512,7 +7544,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.

" @@ -7536,7 +7568,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": [ { @@ -7593,7 +7625,7 @@ "html": "

Set bid’s bid ad to bidAd.

" }, { - "html": "If generateBidOutput[\"selectedBuyerAndSellerReportingId\"] exists:", + "html": "If generateBidOutput[\"selectedBuyerAndSellerReportingId\"] exists:", "rationale": "if", "steps": [ { @@ -7605,17 +7637,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:", @@ -7665,7 +7697,7 @@ ] }, { - "html": "If generateBidOutput[\"targetNumAdComponents\"] exists:", + "html": "If generateBidOutput[\"targetNumAdComponents\"] exists:", "rationale": "if", "steps": [ { @@ -7686,10 +7718,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": [ { @@ -7708,7 +7740,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": [ { @@ -7771,11 +7803,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.

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

" @@ -8010,7 +8042,7 @@ { "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": [ { @@ -8058,7 +8090,7 @@ "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.

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

" @@ -8122,7 +8154,7 @@ "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": [ { @@ -8150,14 +8182,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\"].

" @@ -8178,7 +8210,7 @@ "rationale": "if", "steps": [ { - "html": "If value is an ordered map whose keys are strings and whose values are lists of strings, for each sellerStringcapabilities of value:", + "html": "If value is an ordered map whose keys are strings and whose values are lists of strings, for each sellerStringcapabilities of value:", "rationale": "let", "steps": [ { @@ -8201,7 +8233,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.

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

" } ] } @@ -8253,7 +8285,7 @@ "html": "

If key is not groupMember, continue.

" }, { - "html": "If value is a string:", + "html": "If value is a string:", "rationale": "let", "steps": [ { @@ -8284,7 +8316,7 @@ "html": "

If key is not groupMember, continue.

" }, { - "html": "If value is a string:", + "html": "If value is a string:", "rationale": "let", "steps": [ { @@ -8315,7 +8347,7 @@ "html": "

If key is not groupMember, continue.

" }, { - "html": "If value is a string:", + "html": "If value is a string:", "rationale": "let", "steps": [ { @@ -8339,7 +8371,7 @@ "rationale": "if", "steps": [ { - "html": "If value is a string:", + "html": "If value is a string:", "rationale": "let", "steps": [ { @@ -8361,7 +8393,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.

" @@ -8422,7 +8454,7 @@ "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:", @@ -8456,7 +8488,7 @@ "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:", @@ -8470,7 +8502,7 @@ "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.

" } ] }, @@ -8497,10 +8529,10 @@ "html": "

If key is not groupMember, continue.

" }, { - "html": "

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

" + "html": "

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

" }, { - "html": "

Let igAds be a new list of interest group ads.

" + "html": "

Let igAds be a new list of interest group ads.

" }, { "html": "For each ad of value:", @@ -8519,14 +8551,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.

" @@ -8534,20 +8566,20 @@ ] }, { - "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.

" } ] }, @@ -8582,10 +8614,10 @@ "html": "

If key is not groupMember, continue.

" }, { - "html": "

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

" + "html": "

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

" }, { - "html": "

Let igAds be a new list of interest group ads.

" + "html": "

Let igAds be a new list of interest group ads.

" }, { "html": "For each ad of value:", @@ -8604,14 +8636,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.

" @@ -8619,20 +8651,20 @@ ] }, { - "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.

" } ] }, @@ -8700,7 +8732,7 @@ { "name": "process updateIfOlderThanMs", "href": "https://wicg.github.io/turtledove/#process-updateifolderthanms", - "html": "To process updateIfOlderThanMs given an origin buyer, and an ordered map perInterestGroupData whose keys are name strings and whose values are bidding signals per interest group data:", + "html": "To process updateIfOlderThanMs given an origin buyer, and an ordered map perInterestGroupData whose keys are name strings and whose values are bidding signals per interest group data:", "rationale": ".algorithm", "steps": [ { @@ -8739,13 +8771,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.

" @@ -8895,7 +8927,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": [ { @@ -8926,7 +8958,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": [ { @@ -8946,7 +8978,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": [ { @@ -9016,14 +9048,14 @@ { "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:", @@ -9037,7 +9069,7 @@ "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.

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

" @@ -9063,11 +9095,11 @@ { "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.

" @@ -9087,7 +9119,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
" @@ -9126,13 +9158,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.

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

" } ] }, @@ -9192,10 +9224,10 @@ "rationale": "let", "steps": [ { - "html": "

Let navigable be fetchParams’s task destination's associated Document's node navigable's traversable navigable.

" + "html": "

Let navigable be fetchParams’s task destination's associated Document's node navigable's traversable navigable.

" }, { - "html": "

Run update captured headers with navigable’s captured ad auction signals headers, navigable’s captured ad auction additional bids headers, navigable’s captured ad auction result headers, response’s header list, and request’s URL's origin.

" + "html": "

Run update captured headers with navigable’s captured ad auction signals headers, navigable’s captured ad auction additional bids headers, navigable’s captured ad auction result headers, response’s header list, and request’s URL's origin.

" } ] } @@ -9204,7 +9236,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": [ { @@ -9237,19 +9269,55 @@ "rationale": "let", "steps": [ { - "html": "

Let nonceAndAdditionalBid be the result of strictly splitting bid on U+003A (:).

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

If nonceAndAdditionalBid’s size is not 2, then continue.

" + "html": "

Let parts be the result of strictly splitting bid on U+003A (:).

" }, { - "html": "

Let nonce be nonceAndAdditionalBid[0].

" + "html": "

Let bidWithMetadata be a new signed additional bid with metadata.

" }, { - "html": "

If nonce’s length is not 36, then continue.

" + "html": "If parts’s size is 3:", + "rationale": "let", + "steps": [ + { + "html": "

Let auctionNonce be parts[0].

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

Let bidWithMetadata’s seller nonce be sellerNonce.

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

Let bidWithMetadata’s signed additional bid be parts[2].

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

Append bidWithMetadata to storedAdditionalBidsHeaders[auctionNonce].

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

Set storedAdditionalBidsHeaders[nonce] to nonceAndAdditionalBid[1].

" + "html": "Otherwise, if parts’s size is 2:", + "rationale": "let", + "steps": [ + { + "html": "

Let auctionNonce be parts[0].

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

" + } + ] } ] } @@ -9266,7 +9334,7 @@ "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 (+).

" @@ -9278,11 +9346,11 @@ "html": "

Let hash be the result of running forgiving-base64 decode with result.

" }, { - "html": "If hash is not failure, and hash’s length is 32:", + "html": "If hash is not failure, and hash’s length is 32:", "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 ».

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

" @@ -9370,7 +9438,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:", @@ -9380,7 +9448,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.

" @@ -9412,19 +9480,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.

" @@ -9448,11 +9516,11 @@ { "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": [ { - "html": "

If length of currencyString is not 3, return false.

" + "html": "

If length of currencyString is not 3, return false.

" }, { "html": "

If currencyString[0] is not a ASCII upper alpha code point, return false.

" @@ -9596,10 +9664,10 @@ "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

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

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

" @@ -9709,7 +9777,7 @@ "html": "

If parsedEntry is failure, return an empty list.

" }, { - "html": "

Append parsedEntry to result.

" + "html": "

Append parsedEntry to result.

" } ] }, @@ -9786,7 +9854,7 @@ { "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": [ { @@ -9794,7 +9862,7 @@ "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.

" @@ -9803,7 +9871,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:", @@ -9830,24 +9898,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": "

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.

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

" @@ -9871,21 +9939,21 @@ "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.

" }, { - "html": "

Set fullSignalsUrl’s query to the result of concatenating queryParamsList.

" + "html": "

Set fullSignalsUrl’s query to the result of concatenating queryParamsList.

" }, { "html": "

Return fullSignalsUrl.

" @@ -9895,7 +9963,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": [ { @@ -9936,7 +10004,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": [ { @@ -9973,13 +10041,13 @@ "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.

" }, { - "html": "If serialized biddingSignalsUrl’s lengthputativeLengthLimit:", + "html": "If serialized biddingSignalsUrl’s lengthputativeLengthLimit:", "rationale": "set", "steps": [ { @@ -10052,7 +10120,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.

" @@ -10065,24 +10133,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": "

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.

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

" @@ -10106,15 +10174,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": "

Set signalsUrl’s query to the result of concatenating queryParamsList.

" + "html": "

Set signalsUrl’s query to the result of concatenating queryParamsList.

" }, { "html": "

Return signalsUrl.

" @@ -10131,10 +10199,10 @@ "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:", @@ -10175,13 +10243,13 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If the size of entriesToBatch is 1, return true.

" + "html": "

If the size of entriesToBatch is 1, return true.

" }, { "html": "

If batcher’s url length limit is 0, return true.

" }, { - "html": "

Return whether the length of the result of building batched trusted scoring signals\nurl for entriesToBatchbatcher’s url length\nlimit.

" + "html": "

Return whether the length of the result of building batched trusted scoring signals\nurl for entriesToBatchbatcher’s url length\nlimit.

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

" } ] }, @@ -10273,7 +10341,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": [ { @@ -10317,7 +10385,7 @@ "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:", + "html": "While generatedBid’s ad component descriptors's size > target number of ad components:", "rationale": "remove", "steps": [ { @@ -10354,7 +10422,7 @@ "rationale": "append", "steps": [ { - "html": "

Append candidateComponent to selectedComponents.

" + "html": "

Append candidateComponent to selectedComponents.

" } ] }, @@ -10370,7 +10438,7 @@ ] }, { - "html": "

If selectedComponents’s size < generatedBid’s target number of ad components,\n return false.

" + "html": "

If selectedComponents’s size < generatedBid’s target number of ad components,\n return false.

" }, { "html": "

Set generatedBid’s ad component descriptors to selectedComponents.

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

" @@ -10425,7 +10493,7 @@ "rationale": "append", "steps": [ { - "html": "

Append generatedBid to bidsToScore.

" + "html": "

Append generatedBid to bidsToScore.

" } ] }, @@ -10434,7 +10502,7 @@ "rationale": "append", "steps": [ { - "html": "

Append generatedBid to bidsToScore.

" + "html": "

Append generatedBid to bidsToScore.

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

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

" diff --git a/ed/algorithms/web-animations-2.json b/ed/algorithms/web-animations-2.json index 5f3387f4efe8..daa57573e4ae 100644 --- a/ed/algorithms/web-animations-2.json +++ b/ed/algorithms/web-animations-2.json @@ -1151,11 +1151,11 @@ { "name": "KeyframeEffect/KeyframeEffect(target, keyframes, options)", "href": "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect", - "html": "Amend step 5 of the procedure to create a new KeyframeEffect object as\nfollows:", + "html": "Amend step 5 of the procedure to create a new KeyframeEffect object as\nfollows:", "rationale": "if", "steps": [ { - "html": "

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

\n

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

" + "html": "

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

\n

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

" } ] } diff --git a/ed/algorithms/webauthn-3.json b/ed/algorithms/webauthn-3.json index 97163bf2d800..613585e17d8c 100644 --- a/ed/algorithms/webauthn-3.json +++ b/ed/algorithms/webauthn-3.json @@ -1832,9 +1832,6 @@ { "html": "

Verify that the \"alg\" parameter in the credential public key in authData matches the alg attribute of one of the items in pkOptions.pubKeyCredParams.

" }, - { - "html": " Verify that the values of the client extension outputs in clientExtensionResults and the authenticator extension\n outputs in the extensions in authData are as expected, considering the client\n extension input values that were given in pkOptions.extensions and any specific policy of the Relying Party regarding unsolicited extensions, i.e., those that were not specified as part of pkOptions.extensions.\n In the general case, the meaning of \"are as expected\" is specific to the Relying Party and which extensions are in use." - }, { "html": "

Determine the attestation statement format by performing a USASCII case-sensitive match on fmt against the set of\nsupported WebAuthn Attestation Statement Format Identifier values.\nAn up-to-date list of registered WebAuthn Attestation Statement Format Identifier values\nis maintained in the\nIANA \"WebAuthn Attestation Statement Format Identifiers\" registry [IANA-WebAuthn-Registries] established by [RFC8809].

" }, @@ -1845,28 +1842,31 @@ "html": " If validation is successful, obtain a list of acceptable trust anchors (i.e. attestation root certificates)\n for that attestation type and attestation statement format fmt, from a trusted source or from policy. For\n example, the FIDO Metadata Service [FIDOMetadataService] provides one way to obtain such information, using the aaguid in the attestedCredentialData in authData." }, { - "html": " Assess the attestation trustworthiness using the outputs of the verification procedure in step 22, as follows: \n " + "html": " Assess the attestation trustworthiness using the outputs of the verification procedure in step 21, as follows: \n " }, { "html": "

Verify that the credentialId is ≤ 1023 bytes. Credential IDs larger than this many bytes SHOULD cause the RP to fail this registration ceremony.

" }, { - "html": "

Verify that the credentialId is not yet registered for any user. If the credentialId is already known then the Relying Party SHOULD fail this registration ceremony.

" + "html": "

Verify that the credentialId is not yet registered for any user. If the credentialId is already known then the Relying Party SHOULD fail this registration ceremony.

" + }, + { + "html": " If the attestation statement attStmt verified successfully and is found to be trustworthy,\n then create and store a new credential record in the user account that was denoted in pkOptions.user,\n with the following contents: \n
\n
type\n
\n

credential.type.

\n
id\n
\n

credential.id or credential.rawId,\nwhichever format is preferred by the Relying Party.

\n
publicKey\n
\n

The credential public key in authData.

\n
signCount\n
\n

authData.signCount.

\n
uvInitialized\n
\n

The value of the UV flag in authData.

\n
transports\n
\n

The value returned from response.getTransports().

\n
backupEligible\n
\n

The value of the BE flag in authData.

\n
backupState\n
\n

The value of the BS flag in authData.

\n
\n

The new credential record MAY also include the following OPTIONAL contents:

\n
\n
attestationObject\n
\n

response.attestationObject.

\n
attestationClientDataJSON\n
\n

response.clientDataJSON.

\n
authenticatorDisplayName\n
\n

A human-palatable description of the public key credential source.\nThis SHOULD be chosen by the user.

\n

If clientExtensionResults.credProps.authenticatorDisplayName is present,\nthen its value MAY be offered as a default for this value.\nThe Relying Party MAY alternatively derive a default value from the authenticator’s attestation statement, if any.

\n
" }, { - "html": " If the attestation statement attStmt verified successfully and is found to be trustworthy,\n then create and store a new credential record in the user account that was denoted in pkOptions.user,\n with the following contents: \n
\n
type\n
\n

credential.type.

\n
id\n
\n

credential.id or credential.rawId,\nwhichever format is preferred by the Relying Party.

\n
publicKey\n
\n

The credential public key in authData.

\n
signCount\n
\n

authData.signCount.

\n
uvInitialized\n
\n

The value of the UV flag in authData.

\n
transports\n
\n

The value returned from response.getTransports().

\n
backupEligible\n
\n

The value of the BE flag in authData.

\n
backupState\n
\n

The value of the BS flag in authData.

\n
\n

The new credential record MAY also include the following OPTIONAL contents:

\n
\n
attestationObject\n
\n

response.attestationObject.

\n
attestationClientDataJSON\n
\n

response.clientDataJSON.

\n
authenticatorDisplayName\n
\n

A human-palatable description of the public key credential source.\nThis SHOULD be chosen by the user.

\n

If clientExtensionResults.credProps.authenticatorDisplayName is present,\nthen its value MAY be offered as a default for this value.\nThe Relying Party MAY alternatively derive a default value from the authenticator’s attestation statement, if any.

\n
" + "html": " Process the client extension outputs in clientExtensionResults and the authenticator extension outputs in the extensions in authData as required by the Relying Party.\n Depending on each extension,\n processing steps may be concretely specified or it may be up to the Relying Party what to do with extension outputs.\n The Relying Party MAY ignore any or all extension outputs. \n

Clients MAY set additional authenticator extensions or client extensions and thus cause values to appear in the authenticator extension outputs or client extension outputs that were not\n requested by the Relying Party in pkOptions.extensions.\n The Relying Party MUST be prepared to handle such situations,\n whether by ignoring the unsolicited extensions or by rejecting the attestation. The Relying Party can make this\n decision based on local policy and the extensions in use.

\n

Since all extensions are OPTIONAL for both the client and the authenticator, the Relying Party MUST also be\n prepared to handle cases where none or not all of the requested extensions were acted upon.

" }, { - "html": "

If the attestation statement attStmt successfully verified but is not trustworthy per step 24 above,\nthe Relying Party SHOULD fail the registration ceremony.

" + "html": "

If the attestation statement attStmt successfully verified but is not trustworthy per step 23 above,\nthe Relying Party SHOULD fail the registration ceremony.

" } ] }, { - "html": "In order to perform an authentication ceremony, the Relying Party MUST proceed as follows:", + "html": "In order to perform an authentication ceremony, the Relying Party MUST proceed as follows:", "rationale": "let", "steps": [ { - "html": "

Let options be a new CredentialRequestOptions structure configured to the Relying Party's needs for the ceremony.\nLet pkOptions be options.publicKey.

" + "html": "

Let options be a new CredentialRequestOptions structure configured to the Relying Party's needs for the ceremony.\nLet pkOptions be options.publicKey.

" }, { "html": "

Call navigator.credentials.get() and pass options as the argument.\nLet credential be the result of the successfully resolved promise.\nIf the promise is rejected, abort the ceremony with a user-visible error, or otherwise guide the user experience as might\nbe determinable from the context available in the rejected promise. For information on different error contexts and the\ncircumstances leading to them, see § 6.3.3 The authenticatorGetAssertion Operation.

" @@ -1915,25 +1915,25 @@ "html": "

Verify that the value of C.challenge equals\nthe base64url encoding of pkOptions.challenge.

" }, { - "html": " Verify that the value of C.origin is an origin expected by the Relying Party.\n See § 13.4.9 Validating the origin of a credential for guidance." + "html": " Verify that the value of C.origin is an origin expected by the Relying Party.\n See § 13.4.9 Validating the origin of a credential for guidance." }, { - "html": "

If C.crossOrigin is present and set to true,\nverify that the Relying Party expects this credential to be used within an iframe that is not same-origin with its ancestors.

" + "html": "

If C.crossOrigin is present and set to true,\nverify that the Relying Party expects this credential to be used within an iframe that is not same-origin with its ancestors.

" }, { "html": "If C.topOrigin is present:", "rationale": "verify", "steps": [ { - "html": "

Verify that the Relying Party expects this credential to be used within an iframe that is not same-origin with its ancestors.

" + "html": "

Verify that the Relying Party expects this credential to be used within an iframe that is not same-origin with its ancestors.

" }, { - "html": "

Verify that the value of C.topOrigin matches the origin of a page\nthat the Relying Party expects to be sub-framed within.\nSee § 13.4.9 Validating the origin of a credential for guidance.

" + "html": "

Verify that the value of C.topOrigin matches the origin of a page\nthat the Relying Party expects to be sub-framed within.\nSee § 13.4.9 Validating the origin of a credential for guidance.

" } ] }, { - "html": " Verify that the rpIdHash in authData is the SHA-256 hash of the RP ID expected by the Relying Party." + "html": " Verify that the rpIdHash in authData is the SHA-256 hash of the RP ID expected by the Relying Party." }, { "html": "

Verify that the UP bit of the flags in authData is set.

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

If the BE bit of the flags in authData is not set, verify that the BS bit is not set.

" }, { - "html": "If the credential backup state is used as part of Relying Party business logic or policy,\nlet currentBe and currentBs be the values of the BE and BS bits, respectively,\nof the flags in authData.\nCompare currentBe and currentBs with credentialRecord.backupEligible and credentialRecord.backupState:", + "html": "If the credential backup state is used as part of Relying Party business logic or policy,\nlet currentBe and currentBs be the values of the BE and BS bits, respectively,\nof the flags in authData.\nCompare currentBe and currentBs with credentialRecord.backupEligible and credentialRecord.backupState:", "rationale": "if", "steps": [ { @@ -1955,13 +1955,10 @@ "html": "

If credentialRecord.backupEligible is not set, verify that currentBe is not set.

" }, { - "html": "

Apply Relying Party policy, if any.

" + "html": "

Apply Relying Party policy, if any.

" } ] }, - { - "html": " Verify that the values of the client extension outputs in clientExtensionResults and the authenticator extension\n outputs in the extensions in authData are as expected, considering the client\n extension input values that were given in pkOptions.extensions and any specific policy of the Relying Party regarding unsolicited extensions, i.e., those that were not specified as part of pkOptions.extensions.\n In the general case, the meaning of \"are as expected\" is specific to the Relying Party and which extensions are in use." - }, { "html": "

Let hash be the result of computing a hash over the cData using SHA-256.

" }, @@ -1981,7 +1978,7 @@ }, { "case": "less than or equal to credentialRecord.signCount:", - "html": "This is a signal, but not proof, that the authenticator may be cloned. For example it might mean that: \n \n

Relying Parties should evaluate their own operational characteristics and incorporate this information into their risk scoring.\n Whether the Relying Party updates credentialRecord.signCount below in this case, or not, or fails the authentication ceremony or not, is Relying Party-specific.

\n

For more information on signature counter considerations, see § 6.1.1 Signature Counter Considerations.

" + "html": "This is a signal, but not proof, that the authenticator may be cloned. For example it might mean that: \n \n

Relying Parties should evaluate their own operational characteristics and incorporate this information into their risk scoring.\n Whether the Relying Party updates credentialRecord.signCount below in this case, or not, or fails the authentication ceremony or not, is Relying Party-specific.

\n

For more information on signature counter considerations, see § 6.1.1 Signature Counter Considerations.

" } ] } @@ -2005,6 +2002,9 @@ } ] }, + { + "html": " Process the client extension outputs in clientExtensionResults and the authenticator extension outputs in the extensions in authData as required by the Relying Party.\n Depending on each extension,\n processing steps may be concretely specified or it may be up to the Relying Party what to do with extension outputs.\n The Relying Party MAY ignore any or all extension outputs. \n

Clients MAY set additional authenticator extensions or client extensions and thus cause values to appear in the authenticator extension outputs or client extension outputs that were not\n requested by the Relying Party in pkOptions.extensions.\n The Relying Party MUST be prepared to handle such situations,\n whether by ignoring the unsolicited extensions or by rejecting the assertion. The Relying Party can make this\n decision based on local policy and the extensions in use.

\n

Since all extensions are OPTIONAL for both the client and the authenticator, the Relying Party MUST also be\n prepared to handle cases where none or not all of the requested extensions were acted upon.

" + }, { "html": "

If all the above steps are successful, continue with the authentication ceremony as appropriate. Otherwise, fail the authentication ceremony.

" } @@ -2120,15 +2120,15 @@ "rationale": "for", "steps": [ { - "html": "

For each subStmt of attStmt, evaluate the verification procedure corresponding to the attestation statement format identifier subStmt.fmt with verification procedure inputs subStmt, authenticatorData and clientDataHash.

\n

If validation fails for one or more subStmt, decide the appropriate result based on Relying Party policy.

" + "html": "

For each subStmt of attStmt, evaluate the verification procedure corresponding to the attestation statement format identifier subStmt.fmt with verification procedure inputs subStmt, authenticatorData and clientDataHash.

\n

If validation fails for one or more subStmt, decide the appropriate result based on Relying Party policy.

" }, { - "html": "

If sufficiently many (as determined by Relying Party policy) items of attStmt verify successfully,\nreturn implementation-specific values representing any combination of outputs from successful verification procedures.

" + "html": "

If sufficiently many (as determined by Relying Party policy) items of attStmt verify successfully,\nreturn implementation-specific values representing any combination of outputs from successful verification procedures.

" } ] }, { - "html": "In addition to setting the appid extension input,\nusing this extension requires some additional processing by the Relying Party in order to allow users to authenticate using their registered U2F credentials:", + "html": "In addition to setting the appid extension input,\nusing this extension requires some additional processing by the Relying Party in order to allow users to authenticate using their registered U2F credentials:", "rationale": "set", "steps": [ { @@ -2313,7 +2313,7 @@ "html": "

Set supported to true.

" }, { - "html": "

If a candidate authenticator becomes available (step 21 of [[Create]](origin, options, sameOriginWithAncestors)) then,\n before evaluating any options, continue (i.e. ignore the candidate authenticator)\n if the candidate authenticator is not capable of storing large blobs.

" + "html": "

If a candidate authenticator becomes available (step 22 of [[Create]](origin, options, sameOriginWithAncestors)) then,\n before evaluating any options, continue (i.e. ignore the candidate authenticator)\n if the candidate authenticator is not capable of storing large blobs.

" } ] }, diff --git a/ed/css/css-values-5.json b/ed/css/css-values-5.json index 62386d10e740..5a13c5878d80 100644 --- a/ed/css/css-values-5.json +++ b/ed/css/css-values-5.json @@ -511,7 +511,7 @@ "prose": "The attr() function substitutes the value of an attribute on an element into a property, similar to how the var() function substitutes a custom property value into a function.", "href": "https://drafts.csswg.org/css-values-5/#funcdef-attr", "type": "function", - "value": "attr( ? , ?)" + "value": "attr( ? , ?)" }, { "name": "", @@ -519,6 +519,18 @@ "type": "type", "value": "[ '|' ]? " }, + { + "name": "", + "href": "https://drafts.csswg.org/css-values-5/#typedef-attr-type", + "type": "type", + "value": "type( ) | string | " + }, + { + "name": "", + "prose": "The production matches any identifier that is an ASCII case-insensitive match for the name of a CSS dimension unit, such as px, or the %. It is not expanded literally here, as the set of units expands over time.", + "href": "https://drafts.csswg.org/css-values-5/#typedef-attr-unit", + "type": "type" + }, { "name": "random()", "prose": "The random() function is a math function that represents a random value between a minimum and maximum value, drawn from a uniform distribution, optionally limiting the possible values to a step between those limits:", diff --git a/ed/dfns/css-values-5.json b/ed/dfns/css-values-5.json index 2768a164c4b3..52030fe4b930 100644 --- a/ed/dfns/css-values-5.json +++ b/ed/dfns/css-values-5.json @@ -1641,6 +1641,44 @@ }, "definedIn": "pre" }, + { + "id": "typedef-attr-type", + "href": "https://drafts.csswg.org/css-values-5/#typedef-attr-type", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "attr-notation", + "href": "https://drafts.csswg.org/css-values-5/#attr-notation", + "title": "Attribute References: the attr() notation", + "number": "7.7" + }, + "definedIn": "pre" + }, + { + "id": "typedef-attr-unit", + "href": "https://drafts.csswg.org/css-values-5/#typedef-attr-unit", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "attr-notation", + "href": "https://drafts.csswg.org/css-values-5/#attr-notation", + "title": "Attribute References: the attr() notation", + "number": "7.7" + }, + "definedIn": "prose" + }, { "id": "resolve-an-attr-function", "href": "https://drafts.csswg.org/css-values-5/#resolve-an-attr-function", diff --git a/ed/dfns/turtledove.json b/ed/dfns/turtledove.json index e116a3d8b704..9458bc549ea9 100644 --- a/ed/dfns/turtledove.json +++ b/ed/dfns/turtledove.json @@ -5897,6 +5897,25 @@ }, "definedIn": "prose" }, + { + "id": "calculate-expected-bid-nonce", + "href": "https://wicg.github.io/turtledove/#calculate-expected-bid-nonce", + "linkingText": [ + "calculate expected bid nonce" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "additional-bids-section", + "href": "https://wicg.github.io/turtledove/#additional-bids-section", + "title": "Additional Bids", + "number": "6.2" + }, + "definedIn": "prose" + }, { "id": "signed-additional-bid-signature", "href": "https://wicg.github.io/turtledove/#signed-additional-bid-signature", @@ -6040,25 +6059,6 @@ }, "definedIn": "dt" }, - { - "id": "captured-additional-bids-headers", - "href": "https://wicg.github.io/turtledove/#captured-additional-bids-headers", - "linkingText": [ - "captured additional bids headers" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "additional-bids-section", - "href": "https://wicg.github.io/turtledove/#additional-bids-section", - "title": "Additional Bids", - "number": "6.2" - }, - "definedIn": "prose" - }, { "id": "negative-targeting", "href": "https://wicg.github.io/turtledove/#negative-targeting", @@ -14532,6 +14532,67 @@ }, "definedIn": "dt" }, + { + "id": "signed-additional-bid-with-metadata", + "href": "https://wicg.github.io/turtledove/#signed-additional-bid-with-metadata", + "linkingText": [ + "signed additional bid with metadata" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "additional-bids-structs-section", + "href": "https://wicg.github.io/turtledove/#additional-bids-structs-section", + "title": "Additional bids", + "number": "14.10" + }, + "definedIn": "prose" + }, + { + "id": "signed-additional-bid-with-metadata-signed-additional-bid", + "href": "https://wicg.github.io/turtledove/#signed-additional-bid-with-metadata-signed-additional-bid", + "linkingText": [ + "signed additional bid" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "signed additional bid with metadata" + ], + "access": "private", + "informative": false, + "heading": { + "id": "additional-bids-structs-section", + "href": "https://wicg.github.io/turtledove/#additional-bids-structs-section", + "title": "Additional bids", + "number": "14.10" + }, + "definedIn": "dt" + }, + { + "id": "signed-additional-bid-with-metadata-seller-nonce", + "href": "https://wicg.github.io/turtledove/#signed-additional-bid-with-metadata-seller-nonce", + "linkingText": [ + "seller nonce" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "signed additional bid with metadata" + ], + "access": "private", + "informative": false, + "heading": { + "id": "additional-bids-structs-section", + "href": "https://wicg.github.io/turtledove/#additional-bids-structs-section", + "title": "Additional bids", + "number": "14.10" + }, + "definedIn": "dt" + }, { "id": "dictdef-scoreadoutput", "href": "https://wicg.github.io/turtledove/#dictdef-scoreadoutput", @@ -14547,7 +14608,7 @@ "id": "score-ad-output-header", "href": "https://wicg.github.io/turtledove/#score-ad-output-header", "title": "Score ad output", - "number": "14.10" + "number": "14.11" }, "definedIn": "pre" }, @@ -14568,7 +14629,7 @@ "id": "score-ad-output-header", "href": "https://wicg.github.io/turtledove/#score-ad-output-header", "title": "Score ad output", - "number": "14.10" + "number": "14.11" }, "definedIn": "pre" }, @@ -14589,7 +14650,7 @@ "id": "score-ad-output-header", "href": "https://wicg.github.io/turtledove/#score-ad-output-header", "title": "Score ad output", - "number": "14.10" + "number": "14.11" }, "definedIn": "pre" }, @@ -14610,7 +14671,7 @@ "id": "score-ad-output-header", "href": "https://wicg.github.io/turtledove/#score-ad-output-header", "title": "Score ad output", - "number": "14.10" + "number": "14.11" }, "definedIn": "pre" }, @@ -14631,7 +14692,7 @@ "id": "score-ad-output-header", "href": "https://wicg.github.io/turtledove/#score-ad-output-header", "title": "Score ad output", - "number": "14.10" + "number": "14.11" }, "definedIn": "pre" }, @@ -14652,7 +14713,7 @@ "id": "score-ad-output-header", "href": "https://wicg.github.io/turtledove/#score-ad-output-header", "title": "Score ad output", - "number": "14.10" + "number": "14.11" }, "definedIn": "pre" }, @@ -14671,7 +14732,7 @@ "id": "score-ad-output-header", "href": "https://wicg.github.io/turtledove/#score-ad-output-header", "title": "Score ad output", - "number": "14.10" + "number": "14.11" }, "definedIn": "prose" }, @@ -14690,7 +14751,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "prose" }, @@ -14711,7 +14772,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -14732,7 +14793,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -14753,7 +14814,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -14774,7 +14835,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -14795,7 +14856,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -14816,7 +14877,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -14837,7 +14898,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -14858,7 +14919,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -14879,7 +14940,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -14900,7 +14961,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -14921,7 +14982,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -14942,7 +15003,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -14963,7 +15024,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -14984,7 +15045,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -15005,7 +15066,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -15026,7 +15087,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -15047,7 +15108,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -15068,7 +15129,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -15089,7 +15150,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -15110,7 +15171,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -15129,7 +15190,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "prose" }, @@ -15150,7 +15211,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -15171,7 +15232,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -15192,7 +15253,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -15211,7 +15272,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "prose" }, @@ -15232,7 +15293,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -15253,7 +15314,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -15274,7 +15335,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -15293,7 +15354,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "prose" }, @@ -15312,7 +15373,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "prose" }, @@ -15333,7 +15394,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -15354,7 +15415,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -15375,7 +15436,7 @@ "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, "definedIn": "dt" }, @@ -15394,7 +15455,7 @@ "id": "k-anonymity-records", "href": "https://wicg.github.io/turtledove/#k-anonymity-records", "title": "K-Anonymity Records", - "number": "14.12" + "number": "14.13" }, "definedIn": "prose" }, @@ -15413,7 +15474,7 @@ "id": "k-anonymity-records", "href": "https://wicg.github.io/turtledove/#k-anonymity-records", "title": "K-Anonymity Records", - "number": "14.12" + "number": "14.13" }, "definedIn": "prose" }, @@ -15434,7 +15495,7 @@ "id": "k-anonymity-records", "href": "https://wicg.github.io/turtledove/#k-anonymity-records", "title": "K-Anonymity Records", - "number": "14.12" + "number": "14.13" }, "definedIn": "dt" }, @@ -15455,7 +15516,7 @@ "id": "k-anonymity-records", "href": "https://wicg.github.io/turtledove/#k-anonymity-records", "title": "K-Anonymity Records", - "number": "14.12" + "number": "14.13" }, "definedIn": "dt" }, @@ -15474,7 +15535,7 @@ "id": "auction-data-config-header", "href": "https://wicg.github.io/turtledove/#auction-data-config-header", "title": "auction data config", - "number": "14.13" + "number": "14.14" }, "definedIn": "prose" }, @@ -15495,7 +15556,7 @@ "id": "auction-data-config-header", "href": "https://wicg.github.io/turtledove/#auction-data-config-header", "title": "auction data config", - "number": "14.13" + "number": "14.14" }, "definedIn": "dt" }, @@ -15516,7 +15577,7 @@ "id": "auction-data-config-header", "href": "https://wicg.github.io/turtledove/#auction-data-config-header", "title": "auction data config", - "number": "14.13" + "number": "14.14" }, "definedIn": "dt" }, @@ -15537,7 +15598,7 @@ "id": "auction-data-config-header", "href": "https://wicg.github.io/turtledove/#auction-data-config-header", "title": "auction data config", - "number": "14.13" + "number": "14.14" }, "definedIn": "dt" }, @@ -15558,7 +15619,7 @@ "id": "auction-data-config-header", "href": "https://wicg.github.io/turtledove/#auction-data-config-header", "title": "auction data config", - "number": "14.13" + "number": "14.14" }, "definedIn": "dt" }, @@ -15579,7 +15640,7 @@ "id": "auction-data-config-header", "href": "https://wicg.github.io/turtledove/#auction-data-config-header", "title": "auction data config", - "number": "14.13" + "number": "14.14" }, "definedIn": "dt" }, @@ -15600,7 +15661,7 @@ "id": "auction-data-config-header", "href": "https://wicg.github.io/turtledove/#auction-data-config-header", "title": "auction data config", - "number": "14.13" + "number": "14.14" }, "definedIn": "dt" }, @@ -15621,7 +15682,7 @@ "id": "auction-data-config-header", "href": "https://wicg.github.io/turtledove/#auction-data-config-header", "title": "auction data config", - "number": "14.13" + "number": "14.14" }, "definedIn": "dt" }, @@ -15640,7 +15701,7 @@ "id": "auction-data-config-header", "href": "https://wicg.github.io/turtledove/#auction-data-config-header", "title": "auction data config", - "number": "14.13" + "number": "14.14" }, "definedIn": "prose" }, @@ -15661,7 +15722,7 @@ "id": "auction-data-config-header", "href": "https://wicg.github.io/turtledove/#auction-data-config-header", "title": "auction data config", - "number": "14.13" + "number": "14.14" }, "definedIn": "dt" } diff --git a/ed/headings/sourcemap.json b/ed/headings/sourcemap.json index 6fc5cb4a2336..6fa39d5379e9 100644 --- a/ed/headings/sourcemap.json +++ b/ed/headings/sourcemap.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://tc39.es/source-map/#profile-and-date", "level": 2, - "title": "Stage 0: Strawman, 12 November 2024" + "title": "Stage 0: Strawman, 13 November 2024" }, { "id": "toc", diff --git a/ed/headings/sparql12-concepts.json b/ed/headings/sparql12-concepts.json index 1c7298b60c9b..b9ed039c9d2a 100644 --- a/ed/headings/sparql12-concepts.json +++ b/ed/headings/sparql12-concepts.json @@ -10,117 +10,117 @@ "level": 1, "title": "SPARQL 1.2 Overview" }, + { + "id": "related", + "href": "https://w3c.github.io/sparql-concepts/spec/#related", + "level": 3, + "title": "Set of Documents" + }, { "id": "toc", "href": "https://w3c.github.io/sparql-concepts/spec/#toc", "level": 2, "title": "Table of Contents" }, - { - "id": "related", - "href": "https://w3c.github.io/sparql-concepts/spec/#related", - "level": 2, - "title": "Set of Documents", - "number": "1" - }, { "id": "sec-intro", "href": "https://w3c.github.io/sparql-concepts/spec/#sec-intro", "level": 2, "title": "Introduction", - "number": "2" + "number": "1" }, { "id": "Example", "href": "https://w3c.github.io/sparql-concepts/spec/#Example", "level": 3, "title": "Example", - "number": "2.1" + "number": "1.1" }, { "id": "sparql11-query", "href": "https://w3c.github.io/sparql-concepts/spec/#sparql11-query", "level": 2, "title": "SPARQL 1.1 Query Language", - "number": "3" + "number": "2" }, { "id": "sparql11-results", "href": "https://w3c.github.io/sparql-concepts/spec/#sparql11-results", "level": 2, "title": "Different query results formats supported by SPARQL 1.1 (XML, JSON, CSV, TSV)", - "number": "4" + "number": "3" }, { "id": "sparql11-federated-query", "href": "https://w3c.github.io/sparql-concepts/spec/#sparql11-federated-query", "level": 2, "title": "SPARQL 1.1 Federated Query", - "number": "5" + "number": "4" }, { "id": "sparql11-entailment", "href": "https://w3c.github.io/sparql-concepts/spec/#sparql11-entailment", "level": 2, "title": "SPARQL 1.1 Entailment Regimes", - "number": "6" + "number": "5" }, { "id": "sparql11-update", "href": "https://w3c.github.io/sparql-concepts/spec/#sparql11-update", "level": 2, "title": "SPARQL 1.1 Update Language", - "number": "7" + "number": "6" }, { "id": "sparql11-protocol", "href": "https://w3c.github.io/sparql-concepts/spec/#sparql11-protocol", "level": 2, "title": "SPARQL 1.1 Protocol for RDF", - "number": "8" + "number": "7" }, { "id": "sparql11-service-description", "href": "https://w3c.github.io/sparql-concepts/spec/#sparql11-service-description", "level": 2, "title": "SPARQL 1.1 Service Description", - "number": "9" + "number": "8" }, { "id": "sparql11-graphstore-http-protocol", "href": "https://w3c.github.io/sparql-concepts/spec/#sparql11-graphstore-http-protocol", "level": 2, - "title": "10. SPARQL 1.1 Graph Store HTTP Protocol" + "title": "SPARQL 1.1 Graph Store HTTP Protocol", + "number": "9" }, { "id": "Acknowledgements", "href": "https://w3c.github.io/sparql-concepts/spec/#Acknowledgements", "level": 2, - "title": "11. Acknowledgements" + "title": "10. Acknowledgements" }, { "id": "sec-bibliography", "href": "https://w3c.github.io/sparql-concepts/spec/#sec-bibliography", "level": 2, - "title": "12. References" + "title": "11. References" }, { "id": "privacy", "href": "https://w3c.github.io/sparql-concepts/spec/#privacy", "level": 2, - "title": "13. Privacy Considerations" + "title": "12. Privacy Considerations" }, { "id": "security", "href": "https://w3c.github.io/sparql-concepts/spec/#security", "level": 2, - "title": "14. Security Considerations" + "title": "13. Security Considerations" }, { "id": "internationalization", "href": "https://w3c.github.io/sparql-concepts/spec/#internationalization", "level": 2, - "title": "15. Internationalization Considerations" + "title": "14. Internationalization Considerations" }, { "id": "changes-from-sparql11", diff --git a/ed/headings/sparql12-federated-query.json b/ed/headings/sparql12-federated-query.json index 592dd9cd8fa5..adc59c90713b 100644 --- a/ed/headings/sparql12-federated-query.json +++ b/ed/headings/sparql12-federated-query.json @@ -10,178 +10,178 @@ "level": 1, "title": "SPARQL 1.2 Federated Query" }, + { + "id": "related", + "href": "https://w3c.github.io/sparql-federated-query/spec/#related", + "level": 3, + "title": "Set of Documents" + }, { "id": "toc", "href": "https://w3c.github.io/sparql-federated-query/spec/#toc", "level": 2, "title": "Table of Contents" }, - { - "id": "related", - "href": "https://w3c.github.io/sparql-federated-query/spec/#related", - "level": 2, - "title": "Set of Documents", - "number": "1" - }, { "id": "introduction", "href": "https://w3c.github.io/sparql-federated-query/spec/#introduction", "level": 2, "title": "Introduction", - "number": "2" + "number": "1" }, { "id": "docConventions", "href": "https://w3c.github.io/sparql-federated-query/spec/#docConventions", "level": 3, "title": "Document Conventions", - "number": "2.1" + "number": "1.1" }, { "id": "docNamespaces", "href": "https://w3c.github.io/sparql-federated-query/spec/#docNamespaces", "level": 4, "title": "Namespaces", - "number": "2.1.1" + "number": "1.1.1" }, { "id": "docResultDesc", "href": "https://w3c.github.io/sparql-federated-query/spec/#docResultDesc", "level": 4, "title": "Result Descriptions", - "number": "2.1.2" + "number": "1.1.2" }, { "id": "docTerminology", "href": "https://w3c.github.io/sparql-federated-query/spec/#docTerminology", "level": 4, "title": "Terminology", - "number": "2.1.3" + "number": "1.1.3" }, { "id": "service", "href": "https://w3c.github.io/sparql-federated-query/spec/#service", "level": 2, "title": "SPARQL 1.1 Federated Query Extension", - "number": "3" + "number": "2" }, { "id": "simpleService", "href": "https://w3c.github.io/sparql-federated-query/spec/#simpleService", "level": 3, "title": "Simple query to a remote SPARQL endpoint", - "number": "3.1" + "number": "2.1" }, { "id": "optionalTwoServices", "href": "https://w3c.github.io/sparql-federated-query/spec/#optionalTwoServices", "level": 3, "title": "SPARQL query with OPTIONAL to two remote SPARQL endpoints", - "number": "3.2" + "number": "2.2" }, { "id": "serviceFailure", "href": "https://w3c.github.io/sparql-federated-query/spec/#serviceFailure", "level": 3, "title": "Service Execution Failure", - "number": "3.3" + "number": "2.3" }, { "id": "values", "href": "https://w3c.github.io/sparql-federated-query/spec/#values", "level": 3, "title": "Interplay of SERVICE and VALUES (Informative)", - "number": "3.4" + "number": "2.4" }, { "id": "fedSemantics", "href": "https://w3c.github.io/sparql-federated-query/spec/#fedSemantics", "level": 2, "title": "SPARQL 1.1 Simple Federation Extension: semantics", - "number": "4" + "number": "3" }, { "id": "defn_service", "href": "https://w3c.github.io/sparql-federated-query/spec/#defn_service", "level": 3, "title": "Translation to the SPARQL Algebra", - "number": "4.1" + "number": "3.1" }, { "id": "algebra_service", "href": "https://w3c.github.io/sparql-federated-query/spec/#algebra_service", "level": 3, "title": "SPARQL 1.1 Simple Federation Extension Algebra", - "number": "4.2" + "number": "3.2" }, { "id": "algebra_service_examples", "href": "https://w3c.github.io/sparql-federated-query/spec/#algebra_service_examples", "level": 4, "title": "SERVICE Examples", - "number": "4.2.1" + "number": "3.2.1" }, { "id": "variableService", "href": "https://w3c.github.io/sparql-federated-query/spec/#variableService", "level": 2, "title": "SERVICE Variables (Informative)", - "number": "5" + "number": "4" }, { "id": "conformance", "href": "https://w3c.github.io/sparql-federated-query/spec/#conformance", "level": 2, "title": "Conformance", - "number": "6" + "number": "5" }, { "id": "conformance-0", "href": "https://w3c.github.io/sparql-federated-query/spec/#conformance-0", "level": 3, "title": "Conformance", - "number": "6.1" + "number": "5.1" }, { "id": "security-original", "href": "https://w3c.github.io/sparql-federated-query/spec/#security-original", "level": 2, "title": "Security Considerations", - "number": "7" + "number": "6" }, { "id": "sec-bibliography", "href": "https://w3c.github.io/sparql-federated-query/spec/#sec-bibliography", "level": 2, "title": "References", - "number": "8" + "number": "7" }, { "id": "sec-normative-refs", "href": "https://w3c.github.io/sparql-federated-query/spec/#sec-normative-refs", "level": 3, "title": "Normative References", - "number": "8.1" + "number": "7.1" }, { "id": "sec-non-normative-refs", "href": "https://w3c.github.io/sparql-federated-query/spec/#sec-non-normative-refs", "level": 3, "title": "Other References", - "number": "8.2" + "number": "7.2" }, { "id": "sec-acknowledgements", "href": "https://w3c.github.io/sparql-federated-query/spec/#sec-acknowledgements", "level": 2, "title": "Acknowledgements", - "number": "9" + "number": "8" }, { "id": "sec-cvsLog", "href": "https://w3c.github.io/sparql-federated-query/spec/#sec-cvsLog", "level": 2, - "title": "10. CVS History (Last Call and after)" + "title": "CVS History (Last Call and after)", + "number": "9" }, { "id": "changes-1-1", @@ -245,6 +245,13 @@ "level": 3, "title": "Normative references", "number": "F.1" + }, + { + "id": "informative-references", + "href": "https://w3c.github.io/sparql-federated-query/spec/#informative-references", + "level": 3, + "title": "Informative references", + "number": "F.2" } ] } \ No newline at end of file diff --git a/ed/headings/sparql12-protocol.json b/ed/headings/sparql12-protocol.json index dc4e9c054c24..a7a588b0b007 100644 --- a/ed/headings/sparql12-protocol.json +++ b/ed/headings/sparql12-protocol.json @@ -10,340 +10,339 @@ "level": 1, "title": "SPARQL 1.2 Protocol" }, + { + "id": "related", + "href": "https://w3c.github.io/sparql-protocol/spec/#related", + "level": 3, + "title": "Set of Documents" + }, { "id": "toc", "href": "https://w3c.github.io/sparql-protocol/spec/#toc", "level": 2, "title": "Table of Contents" }, - { - "id": "related", - "href": "https://w3c.github.io/sparql-protocol/spec/#related", - "level": 2, - "title": "Set of Documents", - "number": "1" - }, { "id": "intro", "href": "https://w3c.github.io/sparql-protocol/spec/#intro", "level": 2, "title": "Introduction", - "number": "2" + "number": "1" }, { "id": "conventions", "href": "https://w3c.github.io/sparql-protocol/spec/#conventions", "level": 3, "title": "Document Conventions", - "number": "2.1" + "number": "1.1" }, { "id": "terminology", "href": "https://w3c.github.io/sparql-protocol/spec/#terminology", "level": 3, "title": "Terminology", - "number": "2.2" + "number": "1.2" }, { "id": "protocol", "href": "https://w3c.github.io/sparql-protocol/spec/#protocol", "level": 2, "title": "SPARQL Protocol Operations", - "number": "3" + "number": "2" }, { "id": "query-operation", "href": "https://w3c.github.io/sparql-protocol/spec/#query-operation", "level": 3, "title": "Query Operation", - "number": "3.1" + "number": "2.1" }, { "id": "query-via-get", "href": "https://w3c.github.io/sparql-protocol/spec/#query-via-get", "level": 4, "title": "query via GET", - "number": "3.1.1" + "number": "2.1.1" }, { "id": "query-via-post-urlencoded", "href": "https://w3c.github.io/sparql-protocol/spec/#query-via-post-urlencoded", "level": 4, "title": "query via POST with URL-encoded parameters", - "number": "3.1.2" + "number": "2.1.2" }, { "id": "query-via-post-direct", "href": "https://w3c.github.io/sparql-protocol/spec/#query-via-post-direct", "level": 4, "title": "query via POST directly", - "number": "3.1.3" + "number": "2.1.3" }, { "id": "dataset", "href": "https://w3c.github.io/sparql-protocol/spec/#dataset", "level": 4, "title": "Specifying an RDF Dataset", - "number": "3.1.4" + "number": "2.1.4" }, { "id": "conneg", "href": "https://w3c.github.io/sparql-protocol/spec/#conneg", "level": 4, "title": "Accepted Response Formats", - "number": "3.1.5" + "number": "2.1.5" }, { "id": "query-success", "href": "https://w3c.github.io/sparql-protocol/spec/#query-success", "level": 4, "title": "Success Responses", - "number": "3.1.6" + "number": "2.1.6" }, { "id": "query-failure", "href": "https://w3c.github.io/sparql-protocol/spec/#query-failure", "level": 4, "title": "Failure Responses", - "number": "3.1.7" + "number": "2.1.7" }, { "id": "update-operation", "href": "https://w3c.github.io/sparql-protocol/spec/#update-operation", "level": 3, "title": "Update Operation", - "number": "3.2" + "number": "2.2" }, { "id": "update-via-post-urlencoded", "href": "https://w3c.github.io/sparql-protocol/spec/#update-via-post-urlencoded", "level": 4, "title": "update via POST with URL-encoded parameters", - "number": "3.2.1" + "number": "2.2.1" }, { "id": "update-via-post-direct", "href": "https://w3c.github.io/sparql-protocol/spec/#update-via-post-direct", "level": 4, "title": "update via POST directly", - "number": "3.2.2" + "number": "2.2.2" }, { "id": "update-dataset", "href": "https://w3c.github.io/sparql-protocol/spec/#update-dataset", "level": 4, "title": "Specifying an RDF Dataset", - "number": "3.2.3" + "number": "2.2.3" }, { "id": "update-success", "href": "https://w3c.github.io/sparql-protocol/spec/#update-success", "level": 4, "title": "Success Responses", - "number": "3.2.4" + "number": "2.2.4" }, { "id": "update-failure", "href": "https://w3c.github.io/sparql-protocol/spec/#update-failure", "level": 4, "title": "Failure Responses", - "number": "3.2.5" + "number": "2.2.5" }, { "id": "base-iri", "href": "https://w3c.github.io/sparql-protocol/spec/#base-iri", "level": 3, "title": "Determining the Base IRI", - "number": "3.3" + "number": "2.3" }, { "id": "examples", "href": "https://w3c.github.io/sparql-protocol/spec/#examples", "level": 2, "title": "Example SPARQL Protocol Requests (informative)", - "number": "4" + "number": "3" }, { "id": "query-bindings-http-examples", "href": "https://w3c.github.io/sparql-protocol/spec/#query-bindings-http-examples", "level": 3, "title": "Examples of SPARQL Query", - "number": "4.1" + "number": "3.1" }, { "id": "select-svcsupplied", "href": "https://w3c.github.io/sparql-protocol/spec/#select-svcsupplied", "level": 4, "title": "SELECT with service-supplied RDF Dataset", - "number": "4.1.1" + "number": "3.1.1" }, { "id": "select-simple", "href": "https://w3c.github.io/sparql-protocol/spec/#select-simple", "level": 4, "title": "SELECT with simple RDF Dataset", - "number": "4.1.2" + "number": "3.1.2" }, { "id": "construct-simple", "href": "https://w3c.github.io/sparql-protocol/spec/#construct-simple", "level": 4, "title": "CONSTRUCT with simple RDF dataset and HTTP content negotiation", - "number": "4.1.3" + "number": "3.1.3" }, { "id": "ask-simple", "href": "https://w3c.github.io/sparql-protocol/spec/#ask-simple", "level": 4, "title": "ASK with simple RDF Dataset", - "number": "4.1.4" + "number": "3.1.4" }, { "id": "describe-simple", "href": "https://w3c.github.io/sparql-protocol/spec/#describe-simple", "level": 4, "title": "DESCRIBE with simple RDF Dataset", - "number": "4.1.5" + "number": "3.1.5" }, { "id": "select-complex", "href": "https://w3c.github.io/sparql-protocol/spec/#select-complex", "level": 4, "title": "SELECT with complex RDF Dataset", - "number": "4.1.6" + "number": "3.1.6" }, { "id": "select-queryonly", "href": "https://w3c.github.io/sparql-protocol/spec/#select-queryonly", "level": 4, "title": "SELECT with query-only RDF Dataset", - "number": "4.1.7" + "number": "3.1.7" }, { "id": "select-ambiguous", "href": "https://w3c.github.io/sparql-protocol/spec/#select-ambiguous", "level": 4, "title": "SELECT with ambiguous RDF Dataset", - "number": "4.1.8" + "number": "3.1.8" }, { "id": "select-malformed", "href": "https://w3c.github.io/sparql-protocol/spec/#select-malformed", "level": 4, "title": "SELECT with malformed query fault", - "number": "4.1.9" + "number": "3.1.9" }, { "id": "select-refused", "href": "https://w3c.github.io/sparql-protocol/spec/#select-refused", "level": 4, "title": "SELECT with query request refused fault", - "number": "4.1.10" + "number": "3.1.10" }, { "id": "select-longpost", "href": "https://w3c.github.io/sparql-protocol/spec/#select-longpost", "level": 4, "title": "Long SELECT query using POST with URL encoding", - "number": "4.1.11" + "number": "3.1.11" }, { "id": "select-longpost-direct", "href": "https://w3c.github.io/sparql-protocol/spec/#select-longpost-direct", "level": 4, "title": "Long SELECT query using direct POST", - "number": "4.1.12" + "number": "3.1.12" }, { "id": "select-kanji", "href": "https://w3c.github.io/sparql-protocol/spec/#select-kanji", "level": 4, "title": "SELECT with internationalization", - "number": "4.1.13" + "number": "3.1.13" }, { "id": "select-reified-triples", "href": "https://w3c.github.io/sparql-protocol/spec/#select-reified-triples", "level": 4, "title": "SELECT with reified triple patterns", - "number": "4.1.14" + "number": "3.1.14" }, { "id": "update-bindings-http-examples", "href": "https://w3c.github.io/sparql-protocol/spec/#update-bindings-http-examples", "level": 3, "title": "Examples of SPARQL Update", - "number": "4.2" + "number": "3.2" }, { "id": "update-urlencoded-simple", "href": "https://w3c.github.io/sparql-protocol/spec/#update-urlencoded-simple", "level": 4, "title": "UPDATE using URL-encoded parameters", - "number": "4.2.1" + "number": "3.2.1" }, { "id": "update-direct-simple", "href": "https://w3c.github.io/sparql-protocol/spec/#update-direct-simple", "level": 4, "title": "UPDATE using POST directly", - "number": "4.2.2" + "number": "3.2.2" }, { "id": "update-direct-simple-dataset", "href": "https://w3c.github.io/sparql-protocol/spec/#update-direct-simple-dataset", "level": 4, "title": "UPDATE specifying dataset and using POST directly", - "number": "4.2.3" + "number": "3.2.3" }, { "id": "update-urlencoded-multi", "href": "https://w3c.github.io/sparql-protocol/spec/#update-urlencoded-multi", "level": 4, "title": "Multi-operation UPDATE using URL-encoded parameters", - "number": "4.2.4" + "number": "3.2.4" }, { "id": "update-urlencoded-multi-dataset", "href": "https://w3c.github.io/sparql-protocol/spec/#update-urlencoded-multi-dataset", "level": 4, "title": "Multi-operation UPDATE specifying dataset and using URL-encoded parameters", - "number": "4.2.5" + "number": "3.2.5" }, { "id": "update-direct-multi-dataset", "href": "https://w3c.github.io/sparql-protocol/spec/#update-direct-multi-dataset", "level": 4, "title": "Multi-operation UPDATE specifying dataset and using POST directly", - "number": "4.2.6" + "number": "3.2.6" }, { "id": "policy", "href": "https://w3c.github.io/sparql-protocol/spec/#policy", "level": 2, "title": "Policy Considerations", - "number": "5" + "number": "4" }, { "id": "policy-security", "href": "https://w3c.github.io/sparql-protocol/spec/#policy-security", "level": 3, "title": "Security", - "number": "5.1" + "number": "4.1" }, { "id": "conformance", "href": "https://w3c.github.io/sparql-protocol/spec/#conformance", "level": 2, "title": "Conformance", - "number": "6" + "number": "5" }, { "id": "conformance-0", "href": "https://w3c.github.io/sparql-protocol/spec/#conformance-0", "level": 3, "title": "Conformance", - "number": "6.1" + "number": "5.1" }, { "id": "changes-1-1", @@ -414,6 +413,13 @@ "level": 3, "title": "Normative references", "number": "G.1" + }, + { + "id": "informative-references", + "href": "https://w3c.github.io/sparql-protocol/spec/#informative-references", + "level": 3, + "title": "Informative references", + "number": "G.2" } ] } \ No newline at end of file diff --git a/ed/headings/sparql12-results-csv-tsv.json b/ed/headings/sparql12-results-csv-tsv.json index bbbcbc2fb606..25e3c725b322 100644 --- a/ed/headings/sparql12-results-csv-tsv.json +++ b/ed/headings/sparql12-results-csv-tsv.json @@ -10,123 +10,122 @@ "level": 1, "title": "SPARQL 1.2 Query Results CSV and TSV Formats" }, + { + "id": "related", + "href": "https://w3c.github.io/sparql-results-csv-tsv/spec/#related", + "level": 3, + "title": "Set of Documents" + }, { "id": "toc", "href": "https://w3c.github.io/sparql-results-csv-tsv/spec/#toc", "level": 2, "title": "Table of Contents" }, - { - "id": "related", - "href": "https://w3c.github.io/sparql-results-csv-tsv/spec/#related", - "level": 2, - "title": "Set of Documents", - "number": "1" - }, { "id": "introduction", "href": "https://w3c.github.io/sparql-results-csv-tsv/spec/#introduction", "level": 2, "title": "Introduction", - "number": "2" + "number": "1" }, { "id": "example1", "href": "https://w3c.github.io/sparql-results-csv-tsv/spec/#example1", "level": 3, "title": "Example", - "number": "2.1" + "number": "1.1" }, { "id": "general-comments", "href": "https://w3c.github.io/sparql-results-csv-tsv/spec/#general-comments", "level": 2, "title": "Transmission issues using CSV and TSV Formats", - "number": "3" + "number": "2" }, { "id": "csv-table", "href": "https://w3c.github.io/sparql-results-csv-tsv/spec/#csv-table", "level": 2, "title": "CSV — Comma Separated values", - "number": "4" + "number": "3" }, { "id": "serializing-results", "href": "https://w3c.github.io/sparql-results-csv-tsv/spec/#serializing-results", "level": 3, "title": "Serializing the Results Table", - "number": "4.1" + "number": "3.1" }, { "id": "csv-terms", "href": "https://w3c.github.io/sparql-results-csv-tsv/spec/#csv-terms", "level": 3, "title": "Serializing RDF Terms", - "number": "4.2" + "number": "3.2" }, { "id": "csv-example", "href": "https://w3c.github.io/sparql-results-csv-tsv/spec/#csv-example", "level": 3, "title": "Example of CSV-Serialized Results", - "number": "4.3" + "number": "3.3" }, { "id": "csv-example-triple-terms", "href": "https://w3c.github.io/sparql-results-csv-tsv/spec/#csv-example-triple-terms", "level": 3, "title": "Example of CSV-Serialized Results with Triple Terms", - "number": "4.4" + "number": "3.4" }, { "id": "tsv", "href": "https://w3c.github.io/sparql-results-csv-tsv/spec/#tsv", "level": 2, "title": "TSV — Tab Separated values", - "number": "5" + "number": "4" }, { "id": "tsv-table", "href": "https://w3c.github.io/sparql-results-csv-tsv/spec/#tsv-table", "level": 3, "title": "Serializing the Results Table", - "number": "5.1" + "number": "4.1" }, { "id": "tsv-terms", "href": "https://w3c.github.io/sparql-results-csv-tsv/spec/#tsv-terms", "level": 3, "title": "Serializing RDF Terms", - "number": "5.2" + "number": "4.2" }, { "id": "tsv-example", "href": "https://w3c.github.io/sparql-results-csv-tsv/spec/#tsv-example", "level": 3, "title": "Example of TSV-Serialized Results", - "number": "5.3" + "number": "4.3" }, { "id": "tsv-example-triple-terms", "href": "https://w3c.github.io/sparql-results-csv-tsv/spec/#tsv-example-triple-terms", "level": 3, "title": "Example of TSV-Serialized Results with Triple Terms", - "number": "5.4" + "number": "4.4" }, { "id": "conformance", "href": "https://w3c.github.io/sparql-results-csv-tsv/spec/#conformance", "level": 2, "title": "Conformance", - "number": "6" + "number": "5" }, { "id": "conformance-0", "href": "https://w3c.github.io/sparql-results-csv-tsv/spec/#conformance-0", "level": 3, "title": "Conformance", - "number": "6.1" + "number": "5.1" }, { "id": "changes-1-1", @@ -190,6 +189,13 @@ "level": 3, "title": "Normative references", "number": "F.1" + }, + { + "id": "informative-references", + "href": "https://w3c.github.io/sparql-results-csv-tsv/spec/#informative-references", + "level": 3, + "title": "Informative references", + "number": "F.2" } ] } \ No newline at end of file diff --git a/ed/headings/sparql12-results-json.json b/ed/headings/sparql12-results-json.json index e690f1aa2761..2d620cab3b8d 100644 --- a/ed/headings/sparql12-results-json.json +++ b/ed/headings/sparql12-results-json.json @@ -10,137 +10,136 @@ "level": 1, "title": "SPARQL 1.2 Query Results JSON Format" }, + { + "id": "related", + "href": "https://w3c.github.io/sparql-results-json/spec/#related", + "level": 3, + "title": "Set of Documents" + }, { "id": "toc", "href": "https://w3c.github.io/sparql-results-json/spec/#toc", "level": 2, "title": "Table of Contents" }, - { - "id": "related", - "href": "https://w3c.github.io/sparql-results-json/spec/#related", - "level": 2, - "title": "Set of Documents", - "number": "1" - }, { "id": "introduction", "href": "https://w3c.github.io/sparql-results-json/spec/#introduction", "level": 2, "title": "Introduction", - "number": "2" + "number": "1" }, { "id": "json-result-object", "href": "https://w3c.github.io/sparql-results-json/spec/#json-result-object", "level": 2, "title": "JSON Results Object", - "number": "3" + "number": "2" }, { "id": "select-results-form", "href": "https://w3c.github.io/sparql-results-json/spec/#select-results-form", "level": 2, "title": "Variable Binding Results", - "number": "4" + "number": "3" }, { "id": "select-head", "href": "https://w3c.github.io/sparql-results-json/spec/#select-head", "level": 3, "title": "\"head\"", - "number": "4.1" + "number": "3.1" }, { "id": "select-vars", "href": "https://w3c.github.io/sparql-results-json/spec/#select-vars", "level": 4, "title": "\"vars\"", - "number": "4.1.1" + "number": "3.1.1" }, { "id": "select-link", "href": "https://w3c.github.io/sparql-results-json/spec/#select-link", "level": 4, "title": "\"link\"", - "number": "4.1.2" + "number": "3.1.2" }, { "id": "select-results", "href": "https://w3c.github.io/sparql-results-json/spec/#select-results", "level": 3, "title": "\"results\"", - "number": "4.2" + "number": "3.2" }, { "id": "select-bindings", "href": "https://w3c.github.io/sparql-results-json/spec/#select-bindings", "level": 4, "title": "\"bindings\"", - "number": "4.2.1" + "number": "3.2.1" }, { "id": "select-encode-terms", "href": "https://w3c.github.io/sparql-results-json/spec/#select-encode-terms", "level": 4, "title": "Encoding RDF terms", - "number": "4.2.2" + "number": "3.2.2" }, { "id": "ask-result-form", "href": "https://w3c.github.io/sparql-results-json/spec/#ask-result-form", "level": 2, "title": "Boolean Results", - "number": "5" + "number": "4" }, { "id": "ask-head", "href": "https://w3c.github.io/sparql-results-json/spec/#ask-head", "level": 3, "title": "\"head\"", - "number": "5.1" + "number": "4.1" }, { "id": "ask-link", "href": "https://w3c.github.io/sparql-results-json/spec/#ask-link", "level": 4, "title": "\"link\"", - "number": "5.1.1" + "number": "4.1.1" }, { "id": "ask-boolean", "href": "https://w3c.github.io/sparql-results-json/spec/#ask-boolean", "level": 3, "title": "\"boolean\"", - "number": "5.2" + "number": "4.2" }, { "id": "example", "href": "https://w3c.github.io/sparql-results-json/spec/#example", "level": 2, "title": "Examples", - "number": "6" + "number": "5" }, { "id": "example-bindings", "href": "https://w3c.github.io/sparql-results-json/spec/#example-bindings", "level": 3, "title": "Variable Binding Results Examples", - "number": "6.1" + "number": "5.1" }, { "id": "example-bindings-triple-term", "href": "https://w3c.github.io/sparql-results-json/spec/#example-bindings-triple-term", "level": 3, "title": "Variable Binding Results Examples with Triple Terms", - "number": "6.2" + "number": "5.2" }, { "id": "media-type", "href": "https://w3c.github.io/sparql-results-json/spec/#media-type", "level": 2, "title": "Internet Media Type, File Extension and Macintosh File Type", - "number": "7" + "number": "6" }, { "id": "changes-1-1", diff --git a/ed/headings/sparql12-results-xml.json b/ed/headings/sparql12-results-xml.json index 92c9c3c90d24..df3562dab5a5 100644 --- a/ed/headings/sparql12-results-xml.json +++ b/ed/headings/sparql12-results-xml.json @@ -10,102 +10,101 @@ "level": 1, "title": "SPARQL 1.2 Query Results XML Format" }, + { + "id": "related", + "href": "https://w3c.github.io/sparql-results-xml/spec/#related", + "level": 3, + "title": "Set of Documents" + }, { "id": "toc", "href": "https://w3c.github.io/sparql-results-xml/spec/#toc", "level": 2, "title": "Table of Contents" }, - { - "id": "related", - "href": "https://w3c.github.io/sparql-results-xml/spec/#related", - "level": 2, - "title": "Set of Documents", - "number": "1" - }, { "id": "introduction", "href": "https://w3c.github.io/sparql-results-xml/spec/#introduction", "level": 2, "title": "Introduction", - "number": "2" + "number": "1" }, { "id": "definition", "href": "https://w3c.github.io/sparql-results-xml/spec/#definition", "level": 2, "title": "Definition", - "number": "3" + "number": "2" }, { "id": "docElement", "href": "https://w3c.github.io/sparql-results-xml/spec/#docElement", "level": 3, "title": "Document Element", - "number": "3.1" + "number": "2.1" }, { "id": "head", "href": "https://w3c.github.io/sparql-results-xml/spec/#head", "level": 3, "title": "Header", - "number": "3.2" + "number": "2.2" }, { "id": "results", "href": "https://w3c.github.io/sparql-results-xml/spec/#results", "level": 3, "title": "Results", - "number": "3.3" + "number": "2.3" }, { "id": "vb-results", "href": "https://w3c.github.io/sparql-results-xml/spec/#vb-results", "level": 4, "title": "Variable Binding Results", - "number": "3.3.1" + "number": "2.3.1" }, { "id": "boolean-results", "href": "https://w3c.github.io/sparql-results-xml/spec/#boolean-results", "level": 4, "title": "Boolean Results", - "number": "3.3.2" + "number": "2.3.2" }, { "id": "examples", "href": "https://w3c.github.io/sparql-results-xml/spec/#examples", "level": 2, "title": "Examples", - "number": "4" + "number": "3" }, { "id": "vb-examples", "href": "https://w3c.github.io/sparql-results-xml/spec/#vb-examples", "level": 3, "title": "Variable Binding Results Examples", - "number": "4.1" + "number": "3.1" }, { "id": "vb-triple-terms-examples", "href": "https://w3c.github.io/sparql-results-xml/spec/#vb-triple-terms-examples", "level": 3, "title": "Variable Binding Results Examples with Triple Terms", - "number": "4.2" + "number": "3.2" }, { "id": "boolean-examples", "href": "https://w3c.github.io/sparql-results-xml/spec/#boolean-examples", "level": 3, "title": "Boolean Results Examples", - "number": "4.3" + "number": "3.3" }, { "id": "schemas", "href": "https://w3c.github.io/sparql-results-xml/spec/#schemas", "level": 2, "title": "XML Schemas", - "number": "5" + "number": "4" }, { "id": "changes-1-1", diff --git a/ed/headings/sparql12-service-description.json b/ed/headings/sparql12-service-description.json index aac4e8f1c100..30db88906f82 100644 --- a/ed/headings/sparql12-service-description.json +++ b/ed/headings/sparql12-service-description.json @@ -10,396 +10,395 @@ "level": 1, "title": "SPARQL 1.2 Service Description" }, + { + "id": "related", + "href": "https://w3c.github.io/sparql-service-description/spec/#related", + "level": 3, + "title": "Set of Documents" + }, { "id": "toc", "href": "https://w3c.github.io/sparql-service-description/spec/#toc", "level": 2, "title": "Table of Contents" }, - { - "id": "related", - "href": "https://w3c.github.io/sparql-service-description/spec/#related", - "level": 2, - "title": "Set of Documents", - "number": "1" - }, { "id": "intro", "href": "https://w3c.github.io/sparql-service-description/spec/#intro", "level": 2, "title": "Introduction", - "number": "2" + "number": "1" }, { "id": "terminology", "href": "https://w3c.github.io/sparql-service-description/spec/#terminology", "level": 3, "title": "Terminology", - "number": "2.1" + "number": "1.1" }, { "id": "accessing", "href": "https://w3c.github.io/sparql-service-description/spec/#accessing", "level": 2, "title": "Accessing a Service Description", - "number": "3" + "number": "2" }, { "id": "vocab", "href": "https://w3c.github.io/sparql-service-description/spec/#vocab", "level": 2, "title": "Service Description Vocabulary", - "number": "4" + "number": "3" }, { "id": "namespace", "href": "https://w3c.github.io/sparql-service-description/spec/#namespace", "level": 3, "title": "SPARQL Service Description Namespace and OWL Ontology", - "number": "4.1" + "number": "3.1" }, { "id": "properties", "href": "https://w3c.github.io/sparql-service-description/spec/#properties", "level": 3, "title": "Properties", - "number": "4.2" + "number": "3.2" }, { "id": "sd-endpoint", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-endpoint", "level": 4, "title": "sd:endpoint", - "number": "4.2.1" + "number": "3.2.1" }, { "id": "sd-feature", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-feature", "level": 4, "title": "sd:feature", - "number": "4.2.2" + "number": "3.2.2" }, { "id": "sd-defaultEntailmentRegime", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-defaultEntailmentRegime", "level": 4, "title": "sd:defaultEntailmentRegime", - "number": "4.2.3" + "number": "3.2.3" }, { "id": "sd-entailmentRegime", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-entailmentRegime", "level": 4, "title": "sd:entailmentRegime", - "number": "4.2.4" + "number": "3.2.4" }, { "id": "sd-defaultSupportedEntailmentProfile", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-defaultSupportedEntailmentProfile", "level": 4, "title": "sd:defaultSupportedEntailmentProfile", - "number": "4.2.5" + "number": "3.2.5" }, { "id": "sd-supportedEntailmentProfile", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-supportedEntailmentProfile", "level": 4, "title": "sd:supportedEntailmentProfile", - "number": "4.2.6" + "number": "3.2.6" }, { "id": "sd-extensionFunction", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-extensionFunction", "level": 4, "title": "sd:extensionFunction", - "number": "4.2.7" + "number": "3.2.7" }, { "id": "sd-extensionAggregate", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-extensionAggregate", "level": 4, "title": "sd:extensionAggregate", - "number": "4.2.8" + "number": "3.2.8" }, { "id": "sd-languageExtension", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-languageExtension", "level": 4, "title": "sd:languageExtension", - "number": "4.2.9" + "number": "3.2.9" }, { "id": "sd-supportedLanguage", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-supportedLanguage", "level": 4, "title": "sd:supportedLanguage", - "number": "4.2.10" + "number": "3.2.10" }, { "id": "sd-propertyFeature", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-propertyFeature", "level": 4, "title": "sd:propertyFeature", - "number": "4.2.11" + "number": "3.2.11" }, { "id": "sd-defaultDataset", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-defaultDataset", "level": 4, "title": "sd:defaultDataset", - "number": "4.2.12" + "number": "3.2.12" }, { "id": "sd-availableGraphs", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-availableGraphs", "level": 4, "title": "sd:availableGraphs", - "number": "4.2.13" + "number": "3.2.13" }, { "id": "sd-resultFormat", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-resultFormat", "level": 4, "title": "sd:resultFormat", - "number": "4.2.14" + "number": "3.2.14" }, { "id": "sd-inputFormat", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-inputFormat", "level": 4, "title": "sd:inputFormat", - "number": "4.2.15" + "number": "3.2.15" }, { "id": "sd-defaultGraph", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-defaultGraph", "level": 4, "title": "sd:defaultGraph", - "number": "4.2.16" + "number": "3.2.16" }, { "id": "sd-namedGraph", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-namedGraph", "level": 4, "title": "sd:namedGraph", - "number": "4.2.17" + "number": "3.2.17" }, { "id": "sd-name", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-name", "level": 4, "title": "sd:name", - "number": "4.2.18" + "number": "3.2.18" }, { "id": "sd-graph", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-graph", "level": 4, "title": "sd:graph", - "number": "4.2.19" + "number": "3.2.19" }, { "id": "classes", "href": "https://w3c.github.io/sparql-service-description/spec/#classes", "level": 3, "title": "Classes", - "number": "4.3" + "number": "3.3" }, { "id": "sd-Service", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-Service", "level": 4, "title": "sd:Service", - "number": "4.3.1" + "number": "3.3.1" }, { "id": "sd-Feature", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-Feature", "level": 4, "title": "sd:Feature", - "number": "4.3.2" + "number": "3.3.2" }, { "id": "sd-Language", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-Language", "level": 4, "title": "sd:Language", - "number": "4.3.3" + "number": "3.3.3" }, { "id": "sd-Function", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-Function", "level": 4, "title": "sd:Function", - "number": "4.3.4" + "number": "3.3.4" }, { "id": "sd-Aggregate", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-Aggregate", "level": 4, "title": "sd:Aggregate", - "number": "4.3.5" + "number": "3.3.5" }, { "id": "sd-EntailmentRegime", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-EntailmentRegime", "level": 4, "title": "sd:EntailmentRegime", - "number": "4.3.6" + "number": "3.3.6" }, { "id": "sd-EntailmentProfile", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-EntailmentProfile", "level": 4, "title": "sd:EntailmentProfile", - "number": "4.3.7" + "number": "3.3.7" }, { "id": "sd-GraphCollection", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-GraphCollection", "level": 4, "title": "sd:GraphCollection", - "number": "4.3.8" + "number": "3.3.8" }, { "id": "sd-Dataset", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-Dataset", "level": 4, "title": "sd:Dataset", - "number": "4.3.9" + "number": "3.3.9" }, { "id": "sd-Graph", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-Graph", "level": 4, "title": "sd:Graph", - "number": "4.3.10" + "number": "3.3.10" }, { "id": "sd-NamedGraph", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-NamedGraph", "level": 4, "title": "sd:NamedGraph", - "number": "4.3.11" + "number": "3.3.11" }, { "id": "instances", "href": "https://w3c.github.io/sparql-service-description/spec/#instances", "level": 3, "title": "Instances", - "number": "4.4" + "number": "3.4" }, { "id": "lang-sparql10query", "href": "https://w3c.github.io/sparql-service-description/spec/#lang-sparql10query", "level": 4, "title": "sd:SPARQL10Query", - "number": "4.4.1" + "number": "3.4.1" }, { "id": "lang-sparql11query", "href": "https://w3c.github.io/sparql-service-description/spec/#lang-sparql11query", "level": 4, "title": "sd:SPARQL11Query", - "number": "4.4.2" + "number": "3.4.2" }, { "id": "lang-sparql11update", "href": "https://w3c.github.io/sparql-service-description/spec/#lang-sparql11update", "level": 4, "title": "sd:SPARQL11Update", - "number": "4.4.3" + "number": "3.4.3" }, { "id": "lang-sparql12query", "href": "https://w3c.github.io/sparql-service-description/spec/#lang-sparql12query", "level": 4, "title": "sd:SPARQL12Query", - "number": "4.4.4" + "number": "3.4.4" }, { "id": "lang-sparql12update", "href": "https://w3c.github.io/sparql-service-description/spec/#lang-sparql12update", "level": 4, "title": "sd:SPARQL12Update", - "number": "4.4.5" + "number": "3.4.5" }, { "id": "sd-dereferencesuris", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-dereferencesuris", "level": 4, "title": "sd:DereferencesURIs", - "number": "4.4.6" + "number": "3.4.6" }, { "id": "sd-uniondefaultgraph", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-uniondefaultgraph", "level": 4, "title": "sd:UnionDefaultGraph", - "number": "4.4.7" + "number": "3.4.7" }, { "id": "sd-requiresdataset", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-requiresdataset", "level": 4, "title": "sd:RequiresDataset", - "number": "4.4.8" + "number": "3.4.8" }, { "id": "sd-emptygraphs", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-emptygraphs", "level": 4, "title": "sd:EmptyGraphs", - "number": "4.4.9" + "number": "3.4.9" }, { "id": "sd-basicfederatedquery", "href": "https://w3c.github.io/sparql-service-description/spec/#sd-basicfederatedquery", "level": 4, "title": "sd:BasicFederatedQuery", - "number": "4.4.10" + "number": "3.4.10" }, { "id": "other-instances", "href": "https://w3c.github.io/sparql-service-description/spec/#other-instances", "level": 4, "title": "Other Instances", - "number": "4.4.11" + "number": "3.4.11" }, { "id": "example", "href": "https://w3c.github.io/sparql-service-description/spec/#example", "level": 2, "title": "Example (Informative)", - "number": "5" + "number": "4" }, { "id": "example-rdfxml", "href": "https://w3c.github.io/sparql-service-description/spec/#example-rdfxml", "level": 3, "title": "RDF/XML Service Description", - "number": "5.1" + "number": "4.1" }, { "id": "example-turtle", "href": "https://w3c.github.io/sparql-service-description/spec/#example-turtle", "level": 3, "title": "Turtle Service Description", - "number": "5.2" + "number": "4.2" }, { "id": "conformance", "href": "https://w3c.github.io/sparql-service-description/spec/#conformance", "level": 2, "title": "Conformance", - "number": "6" + "number": "5" }, { "id": "conformance-0", "href": "https://w3c.github.io/sparql-service-description/spec/#conformance-0", "level": 3, "title": "Conformance", - "number": "6.1" + "number": "5.1" }, { "id": "changes-1-1", @@ -463,6 +462,13 @@ "level": 3, "title": "Normative references", "number": "F.1" + }, + { + "id": "informative-references", + "href": "https://w3c.github.io/sparql-service-description/spec/#informative-references", + "level": 3, + "title": "Informative references", + "number": "F.2" } ] } \ No newline at end of file diff --git a/ed/headings/sparql12-update.json b/ed/headings/sparql12-update.json index fe38dd569d87..347ffef0cfca 100644 --- a/ed/headings/sparql12-update.json +++ b/ed/headings/sparql12-update.json @@ -10,354 +10,353 @@ "level": 1, "title": "SPARQL 1.2 Update" }, + { + "id": "related", + "href": "https://w3c.github.io/sparql-update/spec/#related", + "level": 3, + "title": "Set of Documents" + }, { "id": "toc", "href": "https://w3c.github.io/sparql-update/spec/#toc", "level": 2, "title": "Table of Contents" }, - { - "id": "related", - "href": "https://w3c.github.io/sparql-update/spec/#related", - "level": 2, - "title": "Set of Documents", - "number": "1" - }, { "id": "sec-intro", "href": "https://w3c.github.io/sparql-update/spec/#sec-intro", "level": 2, "title": "Introduction", - "number": "2" + "number": "1" }, { "id": "documentConventions", "href": "https://w3c.github.io/sparql-update/spec/#documentConventions", "level": 3, "title": "Document Conventions", - "number": "2.1" + "number": "1.1" }, { "id": "languageForm", "href": "https://w3c.github.io/sparql-update/spec/#languageForm", "level": 4, "title": "Language Form", - "number": "2.1.1" + "number": "1.1.1" }, { "id": "terminology", "href": "https://w3c.github.io/sparql-update/spec/#terminology", "level": 4, "title": "Terminology", - "number": "2.1.2" + "number": "1.1.2" }, { "id": "graphStore", "href": "https://w3c.github.io/sparql-update/spec/#graphStore", "level": 2, "title": "The Graph Store", - "number": "3" + "number": "2" }, { "id": "graphStoreQueryServices", "href": "https://w3c.github.io/sparql-update/spec/#graphStoreQueryServices", "level": 3, "title": "Graph Store and SPARQL Query Services", - "number": "3.1" + "number": "2.1" }, { "id": "updateServices", "href": "https://w3c.github.io/sparql-update/spec/#updateServices", "level": 3, "title": "SPARQL 1.2 Update Services", - "number": "3.2" + "number": "2.2" }, { "id": "entailmentConsistency", "href": "https://w3c.github.io/sparql-update/spec/#entailmentConsistency", "level": 3, "title": "Entailment and Consistency", - "number": "3.3" + "number": "2.3" }, { "id": "updateLanguage", "href": "https://w3c.github.io/sparql-update/spec/#updateLanguage", "level": 2, "title": "SPARQL 1.2 Update Language", - "number": "4" + "number": "3" }, { "id": "graphUpdate", "href": "https://w3c.github.io/sparql-update/spec/#graphUpdate", "level": 3, "title": "Graph Update", - "number": "4.1" + "number": "3.1" }, { "id": "insertData", "href": "https://w3c.github.io/sparql-update/spec/#insertData", "level": 4, "title": "INSERT DATA", - "number": "4.1.1" + "number": "3.1.1" }, { "id": "deleteData", "href": "https://w3c.github.io/sparql-update/spec/#deleteData", "level": 4, "title": "DELETE DATA", - "number": "4.1.2" + "number": "3.1.2" }, { "id": "deleteInsert", "href": "https://w3c.github.io/sparql-update/spec/#deleteInsert", "level": 4, "title": "DELETE/INSERT", - "number": "4.1.3" + "number": "3.1.3" }, { "id": "delete", "href": "https://w3c.github.io/sparql-update/spec/#delete", "level": 5, "title": "DELETE (Informative)", - "number": "4.1.3.1" + "number": "3.1.3.1" }, { "id": "insert", "href": "https://w3c.github.io/sparql-update/spec/#insert", "level": 5, "title": "INSERT (Informative)", - "number": "4.1.3.2" + "number": "3.1.3.2" }, { "id": "deleteWhere", "href": "https://w3c.github.io/sparql-update/spec/#deleteWhere", "level": 5, "title": "DELETE WHERE", - "number": "4.1.3.3" + "number": "3.1.3.3" }, { "id": "load", "href": "https://w3c.github.io/sparql-update/spec/#load", "level": 4, "title": "LOAD", - "number": "4.1.4" + "number": "3.1.4" }, { "id": "clear", "href": "https://w3c.github.io/sparql-update/spec/#clear", "level": 4, "title": "CLEAR", - "number": "4.1.5" + "number": "3.1.5" }, { "id": "graphManagement", "href": "https://w3c.github.io/sparql-update/spec/#graphManagement", "level": 3, "title": "Graph Management", - "number": "4.2" + "number": "3.2" }, { "id": "create", "href": "https://w3c.github.io/sparql-update/spec/#create", "level": 4, "title": "CREATE", - "number": "4.2.1" + "number": "3.2.1" }, { "id": "drop", "href": "https://w3c.github.io/sparql-update/spec/#drop", "level": 4, "title": "DROP", - "number": "4.2.2" + "number": "3.2.2" }, { "id": "copy", "href": "https://w3c.github.io/sparql-update/spec/#copy", "level": 4, "title": "COPY", - "number": "4.2.3" + "number": "3.2.3" }, { "id": "move", "href": "https://w3c.github.io/sparql-update/spec/#move", "level": 4, "title": "MOVE", - "number": "4.2.4" + "number": "3.2.4" }, { "id": "add", "href": "https://w3c.github.io/sparql-update/spec/#add", "level": 4, "title": "ADD", - "number": "4.2.5" + "number": "3.2.5" }, { "id": "formalModel", "href": "https://w3c.github.io/sparql-update/spec/#formalModel", "level": 2, "title": "SPARQL Update Formal Model", - "number": "5" + "number": "4" }, { "id": "formalModelGeneral", "href": "https://w3c.github.io/sparql-update/spec/#formalModelGeneral", "level": 3, "title": "General Definitions", - "number": "5.1" + "number": "4.1" }, { "id": "def_graphstore", "href": "https://w3c.github.io/sparql-update/spec/#def_graphstore", "level": 4, "title": "Graph Store", - "number": "5.1.1" + "number": "4.1.1" }, { "id": "def_updateoperation", "href": "https://w3c.github.io/sparql-update/spec/#def_updateoperation", "level": 4, "title": "Abstract Update Operation", - "number": "5.1.2" + "number": "4.1.2" }, { "id": "formalModelAuxiliary", "href": "https://w3c.github.io/sparql-update/spec/#formalModelAuxiliary", "level": 3, "title": "Auxiliary Definitions", - "number": "5.2" + "number": "4.2" }, { "id": "def_datasetUnion", "href": "https://w3c.github.io/sparql-update/spec/#def_datasetUnion", "level": 4, "title": "Dataset-UNION", - "number": "5.2.1" + "number": "4.2.1" }, { "id": "def_datasetDiff", "href": "https://w3c.github.io/sparql-update/spec/#def_datasetDiff", "level": 4, "title": "Dataset-DIFF", - "number": "5.2.2" + "number": "4.2.2" }, { "id": "def_datasetQuadPattern", "href": "https://w3c.github.io/sparql-update/spec/#def_datasetQuadPattern", "level": 4, "title": "Dataset ( QuadPattern, μ, DS, GS )", - "number": "5.2.3" + "number": "4.2.3" }, { "id": "def_datasetPattern", "href": "https://w3c.github.io/sparql-update/spec/#def_datasetPattern", "level": 4, "title": "Dataset ( QuadPattern, P, DS, GS )", - "number": "5.2.4" + "number": "4.2.4" }, { "id": "formalModelGraphUpdate", "href": "https://w3c.github.io/sparql-update/spec/#formalModelGraphUpdate", "level": 3, "title": "Graph Update Operations", - "number": "5.3" + "number": "4.3" }, { "id": "def_insertdataoperation", "href": "https://w3c.github.io/sparql-update/spec/#def_insertdataoperation", "level": 4, "title": "Insert Data Operation", - "number": "5.3.1" + "number": "4.3.1" }, { "id": "def_deletedataoperation", "href": "https://w3c.github.io/sparql-update/spec/#def_deletedataoperation", "level": 4, "title": "Delete Data Operation", - "number": "5.3.2" + "number": "4.3.2" }, { "id": "def_deleteinsertoperation", "href": "https://w3c.github.io/sparql-update/spec/#def_deleteinsertoperation", "level": 4, "title": "Delete Insert Operation", - "number": "5.3.3" + "number": "4.3.3" }, { "id": "def_loadoperation", "href": "https://w3c.github.io/sparql-update/spec/#def_loadoperation", "level": 4, "title": "Load Operation", - "number": "5.3.4" + "number": "4.3.4" }, { "id": "def_clearOperation", "href": "https://w3c.github.io/sparql-update/spec/#def_clearOperation", "level": 4, "title": "Clear Operation", - "number": "5.3.5" + "number": "4.3.5" }, { "id": "formalModelGraphMgt", "href": "https://w3c.github.io/sparql-update/spec/#formalModelGraphMgt", "level": 3, "title": "Graph Management Operations", - "number": "5.4" + "number": "4.4" }, { "id": "def_createOperation", "href": "https://w3c.github.io/sparql-update/spec/#def_createOperation", "level": 4, "title": "Create Operation", - "number": "5.4.1" + "number": "4.4.1" }, { "id": "def_dropOperation", "href": "https://w3c.github.io/sparql-update/spec/#def_dropOperation", "level": 4, "title": "Drop Operation", - "number": "5.4.2" + "number": "4.4.2" }, { "id": "mappingRequestsToOperations", "href": "https://w3c.github.io/sparql-update/spec/#mappingRequestsToOperations", "level": 3, "title": "Mapping Update Requests to the Formal Model", - "number": "5.5" + "number": "4.5" }, { "id": "conformance", "href": "https://w3c.github.io/sparql-update/spec/#conformance", "level": 2, "title": "Conformance", - "number": "6" + "number": "5" }, { "id": "conformance-0", "href": "https://w3c.github.io/sparql-update/spec/#conformance-0", "level": 3, "title": "Conformance", - "number": "6.1" + "number": "5.1" }, { "id": "security-original", "href": "https://w3c.github.io/sparql-update/spec/#security-original", "level": 2, "title": "Security Considerations", - "number": "7" + "number": "6" }, { "id": "mediaType", "href": "https://w3c.github.io/sparql-update/spec/#mediaType", "level": 2, "title": "Internet Media Type, File Extension and Macintosh File Type", - "number": "8" + "number": "7" }, { "id": "grammar", "href": "https://w3c.github.io/sparql-update/spec/#grammar", "level": 2, "title": "SPARQL 1.2 Update Grammar", - "number": "9" + "number": "8" }, { "id": "changes-1-1", @@ -421,6 +420,13 @@ "level": 3, "title": "Normative references", "number": "F.1" + }, + { + "id": "informative-references", + "href": "https://w3c.github.io/sparql-update/spec/#informative-references", + "level": 3, + "title": "Informative references", + "number": "F.2" } ] } \ No newline at end of file diff --git a/ed/headings/tc39-intl-duration-format.json b/ed/headings/tc39-intl-duration-format.json index 8d6ca84d708c..db80782caa4d 100644 --- a/ed/headings/tc39-intl-duration-format.json +++ b/ed/headings/tc39-intl-duration-format.json @@ -42,7 +42,7 @@ { "id": "sec-durationsign", "href": "https://tc39.es/proposal-intl-duration-format/#sec-durationsign", - "title": "DurationSign ( years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, nanoseconds )", + "title": "DurationSign ( duration )", "level": 3, "number": "1.1.4" }, diff --git a/ed/headings/turtledove.json b/ed/headings/turtledove.json index fa2b8c68d82e..069926c0acd9 100644 --- a/ed/headings/turtledove.json +++ b/ed/headings/turtledove.json @@ -422,33 +422,40 @@ "title": "Direct from seller signals", "number": "14.9" }, + { + "id": "additional-bids-structs-section", + "href": "https://wicg.github.io/turtledove/#additional-bids-structs-section", + "level": 3, + "title": "Additional bids", + "number": "14.10" + }, { "id": "score-ad-output-header", "href": "https://wicg.github.io/turtledove/#score-ad-output-header", "level": 3, "title": "Score ad output", - "number": "14.10" + "number": "14.11" }, { "id": "leading-bid-info-header", "href": "https://wicg.github.io/turtledove/#leading-bid-info-header", "level": 3, "title": "Leading bid info", - "number": "14.11" + "number": "14.12" }, { "id": "k-anonymity-records", "href": "https://wicg.github.io/turtledove/#k-anonymity-records", "level": 3, "title": "K-Anonymity Records", - "number": "14.12" + "number": "14.13" }, { "id": "auction-data-config-header", "href": "https://wicg.github.io/turtledove/#auction-data-config-header", "level": 3, "title": "auction data config", - "number": "14.13" + "number": "14.14" }, { "id": "privacy-considerations", diff --git a/ed/ids/css-content-3.json b/ed/ids/css-content-3.json index 028f80ab91cf..ab416ddeb42f 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", @@ -241,9 +241,9 @@ "https://drafts.csswg.org/css-content-3/#ref-for-valdef-content-close-quote%E2%91%A6", "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-leader", - "https://drafts.csswg.org/css-content-3/#leader-function", "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", "https://drafts.csswg.org/css-content-3/#funcdef-content-leader", "https://drafts.csswg.org/css-content-3/#ref-for-typedef-leader-type", "https://drafts.csswg.org/css-content-3/#funcdef-leader", diff --git a/ed/ids/css-flexbox-1.json b/ed/ids/css-flexbox-1.json index b7dab4c1c743..d01140120a47 100644 --- a/ed/ids/css-flexbox-1.json +++ b/ed/ids/css-flexbox-1.json @@ -533,7 +533,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size-property%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A3", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-content", "https://drafts.csswg.org/css-flexbox-1/#ref-for-automatic-size%E2%91%A0", @@ -622,7 +622,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A1", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A0%E2%91%A2", @@ -922,7 +922,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%E2%91%A0", "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", @@ -1533,12 +1533,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-valdef-align-items-auto%E2%91%A1", + "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%A2", + "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%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-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", @@ -1644,7 +1644,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%A2", "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", @@ -1723,7 +1723,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-display%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A5%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#change-2015-min-auto-intrinsic-percentages", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A3", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A5", @@ -1813,9 +1813,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%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-valdef-align-items-auto%E2%91%A7", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-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", @@ -1941,9 +1941,9 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-main-size-basis", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages", - "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%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A8", @@ -2031,7 +2031,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A4%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A7%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-size%E2%91%A5%E2%91%A2", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-width-fit-content", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%93%AA", @@ -2078,7 +2078,7 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2012-flex-basis-zero", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A7", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%91%A0", @@ -2096,17 +2096,17 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-left%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-static-position", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A6", diff --git a/ed/ids/css-fonts-4.json b/ed/ids/css-fonts-4.json index c8d0ece82ca4..37a3e1615c30 100644 --- a/ed/ids/css-fonts-4.json +++ b/ed/ids/css-fonts-4.json @@ -821,7 +821,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A4%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#descdef-font-feature-values-font-display", @@ -859,7 +859,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-descent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-line-gap-metric", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-alternates-normal-value", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-ligatures-normal-value", "https://drafts.csswg.org/css-fonts-4/#ex-percent-resolve", "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ex-override-local-metrics", @@ -1003,7 +1003,7 @@ "https://drafts.csswg.org/css-fonts-4/#contextual-alt-values", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#font-variant-ligatures-normal-value", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-ligatures-normal-value", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-ligatures-normal-value%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#font-variant-ligatures-none-value", "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-ligatures-none-value", "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-ligatures-common-ligatures", @@ -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-font-kerning-none-value", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-none-value", "https://drafts.csswg.org/css-fonts-4/#font-variant-position-prop", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-position%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#propdef-font-variant-position", @@ -1168,7 +1168,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-typedef-declaration-rule-list%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-rule", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-cssstyledeclaration-declarations", "https://drafts.csswg.org/css-fonts-4/#font-feature-value-declaration", "https://drafts.csswg.org/css-fonts-4/#ref-for-css-css-identifier", @@ -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-valdef-font-synthesis-style-none", + "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-face-font-display%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#changes", "https://drafts.csswg.org/css-fonts-4/#changes-2021-12-21", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-palette%E2%91%A4", @@ -1875,7 +1875,7 @@ "https://drafts.csswg.org/css-fonts-4/#changes-2019-11-13", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-size-adjust%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#changes-2018-09-20", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-east-asian-normal-value", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-palette-normal%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-ch", "https://drafts.csswg.org/css-fonts-4/#changes-2018-04-10", "https://drafts.csswg.org/css-fonts-4/#changes-fonts-3", @@ -2049,7 +2049,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A7%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-ascent-override%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-descent-override%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-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%A3", "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 1f9bf8f22c5a..9383d1ef81ac 100644 --- a/ed/ids/css-grid-1.json +++ b/ed/ids/css-grid-1.json @@ -202,11 +202,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-block-level%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-block-formatting-context%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-block-box", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-size", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-formatting-context", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-block-size", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content", @@ -333,7 +333,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-scroll-container%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A0", @@ -612,7 +612,7 @@ "https://drafts.csswg.org/css-grid-1/#funcdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-length-percentage%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-template-rows-track-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A0", @@ -944,13 +944,13 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-track-size%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-rows-none%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#example-4fe2f42d", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%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-valdef-grid-template-columns-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-repeat%E2%91%A0%E2%93%AA", @@ -1312,7 +1312,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#propdef-grid-area", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A5", @@ -1335,17 +1335,17 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-margin", "https://drafts.csswg.org/css-grid-1/#auto-placement-algo", "https://drafts.csswg.org/css-grid-1/#grid-item-placement-algorithm", @@ -1479,7 +1479,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-physical", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%93%AA", @@ -1491,11 +1491,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", "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%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#static-position", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%91%A2", @@ -1664,7 +1664,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-algo-grid-sizing%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A3", @@ -1687,7 +1687,7 @@ "https://drafts.csswg.org/css-grid-1/#intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "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-funcdef-grid-template-columns-fit-content%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#flexible-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A1", @@ -1711,10 +1711,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", + "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-max-content%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-track-sizing-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-row%E2%91%A2", @@ -1767,10 +1767,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-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%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", @@ -1781,7 +1781,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A0", @@ -1810,7 +1810,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A8", @@ -1830,7 +1830,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-growth-limit%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%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-max-track-sizing-function%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#algo-baseline-shims", @@ -1850,7 +1850,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-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%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A1", @@ -1928,7 +1928,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-distribute-extra-space%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", + "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", @@ -2084,7 +2084,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-justify-content-normal", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-align-content-stretch", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", + "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", @@ -2110,10 +2110,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-layout-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", + "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-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#acks", "https://drafts.csswg.org/css-grid-1/#changes", "https://drafts.csswg.org/css-grid-1/#changes-202012", @@ -2225,8 +2225,8 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#change-2017-track-limit-auto-min", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", - "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%A0%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A5", @@ -2269,7 +2269,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#change-2017-no-maximize-flex", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A2", @@ -2293,11 +2293,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-scroll-container%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%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-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%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#minor-2017", @@ -2422,7 +2422,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-size-contribution%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#change-2017-overgrow", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A0", @@ -2500,11 +2500,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%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5", + "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", @@ -2530,9 +2530,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%A1%E2%91%A6", + "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%A1%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-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", @@ -2550,7 +2550,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%A1%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-width-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-min-width%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-min-height%E2%91%A2", @@ -2560,7 +2560,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%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-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", @@ -2579,10 +2579,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%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-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%A0%E2%91%A2", + "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", @@ -2592,7 +2592,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-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%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-contribution%E2%91%A0%E2%91%A6", @@ -2600,7 +2600,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A0", "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", @@ -2628,7 +2628,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%A2", + "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-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", @@ -2643,9 +2643,9 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A6", + "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 fbc1942e9a8d..8b62275c144f 100644 --- a/ed/ids/css-grid-2.json +++ b/ed/ids/css-grid-2.json @@ -1061,7 +1061,7 @@ "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-grid-placement-auto%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-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", @@ -1435,7 +1435,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%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0", "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", @@ -1458,17 +1458,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%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A1", "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%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A2", "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%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-margin", "https://drafts.csswg.org/css-grid-2/#auto-placement-algo", "https://drafts.csswg.org/css-grid-2/#grid-item-placement-algorithm", @@ -1754,7 +1754,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-physical", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A5", @@ -1766,11 +1766,11 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", "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%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#static-position", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A8", @@ -1943,7 +1943,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A8%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-percentage-value%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A8%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-algo-grid-sizing%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A8", @@ -1966,7 +1966,7 @@ "https://drafts.csswg.org/css-grid-2/#intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#flexible-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A1", @@ -2055,10 +2055,10 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A4", @@ -2069,7 +2069,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7", + "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-max-content%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A2", @@ -2098,7 +2098,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "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/#ref-for-intrinsic-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A8", @@ -2118,7 +2118,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-growth-limit%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#algo-baseline-shims", @@ -2138,7 +2138,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A1", @@ -2216,7 +2216,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-limited-contribution%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A2", @@ -2365,7 +2365,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-justify-content-normal", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-align-content-stretch", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-definite%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-free-space%E2%91%A0%E2%93%AA", @@ -2391,10 +2391,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%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-area%E2%91%A2%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#priv", "https://drafts.csswg.org/css-grid-2/#sec", "https://drafts.csswg.org/css-grid-2/#changes", diff --git a/ed/ids/css-pseudo-4.json b/ed/ids/css-pseudo-4.json index b3a966b619e6..3aedd9b73796 100644 --- a/ed/ids/css-pseudo-4.json +++ b/ed/ids/css-pseudo-4.json @@ -638,7 +638,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-x22%E2%91%A2", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-parent%E2%91%A2", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-sub-pseudo-element%E2%91%A5", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-target-text%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A1%E2%91%A8", @@ -655,7 +655,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-propdef-direction%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-marker%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo%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-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-values-5.json b/ed/ids/css-values-5.json index 248d691364c2..073bddfedec9 100644 --- a/ed/ids/css-values-5.json +++ b/ed/ids/css-values-5.json @@ -991,7 +991,7 @@ "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-var%E2%91%A5", "https://drafts.csswg.org/css-values-5/#ref-for-custom-property%E2%91%A1", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-attr-name", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-syntax%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-attr-type", "https://drafts.csswg.org/css-values-5/#ref-for-mult-opt%E2%91%A8", "https://drafts.csswg.org/css-values-5/#ref-for-comb-comma%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A0%E2%91%A2", @@ -1000,25 +1000,36 @@ "https://drafts.csswg.org/css-values-5/#ref-for-typedef-ident-token", "https://drafts.csswg.org/css-values-5/#ref-for-mult-opt%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-ident-token%E2%91%A0", + "https://drafts.csswg.org/css-values-5/#typedef-attr-type", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-syntax%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-values-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A2", + "https://drafts.csswg.org/css-values-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A3", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-attr-unit", + "https://drafts.csswg.org/css-values-5/#typedef-attr-unit", + "https://drafts.csswg.org/css-values-5/#ref-for-css-css-identifier%E2%91%A0", + "https://drafts.csswg.org/css-values-5/#ref-for-ascii-case-insensitive", + "https://drafts.csswg.org/css-values-5/#ref-for-px", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-delim-token%E2%91%A2", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A3", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-attr-name%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-attribute-selector", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-attr-name%E2%91%A1", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-originating-element", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-syntax%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-attr-type%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-css-parse-something-according-to-a-css-grammar%E2%91%A3", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-syntax%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/css-values-5/#ref-for-x%E2%91%A1", + "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-image-set-type", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-syntax%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-attr-unit%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-string-value%E2%91%A5", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A5", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-syntax%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-syntax%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-guaranteed-invalid-value%E2%91%A2", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A6", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A7", "https://drafts.csswg.org/css-values-5/#ref-for-propdef-width%E2%91%A1", - "https://drafts.csswg.org/css-values-5/#example-baff44a7", + "https://drafts.csswg.org/css-values-5/#example-eeda89e8", "https://drafts.csswg.org/css-values-5/#attr-substitution", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A8", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A0%E2%93%AA", @@ -1030,7 +1041,7 @@ "https://drafts.csswg.org/css-values-5/#resolve-an-attr-function", "https://drafts.csswg.org/css-values-5/#ref-for-resolve-an-arbitrary-substitution-function%E2%91%A1", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-syntax%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-syntax%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-guaranteed-invalid-value%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-guaranteed-invalid-value%E2%91%A5", @@ -1050,7 +1061,7 @@ "https://drafts.csswg.org/css-values-5/#ref-for-attr-taint%E2%91%A2", "https://drafts.csswg.org/css-values-5/#ref-for-url-value%E2%91%A2", "https://drafts.csswg.org/css-values-5/#ref-for-invalid-at-computed-value-time%E2%91%A1", - "https://drafts.csswg.org/css-values-5/#example-1628840b", + "https://drafts.csswg.org/css-values-5/#example-d53c2199", "https://drafts.csswg.org/css-values-5/#ref-for-propdef-background-image", "https://drafts.csswg.org/css-values-5/#ref-for-propdef-background-image%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-url-value%E2%91%A3", @@ -1241,10 +1252,10 @@ "https://drafts.csswg.org/css-values-5/#ref-for-typedef-calc-sum%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-values-5/#typedef-calc-size-basis", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-intrinsic-size-keyword", - "https://drafts.csswg.org/css-values-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A2", - "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-calc-size%E2%91%A1", - "https://drafts.csswg.org/css-values-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A3", "https://drafts.csswg.org/css-values-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A4", + "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-calc-size%E2%91%A1", + "https://drafts.csswg.org/css-values-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A5", + "https://drafts.csswg.org/css-values-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A6", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-calc-sum%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-values-5/#typedef-intrinsic-size-keyword", "https://drafts.csswg.org/css-values-5/#ref-for-intrinsic-size%E2%91%A0", @@ -1389,7 +1400,7 @@ "https://drafts.csswg.org/css-values-5/#ref-for-valdef-width-min-content%E2%91%A3", "https://drafts.csswg.org/css-values-5/#ref-for-propdef-interpolate-size%E2%91%A0", "https://drafts.csswg.org/css-values-5/#propdef-interpolate-size", - "https://drafts.csswg.org/css-values-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A5", + "https://drafts.csswg.org/css-values-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A7", "https://drafts.csswg.org/css-values-5/#valdef-interpolate-size-numeric-only", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-intrinsic-size-keyword%E2%91%A1", "https://drafts.csswg.org/css-values-5/#valdef-interpolate-size-allow-keywords", @@ -1533,7 +1544,7 @@ "https://drafts.csswg.org/css-values-5/#ref-for-typedef-boolean-expr%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-values-5/#ref-for-css-value-definition-syntax%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-arbitrary-substitution-function%E2%91%A1%E2%91%A3", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-syntax%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-syntax%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-media-progress%E2%91%A8", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-container-progress%E2%91%A7", @@ -1631,6 +1642,7 @@ "https://drafts.csswg.org/css-values-5/#35bf32f2", "https://drafts.csswg.org/css-values-5/#8bfedfd3", "https://drafts.csswg.org/css-values-5/#b4591168", + "https://drafts.csswg.org/css-values-5/#e5c49d9b", "https://drafts.csswg.org/css-values-5/#598f7b8c", "https://drafts.csswg.org/css-values-5/#64732706", "https://drafts.csswg.org/css-values-5/#48a9c0ef", @@ -1693,6 +1705,7 @@ "https://drafts.csswg.org/css-values-5/#0aac835b", "https://drafts.csswg.org/css-values-5/#ebb80614", "https://drafts.csswg.org/css-values-5/#3db7b9e0", + "https://drafts.csswg.org/css-values-5/#20730c34", "https://drafts.csswg.org/css-values-5/#4f9427f1", "https://drafts.csswg.org/css-values-5/#6dbced85", "https://drafts.csswg.org/css-values-5/#a959f189", @@ -1734,6 +1747,7 @@ "https://drafts.csswg.org/css-values-5/#1748bbeb", "https://drafts.csswg.org/css-values-5/#f0811ff8", "https://drafts.csswg.org/css-values-5/#6cfa013d", + "https://drafts.csswg.org/css-values-5/#7f9469b5", "https://drafts.csswg.org/css-values-5/#16d07e10", "https://drafts.csswg.org/css-values-5/#649608b9", "https://drafts.csswg.org/css-values-5/#0698d556", diff --git a/ed/ids/sparql12-concepts.json b/ed/ids/sparql12-concepts.json index 37350905b839..487b95f1f5a4 100644 --- a/ed/ids/sparql12-concepts.json +++ b/ed/ids/sparql12-concepts.json @@ -13,34 +13,34 @@ "https://w3c.github.io/sparql-concepts/spec/#abstract", "https://w3c.github.io/sparql-concepts/spec/#sotd", "https://w3c.github.io/sparql-concepts/spec/#w3c_process_revision", + "https://w3c.github.io/sparql-concepts/spec/#related", + "https://w3c.github.io/sparql-concepts/spec/#set-of-documents", "https://w3c.github.io/sparql-concepts/spec/#toc", "https://w3c.github.io/sparql-concepts/spec/#table-of-contents", - "https://w3c.github.io/sparql-concepts/spec/#related", - "https://w3c.github.io/sparql-concepts/spec/#x1-set-of-documents", "https://w3c.github.io/sparql-concepts/spec/#sec-intro", - "https://w3c.github.io/sparql-concepts/spec/#x2-introduction", + "https://w3c.github.io/sparql-concepts/spec/#x1-introduction", "https://w3c.github.io/sparql-concepts/spec/#Example", - "https://w3c.github.io/sparql-concepts/spec/#x2-1-example", + "https://w3c.github.io/sparql-concepts/spec/#x1-1-example", "https://w3c.github.io/sparql-concepts/spec/#sparql11-query", - "https://w3c.github.io/sparql-concepts/spec/#x3-sparql-1-1-query-language", + "https://w3c.github.io/sparql-concepts/spec/#x2-sparql-1-1-query-language", "https://w3c.github.io/sparql-concepts/spec/#sparql11-results", - "https://w3c.github.io/sparql-concepts/spec/#x4-different-query-results-formats-supported-by-sparql-1-1-xml-json-csv-tsv", + "https://w3c.github.io/sparql-concepts/spec/#x3-different-query-results-formats-supported-by-sparql-1-1-xml-json-csv-tsv", "https://w3c.github.io/sparql-concepts/spec/#sparql11-federated-query", - "https://w3c.github.io/sparql-concepts/spec/#x5-sparql-1-1-federated-query", + "https://w3c.github.io/sparql-concepts/spec/#x4-sparql-1-1-federated-query", "https://w3c.github.io/sparql-concepts/spec/#sparql11-entailment", - "https://w3c.github.io/sparql-concepts/spec/#x6-sparql-1-1-entailment-regimes", + "https://w3c.github.io/sparql-concepts/spec/#x5-sparql-1-1-entailment-regimes", "https://w3c.github.io/sparql-concepts/spec/#sparql11-update", - "https://w3c.github.io/sparql-concepts/spec/#x7-sparql-1-1-update-language", + "https://w3c.github.io/sparql-concepts/spec/#x6-sparql-1-1-update-language", "https://w3c.github.io/sparql-concepts/spec/#sparql11-protocol", - "https://w3c.github.io/sparql-concepts/spec/#x8-sparql-1-1-protocol-for-rdf", + "https://w3c.github.io/sparql-concepts/spec/#x7-sparql-1-1-protocol-for-rdf", "https://w3c.github.io/sparql-concepts/spec/#sparql11-service-description", - "https://w3c.github.io/sparql-concepts/spec/#x9-sparql-1-1-service-description", + "https://w3c.github.io/sparql-concepts/spec/#x8-sparql-1-1-service-description", "https://w3c.github.io/sparql-concepts/spec/#sparql11-graphstore-http-protocol", - "https://w3c.github.io/sparql-concepts/spec/#x10-sparql-1-1-graph-store-http-protocol", + "https://w3c.github.io/sparql-concepts/spec/#x9-sparql-1-1-graph-store-http-protocol", "https://w3c.github.io/sparql-concepts/spec/#Acknowledgements", - "https://w3c.github.io/sparql-concepts/spec/#x11-acknowledgements", + "https://w3c.github.io/sparql-concepts/spec/#x10-acknowledgements", "https://w3c.github.io/sparql-concepts/spec/#sec-bibliography", - "https://w3c.github.io/sparql-concepts/spec/#x12-references", + "https://w3c.github.io/sparql-concepts/spec/#x11-references", "https://w3c.github.io/sparql-concepts/spec/#SPARQL-XML-Result", "https://w3c.github.io/sparql-concepts/spec/#RDF-Schema", "https://w3c.github.io/sparql-concepts/spec/#RDF-MT", @@ -49,11 +49,11 @@ "https://w3c.github.io/sparql-concepts/spec/#Turtle", "https://w3c.github.io/sparql-concepts/spec/#SPARQL10-Query", "https://w3c.github.io/sparql-concepts/spec/#privacy", - "https://w3c.github.io/sparql-concepts/spec/#x13-privacy-considerations", + "https://w3c.github.io/sparql-concepts/spec/#x12-privacy-considerations", "https://w3c.github.io/sparql-concepts/spec/#security", - "https://w3c.github.io/sparql-concepts/spec/#x14-security-considerations", + "https://w3c.github.io/sparql-concepts/spec/#x13-security-considerations", "https://w3c.github.io/sparql-concepts/spec/#internationalization", - "https://w3c.github.io/sparql-concepts/spec/#x15-internationalization-considerations", + "https://w3c.github.io/sparql-concepts/spec/#x14-internationalization-considerations", "https://w3c.github.io/sparql-concepts/spec/#changes-from-sparql11", "https://w3c.github.io/sparql-concepts/spec/#a-change-log", "https://w3c.github.io/sparql-concepts/spec/#index", diff --git a/ed/ids/sparql12-federated-query.json b/ed/ids/sparql12-federated-query.json index 2e4b1c1d4f2e..240bee26c95e 100644 --- a/ed/ids/sparql12-federated-query.json +++ b/ed/ids/sparql12-federated-query.json @@ -13,64 +13,64 @@ "https://w3c.github.io/sparql-federated-query/spec/#abstract", "https://w3c.github.io/sparql-federated-query/spec/#sotd", "https://w3c.github.io/sparql-federated-query/spec/#w3c_process_revision", + "https://w3c.github.io/sparql-federated-query/spec/#related", + "https://w3c.github.io/sparql-federated-query/spec/#set-of-documents", "https://w3c.github.io/sparql-federated-query/spec/#toc", "https://w3c.github.io/sparql-federated-query/spec/#table-of-contents", - "https://w3c.github.io/sparql-federated-query/spec/#related", - "https://w3c.github.io/sparql-federated-query/spec/#x1-set-of-documents", "https://w3c.github.io/sparql-federated-query/spec/#introduction", - "https://w3c.github.io/sparql-federated-query/spec/#x2-introduction", + "https://w3c.github.io/sparql-federated-query/spec/#x1-introduction", "https://w3c.github.io/sparql-federated-query/spec/#docConventions", - "https://w3c.github.io/sparql-federated-query/spec/#x2-1-document-conventions", + "https://w3c.github.io/sparql-federated-query/spec/#x1-1-document-conventions", "https://w3c.github.io/sparql-federated-query/spec/#docNamespaces", - "https://w3c.github.io/sparql-federated-query/spec/#x2-1-1-namespaces", + "https://w3c.github.io/sparql-federated-query/spec/#x1-1-1-namespaces", "https://w3c.github.io/sparql-federated-query/spec/#docResultDesc", - "https://w3c.github.io/sparql-federated-query/spec/#x2-1-2-result-descriptions", + "https://w3c.github.io/sparql-federated-query/spec/#x1-1-2-result-descriptions", "https://w3c.github.io/sparql-federated-query/spec/#table39", "https://w3c.github.io/sparql-federated-query/spec/#docTerminology", - "https://w3c.github.io/sparql-federated-query/spec/#x2-1-3-terminology", + "https://w3c.github.io/sparql-federated-query/spec/#x1-1-3-terminology", "https://w3c.github.io/sparql-federated-query/spec/#service", - "https://w3c.github.io/sparql-federated-query/spec/#x3-sparql-1-1-federated-query-extension", + "https://w3c.github.io/sparql-federated-query/spec/#x2-sparql-1-1-federated-query-extension", "https://w3c.github.io/sparql-federated-query/spec/#simpleService", - "https://w3c.github.io/sparql-federated-query/spec/#x3-1-simple-query-to-a-remote-sparql-endpoint", + "https://w3c.github.io/sparql-federated-query/spec/#x2-1-simple-query-to-a-remote-sparql-endpoint", "https://w3c.github.io/sparql-federated-query/spec/#fooService1", "https://w3c.github.io/sparql-federated-query/spec/#table1", "https://w3c.github.io/sparql-federated-query/spec/#optionalTwoServices", - "https://w3c.github.io/sparql-federated-query/spec/#x3-2-sparql-query-with-optional-to-two-remote-sparql-endpoints", + "https://w3c.github.io/sparql-federated-query/spec/#x2-2-sparql-query-with-optional-to-two-remote-sparql-endpoints", "https://w3c.github.io/sparql-federated-query/spec/#optionalService1", "https://w3c.github.io/sparql-federated-query/spec/#table03", "https://w3c.github.io/sparql-federated-query/spec/#serviceFailure", - "https://w3c.github.io/sparql-federated-query/spec/#x3-3-service-execution-failure", + "https://w3c.github.io/sparql-federated-query/spec/#x2-3-service-execution-failure", "https://w3c.github.io/sparql-federated-query/spec/#fooService2", "https://w3c.github.io/sparql-federated-query/spec/#table2", "https://w3c.github.io/sparql-federated-query/spec/#values", - "https://w3c.github.io/sparql-federated-query/spec/#x3-4-interplay-of-service-and-values-informative", + "https://w3c.github.io/sparql-federated-query/spec/#x2-4-interplay-of-service-and-values-informative", "https://w3c.github.io/sparql-federated-query/spec/#bindingsService1", "https://w3c.github.io/sparql-federated-query/spec/#bindingsService2", "https://w3c.github.io/sparql-federated-query/spec/#table04a", "https://w3c.github.io/sparql-federated-query/spec/#table04b", "https://w3c.github.io/sparql-federated-query/spec/#table04c", "https://w3c.github.io/sparql-federated-query/spec/#fedSemantics", - "https://w3c.github.io/sparql-federated-query/spec/#x4-sparql-1-1-simple-federation-extension-semantics", + "https://w3c.github.io/sparql-federated-query/spec/#x3-sparql-1-1-simple-federation-extension-semantics", "https://w3c.github.io/sparql-federated-query/spec/#defn_service", - "https://w3c.github.io/sparql-federated-query/spec/#x4-1-translation-to-the-sparql-algebra", + "https://w3c.github.io/sparql-federated-query/spec/#x3-1-translation-to-the-sparql-algebra", "https://w3c.github.io/sparql-federated-query/spec/#algebra_service", - "https://w3c.github.io/sparql-federated-query/spec/#x4-2-sparql-1-1-simple-federation-extension-algebra", + "https://w3c.github.io/sparql-federated-query/spec/#x3-2-sparql-1-1-simple-federation-extension-algebra", "https://w3c.github.io/sparql-federated-query/spec/#defn_evalService", "https://w3c.github.io/sparql-federated-query/spec/#algebra_service_examples", - "https://w3c.github.io/sparql-federated-query/spec/#x4-2-1-service-examples", + "https://w3c.github.io/sparql-federated-query/spec/#x3-2-1-service-examples", "https://w3c.github.io/sparql-federated-query/spec/#variableService", - "https://w3c.github.io/sparql-federated-query/spec/#x5-service-variables-informative", + "https://w3c.github.io/sparql-federated-query/spec/#x4-service-variables-informative", "https://w3c.github.io/sparql-federated-query/spec/#tableResultsVarEndpoint", "https://w3c.github.io/sparql-federated-query/spec/#conformance", - "https://w3c.github.io/sparql-federated-query/spec/#x6-conformance", + "https://w3c.github.io/sparql-federated-query/spec/#x5-conformance", "https://w3c.github.io/sparql-federated-query/spec/#conformance-0", - "https://w3c.github.io/sparql-federated-query/spec/#x6-1-conformance", + "https://w3c.github.io/sparql-federated-query/spec/#x5-1-conformance", "https://w3c.github.io/sparql-federated-query/spec/#security-original", - "https://w3c.github.io/sparql-federated-query/spec/#x7-security-considerations", + "https://w3c.github.io/sparql-federated-query/spec/#x6-security-considerations", "https://w3c.github.io/sparql-federated-query/spec/#sec-bibliography", - "https://w3c.github.io/sparql-federated-query/spec/#x8-references", + "https://w3c.github.io/sparql-federated-query/spec/#x7-references", "https://w3c.github.io/sparql-federated-query/spec/#sec-normative-refs", - "https://w3c.github.io/sparql-federated-query/spec/#x8-1-normative-references", + "https://w3c.github.io/sparql-federated-query/spec/#x7-1-normative-references", "https://w3c.github.io/sparql-federated-query/spec/#SQRY", "https://w3c.github.io/sparql-federated-query/spec/#SPROT", "https://w3c.github.io/sparql-federated-query/spec/#CHARMOD", @@ -81,13 +81,13 @@ "https://w3c.github.io/sparql-federated-query/spec/#XML11", "https://w3c.github.io/sparql-federated-query/spec/#BCP47", "https://w3c.github.io/sparql-federated-query/spec/#sec-non-normative-refs", - "https://w3c.github.io/sparql-federated-query/spec/#x8-2-other-references", + "https://w3c.github.io/sparql-federated-query/spec/#x7-2-other-references", "https://w3c.github.io/sparql-federated-query/spec/#RESULTS", "https://w3c.github.io/sparql-federated-query/spec/#TURTLE", "https://w3c.github.io/sparql-federated-query/spec/#sec-acknowledgements", - "https://w3c.github.io/sparql-federated-query/spec/#x9-acknowledgements", + "https://w3c.github.io/sparql-federated-query/spec/#x8-acknowledgements", "https://w3c.github.io/sparql-federated-query/spec/#sec-cvsLog", - "https://w3c.github.io/sparql-federated-query/spec/#x10-cvs-history-last-call-and-after", + "https://w3c.github.io/sparql-federated-query/spec/#x9-cvs-history-last-call-and-after", "https://w3c.github.io/sparql-federated-query/spec/#changes-1-1", "https://w3c.github.io/sparql-federated-query/spec/#a-changes-between-sparql-1-1-federated-query-and-sparql-1-2-federated-query", "https://w3c.github.io/sparql-federated-query/spec/#privacy", @@ -108,6 +108,8 @@ "https://w3c.github.io/sparql-federated-query/spec/#f-1-normative-references", "https://w3c.github.io/sparql-federated-query/spec/#bib-rfc2119", "https://w3c.github.io/sparql-federated-query/spec/#bib-rfc8174", + "https://w3c.github.io/sparql-federated-query/spec/#informative-references", + "https://w3c.github.io/sparql-federated-query/spec/#f-2-informative-references", "https://w3c.github.io/sparql-federated-query/spec/#bib-sparql12-concepts", "https://w3c.github.io/sparql-federated-query/spec/#bib-sparql12-entailment", "https://w3c.github.io/sparql-federated-query/spec/#bib-sparql12-graph-store-protocol", diff --git a/ed/ids/sparql12-protocol.json b/ed/ids/sparql12-protocol.json index e9f67276cf8b..1a70d75a5593 100644 --- a/ed/ids/sparql12-protocol.json +++ b/ed/ids/sparql12-protocol.json @@ -13,44 +13,44 @@ "https://w3c.github.io/sparql-protocol/spec/#abstract", "https://w3c.github.io/sparql-protocol/spec/#sotd", "https://w3c.github.io/sparql-protocol/spec/#w3c_process_revision", + "https://w3c.github.io/sparql-protocol/spec/#related", + "https://w3c.github.io/sparql-protocol/spec/#set-of-documents", "https://w3c.github.io/sparql-protocol/spec/#toc", "https://w3c.github.io/sparql-protocol/spec/#table-of-contents", - "https://w3c.github.io/sparql-protocol/spec/#related", - "https://w3c.github.io/sparql-protocol/spec/#x1-set-of-documents", "https://w3c.github.io/sparql-protocol/spec/#intro", - "https://w3c.github.io/sparql-protocol/spec/#x2-introduction", + "https://w3c.github.io/sparql-protocol/spec/#x1-introduction", "https://w3c.github.io/sparql-protocol/spec/#conventions", - "https://w3c.github.io/sparql-protocol/spec/#x2-1-document-conventions", + "https://w3c.github.io/sparql-protocol/spec/#x1-1-document-conventions", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-rfc-2119-1", "https://w3c.github.io/sparql-protocol/spec/#terminology", - "https://w3c.github.io/sparql-protocol/spec/#x2-2-terminology", + "https://w3c.github.io/sparql-protocol/spec/#x1-2-terminology", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-section-3-3-connections-clients-and-servers-1", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-section-3-3-connections-clients-and-servers-2", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-sparql-1-2-query-language-1", "https://w3c.github.io/sparql-protocol/spec/#protocol", - "https://w3c.github.io/sparql-protocol/spec/#x3-sparql-protocol-operations", + "https://w3c.github.io/sparql-protocol/spec/#x2-sparql-protocol-operations", "https://w3c.github.io/sparql-protocol/spec/#query-operation", - "https://w3c.github.io/sparql-protocol/spec/#x3-1-query-operation", + "https://w3c.github.io/sparql-protocol/spec/#x2-1-query-operation", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-query-form-1", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-content-negotiation-1", "https://w3c.github.io/sparql-protocol/spec/#query-summary", "https://w3c.github.io/sparql-protocol/spec/#query-via-get", - "https://w3c.github.io/sparql-protocol/spec/#x3-1-1-query-via-get", + "https://w3c.github.io/sparql-protocol/spec/#x2-1-1-query-via-get", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-percent-encode-1", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-query-parameter-1", "https://w3c.github.io/sparql-protocol/spec/#query-via-post-urlencoded", - "https://w3c.github.io/sparql-protocol/spec/#x3-1-2-query-via-post-with-url-encoded-parameters", + "https://w3c.github.io/sparql-protocol/spec/#x2-1-2-query-via-post-with-url-encoded-parameters", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-percent-encode-2", "https://w3c.github.io/sparql-protocol/spec/#query-via-post-direct", - "https://w3c.github.io/sparql-protocol/spec/#x3-1-3-query-via-post-directly", + "https://w3c.github.io/sparql-protocol/spec/#x2-1-3-query-via-post-directly", "https://w3c.github.io/sparql-protocol/spec/#dataset", - "https://w3c.github.io/sparql-protocol/spec/#x3-1-4-specifying-an-rdf-dataset", + "https://w3c.github.io/sparql-protocol/spec/#x2-1-4-specifying-an-rdf-dataset", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-sparql-1-2-query-language-2", "https://w3c.github.io/sparql-protocol/spec/#conneg", - "https://w3c.github.io/sparql-protocol/spec/#x3-1-5-accepted-response-formats", + "https://w3c.github.io/sparql-protocol/spec/#x2-1-5-accepted-response-formats", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-content-negotiation-2", "https://w3c.github.io/sparql-protocol/spec/#query-success", - "https://w3c.github.io/sparql-protocol/spec/#x3-1-6-success-responses", + "https://w3c.github.io/sparql-protocol/spec/#x2-1-6-success-responses", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-http-specification-1", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-xml-1", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-json-1", @@ -60,93 +60,93 @@ "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-describe-1", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-construct-1", "https://w3c.github.io/sparql-protocol/spec/#query-failure", - "https://w3c.github.io/sparql-protocol/spec/#x3-1-7-failure-responses", + "https://w3c.github.io/sparql-protocol/spec/#x2-1-7-failure-responses", "https://w3c.github.io/sparql-protocol/spec/#update-operation", - "https://w3c.github.io/sparql-protocol/spec/#x3-2-update-operation", + "https://w3c.github.io/sparql-protocol/spec/#x2-2-update-operation", "https://w3c.github.io/sparql-protocol/spec/#update-summary", "https://w3c.github.io/sparql-protocol/spec/#update-via-post-urlencoded", - "https://w3c.github.io/sparql-protocol/spec/#x3-2-1-update-via-post-with-url-encoded-parameters", + "https://w3c.github.io/sparql-protocol/spec/#x2-2-1-update-via-post-with-url-encoded-parameters", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-percent-encode-0-1", "https://w3c.github.io/sparql-protocol/spec/#update-via-post-direct", - "https://w3c.github.io/sparql-protocol/spec/#x3-2-2-update-via-post-directly", + "https://w3c.github.io/sparql-protocol/spec/#x2-2-2-update-via-post-directly", "https://w3c.github.io/sparql-protocol/spec/#update-dataset", - "https://w3c.github.io/sparql-protocol/spec/#x3-2-3-specifying-an-rdf-dataset", + "https://w3c.github.io/sparql-protocol/spec/#x2-2-3-specifying-an-rdf-dataset", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-delete-insert-operation-1", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-sparql-1-2-query-language-3", "https://w3c.github.io/sparql-protocol/spec/#update-success", - "https://w3c.github.io/sparql-protocol/spec/#x3-2-4-success-responses", + "https://w3c.github.io/sparql-protocol/spec/#x2-2-4-success-responses", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-http-specification-2", "https://w3c.github.io/sparql-protocol/spec/#update-failure", - "https://w3c.github.io/sparql-protocol/spec/#x3-2-5-failure-responses", + "https://w3c.github.io/sparql-protocol/spec/#x2-2-5-failure-responses", "https://w3c.github.io/sparql-protocol/spec/#base-iri", - "https://w3c.github.io/sparql-protocol/spec/#x3-3-determining-the-base-iri", + "https://w3c.github.io/sparql-protocol/spec/#x2-3-determining-the-base-iri", "https://w3c.github.io/sparql-protocol/spec/#examples", - "https://w3c.github.io/sparql-protocol/spec/#x4-example-sparql-protocol-requests-informative", + "https://w3c.github.io/sparql-protocol/spec/#x3-example-sparql-protocol-requests-informative", "https://w3c.github.io/sparql-protocol/spec/#query-bindings-http-examples", - "https://w3c.github.io/sparql-protocol/spec/#x4-1-examples-of-sparql-query", + "https://w3c.github.io/sparql-protocol/spec/#x3-1-examples-of-sparql-query", "https://w3c.github.io/sparql-protocol/spec/#select-svcsupplied", - "https://w3c.github.io/sparql-protocol/spec/#x4-1-1-select-with-service-supplied-rdf-dataset", + "https://w3c.github.io/sparql-protocol/spec/#x3-1-1-select-with-service-supplied-rdf-dataset", "https://w3c.github.io/sparql-protocol/spec/#div-select-svcsupplied", "https://w3c.github.io/sparql-protocol/spec/#select-simple", - "https://w3c.github.io/sparql-protocol/spec/#x4-1-2-select-with-simple-rdf-dataset", + "https://w3c.github.io/sparql-protocol/spec/#x3-1-2-select-with-simple-rdf-dataset", "https://w3c.github.io/sparql-protocol/spec/#div-select-simple", "https://w3c.github.io/sparql-protocol/spec/#construct-simple", - "https://w3c.github.io/sparql-protocol/spec/#x4-1-3-construct-with-simple-rdf-dataset-and-http-content-negotiation", + "https://w3c.github.io/sparql-protocol/spec/#x3-1-3-construct-with-simple-rdf-dataset-and-http-content-negotiation", "https://w3c.github.io/sparql-protocol/spec/#div-construct-simple", "https://w3c.github.io/sparql-protocol/spec/#ask-simple", - "https://w3c.github.io/sparql-protocol/spec/#x4-1-4-ask-with-simple-rdf-dataset", + "https://w3c.github.io/sparql-protocol/spec/#x3-1-4-ask-with-simple-rdf-dataset", "https://w3c.github.io/sparql-protocol/spec/#div-ask-simple", "https://w3c.github.io/sparql-protocol/spec/#describe-simple", - "https://w3c.github.io/sparql-protocol/spec/#x4-1-5-describe-with-simple-rdf-dataset", + "https://w3c.github.io/sparql-protocol/spec/#x3-1-5-describe-with-simple-rdf-dataset", "https://w3c.github.io/sparql-protocol/spec/#div-describe-simple", "https://w3c.github.io/sparql-protocol/spec/#select-complex", - "https://w3c.github.io/sparql-protocol/spec/#x4-1-6-select-with-complex-rdf-dataset", + "https://w3c.github.io/sparql-protocol/spec/#x3-1-6-select-with-complex-rdf-dataset", "https://w3c.github.io/sparql-protocol/spec/#div-select-complex", "https://w3c.github.io/sparql-protocol/spec/#select-queryonly", - "https://w3c.github.io/sparql-protocol/spec/#x4-1-7-select-with-query-only-rdf-dataset", + "https://w3c.github.io/sparql-protocol/spec/#x3-1-7-select-with-query-only-rdf-dataset", "https://w3c.github.io/sparql-protocol/spec/#div-select-queryonly", "https://w3c.github.io/sparql-protocol/spec/#select-ambiguous", - "https://w3c.github.io/sparql-protocol/spec/#x4-1-8-select-with-ambiguous-rdf-dataset", + "https://w3c.github.io/sparql-protocol/spec/#x3-1-8-select-with-ambiguous-rdf-dataset", "https://w3c.github.io/sparql-protocol/spec/#div-select-ambiguous", "https://w3c.github.io/sparql-protocol/spec/#select-malformed", - "https://w3c.github.io/sparql-protocol/spec/#x4-1-9-select-with-malformed-query-fault", + "https://w3c.github.io/sparql-protocol/spec/#x3-1-9-select-with-malformed-query-fault", "https://w3c.github.io/sparql-protocol/spec/#div-select-malformed", "https://w3c.github.io/sparql-protocol/spec/#select-refused", - "https://w3c.github.io/sparql-protocol/spec/#x4-1-10-select-with-query-request-refused-fault", + "https://w3c.github.io/sparql-protocol/spec/#x3-1-10-select-with-query-request-refused-fault", "https://w3c.github.io/sparql-protocol/spec/#div-select-refused", "https://w3c.github.io/sparql-protocol/spec/#select-longpost", - "https://w3c.github.io/sparql-protocol/spec/#x4-1-11-long-select-query-using-post-with-url-encoding", + "https://w3c.github.io/sparql-protocol/spec/#x3-1-11-long-select-query-using-post-with-url-encoding", "https://w3c.github.io/sparql-protocol/spec/#div-select-longpost", "https://w3c.github.io/sparql-protocol/spec/#select-longpost-direct", - "https://w3c.github.io/sparql-protocol/spec/#x4-1-12-long-select-query-using-direct-post", + "https://w3c.github.io/sparql-protocol/spec/#x3-1-12-long-select-query-using-direct-post", "https://w3c.github.io/sparql-protocol/spec/#select-kanji", - "https://w3c.github.io/sparql-protocol/spec/#x4-1-13-select-with-internationalization", + "https://w3c.github.io/sparql-protocol/spec/#x3-1-13-select-with-internationalization", "https://w3c.github.io/sparql-protocol/spec/#div-select-kanji", "https://w3c.github.io/sparql-protocol/spec/#select-reified-triples", - "https://w3c.github.io/sparql-protocol/spec/#x4-1-14-select-with-reified-triple-patterns", + "https://w3c.github.io/sparql-protocol/spec/#x3-1-14-select-with-reified-triple-patterns", "https://w3c.github.io/sparql-protocol/spec/#div-select-reified-triple", "https://w3c.github.io/sparql-protocol/spec/#update-bindings-http-examples", - "https://w3c.github.io/sparql-protocol/spec/#x4-2-examples-of-sparql-update", + "https://w3c.github.io/sparql-protocol/spec/#x3-2-examples-of-sparql-update", "https://w3c.github.io/sparql-protocol/spec/#update-urlencoded-simple", - "https://w3c.github.io/sparql-protocol/spec/#x4-2-1-update-using-url-encoded-parameters", + "https://w3c.github.io/sparql-protocol/spec/#x3-2-1-update-using-url-encoded-parameters", "https://w3c.github.io/sparql-protocol/spec/#update-direct-simple", - "https://w3c.github.io/sparql-protocol/spec/#x4-2-2-update-using-post-directly", + "https://w3c.github.io/sparql-protocol/spec/#x3-2-2-update-using-post-directly", "https://w3c.github.io/sparql-protocol/spec/#update-direct-simple-dataset", - "https://w3c.github.io/sparql-protocol/spec/#x4-2-3-update-specifying-dataset-and-using-post-directly", + "https://w3c.github.io/sparql-protocol/spec/#x3-2-3-update-specifying-dataset-and-using-post-directly", "https://w3c.github.io/sparql-protocol/spec/#update-urlencoded-multi", - "https://w3c.github.io/sparql-protocol/spec/#x4-2-4-multi-operation-update-using-url-encoded-parameters", + "https://w3c.github.io/sparql-protocol/spec/#x3-2-4-multi-operation-update-using-url-encoded-parameters", "https://w3c.github.io/sparql-protocol/spec/#update-urlencoded-multi-dataset", - "https://w3c.github.io/sparql-protocol/spec/#x4-2-5-multi-operation-update-specifying-dataset-and-using-url-encoded-parameters", + "https://w3c.github.io/sparql-protocol/spec/#x3-2-5-multi-operation-update-specifying-dataset-and-using-url-encoded-parameters", "https://w3c.github.io/sparql-protocol/spec/#update-direct-multi-dataset", - "https://w3c.github.io/sparql-protocol/spec/#x4-2-6-multi-operation-update-specifying-dataset-and-using-post-directly", + "https://w3c.github.io/sparql-protocol/spec/#x3-2-6-multi-operation-update-specifying-dataset-and-using-post-directly", "https://w3c.github.io/sparql-protocol/spec/#policy", - "https://w3c.github.io/sparql-protocol/spec/#x5-policy-considerations", + "https://w3c.github.io/sparql-protocol/spec/#x4-policy-considerations", "https://w3c.github.io/sparql-protocol/spec/#policy-security", - "https://w3c.github.io/sparql-protocol/spec/#x5-1-security", + "https://w3c.github.io/sparql-protocol/spec/#x4-1-security", "https://w3c.github.io/sparql-protocol/spec/#conformance", - "https://w3c.github.io/sparql-protocol/spec/#x6-conformance", + "https://w3c.github.io/sparql-protocol/spec/#x5-conformance", "https://w3c.github.io/sparql-protocol/spec/#conformance-0", - "https://w3c.github.io/sparql-protocol/spec/#x6-1-conformance", + "https://w3c.github.io/sparql-protocol/spec/#x5-1-conformance", "https://w3c.github.io/sparql-protocol/spec/#conformant-sparql-protocol-service", "https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-rfc-2119-2", "https://w3c.github.io/sparql-protocol/spec/#changes-1-1", @@ -193,18 +193,20 @@ "https://w3c.github.io/sparql-protocol/spec/#bib-rfc3987", "https://w3c.github.io/sparql-protocol/spec/#bib-rfc8174", "https://w3c.github.io/sparql-protocol/spec/#bib-rfc9110", - "https://w3c.github.io/sparql-protocol/spec/#bib-sparql12-concepts", - "https://w3c.github.io/sparql-protocol/spec/#bib-sparql12-entailment", - "https://w3c.github.io/sparql-protocol/spec/#bib-sparql12-federated-query", "https://w3c.github.io/sparql-protocol/spec/#bib-sparql12-graph-store-protocol", - "https://w3c.github.io/sparql-protocol/spec/#bib-sparql12-new", "https://w3c.github.io/sparql-protocol/spec/#bib-sparql12-query", "https://w3c.github.io/sparql-protocol/spec/#bib-sparql12-results-csv-tsv", "https://w3c.github.io/sparql-protocol/spec/#bib-sparql12-results-json", "https://w3c.github.io/sparql-protocol/spec/#bib-sparql12-results-xml", - "https://w3c.github.io/sparql-protocol/spec/#bib-sparql12-service-description", "https://w3c.github.io/sparql-protocol/spec/#bib-sparql12-update", "https://w3c.github.io/sparql-protocol/spec/#bib-utr36", + "https://w3c.github.io/sparql-protocol/spec/#informative-references", + "https://w3c.github.io/sparql-protocol/spec/#g-2-informative-references", + "https://w3c.github.io/sparql-protocol/spec/#bib-sparql12-concepts", + "https://w3c.github.io/sparql-protocol/spec/#bib-sparql12-entailment", + "https://w3c.github.io/sparql-protocol/spec/#bib-sparql12-federated-query", + "https://w3c.github.io/sparql-protocol/spec/#bib-sparql12-new", + "https://w3c.github.io/sparql-protocol/spec/#bib-sparql12-service-description", "https://w3c.github.io/sparql-protocol/spec/#back-to-top" ] } \ No newline at end of file diff --git a/ed/ids/sparql12-results-csv-tsv.json b/ed/ids/sparql12-results-csv-tsv.json index 094c70dde7e3..af16ede05049 100644 --- a/ed/ids/sparql12-results-csv-tsv.json +++ b/ed/ids/sparql12-results-csv-tsv.json @@ -13,43 +13,43 @@ "https://w3c.github.io/sparql-results-csv-tsv/spec/#abstract", "https://w3c.github.io/sparql-results-csv-tsv/spec/#sotd", "https://w3c.github.io/sparql-results-csv-tsv/spec/#w3c_process_revision", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#related", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#set-of-documents", "https://w3c.github.io/sparql-results-csv-tsv/spec/#toc", "https://w3c.github.io/sparql-results-csv-tsv/spec/#table-of-contents", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#related", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#x1-set-of-documents", "https://w3c.github.io/sparql-results-csv-tsv/spec/#introduction", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#x2-introduction", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#x1-introduction", "https://w3c.github.io/sparql-results-csv-tsv/spec/#example1", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#x2-1-example", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#x1-1-example", "https://w3c.github.io/sparql-results-csv-tsv/spec/#general-comments", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#x3-transmission-issues-using-csv-and-tsv-formats", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#x2-transmission-issues-using-csv-and-tsv-formats", "https://w3c.github.io/sparql-results-csv-tsv/spec/#csv-table", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#x4-csv-comma-separated-values", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#x3-csv-comma-separated-values", "https://w3c.github.io/sparql-results-csv-tsv/spec/#serializing-results", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#x4-1-serializing-the-results-table", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#x3-1-serializing-the-results-table", "https://w3c.github.io/sparql-results-csv-tsv/spec/#csv-terms", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#x4-2-serializing-rdf-terms", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#x3-2-serializing-rdf-terms", "https://w3c.github.io/sparql-results-csv-tsv/spec/#csv-terms-escaping", "https://w3c.github.io/sparql-results-csv-tsv/spec/#h-note", "https://w3c.github.io/sparql-results-csv-tsv/spec/#csv-example", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#x4-3-example-of-csv-serialized-results", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#x3-3-example-of-csv-serialized-results", "https://w3c.github.io/sparql-results-csv-tsv/spec/#csv-example-triple-terms", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#x4-4-example-of-csv-serialized-results-with-triple-terms", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#x3-4-example-of-csv-serialized-results-with-triple-terms", "https://w3c.github.io/sparql-results-csv-tsv/spec/#tsv", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#x5-tsv-tab-separated-values", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#x4-tsv-tab-separated-values", "https://w3c.github.io/sparql-results-csv-tsv/spec/#tsv-table", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#x5-1-serializing-the-results-table", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#x4-1-serializing-the-results-table", "https://w3c.github.io/sparql-results-csv-tsv/spec/#tsv-terms", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#x5-2-serializing-rdf-terms", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#x4-2-serializing-rdf-terms", "https://w3c.github.io/sparql-results-csv-tsv/spec/#ref-for-index-term-relative-reference-1", "https://w3c.github.io/sparql-results-csv-tsv/spec/#tsv-example", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#x5-3-example-of-tsv-serialized-results", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#x4-3-example-of-tsv-serialized-results", "https://w3c.github.io/sparql-results-csv-tsv/spec/#tsv-example-triple-terms", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#x5-4-example-of-tsv-serialized-results-with-triple-terms", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#x4-4-example-of-tsv-serialized-results-with-triple-terms", "https://w3c.github.io/sparql-results-csv-tsv/spec/#conformance", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#x6-conformance", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#x5-conformance", "https://w3c.github.io/sparql-results-csv-tsv/spec/#conformance-0", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#x6-1-conformance", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#x5-1-conformance", "https://w3c.github.io/sparql-results-csv-tsv/spec/#changes-1-1", "https://w3c.github.io/sparql-results-csv-tsv/spec/#a-changes-between-sparql-1-1-query-results-csv-and-tsv-formats-and-sparql-1-2-query-results-csv-and-tsv-formats", "https://w3c.github.io/sparql-results-csv-tsv/spec/#privacy", @@ -75,18 +75,20 @@ "https://w3c.github.io/sparql-results-csv-tsv/spec/#bib-rfc3986", "https://w3c.github.io/sparql-results-csv-tsv/spec/#bib-rfc3987", "https://w3c.github.io/sparql-results-csv-tsv/spec/#bib-rfc4180", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#bib-sparql12-query", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#bib-sparql12-results-json", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#bib-sparql12-results-xml", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#bib-unicode", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#informative-references", + "https://w3c.github.io/sparql-results-csv-tsv/spec/#f-2-informative-references", "https://w3c.github.io/sparql-results-csv-tsv/spec/#bib-sparql12-concepts", "https://w3c.github.io/sparql-results-csv-tsv/spec/#bib-sparql12-entailment", "https://w3c.github.io/sparql-results-csv-tsv/spec/#bib-sparql12-federated-query", "https://w3c.github.io/sparql-results-csv-tsv/spec/#bib-sparql12-graph-store-protocol", "https://w3c.github.io/sparql-results-csv-tsv/spec/#bib-sparql12-new", "https://w3c.github.io/sparql-results-csv-tsv/spec/#bib-sparql12-protocol", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#bib-sparql12-query", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#bib-sparql12-results-json", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#bib-sparql12-results-xml", "https://w3c.github.io/sparql-results-csv-tsv/spec/#bib-sparql12-service-description", "https://w3c.github.io/sparql-results-csv-tsv/spec/#bib-sparql12-update", - "https://w3c.github.io/sparql-results-csv-tsv/spec/#bib-unicode", "https://w3c.github.io/sparql-results-csv-tsv/spec/#back-to-top" ] } \ No newline at end of file diff --git a/ed/ids/sparql12-results-json.json b/ed/ids/sparql12-results-json.json index a40150309111..dd89461e7672 100644 --- a/ed/ids/sparql12-results-json.json +++ b/ed/ids/sparql12-results-json.json @@ -15,47 +15,47 @@ "https://w3c.github.io/sparql-results-json/spec/#ref-for-index-term-json-1", "https://w3c.github.io/sparql-results-json/spec/#sotd", "https://w3c.github.io/sparql-results-json/spec/#w3c_process_revision", + "https://w3c.github.io/sparql-results-json/spec/#related", + "https://w3c.github.io/sparql-results-json/spec/#set-of-documents", "https://w3c.github.io/sparql-results-json/spec/#toc", "https://w3c.github.io/sparql-results-json/spec/#table-of-contents", - "https://w3c.github.io/sparql-results-json/spec/#related", - "https://w3c.github.io/sparql-results-json/spec/#x1-set-of-documents", "https://w3c.github.io/sparql-results-json/spec/#introduction", - "https://w3c.github.io/sparql-results-json/spec/#x2-introduction", + "https://w3c.github.io/sparql-results-json/spec/#x1-introduction", "https://w3c.github.io/sparql-results-json/spec/#ref-for-index-term-json-2", "https://w3c.github.io/sparql-results-json/spec/#json-result-object", - "https://w3c.github.io/sparql-results-json/spec/#x3-json-results-object", + "https://w3c.github.io/sparql-results-json/spec/#x2-json-results-object", "https://w3c.github.io/sparql-results-json/spec/#select-results-form", - "https://w3c.github.io/sparql-results-json/spec/#x4-variable-binding-results", + "https://w3c.github.io/sparql-results-json/spec/#x3-variable-binding-results", "https://w3c.github.io/sparql-results-json/spec/#select-head", - "https://w3c.github.io/sparql-results-json/spec/#x4-1-head", + "https://w3c.github.io/sparql-results-json/spec/#x3-1-head", "https://w3c.github.io/sparql-results-json/spec/#select-vars", - "https://w3c.github.io/sparql-results-json/spec/#x4-1-1-vars", + "https://w3c.github.io/sparql-results-json/spec/#x3-1-1-vars", "https://w3c.github.io/sparql-results-json/spec/#select-link", - "https://w3c.github.io/sparql-results-json/spec/#x4-1-2-link", + "https://w3c.github.io/sparql-results-json/spec/#x3-1-2-link", "https://w3c.github.io/sparql-results-json/spec/#select-results", - "https://w3c.github.io/sparql-results-json/spec/#x4-2-results", + "https://w3c.github.io/sparql-results-json/spec/#x3-2-results", "https://w3c.github.io/sparql-results-json/spec/#select-bindings", - "https://w3c.github.io/sparql-results-json/spec/#x4-2-1-bindings", + "https://w3c.github.io/sparql-results-json/spec/#x3-2-1-bindings", "https://w3c.github.io/sparql-results-json/spec/#select-encode-terms", - "https://w3c.github.io/sparql-results-json/spec/#x4-2-2-encoding-rdf-terms", + "https://w3c.github.io/sparql-results-json/spec/#x3-2-2-encoding-rdf-terms", "https://w3c.github.io/sparql-results-json/spec/#issue-container-generatedID", "https://w3c.github.io/sparql-results-json/spec/#h-note", "https://w3c.github.io/sparql-results-json/spec/#ask-result-form", - "https://w3c.github.io/sparql-results-json/spec/#x5-boolean-results", + "https://w3c.github.io/sparql-results-json/spec/#x4-boolean-results", "https://w3c.github.io/sparql-results-json/spec/#ask-head", - "https://w3c.github.io/sparql-results-json/spec/#x5-1-head", + "https://w3c.github.io/sparql-results-json/spec/#x4-1-head", "https://w3c.github.io/sparql-results-json/spec/#ask-link", - "https://w3c.github.io/sparql-results-json/spec/#x5-1-1-link", + "https://w3c.github.io/sparql-results-json/spec/#x4-1-1-link", "https://w3c.github.io/sparql-results-json/spec/#ask-boolean", - "https://w3c.github.io/sparql-results-json/spec/#x5-2-boolean", + "https://w3c.github.io/sparql-results-json/spec/#x4-2-boolean", "https://w3c.github.io/sparql-results-json/spec/#example", - "https://w3c.github.io/sparql-results-json/spec/#x6-examples", + "https://w3c.github.io/sparql-results-json/spec/#x5-examples", "https://w3c.github.io/sparql-results-json/spec/#example-bindings", - "https://w3c.github.io/sparql-results-json/spec/#x6-1-variable-binding-results-examples", + "https://w3c.github.io/sparql-results-json/spec/#x5-1-variable-binding-results-examples", "https://w3c.github.io/sparql-results-json/spec/#example-bindings-triple-term", - "https://w3c.github.io/sparql-results-json/spec/#x6-2-variable-binding-results-examples-with-triple-terms", + "https://w3c.github.io/sparql-results-json/spec/#x5-2-variable-binding-results-examples-with-triple-terms", "https://w3c.github.io/sparql-results-json/spec/#media-type", - "https://w3c.github.io/sparql-results-json/spec/#x7-internet-media-type-file-extension-and-macintosh-file-type", + "https://w3c.github.io/sparql-results-json/spec/#x6-internet-media-type-file-extension-and-macintosh-file-type", "https://w3c.github.io/sparql-results-json/spec/#mime", "https://w3c.github.io/sparql-results-json/spec/#changes-1-1", "https://w3c.github.io/sparql-results-json/spec/#a-changes-between-sparql-1-1-query-results-json-format-and-sparql-1-2-query-results-json-format", diff --git a/ed/ids/sparql12-results-xml.json b/ed/ids/sparql12-results-xml.json index 82002090441a..2f66f1312607 100644 --- a/ed/ids/sparql12-results-xml.json +++ b/ed/ids/sparql12-results-xml.json @@ -13,45 +13,45 @@ "https://w3c.github.io/sparql-results-xml/spec/#abstract", "https://w3c.github.io/sparql-results-xml/spec/#sotd", "https://w3c.github.io/sparql-results-xml/spec/#w3c_process_revision", + "https://w3c.github.io/sparql-results-xml/spec/#related", + "https://w3c.github.io/sparql-results-xml/spec/#set-of-documents", "https://w3c.github.io/sparql-results-xml/spec/#toc", "https://w3c.github.io/sparql-results-xml/spec/#table-of-contents", - "https://w3c.github.io/sparql-results-xml/spec/#related", - "https://w3c.github.io/sparql-results-xml/spec/#x1-set-of-documents", "https://w3c.github.io/sparql-results-xml/spec/#introduction", - "https://w3c.github.io/sparql-results-xml/spec/#x2-introduction", + "https://w3c.github.io/sparql-results-xml/spec/#x1-introduction", "https://w3c.github.io/sparql-results-xml/spec/#ref-for-index-term-sparql-query-section-10-1", "https://w3c.github.io/sparql-results-xml/spec/#ref-for-index-term-sparql-query-section-10-2-1", "https://w3c.github.io/sparql-results-xml/spec/#ref-for-index-term-sparql-query-section-10-5-1", "https://w3c.github.io/sparql-results-xml/spec/#ref-for-index-term-xml-1", "https://w3c.github.io/sparql-results-xml/spec/#definition", - "https://w3c.github.io/sparql-results-xml/spec/#x3-definition", + "https://w3c.github.io/sparql-results-xml/spec/#x2-definition", "https://w3c.github.io/sparql-results-xml/spec/#defn-srd", "https://w3c.github.io/sparql-results-xml/spec/#docElement", - "https://w3c.github.io/sparql-results-xml/spec/#x3-1-document-element", + "https://w3c.github.io/sparql-results-xml/spec/#x2-1-document-element", "https://w3c.github.io/sparql-results-xml/spec/#issue-container-generatedID", "https://w3c.github.io/sparql-results-xml/spec/#h-note", "https://w3c.github.io/sparql-results-xml/spec/#head", - "https://w3c.github.io/sparql-results-xml/spec/#x3-2-header", + "https://w3c.github.io/sparql-results-xml/spec/#x2-2-header", "https://w3c.github.io/sparql-results-xml/spec/#ref-for-index-term-query-variable-1", "https://w3c.github.io/sparql-results-xml/spec/#ref-for-index-term-solution-sequence-1", "https://w3c.github.io/sparql-results-xml/spec/#results", - "https://w3c.github.io/sparql-results-xml/spec/#x3-3-results", + "https://w3c.github.io/sparql-results-xml/spec/#x2-3-results", "https://w3c.github.io/sparql-results-xml/spec/#vb-results", - "https://w3c.github.io/sparql-results-xml/spec/#x3-3-1-variable-binding-results", + "https://w3c.github.io/sparql-results-xml/spec/#x2-3-1-variable-binding-results", "https://w3c.github.io/sparql-results-xml/spec/#ref-for-index-term-query-solution-1", "https://w3c.github.io/sparql-results-xml/spec/#ref-for-index-term-rdf-terms-1", "https://w3c.github.io/sparql-results-xml/spec/#boolean-results", - "https://w3c.github.io/sparql-results-xml/spec/#x3-3-2-boolean-results", + "https://w3c.github.io/sparql-results-xml/spec/#x2-3-2-boolean-results", "https://w3c.github.io/sparql-results-xml/spec/#examples", - "https://w3c.github.io/sparql-results-xml/spec/#x4-examples", + "https://w3c.github.io/sparql-results-xml/spec/#x3-examples", "https://w3c.github.io/sparql-results-xml/spec/#vb-examples", - "https://w3c.github.io/sparql-results-xml/spec/#x4-1-variable-binding-results-examples", + "https://w3c.github.io/sparql-results-xml/spec/#x3-1-variable-binding-results-examples", "https://w3c.github.io/sparql-results-xml/spec/#vb-triple-terms-examples", - "https://w3c.github.io/sparql-results-xml/spec/#x4-2-variable-binding-results-examples-with-triple-terms", + "https://w3c.github.io/sparql-results-xml/spec/#x3-2-variable-binding-results-examples-with-triple-terms", "https://w3c.github.io/sparql-results-xml/spec/#boolean-examples", - "https://w3c.github.io/sparql-results-xml/spec/#x4-3-boolean-results-examples", + "https://w3c.github.io/sparql-results-xml/spec/#x3-3-boolean-results-examples", "https://w3c.github.io/sparql-results-xml/spec/#schemas", - "https://w3c.github.io/sparql-results-xml/spec/#x5-xml-schemas", + "https://w3c.github.io/sparql-results-xml/spec/#x4-xml-schemas", "https://w3c.github.io/sparql-results-xml/spec/#changes-1-1", "https://w3c.github.io/sparql-results-xml/spec/#a-changes-between-sparql-query-results-xml-format-second-edition-and-sparql-1-2-query-results-xml-format", "https://w3c.github.io/sparql-results-xml/spec/#mediatype", diff --git a/ed/ids/sparql12-service-description.json b/ed/ids/sparql12-service-description.json index 555c11d37d66..ca1893a2ac27 100644 --- a/ed/ids/sparql12-service-description.json +++ b/ed/ids/sparql12-service-description.json @@ -13,40 +13,40 @@ "https://w3c.github.io/sparql-service-description/spec/#abstract", "https://w3c.github.io/sparql-service-description/spec/#sotd", "https://w3c.github.io/sparql-service-description/spec/#w3c_process_revision", + "https://w3c.github.io/sparql-service-description/spec/#related", + "https://w3c.github.io/sparql-service-description/spec/#set-of-documents", "https://w3c.github.io/sparql-service-description/spec/#toc", "https://w3c.github.io/sparql-service-description/spec/#table-of-contents", - "https://w3c.github.io/sparql-service-description/spec/#related", - "https://w3c.github.io/sparql-service-description/spec/#x1-set-of-documents", "https://w3c.github.io/sparql-service-description/spec/#intro", - "https://w3c.github.io/sparql-service-description/spec/#x2-introduction", + "https://w3c.github.io/sparql-service-description/spec/#x1-introduction", "https://w3c.github.io/sparql-service-description/spec/#terminology", - "https://w3c.github.io/sparql-service-description/spec/#x2-1-terminology", + "https://w3c.github.io/sparql-service-description/spec/#x1-1-terminology", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-sparql-protocol-service-1", "https://w3c.github.io/sparql-service-description/spec/#accessing", - "https://w3c.github.io/sparql-service-description/spec/#x3-accessing-a-service-description", + "https://w3c.github.io/sparql-service-description/spec/#x2-accessing-a-service-description", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-content-negotiation-1", "https://w3c.github.io/sparql-service-description/spec/#vocab", - "https://w3c.github.io/sparql-service-description/spec/#x4-service-description-vocabulary", + "https://w3c.github.io/sparql-service-description/spec/#x3-service-description-vocabulary", "https://w3c.github.io/sparql-service-description/spec/#namespace", - "https://w3c.github.io/sparql-service-description/spec/#x4-1-sparql-service-description-namespace-and-owl-ontology", + "https://w3c.github.io/sparql-service-description/spec/#x3-1-sparql-service-description-namespace-and-owl-ontology", "https://w3c.github.io/sparql-service-description/spec/#properties", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-properties", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-properties", "https://w3c.github.io/sparql-service-description/spec/#sd-endpoint", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-1-sd-endpoint", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-1-sd-endpoint", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-sparql-protocol-service-2", "https://w3c.github.io/sparql-service-description/spec/#sd-feature", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-2-sd-feature", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-2-sd-feature", "https://w3c.github.io/sparql-service-description/spec/#sd-defaultEntailmentRegime", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-3-sd-defaultentailmentregime", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-3-sd-defaultentailmentregime", "https://w3c.github.io/sparql-service-description/spec/#sd-entailmentRegime", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-4-sd-entailmentregime", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-4-sd-entailmentregime", "https://w3c.github.io/sparql-service-description/spec/#sd-defaultSupportedEntailmentProfile", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-5-sd-defaultsupportedentailmentprofile", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-5-sd-defaultsupportedentailmentprofile", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-sparql-1-2-entailment-regimes-1", "https://w3c.github.io/sparql-service-description/spec/#sd-supportedEntailmentProfile", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-6-sd-supportedentailmentprofile", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-6-sd-supportedentailmentprofile", "https://w3c.github.io/sparql-service-description/spec/#sd-extensionFunction", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-7-sd-extensionfunction", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-7-sd-extensionfunction", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-select-expression-1", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-filter-1", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-having-1", @@ -54,43 +54,43 @@ "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-order-by-1", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-bind-1", "https://w3c.github.io/sparql-service-description/spec/#sd-extensionAggregate", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-8-sd-extensionaggregate", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-8-sd-extensionaggregate", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-having-2", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-select-expression-2", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-supported-aggregates-1", "https://w3c.github.io/sparql-service-description/spec/#sd-languageExtension", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-9-sd-languageextension", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-9-sd-languageextension", "https://w3c.github.io/sparql-service-description/spec/#sd-supportedLanguage", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-10-sd-supportedlanguage", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-10-sd-supportedlanguage", "https://w3c.github.io/sparql-service-description/spec/#sd-propertyFeature", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-11-sd-propertyfeature", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-11-sd-propertyfeature", "https://w3c.github.io/sparql-service-description/spec/#sd-defaultDataset", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-12-sd-defaultdataset", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-12-sd-defaultdataset", "https://w3c.github.io/sparql-service-description/spec/#sd-availableGraphs", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-13-sd-availablegraphs", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-13-sd-availablegraphs", "https://w3c.github.io/sparql-service-description/spec/#sd-resultFormat", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-14-sd-resultformat", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-14-sd-resultformat", "https://w3c.github.io/sparql-service-description/spec/#sd-inputFormat", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-15-sd-inputformat", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-15-sd-inputformat", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-load-statement-1", "https://w3c.github.io/sparql-service-description/spec/#sd-defaultGraph", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-16-sd-defaultgraph", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-16-sd-defaultgraph", "https://w3c.github.io/sparql-service-description/spec/#sd-namedGraph", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-17-sd-namedgraph", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-17-sd-namedgraph", "https://w3c.github.io/sparql-service-description/spec/#sd-name", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-18-sd-name", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-18-sd-name", "https://w3c.github.io/sparql-service-description/spec/#sd-graph", - "https://w3c.github.io/sparql-service-description/spec/#x4-2-19-sd-graph", + "https://w3c.github.io/sparql-service-description/spec/#x3-2-19-sd-graph", "https://w3c.github.io/sparql-service-description/spec/#classes", - "https://w3c.github.io/sparql-service-description/spec/#x4-3-classes", + "https://w3c.github.io/sparql-service-description/spec/#x3-3-classes", "https://w3c.github.io/sparql-service-description/spec/#sd-Service", - "https://w3c.github.io/sparql-service-description/spec/#x4-3-1-sd-service", + "https://w3c.github.io/sparql-service-description/spec/#x3-3-1-sd-service", "https://w3c.github.io/sparql-service-description/spec/#sd-Feature", - "https://w3c.github.io/sparql-service-description/spec/#x4-3-2-sd-feature", + "https://w3c.github.io/sparql-service-description/spec/#x3-3-2-sd-feature", "https://w3c.github.io/sparql-service-description/spec/#sd-Language", - "https://w3c.github.io/sparql-service-description/spec/#x4-3-3-sd-language", + "https://w3c.github.io/sparql-service-description/spec/#x3-3-3-sd-language", "https://w3c.github.io/sparql-service-description/spec/#sd-Function", - "https://w3c.github.io/sparql-service-description/spec/#x4-3-4-sd-function", + "https://w3c.github.io/sparql-service-description/spec/#x3-3-4-sd-function", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-select-expression-3", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-filter-2", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-having-3", @@ -98,67 +98,67 @@ "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-order-by-2", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-bind-2", "https://w3c.github.io/sparql-service-description/spec/#sd-Aggregate", - "https://w3c.github.io/sparql-service-description/spec/#x4-3-5-sd-aggregate", + "https://w3c.github.io/sparql-service-description/spec/#x3-3-5-sd-aggregate", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-having-4", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-select-expression-4", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-supported-aggregates-2", "https://w3c.github.io/sparql-service-description/spec/#sd-EntailmentRegime", - "https://w3c.github.io/sparql-service-description/spec/#x4-3-6-sd-entailmentregime", + "https://w3c.github.io/sparql-service-description/spec/#x3-3-6-sd-entailmentregime", "https://w3c.github.io/sparql-service-description/spec/#sd-EntailmentProfile", - "https://w3c.github.io/sparql-service-description/spec/#x4-3-7-sd-entailmentprofile", + "https://w3c.github.io/sparql-service-description/spec/#x3-3-7-sd-entailmentprofile", "https://w3c.github.io/sparql-service-description/spec/#sd-GraphCollection", - "https://w3c.github.io/sparql-service-description/spec/#x4-3-8-sd-graphcollection", + "https://w3c.github.io/sparql-service-description/spec/#x3-3-8-sd-graphcollection", "https://w3c.github.io/sparql-service-description/spec/#sd-Dataset", - "https://w3c.github.io/sparql-service-description/spec/#x4-3-9-sd-dataset", + "https://w3c.github.io/sparql-service-description/spec/#x3-3-9-sd-dataset", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-rdf-dataset-1", "https://w3c.github.io/sparql-service-description/spec/#sd-Graph", - "https://w3c.github.io/sparql-service-description/spec/#x4-3-10-sd-graph", + "https://w3c.github.io/sparql-service-description/spec/#x3-3-10-sd-graph", "https://w3c.github.io/sparql-service-description/spec/#sd-NamedGraph", - "https://w3c.github.io/sparql-service-description/spec/#x4-3-11-sd-namedgraph", + "https://w3c.github.io/sparql-service-description/spec/#x3-3-11-sd-namedgraph", "https://w3c.github.io/sparql-service-description/spec/#instances", - "https://w3c.github.io/sparql-service-description/spec/#x4-4-instances", + "https://w3c.github.io/sparql-service-description/spec/#x3-4-instances", "https://w3c.github.io/sparql-service-description/spec/#lang-sparql10query", - "https://w3c.github.io/sparql-service-description/spec/#x4-4-1-sd-sparql10query", + "https://w3c.github.io/sparql-service-description/spec/#x3-4-1-sd-sparql10query", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-sparql-1-0-query-language-1", "https://w3c.github.io/sparql-service-description/spec/#lang-sparql11query", - "https://w3c.github.io/sparql-service-description/spec/#x4-4-2-sd-sparql11query", + "https://w3c.github.io/sparql-service-description/spec/#x3-4-2-sd-sparql11query", "https://w3c.github.io/sparql-service-description/spec/#lang-sparql11update", - "https://w3c.github.io/sparql-service-description/spec/#x4-4-3-sd-sparql11update", + "https://w3c.github.io/sparql-service-description/spec/#x3-4-3-sd-sparql11update", "https://w3c.github.io/sparql-service-description/spec/#lang-sparql12query", - "https://w3c.github.io/sparql-service-description/spec/#x4-4-4-sd-sparql12query", + "https://w3c.github.io/sparql-service-description/spec/#x3-4-4-sd-sparql12query", "https://w3c.github.io/sparql-service-description/spec/#lang-sparql12update", - "https://w3c.github.io/sparql-service-description/spec/#x4-4-5-sd-sparql12update", + "https://w3c.github.io/sparql-service-description/spec/#x3-4-5-sd-sparql12update", "https://w3c.github.io/sparql-service-description/spec/#sd-dereferencesuris", - "https://w3c.github.io/sparql-service-description/spec/#x4-4-6-sd-dereferencesuris", + "https://w3c.github.io/sparql-service-description/spec/#x3-4-6-sd-dereferencesuris", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-dereference-1", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-from-from-named-1", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-using-using-named-1", "https://w3c.github.io/sparql-service-description/spec/#sd-uniondefaultgraph", - "https://w3c.github.io/sparql-service-description/spec/#x4-4-7-sd-uniondefaultgraph", + "https://w3c.github.io/sparql-service-description/spec/#x3-4-7-sd-uniondefaultgraph", "https://w3c.github.io/sparql-service-description/spec/#sd-requiresdataset", - "https://w3c.github.io/sparql-service-description/spec/#x4-4-8-sd-requiresdataset", + "https://w3c.github.io/sparql-service-description/spec/#x3-4-8-sd-requiresdataset", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-from-from-named-2", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-using-using-named-2", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-appropriate-sparql-protocol-parameters-1", "https://w3c.github.io/sparql-service-description/spec/#sd-emptygraphs", - "https://w3c.github.io/sparql-service-description/spec/#x4-4-9-sd-emptygraphs", + "https://w3c.github.io/sparql-service-description/spec/#x3-4-9-sd-emptygraphs", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-3-1-graph-update-in-sparql-1-2-update-1", "https://w3c.github.io/sparql-service-description/spec/#sd-basicfederatedquery", - "https://w3c.github.io/sparql-service-description/spec/#x4-4-10-sd-basicfederatedquery", + "https://w3c.github.io/sparql-service-description/spec/#x3-4-10-sd-basicfederatedquery", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-service-keyword-1", "https://w3c.github.io/sparql-service-description/spec/#other-instances", - "https://w3c.github.io/sparql-service-description/spec/#x4-4-11-other-instances", + "https://w3c.github.io/sparql-service-description/spec/#x3-4-11-other-instances", "https://w3c.github.io/sparql-service-description/spec/#example", - "https://w3c.github.io/sparql-service-description/spec/#x5-example-informative", + "https://w3c.github.io/sparql-service-description/spec/#x4-example-informative", "https://w3c.github.io/sparql-service-description/spec/#example-rdfxml", - "https://w3c.github.io/sparql-service-description/spec/#x5-1-rdf-xml-service-description", + "https://w3c.github.io/sparql-service-description/spec/#x4-1-rdf-xml-service-description", "https://w3c.github.io/sparql-service-description/spec/#example-turtle", - "https://w3c.github.io/sparql-service-description/spec/#x5-2-turtle-service-description", + "https://w3c.github.io/sparql-service-description/spec/#x4-2-turtle-service-description", "https://w3c.github.io/sparql-service-description/spec/#ref-for-index-term-turtle-1", "https://w3c.github.io/sparql-service-description/spec/#conformance", - "https://w3c.github.io/sparql-service-description/spec/#x6-conformance", + "https://w3c.github.io/sparql-service-description/spec/#x5-conformance", "https://w3c.github.io/sparql-service-description/spec/#conformance-0", - "https://w3c.github.io/sparql-service-description/spec/#x6-1-conformance", + "https://w3c.github.io/sparql-service-description/spec/#x5-1-conformance", "https://w3c.github.io/sparql-service-description/spec/#changes-1-1", "https://w3c.github.io/sparql-service-description/spec/#a-changes-between-sparql-1-1-service-description-and-sparql-1-2-service-description", "https://w3c.github.io/sparql-service-description/spec/#privacy", @@ -205,19 +205,21 @@ "https://w3c.github.io/sparql-service-description/spec/#bib-sparql-query", "https://w3c.github.io/sparql-service-description/spec/#bib-sparql11-query", "https://w3c.github.io/sparql-service-description/spec/#bib-sparql11-update", - "https://w3c.github.io/sparql-service-description/spec/#bib-sparql12-concepts", "https://w3c.github.io/sparql-service-description/spec/#bib-sparql12-entailment", "https://w3c.github.io/sparql-service-description/spec/#bib-sparql12-federated-query", - "https://w3c.github.io/sparql-service-description/spec/#bib-sparql12-graph-store-protocol", - "https://w3c.github.io/sparql-service-description/spec/#bib-sparql12-new", "https://w3c.github.io/sparql-service-description/spec/#bib-sparql12-protocol", "https://w3c.github.io/sparql-service-description/spec/#bib-sparql12-query", - "https://w3c.github.io/sparql-service-description/spec/#bib-sparql12-results-csv-tsv", - "https://w3c.github.io/sparql-service-description/spec/#bib-sparql12-results-json", - "https://w3c.github.io/sparql-service-description/spec/#bib-sparql12-results-xml", "https://w3c.github.io/sparql-service-description/spec/#bib-sparql12-update", "https://w3c.github.io/sparql-service-description/spec/#bib-void", "https://w3c.github.io/sparql-service-description/spec/#bib-webarch", + "https://w3c.github.io/sparql-service-description/spec/#informative-references", + "https://w3c.github.io/sparql-service-description/spec/#f-2-informative-references", + "https://w3c.github.io/sparql-service-description/spec/#bib-sparql12-concepts", + "https://w3c.github.io/sparql-service-description/spec/#bib-sparql12-graph-store-protocol", + "https://w3c.github.io/sparql-service-description/spec/#bib-sparql12-new", + "https://w3c.github.io/sparql-service-description/spec/#bib-sparql12-results-csv-tsv", + "https://w3c.github.io/sparql-service-description/spec/#bib-sparql12-results-json", + "https://w3c.github.io/sparql-service-description/spec/#bib-sparql12-results-xml", "https://w3c.github.io/sparql-service-description/spec/#back-to-top" ] } \ No newline at end of file diff --git a/ed/ids/sparql12-update.json b/ed/ids/sparql12-update.json index 8e2194194d5c..ad64a04b2029 100644 --- a/ed/ids/sparql12-update.json +++ b/ed/ids/sparql12-update.json @@ -13,17 +13,17 @@ "https://w3c.github.io/sparql-update/spec/#abstract", "https://w3c.github.io/sparql-update/spec/#sotd", "https://w3c.github.io/sparql-update/spec/#w3c_process_revision", + "https://w3c.github.io/sparql-update/spec/#related", + "https://w3c.github.io/sparql-update/spec/#set-of-documents", "https://w3c.github.io/sparql-update/spec/#toc", "https://w3c.github.io/sparql-update/spec/#table-of-contents", - "https://w3c.github.io/sparql-update/spec/#related", - "https://w3c.github.io/sparql-update/spec/#x1-set-of-documents", "https://w3c.github.io/sparql-update/spec/#sec-intro", - "https://w3c.github.io/sparql-update/spec/#x2-introduction", + "https://w3c.github.io/sparql-update/spec/#x1-introduction", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-sparql-query-processing-service-1", "https://w3c.github.io/sparql-update/spec/#documentConventions", - "https://w3c.github.io/sparql-update/spec/#x2-1-document-conventions", + "https://w3c.github.io/sparql-update/spec/#x1-1-document-conventions", "https://w3c.github.io/sparql-update/spec/#languageForm", - "https://w3c.github.io/sparql-update/spec/#x2-1-1-language-form", + "https://w3c.github.io/sparql-update/spec/#x1-1-1-language-form", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-sparql-1-2-query-1", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-1", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-deleteclause-1", @@ -36,7 +36,7 @@ "https://w3c.github.io/sparql-update/spec/#h-note", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-syntax-for-iris-1", "https://w3c.github.io/sparql-update/spec/#terminology", - "https://w3c.github.io/sparql-update/spec/#x2-1-2-terminology", + "https://w3c.github.io/sparql-update/spec/#x1-1-2-terminology", "https://w3c.github.io/sparql-update/spec/#operation", "https://w3c.github.io/sparql-update/spec/#request", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-quadpattern-1", @@ -45,22 +45,22 @@ "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-quadpattern-2", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-groupgraphpattern-2", "https://w3c.github.io/sparql-update/spec/#graphStore", - "https://w3c.github.io/sparql-update/spec/#x3-the-graph-store", + "https://w3c.github.io/sparql-update/spec/#x2-the-graph-store", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-rdf-dataset-1", "https://w3c.github.io/sparql-update/spec/#graphStoreQueryServices", - "https://w3c.github.io/sparql-update/spec/#x3-1-graph-store-and-sparql-query-services", + "https://w3c.github.io/sparql-update/spec/#x2-1-graph-store-and-sparql-query-services", "https://w3c.github.io/sparql-update/spec/#updateServices", - "https://w3c.github.io/sparql-update/spec/#x3-2-sparql-1-2-update-services", + "https://w3c.github.io/sparql-update/spec/#x2-2-sparql-1-2-update-services", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-service-1", "https://w3c.github.io/sparql-update/spec/#entailmentConsistency", - "https://w3c.github.io/sparql-update/spec/#x3-3-entailment-and-consistency", + "https://w3c.github.io/sparql-update/spec/#x2-3-entailment-and-consistency", "https://w3c.github.io/sparql-update/spec/#updateLanguage", - "https://w3c.github.io/sparql-update/spec/#x4-sparql-1-2-update-language", + "https://w3c.github.io/sparql-update/spec/#x3-sparql-1-2-update-language", "https://w3c.github.io/sparql-update/spec/#graphUpdate", - "https://w3c.github.io/sparql-update/spec/#x4-1-graph-update", + "https://w3c.github.io/sparql-update/spec/#x3-1-graph-update", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-sparql-1-2-query-3", "https://w3c.github.io/sparql-update/spec/#insertData", - "https://w3c.github.io/sparql-update/spec/#x4-1-1-insert-data", + "https://w3c.github.io/sparql-update/spec/#x3-1-1-insert-data", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-quaddata-2", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-triplestemplate-1", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-varoriri-1", @@ -74,7 +74,7 @@ "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-reifying-triples-2", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-asserted-triples-2", "https://w3c.github.io/sparql-update/spec/#deleteData", - "https://w3c.github.io/sparql-update/spec/#x4-1-2-delete-data", + "https://w3c.github.io/sparql-update/spec/#x3-1-2-delete-data", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-quaddata-3", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-sparql-1-2-query-5", "https://w3c.github.io/sparql-update/spec/#example_4", @@ -86,7 +86,7 @@ "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-asserted-triples-5", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-reifying-triples-4", "https://w3c.github.io/sparql-update/spec/#deleteInsert", - "https://w3c.github.io/sparql-update/spec/#x4-1-3-delete-insert", + "https://w3c.github.io/sparql-update/spec/#x3-1-3-delete-insert", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-3", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-deleteclause-2", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-insertclause-3", @@ -111,7 +111,7 @@ "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-reifying-triples-5", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-asserted-triples-6", "https://w3c.github.io/sparql-update/spec/#delete", - "https://w3c.github.io/sparql-update/spec/#x4-1-3-1-delete-informative", + "https://w3c.github.io/sparql-update/spec/#x3-1-3-1-delete-informative", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-5", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-quadpattern-5", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-6", @@ -119,7 +119,7 @@ "https://w3c.github.io/sparql-update/spec/#example_9", "https://w3c.github.io/sparql-update/spec/#example_10", "https://w3c.github.io/sparql-update/spec/#insert", - "https://w3c.github.io/sparql-update/spec/#x4-1-3-2-insert-informative", + "https://w3c.github.io/sparql-update/spec/#x3-1-3-2-insert-informative", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-7", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-quadpattern-6", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-8", @@ -128,31 +128,31 @@ "https://w3c.github.io/sparql-update/spec/#example_12", "https://w3c.github.io/sparql-update/spec/#example_13", "https://w3c.github.io/sparql-update/spec/#deleteWhere", - "https://w3c.github.io/sparql-update/spec/#x4-1-3-3-delete-where", + "https://w3c.github.io/sparql-update/spec/#x3-1-3-3-delete-where", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-quadpattern-7", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-quadpattern-8", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-quadpattern-9", "https://w3c.github.io/sparql-update/spec/#example_14", "https://w3c.github.io/sparql-update/spec/#example_15", "https://w3c.github.io/sparql-update/spec/#load", - "https://w3c.github.io/sparql-update/spec/#x4-1-4-load", + "https://w3c.github.io/sparql-update/spec/#x3-1-4-load", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-9", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-10", "https://w3c.github.io/sparql-update/spec/#clear", - "https://w3c.github.io/sparql-update/spec/#x4-1-5-clear", + "https://w3c.github.io/sparql-update/spec/#x3-1-5-clear", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-11", "https://w3c.github.io/sparql-update/spec/#issue-container-generatedID-0", "https://w3c.github.io/sparql-update/spec/#h-note-0", "https://w3c.github.io/sparql-update/spec/#graphManagement", - "https://w3c.github.io/sparql-update/spec/#x4-2-graph-management", + "https://w3c.github.io/sparql-update/spec/#x3-2-graph-management", "https://w3c.github.io/sparql-update/spec/#create", - "https://w3c.github.io/sparql-update/spec/#x4-2-1-create", + "https://w3c.github.io/sparql-update/spec/#x3-2-1-create", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-12", "https://w3c.github.io/sparql-update/spec/#drop", - "https://w3c.github.io/sparql-update/spec/#x4-2-2-drop", + "https://w3c.github.io/sparql-update/spec/#x3-2-2-drop", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-13", "https://w3c.github.io/sparql-update/spec/#copy", - "https://w3c.github.io/sparql-update/spec/#x4-2-3-copy", + "https://w3c.github.io/sparql-update/spec/#x3-2-3-copy", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-14", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-15", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-16", @@ -160,7 +160,7 @@ "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-18", "https://w3c.github.io/sparql-update/spec/#example_16", "https://w3c.github.io/sparql-update/spec/#move", - "https://w3c.github.io/sparql-update/spec/#x4-2-4-move", + "https://w3c.github.io/sparql-update/spec/#x3-2-4-move", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-19", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-20", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-21", @@ -169,40 +169,40 @@ "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-24", "https://w3c.github.io/sparql-update/spec/#example_17", "https://w3c.github.io/sparql-update/spec/#add", - "https://w3c.github.io/sparql-update/spec/#x4-2-5-add", + "https://w3c.github.io/sparql-update/spec/#x3-2-5-add", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-25", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-26", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-27", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-iriref-28", "https://w3c.github.io/sparql-update/spec/#example_18", "https://w3c.github.io/sparql-update/spec/#formalModel", - "https://w3c.github.io/sparql-update/spec/#x5-sparql-update-formal-model", + "https://w3c.github.io/sparql-update/spec/#x4-sparql-update-formal-model", "https://w3c.github.io/sparql-update/spec/#formalModelGeneral", - "https://w3c.github.io/sparql-update/spec/#x5-1-general-definitions", + "https://w3c.github.io/sparql-update/spec/#x4-1-general-definitions", "https://w3c.github.io/sparql-update/spec/#def_graphstore", - "https://w3c.github.io/sparql-update/spec/#x5-1-1-graph-store", + "https://w3c.github.io/sparql-update/spec/#x4-1-1-graph-store", "https://w3c.github.io/sparql-update/spec/#defn_graphStore", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-rdf-dataset-2", "https://w3c.github.io/sparql-update/spec/#issue-container-generatedID-1", "https://w3c.github.io/sparql-update/spec/#h-note-1", "https://w3c.github.io/sparql-update/spec/#def_updateoperation", - "https://w3c.github.io/sparql-update/spec/#x5-1-2-abstract-update-operation", + "https://w3c.github.io/sparql-update/spec/#x4-1-2-abstract-update-operation", "https://w3c.github.io/sparql-update/spec/#defn_updateOperation", "https://w3c.github.io/sparql-update/spec/#formalModelAuxiliary", - "https://w3c.github.io/sparql-update/spec/#x5-2-auxiliary-definitions", + "https://w3c.github.io/sparql-update/spec/#x4-2-auxiliary-definitions", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-rdf-dataset-0-2", "https://w3c.github.io/sparql-update/spec/#issue-container-generatedID-2", "https://w3c.github.io/sparql-update/spec/#h-note-2", "https://w3c.github.io/sparql-update/spec/#def_datasetUnion", - "https://w3c.github.io/sparql-update/spec/#x5-2-1-dataset-union", + "https://w3c.github.io/sparql-update/spec/#x4-2-1-dataset-union", "https://w3c.github.io/sparql-update/spec/#defn_datasetUnion", "https://w3c.github.io/sparql-update/spec/#issue-container-generatedID-3", "https://w3c.github.io/sparql-update/spec/#h-note-3", "https://w3c.github.io/sparql-update/spec/#def_datasetDiff", - "https://w3c.github.io/sparql-update/spec/#x5-2-2-dataset-diff", + "https://w3c.github.io/sparql-update/spec/#x4-2-2-dataset-diff", "https://w3c.github.io/sparql-update/spec/#defn_datasetDiff", "https://w3c.github.io/sparql-update/spec/#def_datasetQuadPattern", - "https://w3c.github.io/sparql-update/spec/#x5-2-3-dataset-quadpattern-ds-gs", + "https://w3c.github.io/sparql-update/spec/#x4-2-3-dataset-quadpattern-ds-gs", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-quadpattern-10", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-quadpattern-11", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-solution-mapping-1", @@ -219,59 +219,59 @@ "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-templates-with-blank-nodes-2", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-remarks-on-scoping-of-blank-nodes-within-requests-in-the-sparql-grammar-1", "https://w3c.github.io/sparql-update/spec/#def_datasetPattern", - "https://w3c.github.io/sparql-update/spec/#x5-2-4-dataset-quadpattern-p-ds-gs", + "https://w3c.github.io/sparql-update/spec/#x4-2-4-dataset-quadpattern-p-ds-gs", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-quadpattern-12", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-quadpattern-13", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-eval-1", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-treatment-of-blank-nodes-in-bgp-matching-for-sparql-1-2-query-1", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-treatment-of-blank-nodes-in-bgp-matching-for-sparql-1-2-query-2", "https://w3c.github.io/sparql-update/spec/#formalModelGraphUpdate", - "https://w3c.github.io/sparql-update/spec/#x5-3-graph-update-operations", + "https://w3c.github.io/sparql-update/spec/#x4-3-graph-update-operations", "https://w3c.github.io/sparql-update/spec/#def_insertdataoperation", - "https://w3c.github.io/sparql-update/spec/#x5-3-1-insert-data-operation", + "https://w3c.github.io/sparql-update/spec/#x4-3-1-insert-data-operation", "https://w3c.github.io/sparql-update/spec/#defn_insertDataOperation", "https://w3c.github.io/sparql-update/spec/#def_deletedataoperation", - "https://w3c.github.io/sparql-update/spec/#x5-3-2-delete-data-operation", + "https://w3c.github.io/sparql-update/spec/#x4-3-2-delete-data-operation", "https://w3c.github.io/sparql-update/spec/#defn_deleteDataOperation", "https://w3c.github.io/sparql-update/spec/#def_deleteinsertoperation", - "https://w3c.github.io/sparql-update/spec/#x5-3-3-delete-insert-operation", + "https://w3c.github.io/sparql-update/spec/#x4-3-3-delete-insert-operation", "https://w3c.github.io/sparql-update/spec/#defn_deleteInsertOperation", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-quadpattern-14", "https://w3c.github.io/sparql-update/spec/#def_loadoperation", - "https://w3c.github.io/sparql-update/spec/#x5-3-4-load-operation", + "https://w3c.github.io/sparql-update/spec/#x4-3-4-load-operation", "https://w3c.github.io/sparql-update/spec/#defn_loadOperation", "https://w3c.github.io/sparql-update/spec/#def_clearOperation", - "https://w3c.github.io/sparql-update/spec/#x5-3-5-clear-operation", + "https://w3c.github.io/sparql-update/spec/#x4-3-5-clear-operation", "https://w3c.github.io/sparql-update/spec/#defn_clearOperation", "https://w3c.github.io/sparql-update/spec/#issue-container-generatedID-4", "https://w3c.github.io/sparql-update/spec/#h-note-4", "https://w3c.github.io/sparql-update/spec/#formalModelGraphMgt", - "https://w3c.github.io/sparql-update/spec/#x5-4-graph-management-operations", + "https://w3c.github.io/sparql-update/spec/#x4-4-graph-management-operations", "https://w3c.github.io/sparql-update/spec/#def_createOperation", - "https://w3c.github.io/sparql-update/spec/#x5-4-1-create-operation", + "https://w3c.github.io/sparql-update/spec/#x4-4-1-create-operation", "https://w3c.github.io/sparql-update/spec/#defn_createOperation", "https://w3c.github.io/sparql-update/spec/#issue-container-generatedID-5", "https://w3c.github.io/sparql-update/spec/#h-note-5", "https://w3c.github.io/sparql-update/spec/#def_dropOperation", - "https://w3c.github.io/sparql-update/spec/#x5-4-2-drop-operation", + "https://w3c.github.io/sparql-update/spec/#x4-4-2-drop-operation", "https://w3c.github.io/sparql-update/spec/#defn_dropOperation", "https://w3c.github.io/sparql-update/spec/#mappingRequestsToOperations", - "https://w3c.github.io/sparql-update/spec/#x5-5-mapping-update-requests-to-the-formal-model", + "https://w3c.github.io/sparql-update/spec/#x4-5-mapping-update-requests-to-the-formal-model", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-usingclause-1", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-usingclause-2", "https://w3c.github.io/sparql-update/spec/#issue-container-generatedID-6", "https://w3c.github.io/sparql-update/spec/#h-note-6", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-rdf-datasets-in-the-sparql-1-2-query-language-2", "https://w3c.github.io/sparql-update/spec/#conformance", - "https://w3c.github.io/sparql-update/spec/#x6-conformance", + "https://w3c.github.io/sparql-update/spec/#x5-conformance", "https://w3c.github.io/sparql-update/spec/#conformance-0", - "https://w3c.github.io/sparql-update/spec/#x6-1-conformance", + "https://w3c.github.io/sparql-update/spec/#x5-1-conformance", "https://w3c.github.io/sparql-update/spec/#security-original", - "https://w3c.github.io/sparql-update/spec/#x7-security-considerations", + "https://w3c.github.io/sparql-update/spec/#x6-security-considerations", "https://w3c.github.io/sparql-update/spec/#mediaType", - "https://w3c.github.io/sparql-update/spec/#x8-internet-media-type-file-extension-and-macintosh-file-type", + "https://w3c.github.io/sparql-update/spec/#x7-internet-media-type-file-extension-and-macintosh-file-type", "https://w3c.github.io/sparql-update/spec/#grammar", - "https://w3c.github.io/sparql-update/spec/#x9-sparql-1-2-update-grammar", + "https://w3c.github.io/sparql-update/spec/#x8-sparql-1-2-update-grammar", "https://w3c.github.io/sparql-update/spec/#ref-for-index-term-sparql-1-2-query-grammar-1", "https://w3c.github.io/sparql-update/spec/#changes-1-1", "https://w3c.github.io/sparql-update/spec/#a-changes-between-sparql-1-1-update-and-sparql-1-2-update", @@ -321,18 +321,20 @@ "https://w3c.github.io/sparql-update/spec/#bib-rfc2119", "https://w3c.github.io/sparql-update/spec/#bib-rfc3629", "https://w3c.github.io/sparql-update/spec/#bib-rfc8174", - "https://w3c.github.io/sparql-update/spec/#bib-sparql12-concepts", "https://w3c.github.io/sparql-update/spec/#bib-sparql12-entailment", "https://w3c.github.io/sparql-update/spec/#bib-sparql12-federated-query", "https://w3c.github.io/sparql-update/spec/#bib-sparql12-graph-store-protocol", - "https://w3c.github.io/sparql-update/spec/#bib-sparql12-new", "https://w3c.github.io/sparql-update/spec/#bib-sparql12-protocol", "https://w3c.github.io/sparql-update/spec/#bib-sparql12-query", + "https://w3c.github.io/sparql-update/spec/#bib-unicode", + "https://w3c.github.io/sparql-update/spec/#informative-references", + "https://w3c.github.io/sparql-update/spec/#f-2-informative-references", + "https://w3c.github.io/sparql-update/spec/#bib-sparql12-concepts", + "https://w3c.github.io/sparql-update/spec/#bib-sparql12-new", "https://w3c.github.io/sparql-update/spec/#bib-sparql12-results-csv-tsv", "https://w3c.github.io/sparql-update/spec/#bib-sparql12-results-json", "https://w3c.github.io/sparql-update/spec/#bib-sparql12-results-xml", "https://w3c.github.io/sparql-update/spec/#bib-sparql12-service-description", - "https://w3c.github.io/sparql-update/spec/#bib-unicode", "https://w3c.github.io/sparql-update/spec/#back-to-top" ] } \ No newline at end of file diff --git a/ed/ids/tc39-intl-duration-format.json b/ed/ids/tc39-intl-duration-format.json index 314312903f7c..95d3fd74fc82 100644 --- a/ed/ids/tc39-intl-duration-format.json +++ b/ed/ids/tc39-intl-duration-format.json @@ -39,8 +39,8 @@ "https://tc39.es/proposal-intl-duration-format/#_ref_18", "https://tc39.es/proposal-intl-duration-format/#_ref_19", "https://tc39.es/proposal-intl-duration-format/#sec-durationsign", - "https://tc39.es/proposal-intl-duration-format/#sec-isvalidduration", "https://tc39.es/proposal-intl-duration-format/#_ref_20", + "https://tc39.es/proposal-intl-duration-format/#sec-isvalidduration", "https://tc39.es/proposal-intl-duration-format/#_ref_21", "https://tc39.es/proposal-intl-duration-format/#_ref_22", "https://tc39.es/proposal-intl-duration-format/#_ref_23", @@ -71,37 +71,38 @@ "https://tc39.es/proposal-intl-duration-format/#_ref_36", "https://tc39.es/proposal-intl-duration-format/#_ref_37", "https://tc39.es/proposal-intl-duration-format/#_ref_38", - "https://tc39.es/proposal-intl-duration-format/#table-partition-duration-format-pattern", "https://tc39.es/proposal-intl-duration-format/#_ref_39", + "https://tc39.es/proposal-intl-duration-format/#table-partition-duration-format-pattern", + "https://tc39.es/proposal-intl-duration-format/#_ref_40", "https://tc39.es/proposal-intl-duration-format/#sec-intl-durationformat-constructor", "https://tc39.es/proposal-intl-duration-format/#sec-Intl.DurationFormat", - "https://tc39.es/proposal-intl-duration-format/#_ref_40", "https://tc39.es/proposal-intl-duration-format/#_ref_41", "https://tc39.es/proposal-intl-duration-format/#_ref_42", - "https://tc39.es/proposal-intl-duration-format/#_ref_3", "https://tc39.es/proposal-intl-duration-format/#_ref_43", + "https://tc39.es/proposal-intl-duration-format/#_ref_3", + "https://tc39.es/proposal-intl-duration-format/#_ref_44", "https://tc39.es/proposal-intl-duration-format/#table-durationformat", "https://tc39.es/proposal-intl-duration-format/#sec-properties-of-intl-durationformat-constructor", "https://tc39.es/proposal-intl-duration-format/#sec-Intl.DurationFormat.prototype", - "https://tc39.es/proposal-intl-duration-format/#_ref_44", - "https://tc39.es/proposal-intl-duration-format/#sec-Intl.DurationFormat.supportedLocalesOf", "https://tc39.es/proposal-intl-duration-format/#_ref_45", + "https://tc39.es/proposal-intl-duration-format/#sec-Intl.DurationFormat.supportedLocalesOf", + "https://tc39.es/proposal-intl-duration-format/#_ref_46", "https://tc39.es/proposal-intl-duration-format/#sec-Intl.DurationFormat-internal-slots", "https://tc39.es/proposal-intl-duration-format/#sec-properties-of-intl-durationformat-prototype-object", "https://tc39.es/proposal-intl-duration-format/#sec-Intl.DurationFormat.prototype.constructor", - "https://tc39.es/proposal-intl-duration-format/#_ref_46", + "https://tc39.es/proposal-intl-duration-format/#_ref_47", "https://tc39.es/proposal-intl-duration-format/#sec-Intl.DurationFormat.prototype-%40%40tostringtag", "https://tc39.es/proposal-intl-duration-format/#sec-Intl.DurationFormat.prototype.format", - "https://tc39.es/proposal-intl-duration-format/#_ref_47", "https://tc39.es/proposal-intl-duration-format/#_ref_48", - "https://tc39.es/proposal-intl-duration-format/#sec-Intl.DurationFormat.prototype.formatToParts", "https://tc39.es/proposal-intl-duration-format/#_ref_49", + "https://tc39.es/proposal-intl-duration-format/#sec-Intl.DurationFormat.prototype.formatToParts", "https://tc39.es/proposal-intl-duration-format/#_ref_50", + "https://tc39.es/proposal-intl-duration-format/#_ref_51", "https://tc39.es/proposal-intl-duration-format/#sec-Intl.DurationFormat.prototype.resolvedOptions", "https://tc39.es/proposal-intl-duration-format/#_ref_4", "https://tc39.es/proposal-intl-duration-format/#table-durationformat-resolvedoptions-properties", "https://tc39.es/proposal-intl-duration-format/#sec-properties-of-intl-durationformat-instances", - "https://tc39.es/proposal-intl-duration-format/#_ref_51", + "https://tc39.es/proposal-intl-duration-format/#_ref_52", "https://tc39.es/proposal-intl-duration-format/#sec-copyright-and-software-license", "https://tc39.es/proposal-intl-duration-format/#references-pane-container", "https://tc39.es/proposal-intl-duration-format/#references-pane-spacer", diff --git a/ed/ids/turtledove.json b/ed/ids/turtledove.json index aaaf316f3b8c..827d342ffbd7 100644 --- a/ed/ids/turtledove.json +++ b/ed/ids/turtledove.json @@ -4101,6 +4101,7 @@ "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%A7", "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", @@ -4110,9 +4111,9 @@ "https://wicg.github.io/turtledove/#ref-for-dictdef-auctionadconfig%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-auction", "https://wicg.github.io/turtledove/#ref-for-additional-bids", - "https://wicg.github.io/turtledove/#ref-for-auction-nonce", + "https://wicg.github.io/turtledove/#ref-for-signed-additional-bid-with-metadata-seller-nonce", "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-auction%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-SecureContext%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-navigator%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A0%E2%91%A5", @@ -4131,11 +4132,11 @@ "https://wicg.github.io/turtledove/#additional-bids-section", "https://wicg.github.io/turtledove/#ref-for-generate-potentially-multiple-bids%E2%91%A4", "https://wicg.github.io/turtledove/#additional-bids", - "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-auction%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-auction%E2%91%A0", "https://wicg.github.io/turtledove/#additional-bid-example", "https://wicg.github.io/turtledove/#validate-and-convert-additional-bids", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A0%E2%91%A8", @@ -4152,18 +4153,21 @@ "https://wicg.github.io/turtledove/#ref-for-concept-document-window%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-node-navigable%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-traversable-navigable%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-captured-additional-bids-headers", + "https://wicg.github.io/turtledove/#ref-for-traversable-navigable-captured-ad-auction-additional-bids-headers", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A2", "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%A4", "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-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%A2%E2%91%A8", "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", @@ -4172,7 +4176,7 @@ "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%A3", "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%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%93%AA", "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%A1", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A2", @@ -4181,9 +4185,9 @@ "https://wicg.github.io/turtledove/#ref-for-iteration-break%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%91%A4", "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%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-map-exists%E2%91%A0%E2%93%AA%E2%91%A8", - "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-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%A5", @@ -4209,35 +4213,44 @@ "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%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A2", "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%A3", "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-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%A5", "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-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%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-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%93%AA", - "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%A4", + "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-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-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%A0", - "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%A8", "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%91%A0%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A1", - "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-string%E2%91%A3%E2%91%A2", - "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%E2%91%A3%E2%91%A3", + "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%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%A5", + "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%A6", "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", @@ -4247,51 +4260,51 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A4%E2%91%A6", "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%A0%E2%91%A7", + "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%A3%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-string%E2%91%A3%E2%91%A4", + "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%A7", "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%93%AA", + "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%A3", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-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-map-exists%E2%91%A0%E2%91%A1%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A5", + "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%A3%E2%91%A8", "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%A2", + "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%A4", - "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-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%A5", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A3", "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%A1%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%A4", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%93%AA", "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-interest-group-ad-components%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-map-exists%E2%91%A0%E2%91%A1%E2%91%A6", - "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%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%A0", "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%A1%E2%91%A7", + "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%A3%E2%91%A8", - "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-string%E2%91%A3%E2%91%A8", - "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-map-exists%E2%91%A0%E2%91%A2%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A1", + "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%A5", "https://wicg.github.io/turtledove/#ref-for-parse-an-https-origin%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid-negative-target-joining-origin", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A2", "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%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid-bid%E2%91%A1", @@ -4305,7 +4318,7 @@ "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%A4%E2%91%A7", "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%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A3", "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", @@ -4323,6 +4336,12 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A0%E2%91%A0", "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%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A5", + "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%A4", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A3%E2%91%A6", @@ -4337,30 +4356,22 @@ "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A7", "https://wicg.github.io/turtledove/#decoded-additional-bid-negative-target-interest-group-names", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A6", "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%A3", "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid-negative-target-interest-group-names%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-traversable-navigable%E2%91%A4", - "https://wicg.github.io/turtledove/#captured-additional-bids-headers", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-auction-nonce%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A3", "https://wicg.github.io/turtledove/#negative-targeting-section", "https://wicg.github.io/turtledove/#negative-targeting", "https://wicg.github.io/turtledove/#ref-for-negative-targeting", - "https://wicg.github.io/turtledove/#ref-for-auction%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-auction%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-negative-interest-group%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-negative-interest-group%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-auction%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-auction%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-negative-interest-group%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-auction%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-auction%E2%91%A3", "https://wicg.github.io/turtledove/#check-whether-negative-targeted", "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A7", @@ -4373,13 +4384,13 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A4%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A7", "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%A0", + "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%93%AA", "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%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-iteration-break%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A8", + "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%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-negative-interest-group%E2%91%A6", @@ -4388,12 +4399,12 @@ "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%A0", "https://wicg.github.io/turtledove/#negative-target-info", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A5%E2%91%A0", - "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%A7", "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%A1", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A7", @@ -4415,15 +4426,15 @@ "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A4%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-joinadinterestgroup%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-negative-interest-group%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-negative-targeting%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-negative-interest-group%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-negative-interest-group%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%91%A1", + "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%A4", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-negative-targeting%E2%91%A2", @@ -4445,9 +4456,9 @@ "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%A1", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A0", + "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", @@ -4459,15 +4470,15 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A2", "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%A4%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A8", "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%A2", - "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%A5", + "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%A8", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-selectable-buyer-and-seller-reporting-ids%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-query-reporting-id-k-anonymity-count%E2%91%A4", @@ -4478,7 +4489,7 @@ "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%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%93%AA", "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%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A0%E2%91%A0", @@ -4487,15 +4498,15 @@ "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A2", "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%A1", + "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-server%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-threshold%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-duration", "https://wicg.github.io/turtledove/#query-k-anonymity-cache", - "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-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%A1", + "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-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", @@ -4505,52 +4516,52 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-k-anonymity-key%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-ascii-serialisation-of-an-origin%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A5%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A3", + "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%A4%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%93%AA", "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%A4", "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%A4%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A0", + "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%A2", "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A0%E2%93%AA", "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%A4%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A1", + "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", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-and-seller-reporting-id%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-compute-the-key-part-for-one-of-multiple-reporting-ids%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-reporting-id%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-and-seller-reporting-id%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-and-seller-reporting-id%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-reporting-id%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-reporting-id%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-reporting-id%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A2%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-ascii-encode%E2%91%A0", "https://wicg.github.io/turtledove/#compute-the-key-hash-of-component-ad", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-ascii-encode%E2%91%A1", "https://wicg.github.io/turtledove/#query-generated-bid-k-anonymity-count", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A8", @@ -4573,11 +4584,11 @@ "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%A5", "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%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A2", "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%A5", "https://wicg.github.io/turtledove/#update-k-anonymity-cache-for-key", - "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A6", + "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-k-anonymity-record%E2%91%A0", @@ -4611,20 +4622,20 @@ "https://wicg.github.io/turtledove/#increment-ad-k-anonymity-count", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-ascii-serialisation-of-an-origin%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A0%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-ascii-encode%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-increment-k-anonymity-count%E2%91%A1", "https://wicg.github.io/turtledove/#increment-component-ad-k-anonymity-count", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A0%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-ascii-encode%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-increment-k-anonymity-count%E2%91%A2", "https://wicg.github.io/turtledove/#increment-reporting-id-k-anonymity-count", @@ -4696,24 +4707,24 @@ "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%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A3", "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%A0", "https://wicg.github.io/turtledove/#ref-for-reporting-context%E2%91%A0%E2%91%A3", "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%A1", - "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%E2%91%A5%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%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-ordered-map%E2%91%A4%E2%91%A3", "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%A4", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A3", - "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%A1", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-create-a-new-script-runner-realm", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope%E2%91%A0", @@ -4776,9 +4787,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%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info-interest-group-owner%E2%91%A1", @@ -4791,7 +4802,7 @@ "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A6", "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%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-real-time-reporting-contributions", @@ -4802,13 +4813,13 @@ "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%A3", - "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-string%E2%91%A5%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A0%E2%91%A6", "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%A4", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A5", "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%A5", @@ -4831,7 +4842,7 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-current-monotonic-time%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-debug-win-report-url%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-debug-loss-report-url%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-real-time-reporting-contributions%E2%91%A0", @@ -4841,13 +4852,13 @@ "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%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-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-reporting-context%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-create-a-new-script-runner-realm%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interestgroupreportingscriptrunnerglobalscope%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-realm-global%E2%91%A2", @@ -4867,9 +4878,9 @@ "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%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-list%E2%91%A5%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A7", "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", @@ -4936,9 +4947,9 @@ "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%A6", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%93%AA", + "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%A6%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-on-event-contribution-entry%E2%91%A1", "https://wicg.github.io/turtledove/#interestgroupscriptrunnerglobalscope-worklet-function", "https://wicg.github.io/turtledove/#ref-for-worklet-function%E2%91%A2", @@ -5011,8 +5022,8 @@ "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%A0", "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%A2", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A0", + "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%93%AA", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-Exposed%E2%91%A1", "https://wicg.github.io/turtledove/#fordebuggingonly", @@ -5089,7 +5100,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%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A0", "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", @@ -5109,7 +5120,7 @@ "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%A3", + "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-interestgroupbiddingandscoringscriptrunnerglobalscope-real-time-reporting-contributions%E2%91%A1", "https://wicg.github.io/turtledove/#bidding-global-scope", @@ -5170,14 +5181,14 @@ "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%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A1", "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%A3", "https://wicg.github.io/turtledove/#interestgroupbiddingscriptrunnerglobalscope-priority-signals", - "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%A2", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%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-string%E2%91%A6%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#interestgroupbiddingscriptrunnerglobalscope-interest-group", @@ -5204,7 +5215,7 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-specific-type", "https://wicg.github.io/turtledove/#ref-for-dictdef-generatebidoutput%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A4", - "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%A2", "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%93%AA", "https://wicg.github.io/turtledove/#ref-for-convert-generatebidoutput-to-generated-bid", @@ -5219,7 +5230,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%A2%E2%91%A4", + "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-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", @@ -5232,7 +5243,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%A2%E2%91%A5", + "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-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%A6", @@ -5248,18 +5259,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%A2%E2%91%A6", + "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-interest-group-ad-selectable-buyer-and-seller-reporting-ids%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%91%A4", "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%A2%E2%91%A7", + "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-dom-generatebidoutput-adcomponents%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-targetnumadcomponents", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A2%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A4", + "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%A3", "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", @@ -5270,7 +5281,7 @@ "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A8", "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%93%AA", + "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-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", @@ -5283,17 +5294,17 @@ "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%A0", + "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-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%A1", + "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-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%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A4", "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", @@ -5313,9 +5324,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%A2", + "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%A3", + "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-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", @@ -5346,7 +5357,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%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A4", "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", @@ -5407,18 +5418,18 @@ "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A7", "https://wicg.github.io/turtledove/#interestgroupreportingscriptrunnerglobalscope-reporting-beacon-map", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%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-string%E2%91%A6%E2%91%A2", + "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%A2", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A8", "https://wicg.github.io/turtledove/#interestgroupreportingscriptrunnerglobalscope-reporting-macro-map", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%93%AA", - "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%A3", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A4%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A3", + "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%A5", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A7", "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", @@ -5487,7 +5498,7 @@ "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%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A0", "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%A4", @@ -5524,7 +5535,7 @@ "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%91%A0", "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%A1", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A2%E2%91%A2", "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%A3", @@ -5535,15 +5546,15 @@ "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%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%A5", + "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%A8", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A1%E2%91%A6", "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%A2", - "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%A6%E2%91%A6", + "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%A7%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A2", @@ -5551,20 +5562,20 @@ "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-interest-group-priority-signals-overrides%E2%91%A5", - "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%A7", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A7", - "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-string%E2%91%A6%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A2", + "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%91%A0", + "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%A1", "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%A4", - "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%93%AA", + "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%A7", + "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%A1%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-seller-capability%E2%91%A2", @@ -5574,8 +5585,8 @@ "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%A5", - "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%A5%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%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-map-getting-the-values%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A0%E2%93%AA", @@ -5583,7 +5594,7 @@ "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%A3%E2%91%A5", + "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-interest-group-seller-capabilities%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-execution-mode%E2%91%A3", @@ -5592,14 +5603,14 @@ "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%A2%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A4", "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%A0", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A5", "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%A6%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A6", "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", @@ -5609,9 +5620,9 @@ "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%A6", - "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%A4", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A0", "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%A4", @@ -5619,22 +5630,22 @@ "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-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%A5%E2%91%A7", - "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%A5", + "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%91%A0", + "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%A1", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3%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-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%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-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%A2%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A8", "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%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A7%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A6", @@ -5644,25 +5655,25 @@ "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%A3%E2%91%A7", + "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%A3%E2%91%A8", - "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-map-exists%E2%91%A0%E2%91%A4%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-interest-group-ad-size-group%E2%91%A4", "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%A0", + "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-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%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-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%A2", + "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-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%A3", + "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-selectable-buyer-and-seller-reporting-ids%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-list-is-empty%E2%91%A0%E2%93%AA", @@ -5688,10 +5699,10 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#process-updateifolderthanms", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A2", - "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%A2", + "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%A1", "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%A7%E2%91%A7", + "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%A2", "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%A6", @@ -5730,11 +5741,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%93%AA", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A8", "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%93%AA", - "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%A5%E2%93%AA", "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%A3", @@ -5829,7 +5840,7 @@ "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%93%AA", "https://wicg.github.io/turtledove/#parse-an-https-origin", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A1", "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", @@ -5838,7 +5849,7 @@ "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%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A3", "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", @@ -5848,7 +5859,7 @@ "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A2%E2%91%A7", "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%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A3", "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", @@ -5861,24 +5872,24 @@ "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%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A4", "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%A2", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A5", "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%A5", - "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%A7", "https://wicg.github.io/turtledove/#ref-for-ascii-lower-hex-digit", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A8", "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%A0", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%93%AA", "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%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A0", "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%A4%E2%91%A5", + "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-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/#permissions-policy-integration", @@ -5904,7 +5915,7 @@ "https://wicg.github.io/turtledove/#ref-for-concept-origin-port%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-url-path%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-url-query%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-request%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-request-url%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-request-header-list%E2%91%A3", @@ -5925,35 +5936,35 @@ "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%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-ordered-map%E2%91%A6%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-map-exists%E2%91%A0%E2%91%A5%E2%91%A2", "https://wicg.github.io/turtledove/#fetch-patch-for-auction-headers", - "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%91%A2", + "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", "https://wicg.github.io/turtledove/#ref-for-document%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-traversable-navigable%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-traversable-navigable%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dom-navigator%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-runadauction%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-script-runner%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-signals%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-additional-bid%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-section-5", - "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-result%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-global-fetch%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-requestinit-adauctionheaders%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-document%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-traversable-navigable%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-traversable-navigable%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-navigate-an-iframe-or-frame%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-element-attrdef-iframe-adauctionheaders%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-element-attributes%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-the-iframe-element%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-traversable-navigable%E2%91%A7", + "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%A2", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A2%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%A2", "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%A3", "https://wicg.github.io/turtledove/#ref-for-direct-from-seller-signals%E2%91%A4", @@ -5964,13 +5975,14 @@ "https://wicg.github.io/turtledove/#ref-for-element-attrdef-iframe-adauctionheaders%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-element-attributes%E2%91%A3", "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%A8", + "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%A3", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A2%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-auction-nonce%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%A3", + "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%A4", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A1", + "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", "https://wicg.github.io/turtledove/#ref-for-dom-requestinit-adauctionheaders%E2%91%A4", @@ -5978,21 +5990,21 @@ "https://wicg.github.io/turtledove/#ref-for-element-attrdef-iframe-adauctionheaders%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-element-attributes%E2%91%A4", "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%A0%E2%93%AA", + "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%A4", - "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-representation%E2%91%A3", + "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%A4", + "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%A5", "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%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%A5", - "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%A6%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A2%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%93%AA", "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", @@ -6004,7 +6016,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%A4%E2%91%A8", + "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-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", @@ -6056,14 +6068,15 @@ "https://wicg.github.io/turtledove/#ad-auction-additional-bid-header", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-additional-bid%E2%91%A4", "https://wicg.github.io/turtledove/#http-headerdef-ad-auction-additional-bid", - "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-signed-additional-bid-with-metadata-seller-nonce%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-additional-bid%E2%91%A5", "https://wicg.github.io/turtledove/#ad-auction-result-header", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-result%E2%91%A1", "https://wicg.github.io/turtledove/#http-headerdef-ad-auction-result", "https://wicg.github.io/turtledove/#ref-for-section-5%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ad-auction-result-example", "https://wicg.github.io/turtledove/#ref-for-concept-http-fetch", "https://wicg.github.io/turtledove/#ref-for-concept-status", @@ -6084,17 +6097,17 @@ "https://wicg.github.io/turtledove/#ref-for-fetch-params-task-destination%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-document-window%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-node-navigable%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-traversable-navigable%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-traversable-navigable%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-update-captured-headers", "https://wicg.github.io/turtledove/#ref-for-traversable-navigable-captured-ad-auction-signals-headers%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-traversable-navigable-captured-ad-auction-additional-bids-headers", + "https://wicg.github.io/turtledove/#ref-for-traversable-navigable-captured-ad-auction-additional-bids-headers%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-traversable-navigable-captured-ad-auction-result-headers%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-response-header-list%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-request-url%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-url-origin%E2%91%A7", "https://wicg.github.io/turtledove/#concept-update-captured-headers", "https://wicg.github.io/turtledove/#ref-for-traversable-navigable-captured-ad-auction-signals-headers%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-traversable-navigable-captured-ad-auction-additional-bids-headers%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-traversable-navigable-captured-ad-auction-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%A3%E2%91%A6", @@ -6111,22 +6124,32 @@ "https://wicg.github.io/turtledove/#ref-for-dom-global-fetch%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A6", "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%A6", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%93%AA", "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%93%AA", + "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%A0", + "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-size%E2%91%A0%E2%91%A7", + "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%A1", + "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-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%A8%E2%91%A7", "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%A1", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A2", "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%A1%E2%91%A7", - "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-list-append%E2%91%A4%E2%91%A0", + "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/#handle-ad-auction-signals-header-value", "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%91%A3", @@ -6136,11 +6159,11 @@ "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A2", "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%A8%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%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-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", @@ -6154,10 +6177,10 @@ "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%A6%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-parse-an-https-origin%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A6", + "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%A3%E2%91%A7", "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", @@ -6225,17 +6248,17 @@ "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%A6%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A7", "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-string-concatenate%E2%91%A0%E2%91%A6", + "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-string-concatenate%E2%91%A0%E2%91%A7", + "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", "https://wicg.github.io/turtledove/#ref-for-dictdef-scoringbrowsersignals%E2%91%A1", @@ -6401,7 +6424,7 @@ "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%A8%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-interest-group-owner%E2%91%A7%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#interest-group-priority", @@ -6411,23 +6434,23 @@ "https://wicg.github.io/turtledove/#interest-group-enable-bidding-signals-prioritization", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#interest-group-priority-vector", - "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%A7", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A2%E2%91%A6", "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%A0", - "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%A0", + "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%A7", + "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%A2%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A2%E2%91%A7", "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%A1", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%93%AA", + "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%A2%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A0%E2%91%A1", @@ -6469,7 +6492,7 @@ "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%A3", - "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-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%A0%E2%91%A7", @@ -6477,7 +6500,7 @@ "https://wicg.github.io/turtledove/#interest-group-max-trusted-bidding-signals-url-length", "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%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%A2", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A4", "https://wicg.github.io/turtledove/#interest-group-ads", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A7", @@ -6486,18 +6509,18 @@ "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#interest-group-ad-sizes", - "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%A0", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A3", + "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%93%AA", + "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%A0", "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%A3", - "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%A4", + "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%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-map-getting-the-values%E2%91%A3%E2%91%A1", "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%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-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", @@ -6539,18 +6562,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%93%AA%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A8", "https://wicg.github.io/turtledove/#interest-group-ad-metadata", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#interest-group-ad-buyer-reporting-id", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A0", "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%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A1", "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", @@ -6562,7 +6585,7 @@ "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%A0", - "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/#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", @@ -6573,7 +6596,7 @@ "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%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-ascii-byte%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#previous-win", @@ -6595,12 +6618,12 @@ "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%A2", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A4", "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%A3", - "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A1%E2%91%A8", + "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-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", "https://wicg.github.io/turtledove/#ref-for-ascii-upper-alpha%E2%91%A1", @@ -6632,7 +6655,7 @@ "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A8", "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%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-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", @@ -6642,30 +6665,30 @@ "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%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-idl-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%93%AA", "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%A4", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%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-map-getting-the-keys%E2%91%A3%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%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-string%E2%91%A0%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-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%A5", - "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%A7%E2%91%A4", + "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%A0", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A5", + "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-scheme%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#auction-config-all-buyers-timeout", @@ -6673,12 +6696,12 @@ "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%A6", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A6", + "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%A5", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-key%E2%91%A1", @@ -6690,32 +6713,32 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-cumulative-timeouts%E2%91%A3", "https://wicg.github.io/turtledove/#auction-config-per-buyer-group-limits", - "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%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%A7", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A8", "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%93%AA", + "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%A4", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%93%AA", "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%A7%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%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%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A0", - "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%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A7%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%91%A0", + "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-values%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A2%E2%91%A8", "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%A0", - "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%A0%E2%91%A8", + "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%91%A1", + "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%A2", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-priority-signals%E2%91%A0", @@ -6728,12 +6751,12 @@ "https://wicg.github.io/turtledove/#ref-for-seller-capability%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A5%E2%91%A3", "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%A1", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-idl-bigint%E2%91%A7", "https://wicg.github.io/turtledove/#auction-config-auction-report-buyers", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A1", "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", @@ -6752,12 +6775,12 @@ "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%A3", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%91%A3", + "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%A2", "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%A4%E2%91%A3", "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%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-scheme%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A4", "https://wicg.github.io/turtledove/#auction-config-all-buyer-experiment-group-id", @@ -6783,8 +6806,8 @@ "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%A4", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%91%A5", + "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%A4", "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%A4%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-currency-tag%E2%91%A0%E2%93%AA", @@ -6792,17 +6815,17 @@ "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%A5", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%91%A6", + "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%A5", "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%A4%E2%91%A6", "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%A6", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A5", "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%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A2", "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", @@ -6811,21 +6834,25 @@ "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-componentauctions%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-navigator%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-createauctionnonce%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-calculate-expected-bid-nonce%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-auction-nonce%E2%91%A0", "https://wicg.github.io/turtledove/#auction-config-expects-additional-bids", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-additionalbids%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-reject%E2%91%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%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#auction-config-per-buyer-real-time-reporting-config", - "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-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%A5%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A4", "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", @@ -6893,21 +6920,21 @@ "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-auction-config-per-buyer-currencies%E2%91%A0%E2%93%AA", - "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%A8%E2%91%A7", "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%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-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%A0", "https://wicg.github.io/turtledove/#ref-for-auction-config-all-buyers-multi-bid-limit%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-multi-bid-limits%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A5%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-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%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-ordered-map%E2%91%A8%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A4%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A6", "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%A4%E2%91%A8", @@ -6915,8 +6942,8 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A5%E2%91%A4", "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%A0", - "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%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%A1", "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%93%AA", @@ -6950,7 +6977,7 @@ "https://wicg.github.io/turtledove/#http-headerdef-ad-auction-allow-trusted-scoring-signals-from", "https://wicg.github.io/turtledove/#ref-for-top%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%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-string%E2%91%A0%E2%91%A1%E2%91%A5", "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", @@ -6959,11 +6986,11 @@ "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%A3", "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-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/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A0", "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%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%A3", "https://wicg.github.io/turtledove/#fetch-script", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-environment-settings-object%E2%91%A0%E2%93%AA", @@ -7013,37 +7040,37 @@ "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%A6", "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%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-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%A0", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%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-string%E2%91%A0%E2%91%A1%E2%91%A8", "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%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-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-interest-group-name%E2%91%A3%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A1", "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%A3", - "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%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-interest-group-name%E2%91%A3%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-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%A2", "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%A4", - "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%93%AA%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A2", "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%93%AA", + "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%A3", "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%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A2", "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%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#trusted-bidding-signals-batcher-length-limit", "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#bidding-signals-per-interest-group-data", @@ -7058,16 +7085,16 @@ "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%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-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%A6", + "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-iterate%E2%91%A4%E2%91%A3", "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%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A8", "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%93%AA%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A3%E2%91%A8", + "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-iteration-continue%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A3%E2%91%A1", "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", @@ -7075,41 +7102,41 @@ "https://wicg.github.io/turtledove/#build-trusted-bidding-signals-url", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A0%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A4", "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%A3", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%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-string%E2%91%A0%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-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%A2", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%E2%91%A3", + "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-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%A2", - "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%A6", "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%A3", - "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%A7", "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%A6", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-serialize-an-integer", "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-concept-url-query%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A8", + "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%A0", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A7", - "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-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", @@ -7136,7 +7163,7 @@ "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%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-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", @@ -7157,10 +7184,10 @@ "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%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A1", "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%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-keys%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-ig-names%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-length-limit%E2%91%A1", @@ -7182,7 +7209,7 @@ "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request%E2%91%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%93%AA%E2%91%A8", + "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-script-fetcher%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A3", @@ -7207,10 +7234,10 @@ "https://wicg.github.io/turtledove/#trusted-scoring-signals-request-top-level-origin", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A3", "https://wicg.github.io/turtledove/#trusted-scoring-signals-request-render-url", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%93%AA", "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%A2%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A0", "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", @@ -7219,7 +7246,7 @@ "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A2%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%91%A0", "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%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/#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", @@ -7232,44 +7259,44 @@ "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%A0", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A2", "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%A5", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A1", "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%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-idl-unsigned-short%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A8", "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%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-list-append%E2%91%A5%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A4", "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%A4", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A5", "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%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%A6", "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%A5", - "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-append%E2%91%A5%E2%91%A8", "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%93%AA", + "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%93%AA", "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%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-ordered-set%E2%91%A1%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%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-list-iterate%E2%91%A0%E2%93%AA%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-base-url%E2%91%A0", @@ -7298,9 +7325,9 @@ "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%A0", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-url-length-limit%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A2%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A2%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-build-batched-trusted-scoring-signals-url", "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", @@ -7323,12 +7350,12 @@ "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%A2", + "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-trusted-scoring-signals-batcher-request-map%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%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-list-append%E2%91%A5%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A6%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-request-map%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-set-subset%E2%91%A0", @@ -7351,7 +7378,7 @@ "https://wicg.github.io/turtledove/#ref-for-list-contain%E2%91%A0%E2%91%A8", "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%A0", + "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-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", @@ -7360,7 +7387,7 @@ "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%A0%E2%91%A8", + "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%A2%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%91%A1", @@ -7377,7 +7404,7 @@ "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%A2", "https://wicg.github.io/turtledove/#generated-bid-ad", - "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/#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", @@ -7391,7 +7418,7 @@ "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%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-interest-group-ad-selectable-buyer-and-seller-reporting-ids%E2%91%A0%E2%91%A0", "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", @@ -7433,7 +7460,7 @@ "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3%E2%91%A6", "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%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-generated-bid-target-number-of-ad-components%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-list-remove%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A1%E2%93%AA", @@ -7448,9 +7475,9 @@ "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%A6", - "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%91%A0", "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%A0", + "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-generated-bid-target-number-of-ad-components%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-apply-any-component-ads-target-to-a-bid%E2%91%A0", @@ -7463,8 +7490,8 @@ "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-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%93%AA", - "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-append%E2%91%A6%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A7", "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%A2", "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A2%E2%91%A1", @@ -7475,10 +7502,10 @@ "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%A0", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A6%E2%91%A2", "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%A1", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A6%E2%91%A3", "https://wicg.github.io/turtledove/#bid-debug-reporting-info", "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", @@ -7532,13 +7559,13 @@ "https://wicg.github.io/turtledove/#ad-size-width", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ad-size-width-units", - "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/#ad-size-height", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#ad-size-height-units", - "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/#parse-an-adrender-ad-size", - "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%A8", "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", @@ -7550,11 +7577,11 @@ "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/#ad-keyword-replacement-match", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A0", "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%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A1", "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", @@ -7565,27 +7592,38 @@ "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%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%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A2", "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%A3", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%91%A8", "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%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-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%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-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%A1", - "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%A0", + "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-origin%E2%91%A8%E2%93%AA", "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%A4%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-string%E2%91%A0%E2%91%A4%E2%91%A5", + "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-scheme%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A5", "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%A4", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A6%E2%93%AA", + "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%A6", + "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%A7", + "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%A4%E2%91%A8", + "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", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A3%E2%91%A7", @@ -7622,13 +7660,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%A5%E2%91%A4", + "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-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%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/#leading-bid-info-top-score", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#leading-bid-info-top-non-k-anon-enforced-score", @@ -7654,7 +7692,7 @@ "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%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%A4%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#leading-bid-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-leading-bid-info-leading-bid%E2%91%A2%E2%91%A2", @@ -7671,28 +7709,28 @@ "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%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/#reporting-result-report-url", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupreportingscriptrunnerglobalscope-sendreportto%E2%91%A0", "https://wicg.github.io/turtledove/#reporting-result-reporting-beacon-map", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A5", + "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%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5%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-concept-url%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupreportingscriptrunnerglobalscope-registeradbeacon%E2%91%A0", "https://wicg.github.io/turtledove/#reporting-result-reporting-macro-map", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A0%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4%E2%91%A6", + "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-map-getting-the-keys%E2%91%A5%E2%91%A6", + "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%A5%E2%91%A7", - "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%91%A2", "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%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/#auction-report-info-debug-win-report-urls", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%91%A5", @@ -7700,22 +7738,22 @@ "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%A0%E2%91%A7", - "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%A3", "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%A4", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A8", + "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%A7", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A8%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/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A7", "https://wicg.github.io/turtledove/#real-time-reporting-contribution", - "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%91%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/#real-time-reporting-contribution-bucket", "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-number-of-user-buckets%E2%91%A8", @@ -7726,7 +7764,7 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A0%E2%91%A6", "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%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5%E2%91%A4", "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", @@ -7737,8 +7775,8 @@ "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%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/#auction-data-config-publisher", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A8%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A0%E2%91%A7", @@ -7755,14 +7793,14 @@ "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%A5", - "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A6%E2%93%AA", + "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%A8", "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%A6%E2%93%AA", "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%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/#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/#privacy-considerations", diff --git a/ed/ids/web-animations-2.json b/ed/ids/web-animations-2.json index 7a647bb50ce6..d1601d6044b6 100644 --- a/ed/ids/web-animations-2.json +++ b/ed/ids/web-animations-2.json @@ -1449,19 +1449,19 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-groupeffect%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-sequenceeffect%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#the-keyframeeffect-interface", - "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", "https://drafts.csswg.org/web-animations-2/#ref-for-keyframeeffect", "https://drafts.csswg.org/web-animations-2/#ref-for-enumdef-iterationcompositeoperation", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-iterationcomposite", "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-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%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-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", + "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", @@ -1519,7 +1519,7 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#dom-effectcallback-animation", "https://drafts.csswg.org/web-animations-2/#ref-for-callbackdef-effectcallback%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A3", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-progress%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-effect-target-target-element%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-effect-target-target-element%E2%91%A5", diff --git a/ed/ids/webauthn-3.json b/ed/ids/webauthn-3.json index 45d60ea8f904..3f97cb219ab1 100644 --- a/ed/ids/webauthn-3.json +++ b/ed/ids/webauthn-3.json @@ -4690,26 +4690,6 @@ "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialparameters-alg%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-list-item%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-pubkeycredparams%E2%91%A5", - "https://w3c.github.io/webauthn/#reg-ceremony-verify-extension-outputs", - "https://w3c.github.io/webauthn/#ref-for-client-extension-output%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-authenticator-extension-output%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-authdata-extensions%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-extensions%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-extensions%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%93%AA", - "https://w3c.github.io/webauthn/#ref-for-authenticator-extension%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-client-extension%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-authenticator-extension-output%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-client-extension-output%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-extensions%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%93%AA", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A8%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A1", "https://w3c.github.io/webauthn/#reg-ceremony-verify-attestation", "https://w3c.github.io/webauthn/#ref-for-attestation-statement%E2%91%A2%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-attestation-signature%E2%91%A8", @@ -4724,19 +4704,19 @@ "https://w3c.github.io/webauthn/#ref-for-verification-procedure%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-none%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-none%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-self-attestation%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-self-attestation%E2%91%A0%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-attestation-trust-path%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-verification-procedure%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authdata-attestedcredentialdata-credentialid%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-authdata-attestedcredentialdata-credentialid%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authdata-attestedcredentialdata-credentialid%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A0%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A2%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A2%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-attestation-type%E2%91%A0%E2%91%A5", @@ -4745,7 +4725,7 @@ "https://w3c.github.io/webauthn/#ref-for-registration%E2%91%A0%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A3%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-credential-public-key%E2%91%A2%E2%93%AA", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-discoverable-credential%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#reg-ceremony-store-credential-record", "https://w3c.github.io/webauthn/#ref-for-credential-record%E2%91%A0%E2%91%A0", @@ -4756,7 +4736,7 @@ "https://w3c.github.io/webauthn/#ref-for-abstract-opdef-credential-record-id%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-dom-credential-id%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredential-rawid%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-abstract-opdef-credential-record-publickey", "https://w3c.github.io/webauthn/#ref-for-credential-public-key%E2%91%A2%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-abstract-opdef-credential-record-signcount", @@ -4782,25 +4762,45 @@ "https://w3c.github.io/webauthn/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-dom-authenticationextensionsclientoutputs-credprops", "https://w3c.github.io/webauthn/#ref-for-dom-credentialpropertiesoutput-authenticatordisplayname%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-attestation-statement%E2%91%A2%E2%91%A7", + "https://w3c.github.io/webauthn/#reg-ceremony-verify-extension-outputs", + "https://w3c.github.io/webauthn/#ref-for-client-extension-output%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-authenticator-extension-output%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-authdata-extensions%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-webauthn-extensions%E2%91%A0%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A8%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-authenticator-extension%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-client-extension%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-authenticator-extension-output%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-client-extension-output%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-extensions%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%93%AA", - "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A0%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A8%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A0%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A3%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-self-attestation%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A4%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-attestation-object%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A6", "https://w3c.github.io/webauthn/#sctn-verifying-assertion", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-dictdef-credentialrequestoptions%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-dom-credentialrequestoptions-publickey%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredential-response%E2%91%A5", @@ -4843,20 +4843,20 @@ "https://w3c.github.io/webauthn/#rp-op-verifying-assertion-step-origin", "https://w3c.github.io/webauthn/#ref-for-dom-collectedclientdata-origin%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-concept-origin%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-dom-collectedclientdata-crossorigin%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-same-origin-with-its-ancestors%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-same-origin-with-its-ancestors%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-concept-origin%E2%91%A0%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A2", "https://w3c.github.io/webauthn/#rp-op-verifying-assertion-step-rpid-hash", "https://w3c.github.io/webauthn/#ref-for-authdata-rpidhash%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-rp-id%E2%91%A3%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-appid%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-authdata-flags-up%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authdata-flags%E2%91%A3%E2%91%A5", @@ -4873,7 +4873,7 @@ "https://w3c.github.io/webauthn/#ref-for-authdata-flags%E2%91%A3%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-authdata-flags-bs%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-backup-state%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authdata-flags-be%E2%91%A0%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-authdata-flags-bs%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-authdata-flags%E2%91%A4%E2%93%AA", @@ -4881,30 +4881,10 @@ "https://w3c.github.io/webauthn/#ref-for-abstract-opdef-credential-record-backupstate%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-abstract-opdef-credential-record-backupeligible%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-abstract-opdef-credential-record-backupeligible%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-authdata-flags-bs%E2%91%A0%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-authdata-flags%E2%91%A4%E2%91%A0", - "https://w3c.github.io/webauthn/#authn-ceremony-verify-extension-outputs", - "https://w3c.github.io/webauthn/#ref-for-client-extension-output%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-authenticator-extension-output%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-authdata-extensions%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-extensions%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-extensions%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-authenticator-extension%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-client-extension%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-authenticator-extension-output%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-client-extension-output%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-extensions%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A8%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-authdata-flags-bs%E2%91%A0%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-authdata-flags%E2%91%A4%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-abstract-opdef-credential-record-publickey%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-authdata-signcount%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-abstract-opdef-credential-record-signcount%E2%91%A0", @@ -4912,12 +4892,12 @@ "https://w3c.github.io/webauthn/#ref-for-abstract-opdef-credential-record-signcount%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-abstract-opdef-credential-record-signcount%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-credential-private-key%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-abstract-opdef-credential-record-signcount%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A0", "https://w3c.github.io/webauthn/#authn-ceremony-update-credential-record", "https://w3c.github.io/webauthn/#ref-for-abstract-opdef-credential-record-signcount%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authdata-signcount%E2%91%A7", @@ -4934,8 +4914,28 @@ "https://w3c.github.io/webauthn/#ref-for-abstract-opdef-credential-record-authenticatordisplayname%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-dom-authenticationextensionsclientoutputs-credprops%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-dom-credentialpropertiesoutput-authenticatordisplayname%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A4", + "https://w3c.github.io/webauthn/#authn-ceremony-verify-extension-outputs", + "https://w3c.github.io/webauthn/#ref-for-client-extension-output%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-authenticator-extension-output%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-authdata-extensions%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-webauthn-extensions%E2%91%A0%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A8%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-authenticator-extension%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-client-extension%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-authenticator-extension-output%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-client-extension-output%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-extensions%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A8%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A6", "https://w3c.github.io/webauthn/#sctn-defined-attestation-formats", @@ -4973,8 +4973,8 @@ "https://w3c.github.io/webauthn/#ref-for-self%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-attestation-trust-path%E2%91%A3", "https://w3c.github.io/webauthn/#sctn-packed-attestation-cert-requirements", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-attestation-object%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#sctn-enterprise-packed-attestation-cert-requirements", "https://w3c.github.io/webauthn/#sctn-tpm-attestation", @@ -5035,7 +5035,7 @@ "https://w3c.github.io/webauthn/#ref-for-basic%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-attca%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-attestation-signature%E2%91%A0%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A8%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-credential-public-key%E2%91%A2%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-authdata-attestedcredentialdata%E2%91%A0%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-authenticator-data-for-the-attestation%E2%91%A4", @@ -5084,8 +5084,8 @@ "https://w3c.github.io/webauthn/#ref-for-verification-procedure%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-attestation-statement-format-identifier%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-verification-procedure-inputs%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-list-item%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-verification-procedure%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#sctn-extensions", @@ -5106,16 +5106,16 @@ "https://w3c.github.io/webauthn/#ref-for-authentication-assertion%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A4%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-webauthn-authenticator%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%93%AA", - "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authentication-extension%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-registration-extension%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A8%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-client-extension-processing%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-client-data%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-extension-identifier%E2%91%A0%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-client-extension-output%E2%91%A0%E2%93%AA", @@ -5132,7 +5132,7 @@ "https://w3c.github.io/webauthn/#ref-for-client-extension-processing%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-cbor%E2%91%A0%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-authenticator-extension-input%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-registration-extension%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A4", @@ -5152,20 +5152,20 @@ "https://w3c.github.io/webauthn/#ref-for-authenticator-extension-output%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-unsigned-extension-outputs%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-client-extension-output%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-webauthn-extensions%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-webauthn-extensions%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-webauthn-extensions%E2%91%A0%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-webauthn-extensions%E2%91%A0%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-authenticator-extension-input%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-webauthn-extensions%E2%91%A0%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-webauthn-extensions%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#sctn-extension-id", "https://w3c.github.io/webauthn/#extension-identifier", "https://w3c.github.io/webauthn/#sctn-extension-specification", "https://w3c.github.io/webauthn/#ref-for-extension-identifier%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A0%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-client-extension-processing%E2%91%A0%E2%93%AA", @@ -5183,7 +5183,7 @@ "https://w3c.github.io/webauthn/#ref-for-client-extension-output%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A4%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authenticator-extension-output%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-client-extension-output%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authenticator-extension%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-authenticator-extension-output%E2%91%A0%E2%91%A1", @@ -5195,26 +5195,26 @@ "https://w3c.github.io/webauthn/#ref-for-cbor%E2%91%A0%E2%91%A5", "https://w3c.github.io/webauthn/#authenticator-extension-input", "https://w3c.github.io/webauthn/#ref-for-authenticator-extension%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-extensions%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-extensions%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-extension-identifier%E2%91%A0%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A0%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A0%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-extension-identifier%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#example-5335c503", - "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A0%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A0%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A0%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A0%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-authenticator-extension-input%E2%91%A0%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-authenticator-extension-input%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A0%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-cddl%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-section-3.9", "https://w3c.github.io/webauthn/#ref-for-extension-identifier%E2%91%A0%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A0%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authenticator-extension-input%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-extension-identifier%E2%91%A0%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authenticator-extension-input%E2%91%A0%E2%91%A2", @@ -5222,19 +5222,19 @@ "https://w3c.github.io/webauthn/#example-c42718c0", "https://w3c.github.io/webauthn/#sctn-client-extension-processing", "https://w3c.github.io/webauthn/#client-extension-processing", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A0%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-client-extension%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-ordered-map%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-extension-identifier%E2%91%A0%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A0%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A0%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-client-extension-output%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredential-getclientextensionresults%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-extension-identifier%E2%91%A0%E2%91%A7", "https://w3c.github.io/webauthn/#client-extension-output", - "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A0%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-client-extension-output%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A1%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-client-extension-input%E2%91%A0%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-cbor%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-authenticator-extension-input%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-cbor%E2%91%A0%E2%91%A7", @@ -5261,7 +5261,7 @@ "https://w3c.github.io/webauthn/#ref-for-authenticator-data%E2%91%A4%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-extension-identifier%E2%91%A1%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-authenticator-data%E2%91%A4%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-unsigned-extension-outputs%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authenticatormakecredential%E2%91%A0%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-authenticatorgetassertion%E2%91%A0%E2%91%A8", @@ -5276,12 +5276,12 @@ "https://w3c.github.io/webauthn/#appid", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A4%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-assertion%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-scope%E2%91%A0%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-scope%E2%91%A0%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-rp-id%E2%91%A3%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-dom-authenticationextensionsclientinputs-appid", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-authentication%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A8", @@ -5298,8 +5298,8 @@ "https://w3c.github.io/webauthn/#ref-for-authdata-rpidhash%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-rp-id%E2%91%A3%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-dom-authenticationextensionsclientinputs-appid%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-rp-id%E2%91%A4%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-rp-id%E2%91%A4%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-authentication-extension%E2%91%A7", @@ -5316,7 +5316,7 @@ "https://w3c.github.io/webauthn/#ref-for-rp-id%E2%91%A4%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-determining-if-a-caller-s-facetid-is-authorized-for-an-appid%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-same-site", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authdata-rpidhash%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-rp-id%E2%91%A4%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-dictdef-authenticationextensionsclientoutputs%E2%91%A4", @@ -5324,9 +5324,9 @@ "https://w3c.github.io/webauthn/#dom-authenticationextensionsclientoutputs-appid", "https://w3c.github.io/webauthn/#sctn-appid-exclude-extension", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A4%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-base64url-encoding%E2%91%A1%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A7", @@ -5350,7 +5350,7 @@ "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-invalidstateerror%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-dictdef-authenticationextensionsclientoutputs%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-idl-boolean%E2%91%A7", "https://w3c.github.io/webauthn/#dom-authenticationextensionsclientoutputs-appidexclude", @@ -5360,12 +5360,12 @@ "https://w3c.github.io/webauthn/#ref-for-registration-extension%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-authentication-extension%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-credential-properties%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A4%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-registration-extension%E2%91%A0%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-authentication-extension%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-idl-boolean%E2%91%A8", "https://w3c.github.io/webauthn/#dom-authenticationextensionsclientinputs-credprops", @@ -5397,11 +5397,11 @@ "https://w3c.github.io/webauthn/#ref-for-server-side-credential%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-discoverable-credential%E2%91%A0%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-dom-credentialpropertiesoutput-rk%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-dom-credentialpropertiesoutput-rk%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-dom-credentialpropertiesoutput-rk%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-non-discoverable-credential%E2%91%A3", @@ -5409,22 +5409,22 @@ "https://w3c.github.io/webauthn/#ref-for-idl-DOMString%E2%91%A6%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-human-palatability%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-public-key-credential-source-managing-authenticator%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A0%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-public-key-credential-source-managing-authenticator%E2%91%A0%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-abstract-opdef-credential-record-authenticatordisplayname%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-struct-item%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-credential-record%E2%91%A0%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-dom-credentialpropertiesoutput-authenticatordisplayname%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-abstract-opdef-credential-record-authenticatordisplayname%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-credential-record%E2%91%A0%E2%91%A8", @@ -5433,7 +5433,7 @@ "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-abstract-opdef-credential-record-authenticatordisplayname%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-credential-record%E2%91%A1%E2%93%AA", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-abstract-opdef-credential-record-authenticatordisplayname%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-credential-record%E2%91%A1%E2%91%A0", "https://w3c.github.io/webauthn/#prf-extension", @@ -5441,7 +5441,7 @@ "https://w3c.github.io/webauthn/#ref-for-client-extension%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-registration-extension%E2%91%A0%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-authentication-extension%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-concept-credential%E2%91%A1%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-BufferSource%E2%91%A0%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-BufferSource%E2%91%A0%E2%91%A0", @@ -5454,7 +5454,7 @@ "https://w3c.github.io/webauthn/#ref-for-user-verification%E2%91%A4%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-enumdef-userverificationrequirement%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%93%AA", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-registration-extension%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-authentication-extension%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#dictdef-authenticationextensionsprfvalues", @@ -5526,7 +5526,7 @@ "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-dom-authenticationextensionsprfoutputs-results%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-prf", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A6", "https://w3c.github.io/webauthn/#dictdef-authenticationextensionsprfoutputs", "https://w3c.github.io/webauthn/#ref-for-idl-boolean%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-dom-authenticationextensionsprfoutputs-enabled%E2%91%A1", @@ -5597,13 +5597,13 @@ "https://w3c.github.io/webauthn/#ref-for-client-extension%E2%91%A0%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-registration-extension%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authentication-extension%E2%91%A0%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-registration-extension%E2%91%A0%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-registration-extension%E2%91%A0%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authentication-extension%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authenticatorLargeBlobs", @@ -5637,11 +5637,11 @@ "https://w3c.github.io/webauthn/#ref-for-registration-extension%E2%91%A0%E2%91%A7", "https://w3c.github.io/webauthn/#dom-authenticationextensionslargeblobinputs-read", "https://w3c.github.io/webauthn/#ref-for-idl-boolean%E2%91%A0%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-authentication-extension%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#dom-authenticationextensionslargeblobinputs-write", "https://w3c.github.io/webauthn/#ref-for-BufferSource%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authentication-extension%E2%91%A0%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-registration-extension%E2%91%A0%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-dom-authenticationextensionslargeblobinputs-read%E2%91%A0", @@ -5708,7 +5708,7 @@ "https://w3c.github.io/webauthn/#ref-for-dom-authenticationextensionslargeblobinputs-write%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-largeblob%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A4", "https://w3c.github.io/webauthn/#sctn-defined-authenticator-extensions", "https://w3c.github.io/webauthn/#ref-for-client-extension%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-authenticator-extension%E2%91%A0%E2%91%A1", @@ -6098,13 +6098,13 @@ "https://w3c.github.io/webauthn/#ref-for-client-extension%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-registration-extension%E2%91%A1%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-concept-credential%E2%91%A1%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A5%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-web-application%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-client-extension%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-registration-extension%E2%91%A1%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-authentication-extension%E2%91%A1%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A5", "https://w3c.github.io/webauthn/#sctn-security-considerations", "https://w3c.github.io/webauthn/#ref-for-web-authentication-api%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-registration%E2%91%A1%E2%91%A1", @@ -6112,18 +6112,18 @@ "https://w3c.github.io/webauthn/#ref-for-ceremony%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-webauthn-authenticator%E2%91%A0%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A5%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-web-application%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-webauthn-client%E2%91%A1%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-attestation%E2%91%A1%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%93%AA", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%93%AA", "https://w3c.github.io/webauthn/#sctn-credentialIdSecurity", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A3%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-authentication-assertion%E2%91%A0%E2%91%A3", @@ -6137,8 +6137,8 @@ "https://w3c.github.io/webauthn/#sctn-client-authenticator-proximity", "https://w3c.github.io/webauthn/#ref-for-authenticator-model%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-roaming-authenticators%E2%91%A1%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-af%E2%91%A1%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-af%E2%91%A1%E2%91%A5", @@ -6147,23 +6147,23 @@ "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-concept-user-present%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-scope%E2%91%A1%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-concept-credential%E2%91%A1%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-scope%E2%91%A1%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-authentication-assertion%E2%91%A0%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-authentication-assertion%E2%91%A0%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-scope%E2%91%A1%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A0", @@ -6190,48 +6190,48 @@ "https://w3c.github.io/webauthn/#ref-for-attestation-certificate%E2%91%A0%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-webauthn-authenticator%E2%91%A0%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-webauthn-authenticator%E2%91%A0%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-attestation-statement%E2%91%A3%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-webauthn-authenticator%E2%91%A0%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A3", "https://w3c.github.io/webauthn/#sctn-security-considerations-rp", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A4", "https://w3c.github.io/webauthn/#sctn-rp-benefits", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A5%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-attestation-statement%E2%91%A3%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-page-186", "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A1%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-user-verification%E2%91%A4%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A0", "https://w3c.github.io/webauthn/#sctn-seccons-visibility", "https://w3c.github.io/webauthn/#ref-for-the-iframe-element%E2%91%A2", "https://w3c.github.io/webauthn/#ui-redressing", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-ui-redressing%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%93%AA", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A4", "https://w3c.github.io/webauthn/#sctn-cryptographic-challenges", "https://w3c.github.io/webauthn/#ref-for-dictdef-publickeycredentialcreationoptions%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-challenge%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-challenge%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-dom-collectedclientdata-challenge%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-recommended-range-and-default-for-a-webauthn-ceremony-timeout%E2%91%A1", "https://w3c.github.io/webauthn/#sctn-attestation-limitations", "https://w3c.github.io/webauthn/#ref-for-attestation-statement%E2%91%A3%E2%91%A1", @@ -6240,12 +6240,12 @@ "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-credential-private-key%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-attestation-statement%E2%91%A3%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-attestation-object%E2%91%A0%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-page-186%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-attestation-object%E2%91%A0%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-page-186%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A1%E2%91%A2", @@ -6261,30 +6261,30 @@ "https://w3c.github.io/webauthn/#ref-for-credential-public-key%E2%91%A2%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authentication-assertion%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-scope%E2%91%A1%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-credential-public-key%E2%91%A2%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-attestation-type%E2%91%A1%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-self-attestation%E2%91%A0%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-none%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-page-186%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-page-186%E2%91%A5", "https://w3c.github.io/webauthn/#sctn-revoked-attestation-certificates", "https://w3c.github.io/webauthn/#ref-for-attestation-certificate%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-self-attestation%E2%91%A1%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A5%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-attestation-certificate%E2%91%A0%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-registration%E2%91%A1%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A5%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-registration%E2%91%A1%E2%91%A3", @@ -6299,16 +6299,16 @@ "https://w3c.github.io/webauthn/#ref-for-bound-credential%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A5%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A5%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-platform-credential%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-client-device%E2%91%A3%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-roaming-credential%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-client-device%E2%91%A3%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A5%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-user-account%E2%91%A2%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-user%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A0%E2%93%AA", @@ -6316,7 +6316,7 @@ "https://w3c.github.io/webauthn/#ref-for-bound-credential%E2%91%A0%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A2", "https://w3c.github.io/webauthn/#sctn-unprotected-account-detection", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-list-empty%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A7", @@ -6324,7 +6324,7 @@ "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-user-account%E2%91%A2%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-user-account%E2%91%A2%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-user-account%E2%91%A2%E2%91%A8", @@ -6333,48 +6333,48 @@ "https://w3c.github.io/webauthn/#sctn-code-injection", "https://w3c.github.io/webauthn/#ref-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-scope%E2%91%A1%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A5%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-webauthn-client%E2%91%A1%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-secure-context%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-scope%E2%91%A1%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-concept-credential%E2%91%A1%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-scope%E2%91%A1%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-rp-id%E2%91%A4%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-concept-credential%E2%91%A1%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-scope%E2%91%A1%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-rp-id%E2%91%A4%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-dom-collectedclientdata-origin%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-page-186%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-authentication-assertion%E2%91%A0%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-dom-collectedclientdata-origin%E2%91%A0%E2%93%AA", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-dom-collectedclientdata-origin%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised%E2%91%A0%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-scope%E2%91%A1%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A6%E2%93%AA", "https://w3c.github.io/webauthn/#sctn-validating-origin", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-dom-collectedclientdata-origin%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-client-data%E2%91%A0%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-dom-collectedclientdata-origin%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-concept-credential%E2%91%A2%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-scope%E2%91%A1%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-rp-id%E2%91%A4%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-scope%E2%91%A2%E2%93%AA", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-dom-collectedclientdata-origin%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-dom-collectedclientdata-origin%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-rp-id%E2%91%A4%E2%91%A7", @@ -6385,13 +6385,13 @@ "https://w3c.github.io/webauthn/#ref-for-rp-id%E2%91%A5%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-rp-id%E2%91%A5%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-dom-collectedclientdata-origin%E2%91%A0%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-dom-collectedclientdata-origin%E2%91%A1%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-client-data%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-the-iframe-element%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-dom-collectedclientdata-origin%E2%91%A1%E2%91%A0", @@ -6402,8 +6402,8 @@ "https://w3c.github.io/webauthn/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%91%A7", "https://w3c.github.io/webauthn/#sctn-privacy-considerations", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%93%AA", "https://w3c.github.io/webauthn/#sctn-privacy-attacks", "https://w3c.github.io/webauthn/#ref-for-web-authentication-api%E2%91%A0%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-web-authentication-api%E2%91%A0%E2%91%A8", @@ -6411,94 +6411,94 @@ "https://w3c.github.io/webauthn/#ref-for-credential-public-key%E2%91%A2%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A6%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-credential-private-key%E2%91%A1%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-user-handle%E2%91%A1%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-user-verification%E2%91%A4%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-platform-authenticators%E2%91%A2%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-attestation-statement%E2%91%A3%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-registration%E2%91%A1%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A6", "https://w3c.github.io/webauthn/#sctn-non-correlatable-credentials", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A6%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A4%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-credential-public-key%E2%91%A2%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A6%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A4%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-credential-public-key%E2%91%A3%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-credential-key-pair%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A6%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-scope%E2%91%A2%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A6%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A6%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A4%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-credential-public-key%E2%91%A3%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A6%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-attestation-certificate%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-client-side-discoverable-public-key-credential-source%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-user-handle%E2%91%A1%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A6%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authentication%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-user-account%E2%91%A3%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A7", "https://w3c.github.io/webauthn/#sctn-biometric-privacy", "https://w3c.github.io/webauthn/#ref-for-biometric-recognition%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-biometric-authenticator%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-biometric-recognition%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-platform-authenticators%E2%91%A2%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A6%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-user-verification%E2%91%A4%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-registration%E2%91%A1%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authentication%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A6%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-biometric-recognition%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-biometric-authenticator%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-user-verification%E2%91%A5%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-authdata-flags-uv%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-authdata-flags%E2%91%A4%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-assertion%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#sctn-privacy-considerations-authenticator", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A8", "https://w3c.github.io/webauthn/#sctn-attestation-privacy", @@ -6533,8 +6533,8 @@ "https://w3c.github.io/webauthn/#ref-for-anonymization-ca%E2%91%A8", "https://w3c.github.io/webauthn/#sctn-pii-privacy", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A1%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A2%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A2%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-concept-credential%E2%91%A2%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A1%E2%91%A5", @@ -6551,25 +6551,25 @@ "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A0", "https://w3c.github.io/webauthn/#sctn-privacy-considerations-client", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A2%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A2%E2%91%A1", "https://w3c.github.io/webauthn/#sctn-make-credential-privacy", "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredential-create-slot%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A6%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A6%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-bound-credential%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A6%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-platform-authenticators%E2%91%A2%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-ceremony%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A7%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A4", @@ -6579,20 +6579,20 @@ "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A6%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A7%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A7%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A7%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A2%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A7%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-contains%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-concept-credential%E2%91%A2%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A2%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A2%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-ceremony%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A7%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A1", @@ -6609,41 +6609,41 @@ "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredential-getclientcapabilities%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A6%E2%91%A4", "https://w3c.github.io/webauthn/#sctn-privacy-considerations-rp", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A0", "https://w3c.github.io/webauthn/#sctn-user-handle-privacy", "https://w3c.github.io/webauthn/#ref-for-user-handle%E2%91%A1%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-user-handle%E2%91%A1%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-user-verification%E2%91%A5%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-user-handle%E2%91%A2%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-page-258", "https://w3c.github.io/webauthn/#ref-for-page-258%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-user-handle%E2%91%A2%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-user-account%E2%91%A3%E2%91%A1", "https://w3c.github.io/webauthn/#sctn-username-enumeration", "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A1%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A4%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A6%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authentication%E2%91%A0%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-ceremony%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-user-account%E2%91%A3%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A1%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A1%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-user-account%E2%91%A3%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A1%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A1%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A1%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A1%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A1%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A2", @@ -6651,14 +6651,14 @@ "https://w3c.github.io/webauthn/#ref-for-dom-credentialscontainer-get%E2%91%A3%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authenticatorassertionresponse%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-ceremony%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#sctn-credential-id-privacy-leak", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-list-empty%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A4", @@ -6666,22 +6666,22 @@ "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A4%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A4%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A4%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A4%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A4%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A4%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-client-side-discoverable-credential%E2%91%A0%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A3%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A5%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-signal-methods%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A5%E2%91%A0", @@ -6695,7 +6695,7 @@ "https://w3c.github.io/webauthn/#ref-for-roaming-authenticators%E2%91%A1%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-platform-authenticators%E2%91%A2%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-roaming-authenticators%E2%91%A1%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A3%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-registration%E2%91%A1%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-authorization-gesture%E2%91%A1%E2%91%A8", "https://w3c.github.io/webauthn/#sctn-timeout-recommended-range", @@ -6704,9 +6704,9 @@ "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-timeout%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-timeout%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A3%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A6", "https://w3c.github.io/webauthn/#recommended-range-and-default-for-a-webauthn-ceremony-timeout", "https://w3c.github.io/webauthn/#sctn-acknowledgements", "https://w3c.github.io/webauthn/#ref-for-registration%E2%91%A1%E2%91%A7", diff --git a/ed/index.json b/ed/index.json index 8322176e233a..00186ab79dbb 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-11-13T12:48:32.951Z", + "date": "2024-11-13T18:47:14.934Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -1323,9 +1323,9 @@ ], "crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html", "crawlCacheInfo": { - "lastModified": "Tue, 12 Nov 2024 15:16:07 GMT" + "lastModified": "Wed, 13 Nov 2024 16:41:25 GMT" }, - "date": "12 November 2024", + "date": "13 November 2024", "algorithms": "algorithms/no-vary-search.json", "links": "links/no-vary-search.json", "refs": "refs/no-vary-search.json", @@ -1371,9 +1371,9 @@ ], "crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html", "crawlCacheInfo": { - "lastModified": "Tue, 12 Nov 2024 15:16:07 GMT" + "lastModified": "Wed, 13 Nov 2024 16:41:25 GMT" }, - "date": "12 November 2024", + "date": "13 November 2024", "algorithms": "algorithms/rfc6265bis.json", "links": "links/rfc6265bis.json", "refs": "refs/rfc6265bis.json", @@ -1645,11 +1645,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "16 September 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-backgrounds-4.json", "refs": "refs/css-backgrounds-4.json", "css": "css/css-backgrounds-4.json", @@ -1705,11 +1705,11 @@ ], "crawled": "https://drafts.csswg.org/css-borders-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "2 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-borders-4.json", "refs": "refs/css-borders-4.json", "css": "css/css-borders.json", @@ -1766,11 +1766,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-6/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "15 September 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-color-6.json", "refs": "refs/css-color-6.json", "css": "css/css-color-6.json", @@ -1823,11 +1823,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-hdr-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "31 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-color-hdr-1.json", "links": "links/css-color-hdr-1.json", "refs": "refs/css-color-hdr-1.json", @@ -1878,11 +1878,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-values-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "21 February 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-conditional-values-1.json", "refs": "refs/css-conditional-values-1.json", "css": "css/css-conditional-values.json", @@ -1939,11 +1939,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "13 June 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-display-4.json", "refs": "refs/css-display-4.json", "css": "css/css-display.json", @@ -1999,11 +1999,11 @@ ], "crawled": "https://drafts.csswg.org/css-env-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:05 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-env-1.json", "links": "links/css-env-1.json", "refs": "refs/css-env-1.json", @@ -2054,11 +2054,11 @@ ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-extensions-1.json", "refs": "refs/css-extensions-1.json", "css": "css/css-extensions.json", @@ -2108,11 +2108,11 @@ ], "crawled": "https://drafts.csswg.org/css-forms-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-forms-1.json", "refs": "refs/css-forms-1.json", "css": "css/css-forms.json", @@ -2169,11 +2169,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-gcpm-4.json", "refs": "refs/css-gcpm-4.json", "css": "css/css-gcpm-4.json", @@ -2230,11 +2230,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-5/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-images-5.json", "refs": "refs/css-images-5.json", "css": "css/css-images-5.json", @@ -2284,11 +2284,11 @@ ], "crawled": "https://drafts.csswg.org/css-link-params-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-link-params-1.json", "refs": "refs/css-link-params-1.json", "css": "css/css-link-params.json", @@ -2338,11 +2338,11 @@ ], "crawled": "https://drafts.csswg.org/css-mixins-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-mixins-1.json", "links": "links/css-mixins-1.json", "refs": "refs/css-mixins-1.json", @@ -2401,11 +2401,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:05 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "5 October 2021", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-multicol-2.json", "refs": "refs/css-multicol-2.json", "css": "css/css-multicol-2.json", @@ -2462,11 +2462,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-5/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "12 November 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-overflow-5.json", "links": "links/css-overflow-5.json", "refs": "refs/css-overflow-5.json", @@ -2524,11 +2524,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "12 May 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-page-4.json", "refs": "refs/css-page-4.json", "dfns": "dfns/css-page-4.json", @@ -2584,11 +2584,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "29 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-position-4.json", "links": "links/css-position-4.json", "refs": "refs/css-position-4.json", @@ -2646,11 +2646,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "22 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-shapes-2.json", "refs": "refs/css-shapes-2.json", "css": "css/css-shapes-2.json", @@ -2706,11 +2706,11 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-size-adjust-1.json", "refs": "refs/css-size-adjust-1.json", "css": "css/css-size-adjust.json", @@ -2767,11 +2767,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-2/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "27 February 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-variables-2.json", "links": "links/css-variables-2.json", "refs": "refs/css-variables-2.json", @@ -2829,11 +2829,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-5/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "24 September 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/selectors-5.json", "refs": "refs/selectors-5.json", "css": "css/selectors-5.json", @@ -7597,9 +7597,9 @@ ], "crawled": "https://tc39.es/proposal-intl-duration-format/", "crawlCacheInfo": { - "lastModified": "Tue, 12 Nov 2024 17:23:03 GMT" + "lastModified": "Wed, 13 Nov 2024 15:27:08 GMT" }, - "date": "12 November 2024", + "date": "13 November 2024", "links": "links/tc39-intl-duration-format.json", "headings": "headings/tc39-intl-duration-format.json", "ids": "ids/tc39-intl-duration-format.json" @@ -8140,11 +8140,11 @@ ], "crawled": "https://tc39.es/source-map/", "crawlCacheInfo": { - "lastModified": "Tue, 12 Nov 2024 08:14:00 GMT" + "lastModified": "Wed, 13 Nov 2024 18:04:48 GMT" }, "generator": "bikeshed", - "date": "12 November 2024", - "revision": "41e21329b5fdef9504c98a6f860cc09a67e32b5d", + "date": "13 November 2024", + "revision": "51c6bdb37aa75c66ad5e9b70a77702f3300bda27", "links": "links/sourcemap.json", "refs": "refs/sourcemap.json", "dfns": "dfns/sourcemap.json", @@ -8954,10 +8954,10 @@ ], "crawled": "https://w3c.github.io/sparql-concepts/spec/", "crawlCacheInfo": { - "lastModified": "Thu, 20 Jul 2023 18:21:54 GMT" + "lastModified": "Wed, 13 Nov 2024 15:05:59 GMT" }, "generator": "respec", - "date": "20 July 2023", + "date": "13 November 2024", "links": "links/sparql12-concepts.json", "refs": "refs/sparql12-concepts.json", "headings": "headings/sparql12-concepts.json", @@ -13882,11 +13882,11 @@ ], "crawled": "https://wicg.github.io/turtledove/", "crawlCacheInfo": { - "lastModified": "Mon, 11 Nov 2024 18:08:23 GMT" + "lastModified": "Wed, 13 Nov 2024 16:48:59 GMT" }, "generator": "bikeshed", - "date": "11 November 2024", - "revision": "4a25e5f8a8f08d80149811f1a217c627c878abb3", + "date": "13 November 2024", + "revision": "e5f3f4733837ed62224cfe4b3ba8df6f3c758529", "algorithms": "algorithms/turtledove.json", "links": "links/turtledove.json", "refs": "refs/turtledove.json", @@ -17776,11 +17776,11 @@ ], "crawled": "https://drafts.csswg.org/css-2022/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-2022.json", "refs": "refs/css-2022.json", "dfns": "dfns/css-2022.json", @@ -17836,11 +17836,11 @@ ], "crawled": "https://drafts.csswg.org/css-2023/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "11 December 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-2023.json", "refs": "refs/css-2023.json", "dfns": "dfns/css-2023.json", @@ -17902,11 +17902,11 @@ ], "crawled": "https://drafts.csswg.org/css-align-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-align-3.json", "links": "links/css-align-3.json", "refs": "refs/css-align-3.json", @@ -17964,11 +17964,11 @@ ], "crawled": "https://drafts.csswg.org/css-anchor-position-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "29 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-anchor-position-1.json", "links": "links/css-anchor-position-1.json", "refs": "refs/css-anchor-position-1.json", @@ -18098,11 +18098,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "8 December 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-animations-1.json", "refs": "refs/css-animations-1.json", "events": "events/css-animations-1.json", @@ -18167,11 +18167,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "11 November 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-animations-2.json", "links": "links/css-animations-2.json", "refs": "refs/css-animations-2.json", @@ -18237,11 +18237,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:05 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "16 September 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-backgrounds-3.json", "links": "links/css-backgrounds-3.json", "refs": "refs/css-backgrounds-3.json", @@ -18306,11 +18306,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "4 April 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-box-3.json", "refs": "refs/css-box-3.json", "dfns": "dfns/css-box-3.json", @@ -18372,11 +18372,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "4 August 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-box-4.json", "refs": "refs/css-box-4.json", "css": "css/css-box.json", @@ -18440,11 +18440,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-break-3.json", "refs": "refs/css-break-3.json", "dfns": "dfns/css-break-3.json", @@ -18506,11 +18506,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "11 March 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-break-4.json", "refs": "refs/css-break-4.json", "css": "css/css-break.json", @@ -18573,11 +18573,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "30 January 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-cascade-3.json", "refs": "refs/css-cascade-3.json", "dfns": "dfns/css-cascade-3.json", @@ -18641,11 +18641,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-cascade-4.json", "links": "links/css-cascade-4.json", "refs": "refs/css-cascade-4.json", @@ -18709,11 +18709,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-5/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-cascade-5.json", "refs": "refs/css-cascade-5.json", "idl": "idl/css-cascade.idl", @@ -18777,11 +18777,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-6/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "8 November 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-cascade-6.json", "refs": "refs/css-cascade-6.json", "idl": "idl/css-cascade-6.idl", @@ -18845,7 +18845,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "date": "18 January 2022", "links": "links/css-color-3.json", @@ -18911,11 +18911,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "3 September 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-color-4.json", "links": "links/css-color-4.json", "refs": "refs/css-color-4.json", @@ -18980,11 +18980,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-5/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "19 September 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-color-5.json", "links": "links/css-color-5.json", "refs": "refs/css-color-5.json", @@ -19049,11 +19049,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-adjust-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "26 October 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-color-adjust-1.json", "links": "links/css-color-adjust-1.json", "refs": "refs/css-color-adjust-1.json", @@ -19118,11 +19118,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-conditional-3.json", "links": "links/css-conditional-3.json", "refs": "refs/css-conditional-3.json", @@ -19188,11 +19188,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "19 March 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-conditional-4.json", "refs": "refs/css-conditional-4.json", "css": "css/css-conditional-4.json", @@ -19255,11 +19255,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-5/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "11 November 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-conditional-5.json", "links": "links/css-conditional-5.json", "refs": "refs/css-conditional-5.json", @@ -19324,11 +19324,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "28 June 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-contain-1.json", "links": "links/css-contain-1.json", "refs": "refs/css-contain-1.json", @@ -19393,11 +19393,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-2/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "15 June 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-contain-2.json", "links": "links/css-contain-2.json", "refs": "refs/css-contain-2.json", @@ -19463,11 +19463,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "20 June 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-contain-3.json", "refs": "refs/css-contain-3.json", "headings": "headings/css-contain-3.json", @@ -19528,11 +19528,11 @@ ], "crawled": "https://drafts.csswg.org/css-content-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-content-3.json", "links": "links/css-content-3.json", "refs": "refs/css-content-3.json", @@ -19596,11 +19596,11 @@ ], "crawled": "https://drafts.csswg.org/css-counter-styles-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-counter-styles-3.json", "links": "links/css-counter-styles-3.json", "refs": "refs/css-counter-styles-3.json", @@ -19666,11 +19666,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:05 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "22 November 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-display-3.json", "refs": "refs/css-display-3.json", "dfns": "dfns/css-display-3.json", @@ -19733,11 +19733,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "28 August 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-easing-1.json", "links": "links/css-easing-1.json", "refs": "refs/css-easing-1.json", @@ -19800,11 +19800,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "17 September 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-easing-2.json", "links": "links/css-easing-2.json", "refs": "refs/css-easing-2.json", @@ -19868,11 +19868,11 @@ ], "crawled": "https://drafts.csswg.org/css-flexbox-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "9 August 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-flexbox-1.json", "links": "links/css-flexbox-1.json", "refs": "refs/css-flexbox-1.json", @@ -19936,11 +19936,11 @@ ], "crawled": "https://drafts.csswg.org/css-font-loading-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "11 May 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-font-loading-3.json", "links": "links/css-font-loading-3.json", "refs": "refs/css-font-loading-3.json", @@ -20008,11 +20008,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "29 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-fonts-4.json", "links": "links/css-fonts-4.json", "refs": "refs/css-fonts-4.json", @@ -20077,11 +20077,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-5/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "11 July 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-fonts-5.json", "refs": "refs/css-fonts-5.json", "css": "css/css-fonts-5.json", @@ -20145,11 +20145,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "4 May 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-gcpm-3.json", "refs": "refs/css-gcpm-3.json", "css": "css/css-gcpm.json", @@ -20212,11 +20212,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "3 November 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-grid-1.json", "links": "links/css-grid-1.json", "refs": "refs/css-grid-1.json", @@ -20281,11 +20281,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-2/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-grid-2.json", "links": "links/css-grid-2.json", "refs": "refs/css-grid-2.json", @@ -20349,11 +20349,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-grid-3.json", "links": "links/css-grid-3.json", "refs": "refs/css-grid-3.json", @@ -20411,11 +20411,11 @@ ], "crawled": "https://drafts.csswg.org/css-highlight-api-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:05 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-highlight-api-1.json", "links": "links/css-highlight-api-1.json", "refs": "refs/css-highlight-api-1.json", @@ -20480,11 +20480,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:05 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "8 November 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-images-3.json", "links": "links/css-images-3.json", "refs": "refs/css-images-3.json", @@ -20549,11 +20549,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "3 September 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-images-4.json", "links": "links/css-images-4.json", "refs": "refs/css-images-4.json", @@ -20618,11 +20618,11 @@ ], "crawled": "https://drafts.csswg.org/css-inline-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "12 November 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-inline-3.json", "links": "links/css-inline-3.json", "refs": "refs/css-inline-3.json", @@ -20745,11 +20745,11 @@ ], "crawled": "https://drafts.csswg.org/css-line-grid-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "26 July 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-line-grid-1.json", "refs": "refs/css-line-grid-1.json", "css": "css/css-line-grid.json", @@ -20812,11 +20812,11 @@ ], "crawled": "https://drafts.csswg.org/css-lists-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-lists-3.json", "links": "links/css-lists-3.json", "refs": "refs/css-lists-3.json", @@ -20880,11 +20880,11 @@ ], "crawled": "https://drafts.csswg.org/css-logical-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-logical-1.json", "refs": "refs/css-logical-1.json", "css": "css/css-logical.json", @@ -21015,11 +21015,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "6 May 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-multicol-1.json", "refs": "refs/css-multicol-1.json", "css": "css/css-multicol.json", @@ -21082,11 +21082,11 @@ ], "crawled": "https://drafts.csswg.org/css-namespaces-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "25 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-namespaces-3.json", "refs": "refs/css-namespaces-3.json", "css": "css/css-namespaces.json", @@ -21143,11 +21143,11 @@ ], "crawled": "https://drafts.csswg.org/css-nav-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "29 July 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-nav-1.json", "links": "links/css-nav-1.json", "refs": "refs/css-nav-1.json", @@ -21207,11 +21207,11 @@ ], "crawled": "https://drafts.csswg.org/css-nesting-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:05 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "6 November 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-nesting-1.json", "refs": "refs/css-nesting-1.json", "idl": "idl/css-nesting.idl", @@ -21276,11 +21276,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:05 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "21 June 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-overflow-3.json", "refs": "refs/css-overflow-3.json", "css": "css/css-overflow.json", @@ -21344,11 +21344,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "4 November 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-overflow-4.json", "refs": "refs/css-overflow-4.json", "css": "css/css-overflow-4.json", @@ -21411,11 +21411,11 @@ ], "crawled": "https://drafts.csswg.org/css-overscroll-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "3 March 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-overscroll-1.json", "refs": "refs/css-overscroll-1.json", "css": "css/css-overscroll.json", @@ -21479,11 +21479,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "5 December 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-page-3.json", "links": "links/css-page-3.json", "refs": "refs/css-page-3.json", @@ -21541,11 +21541,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-floats-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "4 November 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-page-floats-3.json", "links": "links/css-page-floats-3.json", "refs": "refs/css-page-floats-3.json", @@ -21675,11 +21675,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "12 August 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-position-3.json", "links": "links/css-position-3.json", "refs": "refs/css-position-3.json", @@ -21808,11 +21808,11 @@ ], "crawled": "https://drafts.csswg.org/css-pseudo-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "13 November 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-pseudo-4.json", "links": "links/css-pseudo-4.json", "refs": "refs/css-pseudo-4.json", @@ -21871,11 +21871,11 @@ ], "crawled": "https://drafts.csswg.org/css-regions-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-regions-1.json", "refs": "refs/css-regions-1.json", "idl": "idl/css-regions.idl", @@ -21933,11 +21933,11 @@ ], "crawled": "https://drafts.csswg.org/css-rhythm-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-rhythm-1.json", "refs": "refs/css-rhythm-1.json", "css": "css/css-rhythm.json", @@ -22000,11 +22000,11 @@ ], "crawled": "https://drafts.csswg.org/css-round-display-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-round-display-1.json", "refs": "refs/css-round-display-1.json", "css": "css/css-round-display.json", @@ -22067,11 +22067,11 @@ ], "crawled": "https://drafts.csswg.org/css-ruby-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "15 July 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-ruby-1.json", "links": "links/css-ruby-1.json", "refs": "refs/css-ruby-1.json", @@ -22135,11 +22135,11 @@ ], "crawled": "https://drafts.csswg.org/css-scoping-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "27 September 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-scoping-1.json", "links": "links/css-scoping-1.json", "refs": "refs/css-scoping-1.json", @@ -22203,11 +22203,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-anchoring-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "22 December 2020", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-scroll-anchoring-1.json", "links": "links/css-scroll-anchoring-1.json", "refs": "refs/css-scroll-anchoring-1.json", @@ -22272,11 +22272,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "11 April 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-scroll-snap-1.json", "links": "links/css-scroll-snap-1.json", "refs": "refs/css-scroll-snap-1.json", @@ -22340,11 +22340,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "7 November 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-scroll-snap-2.json", "links": "links/css-scroll-snap-2.json", "refs": "refs/css-scroll-snap-2.json", @@ -22410,11 +22410,11 @@ ], "crawled": "https://drafts.csswg.org/css-scrollbars-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "13 September 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-scrollbars-1.json", "refs": "refs/css-scrollbars-1.json", "css": "css/css-scrollbars.json", @@ -22477,11 +22477,11 @@ ], "crawled": "https://drafts.csswg.org/css-shadow-parts-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "5 September 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-shadow-parts-1.json", "links": "links/css-shadow-parts-1.json", "refs": "refs/css-shadow-parts-1.json", @@ -22547,11 +22547,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "19 September 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-shapes-1.json", "refs": "refs/css-shapes-1.json", "css": "css/css-shapes.json", @@ -22615,11 +22615,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-sizing-3.json", "links": "links/css-sizing-3.json", "refs": "refs/css-sizing-3.json", @@ -22683,11 +22683,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-sizing-4.json", "refs": "refs/css-sizing-4.json", "css": "css/css-sizing-4.json", @@ -22750,11 +22750,11 @@ ], "crawled": "https://drafts.csswg.org/css-speech-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-speech-1.json", "refs": "refs/css-speech-1.json", "css": "css/css-speech.json", @@ -22815,7 +22815,7 @@ ], "crawled": "https://drafts.csswg.org/css-style-attr/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "date": "10 April 2015", "links": "links/css-style-attr.json", @@ -22880,11 +22880,11 @@ ], "crawled": "https://drafts.csswg.org/css-syntax-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "25 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-syntax-3.json", "links": "links/css-syntax-3.json", "refs": "refs/css-syntax-3.json", @@ -22948,11 +22948,11 @@ ], "crawled": "https://drafts.csswg.org/css-tables-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:05 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-tables-3.json", "links": "links/css-tables-3.json", "refs": "refs/css-tables-3.json", @@ -23017,11 +23017,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-text-3.json", "links": "links/css-text-3.json", "refs": "refs/css-text-3.json", @@ -23085,11 +23085,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "30 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-text-4.json", "links": "links/css-text-4.json", "refs": "refs/css-text-4.json", @@ -23154,11 +23154,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-text-decor-3.json", "refs": "refs/css-text-decor-3.json", "css": "css/css-text-decor.json", @@ -23221,11 +23221,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "8 March 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-text-decor-4.json", "refs": "refs/css-text-decor-4.json", "css": "css/css-text-decor-4.json", @@ -23289,11 +23289,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-transforms-1.json", "links": "links/css-transforms-1.json", "refs": "refs/css-transforms-1.json", @@ -23357,11 +23357,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-2/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "3 April 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-transforms-2.json", "links": "links/css-transforms-2.json", "refs": "refs/css-transforms-2.json", @@ -23426,11 +23426,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "10 December 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-transitions-1.json", "links": "links/css-transitions-1.json", "refs": "refs/css-transitions-1.json", @@ -23496,11 +23496,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "7 November 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-transitions-2.json", "links": "links/css-transitions-2.json", "refs": "refs/css-transitions-2.json", @@ -23630,11 +23630,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "27 February 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-ui-3.json", "links": "links/css-ui-3.json", "refs": "refs/css-ui-3.json", @@ -23698,11 +23698,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "1 November 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-ui-4.json", "links": "links/css-ui-4.json", "refs": "refs/css-ui-4.json", @@ -23768,11 +23768,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "31 July 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-values-3.json", "refs": "refs/css-values-3.json", "dfns": "dfns/css-values-3.json", @@ -23836,11 +23836,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "28 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-values-4.json", "links": "links/css-values-4.json", "refs": "refs/css-values-4.json", @@ -23904,11 +23904,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "13 November 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-values-5.json", "links": "links/css-values-5.json", "refs": "refs/css-values-5.json", @@ -23973,11 +23973,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "25 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-variables-1.json", "links": "links/css-variables-1.json", "refs": "refs/css-variables-1.json", @@ -24035,11 +24035,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "22 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-view-transitions-1.json", "links": "links/css-view-transitions-1.json", "refs": "refs/css-view-transitions-1.json", @@ -24098,11 +24098,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-2/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:05 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "7 November 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-view-transitions-2.json", "links": "links/css-view-transitions-2.json", "refs": "refs/css-view-transitions-2.json", @@ -24169,11 +24169,11 @@ ], "crawled": "https://drafts.csswg.org/css-viewport/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "12 July 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-viewport-1.json", "links": "links/css-viewport-1.json", "refs": "refs/css-viewport-1.json", @@ -24238,11 +24238,11 @@ ], "crawled": "https://drafts.csswg.org/css-will-change-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "29 April 2022", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-will-change-1.json", "refs": "refs/css-will-change-1.json", "css": "css/css-will-change.json", @@ -24306,11 +24306,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:05 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/css-writing-modes-3.json", "refs": "refs/css-writing-modes-3.json", "dfns": "dfns/css-writing-modes-3.json", @@ -24373,11 +24373,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css-writing-modes-4.json", "links": "links/css-writing-modes-4.json", "refs": "refs/css-writing-modes-4.json", @@ -24579,11 +24579,11 @@ ], "crawled": "https://drafts.csswg.org/css2/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/CSS22.json", "links": "links/CSS22.json", "refs": "refs/CSS22.json", @@ -24647,11 +24647,11 @@ ], "crawled": "https://drafts.csswg.org/css-exclusions-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "24 July 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/css3-exclusions.json", "links": "links/css3-exclusions.json", "refs": "refs/css3-exclusions.json", @@ -24715,11 +24715,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:05 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "1 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/cssom-1.json", "links": "links/cssom-1.json", "refs": "refs/cssom-1.json", @@ -24784,11 +24784,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-view-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "12 November 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/cssom-view-1.json", "links": "links/cssom-view-1.json", "refs": "refs/cssom-view-1.json", @@ -28479,7 +28479,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "date": "14 May 2024", "links": "links/mediaqueries-3.json", @@ -28544,11 +28544,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/mediaqueries-4.json", "refs": "refs/mediaqueries-4.json", "css": "css/mediaqueries.json", @@ -28611,11 +28611,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-5/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "19 September 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/mediaqueries-5.json", "links": "links/mediaqueries-5.json", "refs": "refs/mediaqueries-5.json", @@ -31551,11 +31551,11 @@ ], "crawled": "https://drafts.csswg.org/resize-observer-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:05 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "27 January 2023", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/resize-observer-1.json", "links": "links/resize-observer-1.json", "refs": "refs/resize-observer-1.json", @@ -31879,11 +31879,11 @@ ], "crawled": "https://drafts.csswg.org/scroll-animations-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "31 January 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/scroll-animations-1.json", "links": "links/scroll-animations-1.json", "refs": "refs/scroll-animations-1.json", @@ -32139,7 +32139,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-3/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "date": "30 January 2018", "links": "links/selectors-3.json", @@ -32205,11 +32205,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-4/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/selectors-4.json", "links": "links/selectors-4.json", "refs": "refs/selectors-4.json", @@ -32444,10 +32444,10 @@ ], "crawled": "https://w3c.github.io/sparql-federated-query/spec/", "crawlCacheInfo": { - "lastModified": "Thu, 12 Sep 2024 16:28:28 GMT" + "lastModified": "Wed, 13 Nov 2024 15:07:19 GMT" }, "generator": "respec", - "date": "12 September 2024", + "date": "13 November 2024", "links": "links/sparql12-federated-query.json", "refs": "refs/sparql12-federated-query.json", "headings": "headings/sparql12-federated-query.json", @@ -32550,10 +32550,10 @@ ], "crawled": "https://w3c.github.io/sparql-protocol/spec/", "crawlCacheInfo": { - "lastModified": "Thu, 29 Aug 2024 16:51:49 GMT" + "lastModified": "Wed, 13 Nov 2024 15:08:58 GMT" }, "generator": "respec", - "date": "29 August 2024", + "date": "13 November 2024", "algorithms": "algorithms/sparql12-protocol.json", "links": "links/sparql12-protocol.json", "refs": "refs/sparql12-protocol.json", @@ -32659,10 +32659,10 @@ ], "crawled": "https://w3c.github.io/sparql-results-csv-tsv/spec/", "crawlCacheInfo": { - "lastModified": "Thu, 29 Aug 2024 16:51:51 GMT" + "lastModified": "Wed, 13 Nov 2024 15:10:16 GMT" }, "generator": "respec", - "date": "29 August 2024", + "date": "13 November 2024", "links": "links/sparql12-results-csv-tsv.json", "refs": "refs/sparql12-results-csv-tsv.json", "headings": "headings/sparql12-results-csv-tsv.json", @@ -32712,10 +32712,10 @@ ], "crawled": "https://w3c.github.io/sparql-results-json/spec/", "crawlCacheInfo": { - "lastModified": "Thu, 29 Aug 2024 16:51:37 GMT" + "lastModified": "Wed, 13 Nov 2024 15:09:24 GMT" }, "generator": "respec", - "date": "29 August 2024", + "date": "13 November 2024", "links": "links/sparql12-results-json.json", "refs": "refs/sparql12-results-json.json", "headings": "headings/sparql12-results-json.json", @@ -32765,10 +32765,10 @@ ], "crawled": "https://w3c.github.io/sparql-results-xml/spec/", "crawlCacheInfo": { - "lastModified": "Thu, 29 Aug 2024 16:51:42 GMT" + "lastModified": "Wed, 13 Nov 2024 15:09:47 GMT" }, "generator": "respec", - "date": "29 August 2024", + "date": "13 November 2024", "links": "links/sparql12-results-xml.json", "refs": "refs/sparql12-results-xml.json", "headings": "headings/sparql12-results-xml.json", @@ -32818,10 +32818,10 @@ ], "crawled": "https://w3c.github.io/sparql-service-description/spec/", "crawlCacheInfo": { - "lastModified": "Thu, 29 Aug 2024 16:50:49 GMT" + "lastModified": "Wed, 13 Nov 2024 15:07:57 GMT" }, "generator": "respec", - "date": "29 August 2024", + "date": "13 November 2024", "links": "links/sparql12-service-description.json", "refs": "refs/sparql12-service-description.json", "headings": "headings/sparql12-service-description.json", @@ -32871,10 +32871,10 @@ ], "crawled": "https://w3c.github.io/sparql-update/spec/", "crawlCacheInfo": { - "lastModified": "Fri, 25 Oct 2024 20:32:20 GMT" + "lastModified": "Wed, 13 Nov 2024 15:06:49 GMT" }, "generator": "respec", - "date": "25 October 2024", + "date": "13 November 2024", "links": "links/sparql12-update.json", "refs": "refs/sparql12-update.json", "headings": "headings/sparql12-update.json", @@ -34552,11 +34552,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "21 October 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/web-animations-1.json", "links": "links/web-animations-1.json", "refs": "refs/web-animations-1.json", @@ -34621,11 +34621,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:05 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "15 May 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "algorithms": "algorithms/web-animations-2.json", "links": "links/web-animations-2.json", "refs": "refs/web-animations-2.json", @@ -34878,11 +34878,11 @@ ], "crawled": "https://w3c.github.io/webauthn/", "crawlCacheInfo": { - "lastModified": "Tue, 29 Oct 2024 15:35:31 GMT" + "lastModified": "Wed, 13 Nov 2024 12:46:44 GMT" }, "generator": "bikeshed", - "date": "29 October 2024", - "revision": "406ec42a3b8667405f4b9056efa49808c0f5aaac", + "date": "13 November 2024", + "revision": "92e101570d4b1f06121b3f7d3215cc68e5da4019", "algorithms": "algorithms/webauthn-3.json", "links": "links/webauthn-3.json", "refs": "refs/webauthn-3.json", @@ -37615,11 +37615,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-nonelement-1/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Nov 2024 00:34:06 GMT" + "lastModified": "Wed, 13 Nov 2024 18:21:23 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "8702136b53984edf146017be79175d0851e18499", + "revision": "c4a4a61c37798db1efeaf018477eb27072624d3b", "links": "links/selectors-nonelement-1.json", "refs": "refs/selectors-nonelement-1.json", "css": "css/selectors-nonelement.json", diff --git a/ed/links/css-values-5.json b/ed/links/css-values-5.json index 1a55fac0f64d..025ae0b9a01e 100644 --- a/ed/links/css-values-5.json +++ b/ed/links/css-values-5.json @@ -260,6 +260,7 @@ "anchors": [ "list", "string", + "ascii-case-insensitive", "tuple", "list-iterate" ] @@ -387,7 +388,8 @@ "https://www.w3.org/TR/css-images-4/": { "anchors": [ "funcdef-cross-fade", - "typedef-cf-image" + "typedef-cf-image", + "funcdef-image-set-type" ] }, "https://www.w3.org/TR/css-lists-3/": { @@ -490,6 +492,7 @@ "time-value", "mult-comma", "css-wide-keywords", + "px", "typedef-dashed-ident", "comb-any", "funcdef-round", diff --git a/ed/links/tc39-intl-duration-format.json b/ed/links/tc39-intl-duration-format.json index 00638a408e4b..d9e8fd85ea63 100644 --- a/ed/links/tc39-intl-duration-format.json +++ b/ed/links/tc39-intl-duration-format.json @@ -29,6 +29,7 @@ "sec-ordinaryobjectcreate", "sec-createdatapropertyorthrow", "sec-construct", + "list-concatenation", "constructor", "sec-ordinarycreatefromconstructor", "sec-ecmascript-language-types-boolean-type", diff --git a/ed/refs/sparql12-federated-query.json b/ed/refs/sparql12-federated-query.json index ee744cbbb81b..a20b7c043573 100644 --- a/ed/refs/sparql12-federated-query.json +++ b/ed/refs/sparql12-federated-query.json @@ -12,7 +12,9 @@ { "name": "RFC8174", "url": "https://www.rfc-editor.org/rfc/rfc8174" - }, + } + ], + "informative": [ { "name": "SPARQL12-CONCEPTS", "url": "https://w3c.github.io/sparql-concepts/spec/" @@ -57,7 +59,6 @@ "name": "SPARQL12-UPDATE", "url": "https://www.w3.org/TR/sparql12-update/" } - ], - "informative": [] + ] } } \ No newline at end of file diff --git a/ed/refs/sparql12-protocol.json b/ed/refs/sparql12-protocol.json index ea630510ecfd..d3085e0c0216 100644 --- a/ed/refs/sparql12-protocol.json +++ b/ed/refs/sparql12-protocol.json @@ -33,26 +33,10 @@ "name": "RFC9110", "url": "https://httpwg.org/specs/rfc9110.html" }, - { - "name": "SPARQL12-CONCEPTS", - "url": "https://w3c.github.io/sparql-concepts/spec/" - }, - { - "name": "SPARQL12-ENTAILMENT", - "url": "https://www.w3.org/TR/sparql12-entailment/" - }, - { - "name": "SPARQL12-FEDERATED-QUERY", - "url": "https://www.w3.org/TR/sparql12-federated-query/" - }, { "name": "SPARQL12-GRAPH-STORE-PROTOCOL", "url": "https://www.w3.org/TR/sparql12-graph-store-protocol/" }, - { - "name": "SPARQL12-NEW", - "url": "https://w3c.github.io/sparql-new/spec/" - }, { "name": "SPARQL12-QUERY", "url": "https://www.w3.org/TR/sparql12-query/" @@ -69,10 +53,6 @@ "name": "SPARQL12-RESULTS-XML", "url": "https://www.w3.org/TR/sparql12-results-xml/" }, - { - "name": "SPARQL12-SERVICE-DESCRIPTION", - "url": "https://www.w3.org/TR/sparql12-service-description/" - }, { "name": "SPARQL12-UPDATE", "url": "https://www.w3.org/TR/sparql12-update/" @@ -82,6 +62,27 @@ "url": "https://www.unicode.org/reports/tr36/tr36-15.html" } ], - "informative": [] + "informative": [ + { + "name": "SPARQL12-CONCEPTS", + "url": "https://w3c.github.io/sparql-concepts/spec/" + }, + { + "name": "SPARQL12-ENTAILMENT", + "url": "https://www.w3.org/TR/sparql12-entailment/" + }, + { + "name": "SPARQL12-FEDERATED-QUERY", + "url": "https://www.w3.org/TR/sparql12-federated-query/" + }, + { + "name": "SPARQL12-NEW", + "url": "https://w3c.github.io/sparql-new/spec/" + }, + { + "name": "SPARQL12-SERVICE-DESCRIPTION", + "url": "https://www.w3.org/TR/sparql12-service-description/" + } + ] } } \ No newline at end of file diff --git a/ed/refs/sparql12-results-csv-tsv.json b/ed/refs/sparql12-results-csv-tsv.json index 389f0c3ba2de..f42e8ef2f3ea 100644 --- a/ed/refs/sparql12-results-csv-tsv.json +++ b/ed/refs/sparql12-results-csv-tsv.json @@ -29,6 +29,24 @@ "name": "RFC4180", "url": "https://www.rfc-editor.org/rfc/rfc4180" }, + { + "name": "SPARQL12-QUERY", + "url": "https://www.w3.org/TR/sparql12-query/" + }, + { + "name": "SPARQL12-RESULTS-JSON", + "url": "https://www.w3.org/TR/sparql12-results-json/" + }, + { + "name": "SPARQL12-RESULTS-XML", + "url": "https://www.w3.org/TR/sparql12-results-xml/" + }, + { + "name": "UNICODE", + "url": "https://www.unicode.org/versions/latest/" + } + ], + "informative": [ { "name": "SPARQL12-CONCEPTS", "url": "https://w3c.github.io/sparql-concepts/spec/" @@ -53,18 +71,6 @@ "name": "SPARQL12-PROTOCOL", "url": "https://www.w3.org/TR/sparql12-protocol/" }, - { - "name": "SPARQL12-QUERY", - "url": "https://www.w3.org/TR/sparql12-query/" - }, - { - "name": "SPARQL12-RESULTS-JSON", - "url": "https://www.w3.org/TR/sparql12-results-json/" - }, - { - "name": "SPARQL12-RESULTS-XML", - "url": "https://www.w3.org/TR/sparql12-results-xml/" - }, { "name": "SPARQL12-SERVICE-DESCRIPTION", "url": "https://www.w3.org/TR/sparql12-service-description/" @@ -72,12 +78,7 @@ { "name": "SPARQL12-UPDATE", "url": "https://www.w3.org/TR/sparql12-update/" - }, - { - "name": "UNICODE", - "url": "https://www.unicode.org/versions/latest/" } - ], - "informative": [] + ] } } \ No newline at end of file diff --git a/ed/refs/sparql12-service-description.json b/ed/refs/sparql12-service-description.json index 4044c9124be5..ad58fe9eb540 100644 --- a/ed/refs/sparql12-service-description.json +++ b/ed/refs/sparql12-service-description.json @@ -37,10 +37,6 @@ "name": "SPARQL11-UPDATE", "url": "https://www.w3.org/TR/sparql11-update/" }, - { - "name": "SPARQL12-CONCEPTS", - "url": "https://w3c.github.io/sparql-concepts/spec/" - }, { "name": "SPARQL12-ENTAILMENT", "url": "https://www.w3.org/TR/sparql12-entailment/" @@ -49,14 +45,6 @@ "name": "SPARQL12-FEDERATED-QUERY", "url": "https://www.w3.org/TR/sparql12-federated-query/" }, - { - "name": "SPARQL12-GRAPH-STORE-PROTOCOL", - "url": "https://www.w3.org/TR/sparql12-graph-store-protocol/" - }, - { - "name": "SPARQL12-NEW", - "url": "https://w3c.github.io/sparql-new/spec/" - }, { "name": "SPARQL12-PROTOCOL", "url": "https://www.w3.org/TR/sparql12-protocol/" @@ -65,18 +53,6 @@ "name": "SPARQL12-QUERY", "url": "https://www.w3.org/TR/sparql12-query/" }, - { - "name": "SPARQL12-RESULTS-CSV-TSV", - "url": "https://www.w3.org/TR/sparql12-results-csv-tsv/" - }, - { - "name": "SPARQL12-RESULTS-JSON", - "url": "https://www.w3.org/TR/sparql12-results-json/" - }, - { - "name": "SPARQL12-RESULTS-XML", - "url": "https://www.w3.org/TR/sparql12-results-xml/" - }, { "name": "SPARQL12-UPDATE", "url": "https://www.w3.org/TR/sparql12-update/" @@ -90,6 +66,31 @@ "url": "https://www.w3.org/TR/webarch/" } ], - "informative": [] + "informative": [ + { + "name": "SPARQL12-CONCEPTS", + "url": "https://w3c.github.io/sparql-concepts/spec/" + }, + { + "name": "SPARQL12-GRAPH-STORE-PROTOCOL", + "url": "https://www.w3.org/TR/sparql12-graph-store-protocol/" + }, + { + "name": "SPARQL12-NEW", + "url": "https://w3c.github.io/sparql-new/spec/" + }, + { + "name": "SPARQL12-RESULTS-CSV-TSV", + "url": "https://www.w3.org/TR/sparql12-results-csv-tsv/" + }, + { + "name": "SPARQL12-RESULTS-JSON", + "url": "https://www.w3.org/TR/sparql12-results-json/" + }, + { + "name": "SPARQL12-RESULTS-XML", + "url": "https://www.w3.org/TR/sparql12-results-xml/" + } + ] } } \ No newline at end of file diff --git a/ed/refs/sparql12-update.json b/ed/refs/sparql12-update.json index 589c3093da96..77242080ef5d 100644 --- a/ed/refs/sparql12-update.json +++ b/ed/refs/sparql12-update.json @@ -21,10 +21,6 @@ "name": "RFC8174", "url": "https://www.rfc-editor.org/rfc/rfc8174" }, - { - "name": "SPARQL12-CONCEPTS", - "url": "https://w3c.github.io/sparql-concepts/spec/" - }, { "name": "SPARQL12-ENTAILMENT", "url": "https://www.w3.org/TR/sparql12-entailment/" @@ -37,10 +33,6 @@ "name": "SPARQL12-GRAPH-STORE-PROTOCOL", "url": "https://www.w3.org/TR/sparql12-graph-store-protocol/" }, - { - "name": "SPARQL12-NEW", - "url": "https://w3c.github.io/sparql-new/spec/" - }, { "name": "SPARQL12-PROTOCOL", "url": "https://www.w3.org/TR/sparql12-protocol/" @@ -49,6 +41,20 @@ "name": "SPARQL12-QUERY", "url": "https://www.w3.org/TR/sparql12-query/" }, + { + "name": "UNICODE", + "url": "https://www.unicode.org/versions/latest/" + } + ], + "informative": [ + { + "name": "SPARQL12-CONCEPTS", + "url": "https://w3c.github.io/sparql-concepts/spec/" + }, + { + "name": "SPARQL12-NEW", + "url": "https://w3c.github.io/sparql-new/spec/" + }, { "name": "SPARQL12-RESULTS-CSV-TSV", "url": "https://www.w3.org/TR/sparql12-results-csv-tsv/" @@ -64,12 +70,7 @@ { "name": "SPARQL12-SERVICE-DESCRIPTION", "url": "https://www.w3.org/TR/sparql12-service-description/" - }, - { - "name": "UNICODE", - "url": "https://www.unicode.org/versions/latest/" } - ], - "informative": [] + ] } } \ No newline at end of file