diff --git a/ed/dfns/css-fonts-4.json b/ed/dfns/css-fonts-4.json index e28de465179c..6a3275c36418 100644 --- a/ed/dfns/css-fonts-4.json +++ b/ed/dfns/css-fonts-4.json @@ -2467,9 +2467,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://drafts.csswg.org/css-fonts-4/#title", - "title": "CSS Fonts Module Level 4" + "id": "font-variant-position-prop", + "href": "https://drafts.csswg.org/css-fonts-4/#font-variant-position-prop", + "title": "Subscript and superscript forms: the font-variant-position property", + "number": "6.5" }, "definedIn": "dt" }, diff --git a/ed/dfns/css-view-transitions-1.json b/ed/dfns/css-view-transitions-1.json index 36da859fe3f8..5f8fd3e0e2d0 100644 --- a/ed/dfns/css-view-transitions-1.json +++ b/ed/dfns/css-view-transitions-1.json @@ -683,10 +683,10 @@ "definedIn": "dt" }, { - "id": "viewtransition-old-state-captured-steps", - "href": "https://drafts.csswg.org/css-view-transitions-1/#viewtransition-old-state-captured-steps", + "id": "viewtransition-process-old-state-captured", + "href": "https://drafts.csswg.org/css-view-transitions-1/#viewtransition-process-old-state-captured", "linkingText": [ - "old state captured steps" + "process old state captured" ], "localLinkingText": [], "type": "dfn", @@ -1117,7 +1117,7 @@ "id": "perform-pending-transition-operations-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#perform-pending-transition-operations-algorithm", "title": "Perform pending transition operations", - "number": "7.3" + "number": "7.2" }, "definedIn": "prose" }, @@ -1136,7 +1136,7 @@ "id": "setup-view-transition-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#setup-view-transition-algorithm", "title": "Setup view transition", - "number": "7.4" + "number": "7.3" }, "definedIn": "prose" }, @@ -1173,7 +1173,7 @@ "id": "capture-old-state-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#capture-old-state-algorithm", "title": "Capture the old state", - "number": "7.4.1" + "number": "7.3.1" }, "definedIn": "prose" }, @@ -1192,7 +1192,7 @@ "id": "capture-new-state-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#capture-new-state-algorithm", "title": "Capture the new state", - "number": "7.4.2" + "number": "7.3.2" }, "definedIn": "prose" }, @@ -1211,7 +1211,7 @@ "id": "setup-transition-pseudo-elements-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#setup-transition-pseudo-elements-algorithm", "title": "Setup transition pseudo-elements", - "number": "7.4.3" + "number": "7.3.3" }, "definedIn": "prose" }, @@ -1230,7 +1230,7 @@ "id": "call-dom-update-callback-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#call-dom-update-callback-algorithm", "title": "Call the update callback", - "number": "7.5" + "number": "7.4" }, "definedIn": "prose" }, @@ -1249,7 +1249,7 @@ "id": "skip-the-view-transition-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#skip-the-view-transition-algorithm", "title": "Skip the view transition", - "number": "7.6" + "number": "7.5" }, "definedIn": "prose" }, @@ -1269,7 +1269,7 @@ "id": "capture-the-image-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#capture-the-image-algorithm", "title": "Capture the image", - "number": "7.7" + "number": "7.6" }, "definedIn": "prose" }, @@ -1288,7 +1288,7 @@ "id": "capture-rendering-characteristics-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#capture-rendering-characteristics-algorithm", "title": "Capture rendering characteristics", - "number": "7.7.1" + "number": "7.6.1" }, "definedIn": "prose" }, @@ -1307,7 +1307,7 @@ "id": "handle-transition-frame-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#handle-transition-frame-algorithm", "title": "Handle transition frame", - "number": "7.8" + "number": "7.7" }, "definedIn": "prose" }, @@ -1326,7 +1326,7 @@ "id": "style-transition-pseudo-elements-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#style-transition-pseudo-elements-algorithm", "title": "Update pseudo-element styles", - "number": "7.9" + "number": "7.8" }, "definedIn": "prose" }, @@ -1345,7 +1345,7 @@ "id": "clear-view-transition-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#clear-view-transition-algorithm", "title": "Clear view transition", - "number": "7.10" + "number": "7.9" }, "definedIn": "prose" } diff --git a/ed/dfns/trust-token-api.json b/ed/dfns/trust-token-api.json index e9f5f987b6a1..86dcc0586037 100644 --- a/ed/dfns/trust-token-api.json +++ b/ed/dfns/trust-token-api.json @@ -23,6 +23,151 @@ }, "definedIn": "prose" }, + { + "id": "serialize-protocol-messages", + "href": "https://wicg.github.io/trust-token-api/#serialize-protocol-messages", + "linkingText": [ + "serialize protocol messages" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "voprf-methods", + "href": "https://wicg.github.io/trust-token-api/#voprf-methods", + "title": "VOPRF Methods", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "deserialize-protocol-messages", + "href": "https://wicg.github.io/trust-token-api/#deserialize-protocol-messages", + "linkingText": [ + "deserialize protocol messages" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/trust-token-api/#title", + "title": "Private State Token API" + }, + "definedIn": "prose" + }, + { + "id": "issuerequest", + "href": "https://wicg.github.io/trust-token-api/#issuerequest", + "linkingText": [ + "IssueRequest" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/trust-token-api/#title", + "title": "Private State Token API" + }, + "definedIn": "prose" + }, + { + "id": "issueresponse", + "href": "https://wicg.github.io/trust-token-api/#issueresponse", + "linkingText": [ + "IssueResponse" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/trust-token-api/#title", + "title": "Private State Token API" + }, + "definedIn": "prose" + }, + { + "id": "redeemrequest", + "href": "https://wicg.github.io/trust-token-api/#redeemrequest", + "linkingText": [ + "RedeemRequest" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/trust-token-api/#title", + "title": "Private State Token API" + }, + "definedIn": "prose" + }, + { + "id": "redeemresponse", + "href": "https://wicg.github.io/trust-token-api/#redeemresponse", + "linkingText": [ + "RedeemResponse" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/trust-token-api/#title", + "title": "Private State Token API" + }, + "definedIn": "prose" + }, + { + "id": "pstfinalize", + "href": "https://wicg.github.io/trust-token-api/#pstfinalize", + "linkingText": [ + "PSTFinalize" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/trust-token-api/#title", + "title": "Private State Token API" + }, + "definedIn": "prose" + }, + { + "id": "pstevaluate", + "href": "https://wicg.github.io/trust-token-api/#pstevaluate", + "linkingText": [ + "PSTEvaluate" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/trust-token-api/#title", + "title": "Private State Token API" + }, + "definedIn": "prose" + }, { "id": "issuerassociations", "href": "https://wicg.github.io/trust-token-api/#issuerassociations", @@ -38,7 +183,7 @@ "id": "algorithms", "href": "https://wicg.github.io/trust-token-api/#algorithms", "title": "Algorithms", - "number": "4" + "number": "5" }, "definedIn": "prose" }, @@ -453,7 +598,7 @@ "id": "definitions", "href": "https://wicg.github.io/trust-token-api/#definitions", "title": "Definitions", - "number": "5.1" + "number": "6.1" }, "definedIn": "pre" }, @@ -748,7 +893,7 @@ "id": "fetch-request", "href": "https://wicg.github.io/trust-token-api/#fetch-request", "title": "Modifications to request", - "number": "5.2" + "number": "6.2" }, "definedIn": "prose" }, @@ -869,7 +1014,7 @@ "id": "iframe-private-token", "href": "https://wicg.github.io/trust-token-api/#iframe-private-token", "title": "privateToken content attribute for HTMLIframeElement", - "number": "6.1" + "number": "7.1" }, "definedIn": "prose" }, @@ -910,7 +1055,7 @@ "id": "xhr-set-private-token", "href": "https://wicg.github.io/trust-token-api/#xhr-set-private-token", "title": "Attach PrivateToken", - "number": "7.1" + "number": "8.1" }, "definedIn": "prose" }, @@ -969,7 +1114,7 @@ "id": "issue-request", "href": "https://wicg.github.io/trust-token-api/#issue-request", "title": "Creating An Issue Request", - "number": "8.1" + "number": "9.1" }, "definedIn": "prose" }, @@ -988,7 +1133,7 @@ "id": "issue-response", "href": "https://wicg.github.io/trust-token-api/#issue-response", "title": "Handling Issue Responses", - "number": "8.3" + "number": "9.3" }, "definedIn": "prose" }, @@ -1006,8 +1151,7 @@ "heading": { "id": "redeeming-tokens", "href": "https://wicg.github.io/trust-token-api/#redeeming-tokens", - "title": "Redeeming Tokens", - "number": "9" + "title": "10. Redeeming Tokens" }, "definedIn": "prose" }, @@ -1044,7 +1188,7 @@ "id": "redeem-response", "href": "https://wicg.github.io/trust-token-api/#redeem-response", "title": "Handling Redeem Responses", - "number": "9.1" + "number": "10.1" }, "definedIn": "prose" }, @@ -1063,7 +1207,7 @@ "id": "redemption-records", "href": "https://wicg.github.io/trust-token-api/#redemption-records", "title": "Redemption Records", - "number": "9.2" + "number": "10.2" }, "definedIn": "prose" }, @@ -1102,7 +1246,7 @@ "id": "the-document-object", "href": "https://wicg.github.io/trust-token-api/#the-document-object", "title": "Changes to Document", - "number": "9.3" + "number": "10.3" }, "definedIn": "pre" }, @@ -1123,7 +1267,7 @@ "id": "the-document-object", "href": "https://wicg.github.io/trust-token-api/#the-document-object", "title": "Changes to Document", - "number": "9.3" + "number": "10.3" }, "definedIn": "pre" }, @@ -1144,7 +1288,7 @@ "id": "token-query", "href": "https://wicg.github.io/trust-token-api/#token-query", "title": "Token Query", - "number": "10.1" + "number": "11.1" }, "definedIn": "prose" }, @@ -1165,7 +1309,7 @@ "id": "redemption-record-query", "href": "https://wicg.github.io/trust-token-api/#redemption-record-query", "title": "Redemption Record Query", - "number": "10.2" + "number": "11.2" }, "definedIn": "prose" }, @@ -1184,7 +1328,7 @@ "id": "sec-private-state-token", "href": "https://wicg.github.io/trust-token-api/#sec-private-state-token", "title": "The 'Sec-Private-State-Token' Header Field", - "number": "11.1" + "number": "12.1" }, "definedIn": "prose" }, @@ -1203,7 +1347,7 @@ "id": "sec-private-state-token-lifetime", "href": "https://wicg.github.io/trust-token-api/#sec-private-state-token-lifetime", "title": "The 'Sec-Private-State-Token-Lifetime' Header Field", - "number": "11.2" + "number": "12.2" }, "definedIn": "prose" }, @@ -1222,7 +1366,7 @@ "id": "sec-private-state-token-crypto-version", "href": "https://wicg.github.io/trust-token-api/#sec-private-state-token-crypto-version", "title": "The 'Sec-Private-State-Token-Crypto-Version' Header Field", - "number": "11.3" + "number": "12.3" }, "definedIn": "prose" }, @@ -1241,7 +1385,7 @@ "id": "sec-redemption-record", "href": "https://wicg.github.io/trust-token-api/#sec-redemption-record", "title": "The 'Sec-Redemption-Record' Header Field", - "number": "11.4" + "number": "12.4" }, "definedIn": "prose" } diff --git a/ed/dfns/turtledove.json b/ed/dfns/turtledove.json index 230b9e45684b..62c36fffdb7a 100644 --- a/ed/dfns/turtledove.json +++ b/ed/dfns/turtledove.json @@ -101,6 +101,46 @@ }, "definedIn": "pre" }, + { + "id": "dom-auctionad-buyerreportingid", + "href": "https://wicg.github.io/turtledove/#dom-auctionad-buyerreportingid", + "linkingText": [ + "buyerReportingId" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "AuctionAd" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/turtledove/#title", + "title": "Protected Audience (formerly FLEDGE)" + }, + "definedIn": "pre" + }, + { + "id": "dom-auctionad-buyerandsellerreportingid", + "href": "https://wicg.github.io/turtledove/#dom-auctionad-buyerandsellerreportingid", + "linkingText": [ + "buyerAndSellerReportingId" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "AuctionAd" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/turtledove/#title", + "title": "Protected Audience (formerly FLEDGE)" + }, + "definedIn": "pre" + }, { "id": "dictdef-generatebidinterestgroup", "href": "https://wicg.github.io/turtledove/#dictdef-generatebidinterestgroup", @@ -1724,6 +1764,24 @@ }, "definedIn": "prose" }, + { + "id": "compute-the-key-hash-of-reporting-id", + "href": "https://wicg.github.io/turtledove/#compute-the-key-hash-of-reporting-id", + "linkingText": [ + "compute the key hash of reporting ID" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/turtledove/#title", + "title": "Protected Audience (formerly FLEDGE)" + }, + "definedIn": "prose" + }, { "id": "query-component-ad-k-anonymity-count", "href": "https://wicg.github.io/turtledove/#query-component-ad-k-anonymity-count", @@ -3471,6 +3529,26 @@ }, "definedIn": "pre" }, + { + "id": "dom-reportingbrowsersignals-buyerandsellerreportingid", + "href": "https://wicg.github.io/turtledove/#dom-reportingbrowsersignals-buyerandsellerreportingid", + "linkingText": [ + "buyerAndSellerReportingId" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "ReportingBrowserSignals" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/turtledove/#title", + "title": "Protected Audience (formerly FLEDGE)" + }, + "definedIn": "pre" + }, { "id": "dictdef-reportresultbrowsersignals", "href": "https://wicg.github.io/turtledove/#dictdef-reportresultbrowsersignals", @@ -3667,6 +3745,26 @@ }, "definedIn": "pre" }, + { + "id": "dom-reportwinbrowsersignals-buyerreportingid", + "href": "https://wicg.github.io/turtledove/#dom-reportwinbrowsersignals-buyerreportingid", + "linkingText": [ + "buyerReportingId" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "ReportWinBrowserSignals" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/turtledove/#title", + "title": "Protected Audience (formerly FLEDGE)" + }, + "definedIn": "pre" + }, { "id": "dom-reportwinbrowsersignals-modelingsignals", "href": "https://wicg.github.io/turtledove/#dom-reportwinbrowsersignals-modelingsignals", @@ -4205,6 +4303,46 @@ }, "definedIn": "dt" }, + { + "id": "interest-group-ad-buyer-reporting-id", + "href": "https://wicg.github.io/turtledove/#interest-group-ad-buyer-reporting-id", + "linkingText": [ + "buyer reporting ID" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "interest group ad" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/turtledove/#title", + "title": "Protected Audience (formerly FLEDGE)" + }, + "definedIn": "dt" + }, + { + "id": "interest-group-ad-buyer-and-seller-reporting-id", + "href": "https://wicg.github.io/turtledove/#interest-group-ad-buyer-and-seller-reporting-id", + "linkingText": [ + "buyer and seller reporting ID" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "interest group ad" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://wicg.github.io/turtledove/#title", + "title": "Protected Audience (formerly FLEDGE)" + }, + "definedIn": "dt" + }, { "id": "currency-tag", "href": "https://wicg.github.io/turtledove/#currency-tag", diff --git a/ed/headings/css-view-transitions-1.json b/ed/headings/css-view-transitions-1.json index 9ecbf191d1fc..f2f76c6094ae 100644 --- a/ed/headings/css-view-transitions-1.json +++ b/ed/headings/css-view-transitions-1.json @@ -252,96 +252,89 @@ "title": "Captured elements", "number": "7.1.3" }, - { - "id": "monkey-patch-to-rendering-algorithm", - "href": "https://drafts.csswg.org/css-view-transitions-1/#monkey-patch-to-rendering-algorithm", - "level": 3, - "title": "Monkey patches to rendering", - "number": "7.2" - }, { "id": "perform-pending-transition-operations-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#perform-pending-transition-operations-algorithm", "level": 3, "title": "Perform pending transition operations", - "number": "7.3" + "number": "7.2" }, { "id": "setup-view-transition-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#setup-view-transition-algorithm", "level": 3, "title": "Setup view transition", - "number": "7.4" + "number": "7.3" }, { "id": "capture-old-state-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#capture-old-state-algorithm", "level": 4, "title": "Capture the old state", - "number": "7.4.1" + "number": "7.3.1" }, { "id": "capture-new-state-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#capture-new-state-algorithm", "level": 4, "title": "Capture the new state", - "number": "7.4.2" + "number": "7.3.2" }, { "id": "setup-transition-pseudo-elements-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#setup-transition-pseudo-elements-algorithm", "level": 4, "title": "Setup transition pseudo-elements", - "number": "7.4.3" + "number": "7.3.3" }, { "id": "call-dom-update-callback-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#call-dom-update-callback-algorithm", "level": 3, "title": "Call the update callback", - "number": "7.5" + "number": "7.4" }, { "id": "skip-the-view-transition-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#skip-the-view-transition-algorithm", "level": 3, "title": "Skip the view transition", - "number": "7.6" + "number": "7.5" }, { "id": "capture-the-image-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#capture-the-image-algorithm", "level": 3, "title": "Capture the image", - "number": "7.7" + "number": "7.6" }, { "id": "capture-rendering-characteristics-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#capture-rendering-characteristics-algorithm", "level": 4, "title": "Capture rendering characteristics", - "number": "7.7.1" + "number": "7.6.1" }, { "id": "handle-transition-frame-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#handle-transition-frame-algorithm", "level": 3, "title": "Handle transition frame", - "number": "7.8" + "number": "7.7" }, { "id": "style-transition-pseudo-elements-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#style-transition-pseudo-elements-algorithm", "level": 3, "title": "Update pseudo-element styles", - "number": "7.9" + "number": "7.8" }, { "id": "clear-view-transition-algorithm", "href": "https://drafts.csswg.org/css-view-transitions-1/#clear-view-transition-algorithm", "level": 3, "title": "Clear view transition", - "number": "7.10" + "number": "7.9" }, { "id": "priv", diff --git a/ed/headings/tc39-set-methods.json b/ed/headings/tc39-set-methods.json index 491a9e26e2fb..c9eb41a4f95c 100644 --- a/ed/headings/tc39-set-methods.json +++ b/ed/headings/tc39-set-methods.json @@ -67,19 +67,12 @@ "level": 1, "number": "9" }, - { - "id": "sec-getkeysiterator", - "href": "https://tc39.es/proposal-set-methods/#sec-getkeysiterator", - "title": "GetKeysIterator ( setRec )", - "level": 1, - "number": "10" - }, { "id": "sec-setdatahas", "href": "https://tc39.es/proposal-set-methods/#sec-setdatahas", "title": "SetDataHas ( resultSetData, value )", "level": 1, - "number": "11" + "number": "10" } ] } \ No newline at end of file diff --git a/ed/headings/trust-token-api.json b/ed/headings/trust-token-api.json index dd9fc095c314..93be078fd9b6 100644 --- a/ed/headings/trust-token-api.json +++ b/ed/headings/trust-token-api.json @@ -56,301 +56,307 @@ "title": "Issuer Key Fetching/Registration", "number": "3.1" }, + { + "id": "voprf-methods", + "href": "https://wicg.github.io/trust-token-api/#voprf-methods", + "level": 2, + "title": "VOPRF Methods", + "number": "4" + }, { "id": "algorithms", "href": "https://wicg.github.io/trust-token-api/#algorithms", "level": 2, "title": "Algorithms", - "number": "4" + "number": "5" }, { "id": "fetch-integration", "href": "https://wicg.github.io/trust-token-api/#fetch-integration", "level": 2, "title": "Integration with Fetch", - "number": "5" + "number": "6" }, { "id": "definitions", "href": "https://wicg.github.io/trust-token-api/#definitions", "level": 3, "title": "Definitions", - "number": "5.1" + "number": "6.1" }, { "id": "fetch-request", "href": "https://wicg.github.io/trust-token-api/#fetch-request", "level": 3, "title": "Modifications to request", - "number": "5.2" + "number": "6.2" }, { "id": "http-network-or-cache-fetch", "href": "https://wicg.github.io/trust-token-api/#http-network-or-cache-fetch", "level": 3, "title": "Modifications to http-network-or-cache fetch", - "number": "5.3" + "number": "6.3" }, { "id": "http-fetch", "href": "https://wicg.github.io/trust-token-api/#http-fetch", "level": 3, "title": "Modifications to HTTP fetch steps", - "number": "5.4" + "number": "6.4" }, { "id": "iframe-integration", "href": "https://wicg.github.io/trust-token-api/#iframe-integration", "level": 2, "title": "Integration with iframe", - "number": "6" + "number": "7" }, { "id": "iframe-private-token", "href": "https://wicg.github.io/trust-token-api/#iframe-private-token", "level": 3, "title": "privateToken content attribute for HTMLIframeElement", - "number": "6.1" + "number": "7.1" }, { "id": "navigation-params-modifications", "href": "https://wicg.github.io/trust-token-api/#navigation-params-modifications", "level": 3, "title": "Modification to \"create navigation params by fetching\" steps", - "number": "6.2" + "number": "7.2" }, { "id": "xhr", "href": "https://wicg.github.io/trust-token-api/#xhr", "level": 2, "title": "Integration with XMLHttpRequest", - "number": "7" + "number": "8" }, { "id": "xhr-set-private-token", "href": "https://wicg.github.io/trust-token-api/#xhr-set-private-token", "level": 3, "title": "Attach PrivateToken", - "number": "7.1" + "number": "8.1" }, { "id": "xhr-send-monkeypatch", "href": "https://wicg.github.io/trust-token-api/#xhr-send-monkeypatch", "level": 3, "title": "send() monkeypatch", - "number": "7.2" + "number": "8.2" }, { "id": "issuing-protocol", "href": "https://wicg.github.io/trust-token-api/#issuing-protocol", "level": 2, "title": "Issuing Protocol", - "number": "8" + "number": "9" }, { "id": "issue-request", "href": "https://wicg.github.io/trust-token-api/#issue-request", "level": 3, "title": "Creating An Issue Request", - "number": "8.1" + "number": "9.1" }, { "id": "issuer-signing-tokens", "href": "https://wicg.github.io/trust-token-api/#issuer-signing-tokens", "level": 3, "title": "Issuer Signing Tokens", - "number": "8.2" + "number": "9.2" }, { "id": "issue-response", "href": "https://wicg.github.io/trust-token-api/#issue-response", "level": 3, "title": "Handling Issue Responses", - "number": "8.3" + "number": "9.3" }, { "id": "redeeming-tokens", "href": "https://wicg.github.io/trust-token-api/#redeeming-tokens", "level": 2, - "title": "Redeeming Tokens", - "number": "9" + "title": "10. Redeeming Tokens" }, { "id": "redeem-response", "href": "https://wicg.github.io/trust-token-api/#redeem-response", "level": 3, "title": "Handling Redeem Responses", - "number": "9.1" + "number": "10.1" }, { "id": "redemption-records", "href": "https://wicg.github.io/trust-token-api/#redemption-records", "level": 3, "title": "Redemption Records", - "number": "9.2" + "number": "10.2" }, { "id": "the-document-object", "href": "https://wicg.github.io/trust-token-api/#the-document-object", "level": 3, "title": "Changes to Document", - "number": "9.3" + "number": "10.3" }, { "id": "query-apis", "href": "https://wicg.github.io/trust-token-api/#query-apis", "level": 2, - "title": "10. Query APIs" + "title": "11. Query APIs" }, { "id": "token-query", "href": "https://wicg.github.io/trust-token-api/#token-query", "level": 3, "title": "Token Query", - "number": "10.1" + "number": "11.1" }, { "id": "redemption-record-query", "href": "https://wicg.github.io/trust-token-api/#redemption-record-query", "level": 3, "title": "Redemption Record Query", - "number": "10.2" + "number": "11.2" }, { "id": "pst-http-header-fields", "href": "https://wicg.github.io/trust-token-api/#pst-http-header-fields", "level": 2, - "title": "11. Private State Token HTTP Header Fields" + "title": "12. Private State Token HTTP Header Fields" }, { "id": "sec-private-state-token", "href": "https://wicg.github.io/trust-token-api/#sec-private-state-token", "level": 3, "title": "The 'Sec-Private-State-Token' Header Field", - "number": "11.1" + "number": "12.1" }, { "id": "sec-private-state-token-lifetime", "href": "https://wicg.github.io/trust-token-api/#sec-private-state-token-lifetime", "level": 3, "title": "The 'Sec-Private-State-Token-Lifetime' Header Field", - "number": "11.2" + "number": "12.2" }, { "id": "sec-private-state-token-crypto-version", "href": "https://wicg.github.io/trust-token-api/#sec-private-state-token-crypto-version", "level": 3, "title": "The 'Sec-Private-State-Token-Crypto-Version' Header Field", - "number": "11.3" + "number": "12.3" }, { "id": "sec-redemption-record", "href": "https://wicg.github.io/trust-token-api/#sec-redemption-record", "level": 3, "title": "The 'Sec-Redemption-Record' Header Field", - "number": "11.4" + "number": "12.4" }, { "id": "privacy", "href": "https://wicg.github.io/trust-token-api/#privacy", "level": 2, - "title": "12. Privacy Considerations" + "title": "13. Privacy Considerations" }, { "id": "unlinkability", "href": "https://wicg.github.io/trust-token-api/#unlinkability", "level": 3, "title": "Unlinkability", - "number": "12.1" + "number": "13.1" }, { "id": "limit-encoded-info", "href": "https://wicg.github.io/trust-token-api/#limit-encoded-info", "level": 3, "title": "Limiting Encoded Information", - "number": "12.2" + "number": "13.2" }, { "id": "side-channel-fingerprinting", "href": "https://wicg.github.io/trust-token-api/#side-channel-fingerprinting", "level": 4, "title": "Potential Attack: Side Channel Fingerprinting", - "number": "12.2.1" + "number": "13.2.1" }, { "id": "cross-site-info", "href": "https://wicg.github.io/trust-token-api/#cross-site-info", "level": 3, "title": "Cross-site Information Transfer", - "number": "12.3" + "number": "13.3" }, { "id": "api-usage-limits", "href": "https://wicg.github.io/trust-token-api/#api-usage-limits", "level": 4, "title": "Mitigation: Dynamic Issuance/Redemption Limits", - "number": "12.3.1" + "number": "13.3.1" }, { "id": "per-issuer-limits", "href": "https://wicg.github.io/trust-token-api/#per-issuer-limits", "level": 4, "title": "Mitigation: Per-Site Issuer Limits", - "number": "12.3.2" + "number": "13.3.2" }, { "id": "security", "href": "https://wicg.github.io/trust-token-api/#security", "level": 2, - "title": "13. Security Considerations" + "title": "14. Security Considerations" }, { "id": "token-exhaustion", "href": "https://wicg.github.io/trust-token-api/#token-exhaustion", "level": 3, "title": "Preventing Token Exhaustion", - "number": "13.1" + "number": "14.1" }, { "id": "preventing-double-spend", "href": "https://wicg.github.io/trust-token-api/#preventing-double-spend", "level": 3, "title": "Preventing Double Spending", - "number": "13.2" + "number": "14.2" }, { "id": "iana-considerations", "href": "https://wicg.github.io/trust-token-api/#iana-considerations", "level": 2, - "title": "14. IANA Considerations" + "title": "15. IANA Considerations" }, { "id": "iana-sec-private-state-token", "href": "https://wicg.github.io/trust-token-api/#iana-sec-private-state-token", "level": 3, "title": "'Sec-Private-State-Token' Header Field", - "number": "14.1" + "number": "15.1" }, { "id": "iana-sec-private-state-token-lifetime", "href": "https://wicg.github.io/trust-token-api/#iana-sec-private-state-token-lifetime", "level": 3, "title": "'Sec-Private-State-Token-Lifetime' Header Field", - "number": "14.2" + "number": "15.2" }, { "id": "iana-sec-private-state-token-crypto-version", "href": "https://wicg.github.io/trust-token-api/#iana-sec-private-state-token-crypto-version", "level": 3, "title": "'Sec-Private-State-Token-Crypto-Version' Header Field", - "number": "14.3" + "number": "15.3" }, { "id": "iana-sec-redemption-record", "href": "https://wicg.github.io/trust-token-api/#iana-sec-redemption-record", "level": 3, "title": "'Sec-Redemption-Record' Header Field", - "number": "14.4" + "number": "15.4" }, { "id": "acknowledgments", diff --git a/ed/idl/turtledove.idl b/ed/idl/turtledove.idl index 89d6b9901983..fb79674e98b3 100644 --- a/ed/idl/turtledove.idl +++ b/ed/idl/turtledove.idl @@ -11,6 +11,8 @@ partial interface Navigator { dictionary AuctionAd { required USVString renderURL; any metadata; + USVString buyerReportingId; + USVString buyerAndSellerReportingId; }; dictionary GenerateBidInterestGroup { @@ -165,6 +167,8 @@ dictionary ReportingBrowserSignals { DOMString highestScoringOtherBidCurrency; USVString topLevelSeller; USVString componentSeller; + + USVString buyerAndSellerReportingId; }; dictionary ReportResultBrowserSignals : ReportingBrowserSignals { @@ -180,6 +184,7 @@ dictionary ReportWinBrowserSignals : ReportingBrowserSignals { USVString seller; boolean madeHighestScoringOtherBid; DOMString interestGroupName; + DOMString buyerReportingId; unsigned short modelingSignals; unsigned long dataVersion; }; diff --git a/ed/ids/PNG-spec.json b/ed/ids/PNG-spec.json index 4d933dec65a6..5b66ffd412ef 100644 --- a/ed/ids/PNG-spec.json +++ b/ed/ids/PNG-spec.json @@ -280,6 +280,7 @@ "https://w3c.github.io/PNG-spec/#x4-9-apng-frame-based-animation", "https://w3c.github.io/PNG-spec/#introduction-0", "https://w3c.github.io/PNG-spec/#introduction-3", + "https://w3c.github.io/PNG-spec/#ref-for-dfn-frame-1", "https://w3c.github.io/PNG-spec/#ref-for-dfn-static-image-6", "https://w3c.github.io/PNG-spec/#structure", "https://w3c.github.io/PNG-spec/#x4-9-1-structure", @@ -618,10 +619,10 @@ "https://w3c.github.io/PNG-spec/#mDCv-chunk-max-luminance-example", "https://w3c.github.io/PNG-spec/#cLLi-chunk", "https://w3c.github.io/PNG-spec/#x11-3-2-8-clli-content-light-level-information", - "https://w3c.github.io/PNG-spec/#ref-for-dfn-frame-1", + "https://w3c.github.io/PNG-spec/#ref-for-dfn-frame-2", "https://w3c.github.io/PNG-spec/#issue-container-generatedID-11", "https://w3c.github.io/PNG-spec/#h-note-11", - "https://w3c.github.io/PNG-spec/#ref-for-dfn-frame-2", + "https://w3c.github.io/PNG-spec/#ref-for-dfn-frame-3", "https://w3c.github.io/PNG-spec/#cLLi-chunk-syntax", "https://w3c.github.io/PNG-spec/#example-13", "https://w3c.github.io/PNG-spec/#cLLi-chunk-max-content-light-level-example", diff --git a/ed/ids/attribution-reporting-api.json b/ed/ids/attribution-reporting-api.json index a97eee370598..68a4c7f00c7f 100644 --- a/ed/ids/attribution-reporting-api.json +++ b/ed/ids/attribution-reporting-api.json @@ -2262,6 +2262,8 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-report-window-list%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A0%E2%91%A6", + "https://wicg.github.io/attribution-reporting-api/#ref-for-dfn-duration-from%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-report-window-end%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A0%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A0%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A1%E2%91%A4", @@ -2270,8 +2272,6 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A1%E2%91%A5", - "https://wicg.github.io/attribution-reporting-api/#ref-for-dfn-duration-from%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-report-window-end%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A0%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-min-report-window", "https://wicg.github.io/attribution-reporting-api/#ref-for-min-report-window%E2%91%A0", diff --git a/ed/ids/css-flexbox-1.json b/ed/ids/css-flexbox-1.json index 5ce6c39d702d..66e2ef72513c 100644 --- a/ed/ids/css-flexbox-1.json +++ b/ed/ids/css-flexbox-1.json @@ -1210,7 +1210,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-align-items-auto%E2%91%A0", + "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-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", @@ -1844,12 +1844,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%E2%91%A1", + "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-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-valdef-align-items-auto%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A6", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A3", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-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", @@ -1955,7 +1955,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%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A1%E2%91%A1", @@ -2034,7 +2034,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%A5", + "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-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", @@ -2124,9 +2124,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%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", @@ -2252,9 +2252,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%A3", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages", - "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-align-items-auto%E2%91%A0%E2%93%AA", "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", @@ -2342,7 +2342,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A4%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A7%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-size%E2%91%A5%E2%91%A2", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%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-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", @@ -2389,7 +2389,7 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2012-flex-basis-zero", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A7", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5", + "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-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", @@ -2407,17 +2407,17 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-left%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A7", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-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-flex-basis-auto%E2%91%A8", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A6", diff --git a/ed/ids/css-fonts-4.json b/ed/ids/css-fonts-4.json index c624c4ae7469..2a53d8ac5259 100644 --- a/ed/ids/css-fonts-4.json +++ b/ed/ids/css-fonts-4.json @@ -1018,7 +1018,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-descent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-line-gap-metric", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-position-normal-value", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-style-normal%E2%91%A0", "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", @@ -1086,7 +1086,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-style-oblique%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A1%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-style-normal%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-style-normal%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ex-ascending-normal", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A5%E2%91%A1", @@ -1240,10 +1240,6 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A8%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A8%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#font-variant-position-normal-value", - "https://drafts.csswg.org/css-fonts-4/#infopanel-for-font-variant-position-normal-value", - "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-for-font-variant-position-normal-value", - "https://drafts.csswg.org/css-fonts-4/#infopanel-for-font-variant-position-normal-value", - "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-for-font-variant-position-normal-value", "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-position-sub", "https://drafts.csswg.org/css-fonts-4/#infopanel-for-valdef-font-variant-position-sub", "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-for-valdef-font-variant-position-sub", @@ -2154,7 +2150,7 @@ "https://drafts.csswg.org/css-fonts-4/#sp217", "https://drafts.csswg.org/css-fonts-4/#a11y", "https://drafts.csswg.org/css-fonts-4/#acknowledgments", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A5", "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", @@ -2597,7 +2593,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A7%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-ascent-override%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-descent-override%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A5", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A1", "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", @@ -2611,7 +2607,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-unicode-range%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#font-feature-values-descriptor-table", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A2", "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%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-base-palette", diff --git a/ed/ids/css-grid-1.json b/ed/ids/css-grid-1.json index fd8b9741e503..a7fe2404ecf2 100644 --- a/ed/ids/css-grid-1.json +++ b/ed/ids/css-grid-1.json @@ -245,11 +245,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-grid-placement-auto", + "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-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%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-block-size", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content", @@ -384,7 +384,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%A1", + "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-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", @@ -771,7 +771,7 @@ "https://drafts.csswg.org/css-grid-1/#infopanel-for-valdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-1/#infopaneltitle-for-valdef-grid-template-columns-fit-content", "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%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-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-valdef-grid-template-columns-fit-content%E2%91%A0", @@ -1201,13 +1201,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%A3", + "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-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-e7e1afc0", + "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-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", @@ -1672,7 +1672,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%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#propdef-grid-area", "https://drafts.csswg.org/css-grid-1/#infopanel-for-propdef-grid-area", "https://drafts.csswg.org/css-grid-1/#infopaneltitle-for-propdef-grid-area", @@ -1699,17 +1699,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%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-margin", "https://drafts.csswg.org/css-grid-1/#auto-placement-algo", "https://drafts.csswg.org/css-grid-1/#grid-item-placement-algorithm", @@ -1859,7 +1859,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-physical", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%93%AA", @@ -1875,7 +1875,7 @@ "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%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-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", @@ -2102,7 +2102,7 @@ "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-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-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", @@ -2166,14 +2166,14 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-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-valdef-grid-template-columns-fit-content%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#infopanel-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#infopaneltitle-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#infopanel-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#infopaneltitle-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-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-valdef-grid-template-columns-fit-content%E2%91%A6", @@ -2233,7 +2233,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "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-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", @@ -2253,7 +2253,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-valdef-grid-template-columns-fit-content%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "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-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", @@ -2273,7 +2273,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "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-grid-container%E2%91%A0%E2%93%AA%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A1", @@ -2567,7 +2567,7 @@ "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%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", "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", @@ -2666,8 +2666,8 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#change-2017-track-limit-auto-min", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%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%A0%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A5", @@ -2710,7 +2710,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#change-2017-no-maximize-flex", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", + "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-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", @@ -2734,11 +2734,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%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%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%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%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%A0%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-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", @@ -2863,7 +2863,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-size-contribution%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#change-2017-overgrow", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-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", @@ -2941,11 +2941,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%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%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%A0", + "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%A1%E2%91%A4", - "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%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-fit-content-size", @@ -2971,9 +2971,9 @@ "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-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%A2", + "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%A3", + "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", @@ -2991,7 +2991,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%A3", "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%A4", + "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", @@ -3001,7 +3001,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%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5", + "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%A5", "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-fixed-sizing-function%E2%91%A0%E2%91%A2", @@ -3020,10 +3020,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%A1%E2%91%A6", + "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%A0", - "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%A2%E2%93%AA", "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", @@ -3033,7 +3033,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%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-grid-placement-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A3", "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", @@ -3041,7 +3041,7 @@ "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-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%A6", + "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%A2%E2%91%A4", "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", @@ -3069,7 +3069,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-block-level%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-block-formatting-context%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-block-box%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-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", @@ -3084,9 +3084,9 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A5", "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 7616c44ac6ab..66f35f8ba63c 100644 --- a/ed/ids/css-grid-2.json +++ b/ed/ids/css-grid-2.json @@ -285,7 +285,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-inline-size", "https://drafts.csswg.org/css-grid-2/#ref-for-inline-formatting-context", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-block-size", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content", @@ -421,7 +421,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-scroll-container%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-track%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-flexible-tracks", "https://drafts.csswg.org/css-grid-2/#ref-for-automatic-minimum-size%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-content-based-minimum-size%E2%91%A0", @@ -861,7 +861,7 @@ "https://drafts.csswg.org/css-grid-2/#infopanel-for-valdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-2/#infopaneltitle-for-valdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-min-content%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-template-rows-track-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A0", @@ -1346,13 +1346,13 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-rows%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-track-size%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-columns%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-rows-none%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#example-e7e1afc0", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-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-grid-placement-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A0%E2%91%A0", @@ -1841,7 +1841,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%A2", "https://drafts.csswg.org/css-grid-2/#propdef-grid-area", "https://drafts.csswg.org/css-grid-2/#infopanel-for-propdef-grid-area", "https://drafts.csswg.org/css-grid-2/#infopaneltitle-for-propdef-grid-area", @@ -1868,17 +1868,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%A3", "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%A4", "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%A5", "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", @@ -2180,7 +2180,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-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A5", @@ -2196,11 +2196,11 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid-lines%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-span%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-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", @@ -2394,7 +2394,7 @@ "https://drafts.csswg.org/css-grid-2/#infopaneltitle-for-intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-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/#infopanel-for-flexible-sizing-function", @@ -2501,14 +2501,14 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-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-valdef-grid-template-columns-fit-content%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#infopanel-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#infopaneltitle-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#infopanel-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#infopaneltitle-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-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-valdef-grid-template-columns-fit-content%E2%91%A4", @@ -2523,7 +2523,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A0", @@ -2568,7 +2568,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%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-intrinsic-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A8", @@ -2588,7 +2588,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-valdef-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%A0", + "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-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", @@ -2608,7 +2608,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-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%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A1", @@ -2694,7 +2694,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%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%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", @@ -2867,7 +2867,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A0", "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%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%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", @@ -2892,10 +2892,10 @@ "https://drafts.csswg.org/css-grid-2/#fragmentation-alg", "https://drafts.csswg.org/css-grid-2/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", + "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-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-area%E2%91%A2%E2%91%A6", - "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-grid-placement-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#priv", "https://drafts.csswg.org/css-grid-2/#sec", "https://drafts.csswg.org/css-grid-2/#changes", diff --git a/ed/ids/css-pseudo-4.json b/ed/ids/css-pseudo-4.json index 4c6f0954274d..52431208a41b 100644 --- a/ed/ids/css-pseudo-4.json +++ b/ed/ids/css-pseudo-4.json @@ -595,7 +595,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo", "https://drafts.csswg.org/css-pseudo-4/#ref-for-cssstyledeclaration", "https://drafts.csswg.org/css-pseudo-4/#window-interface", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A4", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A5", @@ -624,7 +624,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-originating-element%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A8", "https://drafts.csswg.org/css-pseudo-4/#issue-302461e7", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo%E2%91%A0", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A1", "https://drafts.csswg.org/css-pseudo-4/#getComputedStyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-window-getcomputedstyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A0%E2%91%A7", @@ -665,7 +665,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-x22%E2%91%A1", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-parent%E2%91%A2", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo", "https://drafts.csswg.org/css-pseudo-4/#ref-for-sub-pseudo-element%E2%91%A5", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-target-text%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A1%E2%91%A8", @@ -682,7 +682,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%A8", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type%E2%91%A0", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A2", "https://drafts.csswg.org/css-pseudo-4/#ref-for-valdef-color-currentcolor%E2%91%A2", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A2%E2%91%A0", diff --git a/ed/ids/css-view-transitions-1.json b/ed/ids/css-view-transitions-1.json index 7a19ae28c8ae..3d3edf2c154e 100644 --- a/ed/ids/css-view-transitions-1.json +++ b/ed/ids/css-view-transitions-1.json @@ -555,16 +555,16 @@ "https://drafts.csswg.org/css-view-transitions-1/#ref-for-tuple%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-snapshot-containing-block-size", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-skip-the-view-transition%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#viewtransition-old-state-captured-steps", - "https://drafts.csswg.org/css-view-transitions-1/#infopanel-for-viewtransition-old-state-captured-steps", - "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-viewtransition-old-state-captured-steps", - "https://drafts.csswg.org/css-view-transitions-1/#infopanel-for-viewtransition-old-state-captured-steps", - "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-viewtransition-old-state-captured-steps", + "https://drafts.csswg.org/css-view-transitions-1/#viewtransition-process-old-state-captured", + "https://drafts.csswg.org/css-view-transitions-1/#infopanel-for-viewtransition-process-old-state-captured", + "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-viewtransition-process-old-state-captured", + "https://drafts.csswg.org/css-view-transitions-1/#infopanel-for-viewtransition-process-old-state-captured", + "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-viewtransition-process-old-state-captured", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-update-callback%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-old-state-captured-steps", + "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-process-old-state-captured", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-update-callback%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-old-state-captured-steps%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-process-old-state-captured%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dom-viewtransition-finished%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-getter-steps", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-this%E2%91%A5", @@ -735,24 +735,14 @@ "https://drafts.csswg.org/css-view-transitions-1/#ref-for-cssstylerule%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-document%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-dynamic-view-transition-style-sheet%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-1/#monkey-patch-to-rendering-algorithm", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-update-the-rendering", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-fully-active", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document%E2%91%A8", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-perform-pending-transition-operations%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-update-the-rendering%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-rendering-opportunity", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-rendering-suppression-for-view-transitions%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-update-the-rendering%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-1/#perform-pending-transition-operations-algorithm", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-perform-pending-transition-operations%E2%91%A1", + "https://drafts.csswg.org/css-view-transitions-1/#ref-for-perform-pending-transition-operations%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-1/#perform-pending-transition-operations", "https://drafts.csswg.org/css-view-transitions-1/#infopanel-for-perform-pending-transition-operations", "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-perform-pending-transition-operations", "https://drafts.csswg.org/css-view-transitions-1/#infopanel-for-perform-pending-transition-operations", "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-perform-pending-transition-operations", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document%E2%91%A8", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-active-view-transition%E2%91%A5", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-active-view-transition%E2%91%A6", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A1", @@ -778,7 +768,9 @@ "https://drafts.csswg.org/css-view-transitions-1/#ref-for-invalidstateerror", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-idl-DOMException%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-relevant-realm%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-rendering-suppression-for-view-transitions%E2%91%A1", + "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-process-old-state-captured%E2%91%A1", + "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-process-old-state-captured%E2%91%A2", + "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-rendering-suppression-for-view-transitions%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-queue-a-global-task", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dom-manipulation-task-source", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-relevant-global%E2%91%A1", @@ -812,7 +804,7 @@ "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A6", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-skip-the-view-transition%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-rendering-suppression-for-view-transitions%E2%91%A2", + "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-rendering-suppression-for-view-transitions%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-initial-snapshot-containing-block-size", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-snapshot-containing-block-size%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-skip-the-view-transition%E2%91%A0%E2%91%A0", @@ -1017,7 +1009,7 @@ "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dom-manipulation-task-source%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-concept-relevant-global%E2%91%A7", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-call-the-update-callback%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-rendering-suppression-for-view-transitions%E2%91%A3", + "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document-rendering-suppression-for-view-transitions%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-clear-view-transition", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-phase%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-reject", @@ -1031,6 +1023,8 @@ "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-update-callback-done-promise%E2%91%A7", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-update-callback-done-promise%E2%91%A8", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-finished-promise%E2%91%A1", + "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-process-old-state-captured%E2%91%A3", + "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition-process-old-state-captured%E2%91%A4", "https://drafts.csswg.org/css-view-transitions-1/#capture-the-image-algorithm", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-capture-the-image%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-1/#capture-the-image", @@ -1558,11 +1552,6 @@ "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-e10e7eb7", "https://drafts.csswg.org/css-view-transitions-1/#infopanel-for-e10e7eb7", "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-e10e7eb7", - "https://drafts.csswg.org/css-view-transitions-1/#0e3ba9f8", - "https://drafts.csswg.org/css-view-transitions-1/#infopanel-for-0e3ba9f8", - "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-0e3ba9f8", - "https://drafts.csswg.org/css-view-transitions-1/#infopanel-for-0e3ba9f8", - "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-0e3ba9f8", "https://drafts.csswg.org/css-view-transitions-1/#48438eb3", "https://drafts.csswg.org/css-view-transitions-1/#infopanel-for-48438eb3", "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-48438eb3", @@ -1578,21 +1567,11 @@ "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-5991ccfb", "https://drafts.csswg.org/css-view-transitions-1/#infopanel-for-5991ccfb", "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-5991ccfb", - "https://drafts.csswg.org/css-view-transitions-1/#6998ead7", - "https://drafts.csswg.org/css-view-transitions-1/#infopanel-for-6998ead7", - "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-6998ead7", - "https://drafts.csswg.org/css-view-transitions-1/#infopanel-for-6998ead7", - "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-6998ead7", "https://drafts.csswg.org/css-view-transitions-1/#f1041b37", "https://drafts.csswg.org/css-view-transitions-1/#infopanel-for-f1041b37", "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-f1041b37", "https://drafts.csswg.org/css-view-transitions-1/#infopanel-for-f1041b37", "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-f1041b37", - "https://drafts.csswg.org/css-view-transitions-1/#b815f411", - "https://drafts.csswg.org/css-view-transitions-1/#infopanel-for-b815f411", - "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-b815f411", - "https://drafts.csswg.org/css-view-transitions-1/#infopanel-for-b815f411", - "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-b815f411", "https://drafts.csswg.org/css-view-transitions-1/#a3b18719", "https://drafts.csswg.org/css-view-transitions-1/#infopanel-for-a3b18719", "https://drafts.csswg.org/css-view-transitions-1/#infopaneltitle-for-a3b18719", diff --git a/ed/ids/sanitizer-api.json b/ed/ids/sanitizer-api.json index 363611f850d6..6209652c1139 100644 --- a/ed/ids/sanitizer-api.json +++ b/ed/ids/sanitizer-api.json @@ -18,7 +18,7 @@ "https://wicg.github.io/sanitizer-api/#ref-for-widl-Element-innerHTML", "https://wicg.github.io/sanitizer-api/#goals", "https://wicg.github.io/sanitizer-api/#api-summary", - "https://wicg.github.io/sanitizer-api/#example-19897f75", + "https://wicg.github.io/sanitizer-api/#example-9f5cf633", "https://wicg.github.io/sanitizer-api/#strings", "https://wicg.github.io/sanitizer-api/#example-3403a4ea", "https://wicg.github.io/sanitizer-api/#example-90aa6bbb", diff --git a/ed/ids/scroll-animations-1.json b/ed/ids/scroll-animations-1.json index 0d242d9476f0..9ede96d2a991 100644 --- a/ed/ids/scroll-animations-1.json +++ b/ed/ids/scroll-animations-1.json @@ -663,10 +663,9 @@ "https://drafts.csswg.org/scroll-animations-1/#ref-for-animationtimeline%E2%91%A4", "https://drafts.csswg.org/scroll-animations-1/#ref-for-active-interval", "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-delay", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-driven-animations%E2%91%A0", "https://drafts.csswg.org/scroll-animations-1/#finite-attachment", "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-driven-timelines%E2%91%A2", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-driven-animations%E2%91%A1", + "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-driven-animations%E2%91%A0", "https://drafts.csswg.org/scroll-animations-1/#ref-for-animation-attachment-range", "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-range", "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-iteration-count", @@ -691,7 +690,7 @@ "https://drafts.csswg.org/scroll-animations-1/#example-2a5405b2", "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/scroll-animations-1/#events", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-driven-animations%E2%91%A2", + "https://drafts.csswg.org/scroll-animations-1/#ref-for-scroll-driven-animations%E2%91%A1", "https://drafts.csswg.org/scroll-animations-1/#ref-for-active-interval%E2%91%A0", "https://drafts.csswg.org/scroll-animations-1/#ref-for-active-interval%E2%91%A1", "https://drafts.csswg.org/scroll-animations-1/#frames", diff --git a/ed/ids/tc39-set-methods.json b/ed/ids/tc39-set-methods.json index bff2363ea55f..461f03055bff 100644 --- a/ed/ids/tc39-set-methods.json +++ b/ed/ids/tc39-set-methods.json @@ -18,41 +18,33 @@ "https://tc39.es/proposal-set-methods/#sec-set.prototype.union", "https://tc39.es/proposal-set-methods/#_ref_1", "https://tc39.es/proposal-set-methods/#_ref_2", - "https://tc39.es/proposal-set-methods/#_ref_3", "https://tc39.es/proposal-set-methods/#sec-set.prototype.intersection", + "https://tc39.es/proposal-set-methods/#_ref_3", "https://tc39.es/proposal-set-methods/#_ref_4", "https://tc39.es/proposal-set-methods/#_ref_5", "https://tc39.es/proposal-set-methods/#_ref_6", + "https://tc39.es/proposal-set-methods/#sec-set.prototype.difference", "https://tc39.es/proposal-set-methods/#_ref_7", "https://tc39.es/proposal-set-methods/#_ref_8", - "https://tc39.es/proposal-set-methods/#sec-set.prototype.difference", + "https://tc39.es/proposal-set-methods/#sec-set.prototype.symmetricdifference", "https://tc39.es/proposal-set-methods/#_ref_9", "https://tc39.es/proposal-set-methods/#_ref_10", "https://tc39.es/proposal-set-methods/#_ref_11", - "https://tc39.es/proposal-set-methods/#sec-set.prototype.symmetricdifference", + "https://tc39.es/proposal-set-methods/#sec-set.prototype.issubsetof", "https://tc39.es/proposal-set-methods/#_ref_12", + "https://tc39.es/proposal-set-methods/#sec-set.prototype.issupersetof", "https://tc39.es/proposal-set-methods/#_ref_13", "https://tc39.es/proposal-set-methods/#_ref_14", + "https://tc39.es/proposal-set-methods/#sec-set.prototype.isdisjointfrom", "https://tc39.es/proposal-set-methods/#_ref_15", - "https://tc39.es/proposal-set-methods/#sec-set.prototype.issubsetof", "https://tc39.es/proposal-set-methods/#_ref_16", - "https://tc39.es/proposal-set-methods/#sec-set.prototype.issupersetof", - "https://tc39.es/proposal-set-methods/#_ref_17", - "https://tc39.es/proposal-set-methods/#_ref_18", - "https://tc39.es/proposal-set-methods/#_ref_19", - "https://tc39.es/proposal-set-methods/#sec-set.prototype.isdisjointfrom", - "https://tc39.es/proposal-set-methods/#_ref_20", - "https://tc39.es/proposal-set-methods/#_ref_21", - "https://tc39.es/proposal-set-methods/#_ref_22", "https://tc39.es/proposal-set-methods/#sec-set-records", "https://tc39.es/proposal-set-methods/#_ref_0", "https://tc39.es/proposal-set-methods/#table-set-record-fields", - "https://tc39.es/proposal-set-methods/#_ref_23", + "https://tc39.es/proposal-set-methods/#_ref_17", "https://tc39.es/proposal-set-methods/#sec-getsetrecord", - "https://tc39.es/proposal-set-methods/#_ref_24", - "https://tc39.es/proposal-set-methods/#_ref_25", - "https://tc39.es/proposal-set-methods/#sec-getkeysiterator", - "https://tc39.es/proposal-set-methods/#_ref_26", + "https://tc39.es/proposal-set-methods/#_ref_18", + "https://tc39.es/proposal-set-methods/#_ref_19", "https://tc39.es/proposal-set-methods/#sec-setdatahas", "https://tc39.es/proposal-set-methods/#sec-copyright-and-software-license", "https://tc39.es/proposal-set-methods/#references-pane-container", diff --git a/ed/ids/tc39-temporal.json b/ed/ids/tc39-temporal.json index c7249501afac..b808e23105f1 100644 --- a/ed/ids/tc39-temporal.json +++ b/ed/ids/tc39-temporal.json @@ -238,8 +238,8 @@ "https://tc39.es/proposal-temporal/#_ref_218", "https://tc39.es/proposal-temporal/#_ref_219", "https://tc39.es/proposal-temporal/#_ref_220", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodate", "https://tc39.es/proposal-temporal/#_ref_221", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodate", "https://tc39.es/proposal-temporal/#_ref_222", "https://tc39.es/proposal-temporal/#_ref_223", "https://tc39.es/proposal-temporal/#_ref_224", @@ -259,17 +259,17 @@ "https://tc39.es/proposal-temporal/#_ref_238", "https://tc39.es/proposal-temporal/#_ref_239", "https://tc39.es/proposal-temporal/#_ref_240", - "https://tc39.es/proposal-temporal/#sec-temporal-regulateisodate", "https://tc39.es/proposal-temporal/#_ref_241", + "https://tc39.es/proposal-temporal/#sec-temporal-regulateisodate", "https://tc39.es/proposal-temporal/#_ref_242", "https://tc39.es/proposal-temporal/#_ref_243", "https://tc39.es/proposal-temporal/#_ref_244", "https://tc39.es/proposal-temporal/#_ref_245", "https://tc39.es/proposal-temporal/#_ref_246", - "https://tc39.es/proposal-temporal/#sec-temporal-isvalidisodate", "https://tc39.es/proposal-temporal/#_ref_247", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodate", + "https://tc39.es/proposal-temporal/#sec-temporal-isvalidisodate", "https://tc39.es/proposal-temporal/#_ref_248", + "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodate", "https://tc39.es/proposal-temporal/#_ref_249", "https://tc39.es/proposal-temporal/#_ref_250", "https://tc39.es/proposal-temporal/#_ref_251", @@ -278,17 +278,17 @@ "https://tc39.es/proposal-temporal/#_ref_254", "https://tc39.es/proposal-temporal/#_ref_255", "https://tc39.es/proposal-temporal/#_ref_256", + "https://tc39.es/proposal-temporal/#_ref_257", "https://tc39.es/proposal-temporal/#sec-temporal-padisoyear", "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetostring", - "https://tc39.es/proposal-temporal/#_ref_257", "https://tc39.es/proposal-temporal/#_ref_258", - "https://tc39.es/proposal-temporal/#sec-temporal-addisodate", "https://tc39.es/proposal-temporal/#_ref_259", + "https://tc39.es/proposal-temporal/#sec-temporal-addisodate", "https://tc39.es/proposal-temporal/#_ref_260", "https://tc39.es/proposal-temporal/#_ref_261", + "https://tc39.es/proposal-temporal/#_ref_262", "https://tc39.es/proposal-temporal/#sec-temporal-compareisodate", "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaindate", - "https://tc39.es/proposal-temporal/#_ref_262", "https://tc39.es/proposal-temporal/#_ref_263", "https://tc39.es/proposal-temporal/#_ref_264", "https://tc39.es/proposal-temporal/#_ref_265", @@ -296,27 +296,28 @@ "https://tc39.es/proposal-temporal/#_ref_267", "https://tc39.es/proposal-temporal/#_ref_268", "https://tc39.es/proposal-temporal/#_ref_269", + "https://tc39.es/proposal-temporal/#_ref_270", "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-objects", "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime", - "https://tc39.es/proposal-temporal/#_ref_270", "https://tc39.es/proposal-temporal/#_ref_271", "https://tc39.es/proposal-temporal/#_ref_272", "https://tc39.es/proposal-temporal/#_ref_273", "https://tc39.es/proposal-temporal/#_ref_274", "https://tc39.es/proposal-temporal/#_ref_275", "https://tc39.es/proposal-temporal/#_ref_276", + "https://tc39.es/proposal-temporal/#_ref_277", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaintime-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.from", - "https://tc39.es/proposal-temporal/#_ref_277", "https://tc39.es/proposal-temporal/#_ref_278", "https://tc39.es/proposal-temporal/#_ref_279", "https://tc39.es/proposal-temporal/#_ref_280", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.compare", "https://tc39.es/proposal-temporal/#_ref_281", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.compare", "https://tc39.es/proposal-temporal/#_ref_282", "https://tc39.es/proposal-temporal/#_ref_283", + "https://tc39.es/proposal-temporal/#_ref_284", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaintime-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype-%40%40tostringtag", @@ -327,22 +328,21 @@ "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.microsecond", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.nanosecond", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.add", - "https://tc39.es/proposal-temporal/#_ref_284", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_285", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.with", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_286", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_287", "https://tc39.es/proposal-temporal/#_ref_288", "https://tc39.es/proposal-temporal/#_ref_289", "https://tc39.es/proposal-temporal/#_ref_290", "https://tc39.es/proposal-temporal/#_ref_291", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_292", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.since", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_293", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.round", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_294", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_295", "https://tc39.es/proposal-temporal/#_ref_296", "https://tc39.es/proposal-temporal/#_ref_297", @@ -352,20 +352,20 @@ "https://tc39.es/proposal-temporal/#_ref_301", "https://tc39.es/proposal-temporal/#_ref_302", "https://tc39.es/proposal-temporal/#_ref_303", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_304", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.toplaindatetime", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_305", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_306", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_307", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_308", "https://tc39.es/proposal-temporal/#_ref_309", "https://tc39.es/proposal-temporal/#_ref_310", "https://tc39.es/proposal-temporal/#_ref_311", + "https://tc39.es/proposal-temporal/#_ref_312", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.getisofields", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tostring", - "https://tc39.es/proposal-temporal/#_ref_312", "https://tc39.es/proposal-temporal/#_ref_313", "https://tc39.es/proposal-temporal/#_ref_314", "https://tc39.es/proposal-temporal/#_ref_315", @@ -374,22 +374,22 @@ "https://tc39.es/proposal-temporal/#_ref_318", "https://tc39.es/proposal-temporal/#_ref_319", "https://tc39.es/proposal-temporal/#_ref_320", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_321", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tojson", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_322", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tojson", + "https://tc39.es/proposal-temporal/#_ref_323", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.valueof", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaintime-instances", "https://tc39.es/proposal-temporal/#_ref_11", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaltime-instances", "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-differencetime", - "https://tc39.es/proposal-temporal/#_ref_323", "https://tc39.es/proposal-temporal/#_ref_324", "https://tc39.es/proposal-temporal/#_ref_325", "https://tc39.es/proposal-temporal/#_ref_326", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltime", "https://tc39.es/proposal-temporal/#_ref_327", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltime", "https://tc39.es/proposal-temporal/#_ref_328", "https://tc39.es/proposal-temporal/#_ref_329", "https://tc39.es/proposal-temporal/#_ref_330", @@ -398,32 +398,32 @@ "https://tc39.es/proposal-temporal/#_ref_333", "https://tc39.es/proposal-temporal/#_ref_334", "https://tc39.es/proposal-temporal/#_ref_335", - "https://tc39.es/proposal-temporal/#sec-temporal-regulatetime", "https://tc39.es/proposal-temporal/#_ref_336", "https://tc39.es/proposal-temporal/#_ref_337", - "https://tc39.es/proposal-temporal/#sec-temporal-isvalidtime", - "https://tc39.es/proposal-temporal/#sec-temporal-balancetime", + "https://tc39.es/proposal-temporal/#sec-temporal-regulatetime", "https://tc39.es/proposal-temporal/#_ref_338", "https://tc39.es/proposal-temporal/#_ref_339", + "https://tc39.es/proposal-temporal/#sec-temporal-isvalidtime", + "https://tc39.es/proposal-temporal/#sec-temporal-balancetime", "https://tc39.es/proposal-temporal/#_ref_340", "https://tc39.es/proposal-temporal/#_ref_341", "https://tc39.es/proposal-temporal/#_ref_342", "https://tc39.es/proposal-temporal/#_ref_343", + "https://tc39.es/proposal-temporal/#_ref_344", + "https://tc39.es/proposal-temporal/#_ref_345", "https://tc39.es/proposal-temporal/#sec-temporal-constraintime", "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaltime", - "https://tc39.es/proposal-temporal/#_ref_344", + "https://tc39.es/proposal-temporal/#_ref_346", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimerecord", - "https://tc39.es/proposal-temporal/#_ref_345", + "https://tc39.es/proposal-temporal/#_ref_347", "https://tc39.es/proposal-temporal/#table-temporal-temporaltimelike-record-fields", "https://tc39.es/proposal-temporal/#sec-temporal-temporaltimetostring", - "https://tc39.es/proposal-temporal/#_ref_346", + "https://tc39.es/proposal-temporal/#_ref_348", "https://tc39.es/proposal-temporal/#sec-temporal-comparetemporaltime", "https://tc39.es/proposal-temporal/#sec-temporal-addtime", - "https://tc39.es/proposal-temporal/#_ref_347", - "https://tc39.es/proposal-temporal/#_ref_348", - "https://tc39.es/proposal-temporal/#sec-temporal-roundtime", "https://tc39.es/proposal-temporal/#_ref_349", "https://tc39.es/proposal-temporal/#_ref_350", + "https://tc39.es/proposal-temporal/#sec-temporal-roundtime", "https://tc39.es/proposal-temporal/#_ref_351", "https://tc39.es/proposal-temporal/#_ref_352", "https://tc39.es/proposal-temporal/#_ref_353", @@ -431,25 +431,25 @@ "https://tc39.es/proposal-temporal/#_ref_355", "https://tc39.es/proposal-temporal/#_ref_356", "https://tc39.es/proposal-temporal/#_ref_357", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaintime", "https://tc39.es/proposal-temporal/#_ref_358", "https://tc39.es/proposal-temporal/#_ref_359", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaintime", "https://tc39.es/proposal-temporal/#_ref_360", "https://tc39.es/proposal-temporal/#_ref_361", "https://tc39.es/proposal-temporal/#_ref_362", "https://tc39.es/proposal-temporal/#_ref_363", "https://tc39.es/proposal-temporal/#_ref_364", "https://tc39.es/proposal-temporal/#_ref_365", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromplaintime", "https://tc39.es/proposal-temporal/#_ref_366", "https://tc39.es/proposal-temporal/#_ref_367", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromplaintime", "https://tc39.es/proposal-temporal/#_ref_368", "https://tc39.es/proposal-temporal/#_ref_369", + "https://tc39.es/proposal-temporal/#_ref_370", + "https://tc39.es/proposal-temporal/#_ref_371", "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-objects", "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime", - "https://tc39.es/proposal-temporal/#_ref_370", - "https://tc39.es/proposal-temporal/#_ref_371", "https://tc39.es/proposal-temporal/#_ref_372", "https://tc39.es/proposal-temporal/#_ref_373", "https://tc39.es/proposal-temporal/#_ref_374", @@ -459,31 +459,33 @@ "https://tc39.es/proposal-temporal/#_ref_378", "https://tc39.es/proposal-temporal/#_ref_379", "https://tc39.es/proposal-temporal/#_ref_380", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindatetime-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype", "https://tc39.es/proposal-temporal/#_ref_381", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.from", "https://tc39.es/proposal-temporal/#_ref_382", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindatetime-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype", "https://tc39.es/proposal-temporal/#_ref_383", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.from", "https://tc39.es/proposal-temporal/#_ref_384", "https://tc39.es/proposal-temporal/#_ref_385", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.compare", "https://tc39.es/proposal-temporal/#_ref_386", "https://tc39.es/proposal-temporal/#_ref_387", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.compare", "https://tc39.es/proposal-temporal/#_ref_388", + "https://tc39.es/proposal-temporal/#_ref_389", + "https://tc39.es/proposal-temporal/#_ref_390", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindatetime-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype-%40%40tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.calendarid", - "https://tc39.es/proposal-temporal/#_ref_389", + "https://tc39.es/proposal-temporal/#_ref_391", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_390", + "https://tc39.es/proposal-temporal/#_ref_392", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.month", - "https://tc39.es/proposal-temporal/#_ref_391", + "https://tc39.es/proposal-temporal/#_ref_393", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthcode", - "https://tc39.es/proposal-temporal/#_ref_392", + "https://tc39.es/proposal-temporal/#_ref_394", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.day", - "https://tc39.es/proposal-temporal/#_ref_393", + "https://tc39.es/proposal-temporal/#_ref_395", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.hour", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.minute", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.second", @@ -491,26 +493,24 @@ "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.microsecond", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.nanosecond", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofweek", - "https://tc39.es/proposal-temporal/#_ref_394", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofyear", - "https://tc39.es/proposal-temporal/#_ref_395", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_396", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.yearofweek", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_397", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinweek", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_398", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinmonth", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.yearofweek", "https://tc39.es/proposal-temporal/#_ref_399", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_400", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthsinyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_401", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.inleapyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_402", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.with", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_403", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_404", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_405", "https://tc39.es/proposal-temporal/#_ref_406", "https://tc39.es/proposal-temporal/#_ref_407", @@ -520,28 +520,28 @@ "https://tc39.es/proposal-temporal/#_ref_411", "https://tc39.es/proposal-temporal/#_ref_412", "https://tc39.es/proposal-temporal/#_ref_413", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_414", "https://tc39.es/proposal-temporal/#_ref_415", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_416", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaindate", "https://tc39.es/proposal-temporal/#_ref_417", "https://tc39.es/proposal-temporal/#_ref_418", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaindate", "https://tc39.es/proposal-temporal/#_ref_419", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_420", "https://tc39.es/proposal-temporal/#_ref_421", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.add", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_422", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_423", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.until", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.add", "https://tc39.es/proposal-temporal/#_ref_424", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.since", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_425", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.round", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_426", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_427", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_428", "https://tc39.es/proposal-temporal/#_ref_429", "https://tc39.es/proposal-temporal/#_ref_430", @@ -550,13 +550,13 @@ "https://tc39.es/proposal-temporal/#_ref_433", "https://tc39.es/proposal-temporal/#_ref_434", "https://tc39.es/proposal-temporal/#_ref_435", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_436", "https://tc39.es/proposal-temporal/#_ref_437", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_438", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_439", "https://tc39.es/proposal-temporal/#_ref_440", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_441", "https://tc39.es/proposal-temporal/#_ref_442", "https://tc39.es/proposal-temporal/#_ref_443", @@ -566,54 +566,54 @@ "https://tc39.es/proposal-temporal/#_ref_447", "https://tc39.es/proposal-temporal/#_ref_448", "https://tc39.es/proposal-temporal/#_ref_449", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_450", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_451", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tozoneddatetime", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_452", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_453", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_454", "https://tc39.es/proposal-temporal/#_ref_455", "https://tc39.es/proposal-temporal/#_ref_456", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_457", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_458", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_459", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_460", "https://tc39.es/proposal-temporal/#_ref_461", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplainmonthday", "https://tc39.es/proposal-temporal/#_ref_462", "https://tc39.es/proposal-temporal/#_ref_463", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplainmonthday", "https://tc39.es/proposal-temporal/#_ref_464", "https://tc39.es/proposal-temporal/#_ref_465", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_466", + "https://tc39.es/proposal-temporal/#_ref_467", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaintime", + "https://tc39.es/proposal-temporal/#_ref_468", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.getisofields", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.getcalendar", - "https://tc39.es/proposal-temporal/#_ref_467", + "https://tc39.es/proposal-temporal/#_ref_469", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaindatetime-instances", - "https://tc39.es/proposal-temporal/#_ref_468", + "https://tc39.es/proposal-temporal/#_ref_470", "https://tc39.es/proposal-temporal/#_ref_12", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaldatetime-instances", - "https://tc39.es/proposal-temporal/#_ref_469", + "https://tc39.es/proposal-temporal/#_ref_471", "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-isodatetimewithinlimits", - "https://tc39.es/proposal-temporal/#_ref_470", - "https://tc39.es/proposal-temporal/#_ref_471", "https://tc39.es/proposal-temporal/#_ref_472", "https://tc39.es/proposal-temporal/#_ref_473", "https://tc39.es/proposal-temporal/#_ref_474", - "https://tc39.es/proposal-temporal/#sec-temporal-interprettemporaldatetimefields", "https://tc39.es/proposal-temporal/#_ref_475", "https://tc39.es/proposal-temporal/#_ref_476", + "https://tc39.es/proposal-temporal/#sec-temporal-interprettemporaldatetimefields", "https://tc39.es/proposal-temporal/#_ref_477", "https://tc39.es/proposal-temporal/#_ref_478", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_479", "https://tc39.es/proposal-temporal/#_ref_480", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_481", "https://tc39.es/proposal-temporal/#_ref_482", "https://tc39.es/proposal-temporal/#_ref_483", @@ -628,35 +628,35 @@ "https://tc39.es/proposal-temporal/#_ref_492", "https://tc39.es/proposal-temporal/#_ref_493", "https://tc39.es/proposal-temporal/#_ref_494", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodatetime", "https://tc39.es/proposal-temporal/#_ref_495", "https://tc39.es/proposal-temporal/#_ref_496", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_497", + "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodatetime", "https://tc39.es/proposal-temporal/#_ref_498", "https://tc39.es/proposal-temporal/#_ref_499", - "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetimetostring", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_500", "https://tc39.es/proposal-temporal/#_ref_501", "https://tc39.es/proposal-temporal/#_ref_502", - "https://tc39.es/proposal-temporal/#sec-temporal-compareisodatetime", + "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetimetostring", "https://tc39.es/proposal-temporal/#_ref_503", "https://tc39.es/proposal-temporal/#_ref_504", - "https://tc39.es/proposal-temporal/#sec-temporal-adddatetime", "https://tc39.es/proposal-temporal/#_ref_505", + "https://tc39.es/proposal-temporal/#sec-temporal-compareisodatetime", "https://tc39.es/proposal-temporal/#_ref_506", "https://tc39.es/proposal-temporal/#_ref_507", + "https://tc39.es/proposal-temporal/#sec-temporal-adddatetime", "https://tc39.es/proposal-temporal/#_ref_508", "https://tc39.es/proposal-temporal/#_ref_509", - "https://tc39.es/proposal-temporal/#sec-temporal-roundisodatetime", "https://tc39.es/proposal-temporal/#_ref_510", "https://tc39.es/proposal-temporal/#_ref_511", "https://tc39.es/proposal-temporal/#_ref_512", + "https://tc39.es/proposal-temporal/#sec-temporal-roundisodatetime", "https://tc39.es/proposal-temporal/#_ref_513", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodatetime", "https://tc39.es/proposal-temporal/#_ref_514", "https://tc39.es/proposal-temporal/#_ref_515", "https://tc39.es/proposal-temporal/#_ref_516", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodatetime", "https://tc39.es/proposal-temporal/#_ref_517", "https://tc39.es/proposal-temporal/#_ref_518", "https://tc39.es/proposal-temporal/#_ref_519", @@ -672,10 +672,10 @@ "https://tc39.es/proposal-temporal/#_ref_529", "https://tc39.es/proposal-temporal/#_ref_530", "https://tc39.es/proposal-temporal/#_ref_531", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaindatetime", "https://tc39.es/proposal-temporal/#_ref_532", "https://tc39.es/proposal-temporal/#_ref_533", "https://tc39.es/proposal-temporal/#_ref_534", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaindatetime", "https://tc39.es/proposal-temporal/#_ref_535", "https://tc39.es/proposal-temporal/#_ref_536", "https://tc39.es/proposal-temporal/#_ref_537", @@ -683,135 +683,135 @@ "https://tc39.es/proposal-temporal/#_ref_539", "https://tc39.es/proposal-temporal/#_ref_540", "https://tc39.es/proposal-temporal/#_ref_541", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromplaindatetime", "https://tc39.es/proposal-temporal/#_ref_542", "https://tc39.es/proposal-temporal/#_ref_543", "https://tc39.es/proposal-temporal/#_ref_544", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromplaindatetime", "https://tc39.es/proposal-temporal/#_ref_545", "https://tc39.es/proposal-temporal/#_ref_546", "https://tc39.es/proposal-temporal/#_ref_547", - "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-objects", - "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime", "https://tc39.es/proposal-temporal/#_ref_548", "https://tc39.es/proposal-temporal/#_ref_549", "https://tc39.es/proposal-temporal/#_ref_550", + "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-objects", + "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime", "https://tc39.es/proposal-temporal/#_ref_551", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-zoneddatetime-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.from", "https://tc39.es/proposal-temporal/#_ref_552", "https://tc39.es/proposal-temporal/#_ref_553", "https://tc39.es/proposal-temporal/#_ref_554", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-zoneddatetime-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.from", "https://tc39.es/proposal-temporal/#_ref_555", "https://tc39.es/proposal-temporal/#_ref_556", "https://tc39.es/proposal-temporal/#_ref_557", "https://tc39.es/proposal-temporal/#_ref_558", "https://tc39.es/proposal-temporal/#_ref_559", "https://tc39.es/proposal-temporal/#_ref_560", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.compare", "https://tc39.es/proposal-temporal/#_ref_561", "https://tc39.es/proposal-temporal/#_ref_562", "https://tc39.es/proposal-temporal/#_ref_563", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.compare", + "https://tc39.es/proposal-temporal/#_ref_564", + "https://tc39.es/proposal-temporal/#_ref_565", + "https://tc39.es/proposal-temporal/#_ref_566", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-zoneddatetime-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype-%40%40tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.calendarid", - "https://tc39.es/proposal-temporal/#_ref_564", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.timezoneid", - "https://tc39.es/proposal-temporal/#_ref_565", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_566", "https://tc39.es/proposal-temporal/#_ref_567", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.timezoneid", "https://tc39.es/proposal-temporal/#_ref_568", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.month", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.year", "https://tc39.es/proposal-temporal/#_ref_569", "https://tc39.es/proposal-temporal/#_ref_570", "https://tc39.es/proposal-temporal/#_ref_571", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthcode", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.month", "https://tc39.es/proposal-temporal/#_ref_572", "https://tc39.es/proposal-temporal/#_ref_573", "https://tc39.es/proposal-temporal/#_ref_574", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.day", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_575", "https://tc39.es/proposal-temporal/#_ref_576", "https://tc39.es/proposal-temporal/#_ref_577", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hour", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.day", "https://tc39.es/proposal-temporal/#_ref_578", "https://tc39.es/proposal-temporal/#_ref_579", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.minute", "https://tc39.es/proposal-temporal/#_ref_580", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hour", "https://tc39.es/proposal-temporal/#_ref_581", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.second", "https://tc39.es/proposal-temporal/#_ref_582", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.minute", "https://tc39.es/proposal-temporal/#_ref_583", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.millisecond", "https://tc39.es/proposal-temporal/#_ref_584", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.second", "https://tc39.es/proposal-temporal/#_ref_585", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.microsecond", "https://tc39.es/proposal-temporal/#_ref_586", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.millisecond", "https://tc39.es/proposal-temporal/#_ref_587", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.nanosecond", "https://tc39.es/proposal-temporal/#_ref_588", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.microsecond", "https://tc39.es/proposal-temporal/#_ref_589", + "https://tc39.es/proposal-temporal/#_ref_590", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.nanosecond", + "https://tc39.es/proposal-temporal/#_ref_591", + "https://tc39.es/proposal-temporal/#_ref_592", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmilliseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmicroseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochnanoseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofweek", - "https://tc39.es/proposal-temporal/#_ref_590", - "https://tc39.es/proposal-temporal/#_ref_591", - "https://tc39.es/proposal-temporal/#_ref_592", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_593", "https://tc39.es/proposal-temporal/#_ref_594", "https://tc39.es/proposal-temporal/#_ref_595", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.weekofyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_596", "https://tc39.es/proposal-temporal/#_ref_597", "https://tc39.es/proposal-temporal/#_ref_598", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.yearofweek", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_599", "https://tc39.es/proposal-temporal/#_ref_600", "https://tc39.es/proposal-temporal/#_ref_601", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hoursinday", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.yearofweek", "https://tc39.es/proposal-temporal/#_ref_602", "https://tc39.es/proposal-temporal/#_ref_603", "https://tc39.es/proposal-temporal/#_ref_604", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hoursinday", "https://tc39.es/proposal-temporal/#_ref_605", "https://tc39.es/proposal-temporal/#_ref_606", "https://tc39.es/proposal-temporal/#_ref_607", "https://tc39.es/proposal-temporal/#_ref_608", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_609", "https://tc39.es/proposal-temporal/#_ref_610", "https://tc39.es/proposal-temporal/#_ref_611", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinmonth", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_612", "https://tc39.es/proposal-temporal/#_ref_613", "https://tc39.es/proposal-temporal/#_ref_614", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_615", "https://tc39.es/proposal-temporal/#_ref_616", "https://tc39.es/proposal-temporal/#_ref_617", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthsinyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_618", "https://tc39.es/proposal-temporal/#_ref_619", "https://tc39.es/proposal-temporal/#_ref_620", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.inleapyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_621", "https://tc39.es/proposal-temporal/#_ref_622", "https://tc39.es/proposal-temporal/#_ref_623", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offsetnanoseconds", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_624", "https://tc39.es/proposal-temporal/#_ref_625", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offset", "https://tc39.es/proposal-temporal/#_ref_626", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offsetnanoseconds", "https://tc39.es/proposal-temporal/#_ref_627", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_628", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offset", "https://tc39.es/proposal-temporal/#_ref_629", "https://tc39.es/proposal-temporal/#_ref_630", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_631", "https://tc39.es/proposal-temporal/#_ref_632", "https://tc39.es/proposal-temporal/#_ref_633", @@ -825,40 +825,40 @@ "https://tc39.es/proposal-temporal/#_ref_641", "https://tc39.es/proposal-temporal/#_ref_642", "https://tc39.es/proposal-temporal/#_ref_643", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_644", "https://tc39.es/proposal-temporal/#_ref_645", "https://tc39.es/proposal-temporal/#_ref_646", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_647", "https://tc39.es/proposal-temporal/#_ref_648", "https://tc39.es/proposal-temporal/#_ref_649", "https://tc39.es/proposal-temporal/#_ref_650", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaindate", "https://tc39.es/proposal-temporal/#_ref_651", "https://tc39.es/proposal-temporal/#_ref_652", "https://tc39.es/proposal-temporal/#_ref_653", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaindate", "https://tc39.es/proposal-temporal/#_ref_654", "https://tc39.es/proposal-temporal/#_ref_655", "https://tc39.es/proposal-temporal/#_ref_656", "https://tc39.es/proposal-temporal/#_ref_657", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withtimezone", "https://tc39.es/proposal-temporal/#_ref_658", "https://tc39.es/proposal-temporal/#_ref_659", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_660", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withtimezone", "https://tc39.es/proposal-temporal/#_ref_661", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.add", "https://tc39.es/proposal-temporal/#_ref_662", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.subtract", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_663", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_664", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.since", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.add", "https://tc39.es/proposal-temporal/#_ref_665", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.round", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_666", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_667", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_668", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_669", "https://tc39.es/proposal-temporal/#_ref_670", "https://tc39.es/proposal-temporal/#_ref_671", @@ -873,14 +873,14 @@ "https://tc39.es/proposal-temporal/#_ref_680", "https://tc39.es/proposal-temporal/#_ref_681", "https://tc39.es/proposal-temporal/#_ref_682", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_683", "https://tc39.es/proposal-temporal/#_ref_684", "https://tc39.es/proposal-temporal/#_ref_685", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tostring", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_686", "https://tc39.es/proposal-temporal/#_ref_687", "https://tc39.es/proposal-temporal/#_ref_688", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_689", "https://tc39.es/proposal-temporal/#_ref_690", "https://tc39.es/proposal-temporal/#_ref_691", @@ -891,69 +891,69 @@ "https://tc39.es/proposal-temporal/#_ref_696", "https://tc39.es/proposal-temporal/#_ref_697", "https://tc39.es/proposal-temporal/#_ref_698", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_699", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_700", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.startofday", "https://tc39.es/proposal-temporal/#_ref_701", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_702", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_703", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.startofday", "https://tc39.es/proposal-temporal/#_ref_704", "https://tc39.es/proposal-temporal/#_ref_705", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toinstant", "https://tc39.es/proposal-temporal/#_ref_706", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_707", "https://tc39.es/proposal-temporal/#_ref_708", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toinstant", "https://tc39.es/proposal-temporal/#_ref_709", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaintime", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_710", "https://tc39.es/proposal-temporal/#_ref_711", "https://tc39.es/proposal-temporal/#_ref_712", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindatetime", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_713", "https://tc39.es/proposal-temporal/#_ref_714", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_715", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_716", "https://tc39.es/proposal-temporal/#_ref_717", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_718", "https://tc39.es/proposal-temporal/#_ref_719", "https://tc39.es/proposal-temporal/#_ref_720", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplainmonthday", "https://tc39.es/proposal-temporal/#_ref_721", "https://tc39.es/proposal-temporal/#_ref_722", "https://tc39.es/proposal-temporal/#_ref_723", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplainmonthday", "https://tc39.es/proposal-temporal/#_ref_724", "https://tc39.es/proposal-temporal/#_ref_725", "https://tc39.es/proposal-temporal/#_ref_726", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.getisofields", "https://tc39.es/proposal-temporal/#_ref_727", "https://tc39.es/proposal-temporal/#_ref_728", "https://tc39.es/proposal-temporal/#_ref_729", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.getcalendar", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.getisofields", "https://tc39.es/proposal-temporal/#_ref_730", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.gettimezone", "https://tc39.es/proposal-temporal/#_ref_731", + "https://tc39.es/proposal-temporal/#_ref_732", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.getcalendar", + "https://tc39.es/proposal-temporal/#_ref_733", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.gettimezone", + "https://tc39.es/proposal-temporal/#_ref_734", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-zoneddatetime-instances", "https://tc39.es/proposal-temporal/#_ref_13", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalzoneddatetime-instances", "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-interpretisodatetimeoffset", - "https://tc39.es/proposal-temporal/#_ref_732", - "https://tc39.es/proposal-temporal/#_ref_733", - "https://tc39.es/proposal-temporal/#_ref_734", "https://tc39.es/proposal-temporal/#_ref_735", "https://tc39.es/proposal-temporal/#_ref_736", "https://tc39.es/proposal-temporal/#_ref_737", "https://tc39.es/proposal-temporal/#_ref_738", "https://tc39.es/proposal-temporal/#_ref_739", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_740", "https://tc39.es/proposal-temporal/#_ref_741", "https://tc39.es/proposal-temporal/#_ref_742", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_743", "https://tc39.es/proposal-temporal/#_ref_744", "https://tc39.es/proposal-temporal/#_ref_745", @@ -972,32 +972,32 @@ "https://tc39.es/proposal-temporal/#_ref_758", "https://tc39.es/proposal-temporal/#_ref_759", "https://tc39.es/proposal-temporal/#_ref_760", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_761", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalzoneddatetimetostring", "https://tc39.es/proposal-temporal/#_ref_762", "https://tc39.es/proposal-temporal/#_ref_763", "https://tc39.es/proposal-temporal/#_ref_764", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_765", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalzoneddatetimetostring", "https://tc39.es/proposal-temporal/#_ref_766", "https://tc39.es/proposal-temporal/#_ref_767", "https://tc39.es/proposal-temporal/#_ref_768", "https://tc39.es/proposal-temporal/#_ref_769", - "https://tc39.es/proposal-temporal/#sec-temporal-addzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_770", "https://tc39.es/proposal-temporal/#_ref_771", "https://tc39.es/proposal-temporal/#_ref_772", "https://tc39.es/proposal-temporal/#_ref_773", + "https://tc39.es/proposal-temporal/#sec-temporal-addzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_774", "https://tc39.es/proposal-temporal/#_ref_775", "https://tc39.es/proposal-temporal/#_ref_776", "https://tc39.es/proposal-temporal/#_ref_777", "https://tc39.es/proposal-temporal/#_ref_778", - "https://tc39.es/proposal-temporal/#sec-temporal-differencezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_779", "https://tc39.es/proposal-temporal/#_ref_780", "https://tc39.es/proposal-temporal/#_ref_781", "https://tc39.es/proposal-temporal/#_ref_782", + "https://tc39.es/proposal-temporal/#sec-temporal-differencezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_783", "https://tc39.es/proposal-temporal/#_ref_784", "https://tc39.es/proposal-temporal/#_ref_785", @@ -1006,22 +1006,22 @@ "https://tc39.es/proposal-temporal/#_ref_788", "https://tc39.es/proposal-temporal/#_ref_789", "https://tc39.es/proposal-temporal/#_ref_790", - "https://tc39.es/proposal-temporal/#sec-temporal-nanosecondstodays", "https://tc39.es/proposal-temporal/#_ref_791", "https://tc39.es/proposal-temporal/#_ref_792", "https://tc39.es/proposal-temporal/#_ref_793", "https://tc39.es/proposal-temporal/#_ref_794", + "https://tc39.es/proposal-temporal/#sec-temporal-nanosecondstodays", "https://tc39.es/proposal-temporal/#_ref_795", "https://tc39.es/proposal-temporal/#_ref_796", "https://tc39.es/proposal-temporal/#_ref_797", "https://tc39.es/proposal-temporal/#_ref_798", "https://tc39.es/proposal-temporal/#_ref_799", "https://tc39.es/proposal-temporal/#_ref_800", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_801", "https://tc39.es/proposal-temporal/#_ref_802", "https://tc39.es/proposal-temporal/#_ref_803", "https://tc39.es/proposal-temporal/#_ref_804", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_805", "https://tc39.es/proposal-temporal/#_ref_806", "https://tc39.es/proposal-temporal/#_ref_807", @@ -1030,18 +1030,18 @@ "https://tc39.es/proposal-temporal/#_ref_810", "https://tc39.es/proposal-temporal/#_ref_811", "https://tc39.es/proposal-temporal/#_ref_812", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoOrsubtractdurationfromzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_813", "https://tc39.es/proposal-temporal/#_ref_814", "https://tc39.es/proposal-temporal/#_ref_815", "https://tc39.es/proposal-temporal/#_ref_816", - "https://tc39.es/proposal-temporal/#sec-temporal-duration-objects", - "https://tc39.es/proposal-temporal/#sec-temporal-duration-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.duration", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoOrsubtractdurationfromzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_817", "https://tc39.es/proposal-temporal/#_ref_818", "https://tc39.es/proposal-temporal/#_ref_819", "https://tc39.es/proposal-temporal/#_ref_820", + "https://tc39.es/proposal-temporal/#sec-temporal-duration-objects", + "https://tc39.es/proposal-temporal/#sec-temporal-duration-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.duration", "https://tc39.es/proposal-temporal/#_ref_821", "https://tc39.es/proposal-temporal/#_ref_822", "https://tc39.es/proposal-temporal/#_ref_823", @@ -1049,22 +1049,26 @@ "https://tc39.es/proposal-temporal/#_ref_825", "https://tc39.es/proposal-temporal/#_ref_826", "https://tc39.es/proposal-temporal/#_ref_827", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-duration-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.from", "https://tc39.es/proposal-temporal/#_ref_828", "https://tc39.es/proposal-temporal/#_ref_829", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.compare", "https://tc39.es/proposal-temporal/#_ref_830", "https://tc39.es/proposal-temporal/#_ref_831", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-duration-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.from", "https://tc39.es/proposal-temporal/#_ref_832", "https://tc39.es/proposal-temporal/#_ref_833", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.compare", "https://tc39.es/proposal-temporal/#_ref_834", "https://tc39.es/proposal-temporal/#_ref_835", "https://tc39.es/proposal-temporal/#_ref_836", "https://tc39.es/proposal-temporal/#_ref_837", "https://tc39.es/proposal-temporal/#_ref_838", "https://tc39.es/proposal-temporal/#_ref_839", + "https://tc39.es/proposal-temporal/#_ref_840", + "https://tc39.es/proposal-temporal/#_ref_841", + "https://tc39.es/proposal-temporal/#_ref_842", + "https://tc39.es/proposal-temporal/#_ref_843", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-duration-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype-%40%40tostringtag", @@ -1079,25 +1083,21 @@ "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.microseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.nanoseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.sign", - "https://tc39.es/proposal-temporal/#_ref_840", - "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.blank", - "https://tc39.es/proposal-temporal/#_ref_841", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.with", - "https://tc39.es/proposal-temporal/#_ref_842", - "https://tc39.es/proposal-temporal/#_ref_843", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.negated", "https://tc39.es/proposal-temporal/#_ref_844", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.abs", + "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.blank", "https://tc39.es/proposal-temporal/#_ref_845", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.add", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.with", "https://tc39.es/proposal-temporal/#_ref_846", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_847", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.round", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.negated", "https://tc39.es/proposal-temporal/#_ref_848", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.abs", "https://tc39.es/proposal-temporal/#_ref_849", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.add", "https://tc39.es/proposal-temporal/#_ref_850", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_851", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.round", "https://tc39.es/proposal-temporal/#_ref_852", "https://tc39.es/proposal-temporal/#_ref_853", "https://tc39.es/proposal-temporal/#_ref_854", @@ -1115,54 +1115,54 @@ "https://tc39.es/proposal-temporal/#_ref_866", "https://tc39.es/proposal-temporal/#_ref_867", "https://tc39.es/proposal-temporal/#_ref_868", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.total", "https://tc39.es/proposal-temporal/#_ref_869", "https://tc39.es/proposal-temporal/#_ref_870", "https://tc39.es/proposal-temporal/#_ref_871", "https://tc39.es/proposal-temporal/#_ref_872", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.total", "https://tc39.es/proposal-temporal/#_ref_873", "https://tc39.es/proposal-temporal/#_ref_874", "https://tc39.es/proposal-temporal/#_ref_875", "https://tc39.es/proposal-temporal/#_ref_876", "https://tc39.es/proposal-temporal/#_ref_877", "https://tc39.es/proposal-temporal/#_ref_878", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_879", "https://tc39.es/proposal-temporal/#_ref_880", "https://tc39.es/proposal-temporal/#_ref_881", "https://tc39.es/proposal-temporal/#_ref_882", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_883", "https://tc39.es/proposal-temporal/#_ref_884", "https://tc39.es/proposal-temporal/#_ref_885", "https://tc39.es/proposal-temporal/#_ref_886", "https://tc39.es/proposal-temporal/#_ref_887", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_888", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_889", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-duration-instances", - "https://tc39.es/proposal-temporal/#_ref_14", - "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalduration-instances", "https://tc39.es/proposal-temporal/#_ref_890", "https://tc39.es/proposal-temporal/#_ref_891", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_892", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_893", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-duration-instances", + "https://tc39.es/proposal-temporal/#_ref_14", + "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalduration-instances", "https://tc39.es/proposal-temporal/#_ref_894", "https://tc39.es/proposal-temporal/#_ref_895", "https://tc39.es/proposal-temporal/#_ref_896", "https://tc39.es/proposal-temporal/#_ref_897", "https://tc39.es/proposal-temporal/#_ref_898", "https://tc39.es/proposal-temporal/#_ref_899", - "https://tc39.es/proposal-temporal/#sec-temporal-duration-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-duration-records", "https://tc39.es/proposal-temporal/#_ref_900", - "https://tc39.es/proposal-temporal/#_ref_15", - "https://tc39.es/proposal-temporal/#table-temporal-duration-record-fields", "https://tc39.es/proposal-temporal/#_ref_901", "https://tc39.es/proposal-temporal/#_ref_902", "https://tc39.es/proposal-temporal/#_ref_903", + "https://tc39.es/proposal-temporal/#sec-temporal-duration-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-duration-records", "https://tc39.es/proposal-temporal/#_ref_904", + "https://tc39.es/proposal-temporal/#_ref_15", + "https://tc39.es/proposal-temporal/#table-temporal-duration-record-fields", "https://tc39.es/proposal-temporal/#_ref_905", "https://tc39.es/proposal-temporal/#_ref_906", "https://tc39.es/proposal-temporal/#_ref_907", @@ -1170,44 +1170,44 @@ "https://tc39.es/proposal-temporal/#_ref_909", "https://tc39.es/proposal-temporal/#_ref_910", "https://tc39.es/proposal-temporal/#_ref_911", - "https://tc39.es/proposal-temporal/#sec-temporal-date-duration-records", "https://tc39.es/proposal-temporal/#_ref_912", - "https://tc39.es/proposal-temporal/#_ref_16", - "https://tc39.es/proposal-temporal/#sec-temporal-time-duration-records", "https://tc39.es/proposal-temporal/#_ref_913", - "https://tc39.es/proposal-temporal/#_ref_17", - "https://tc39.es/proposal-temporal/#sec-temporal-partial-duration-records", - "https://tc39.es/proposal-temporal/#_ref_18", "https://tc39.es/proposal-temporal/#_ref_914", - "https://tc39.es/proposal-temporal/#sec-temporal-createdurationrecord", "https://tc39.es/proposal-temporal/#_ref_915", + "https://tc39.es/proposal-temporal/#sec-temporal-date-duration-records", "https://tc39.es/proposal-temporal/#_ref_916", - "https://tc39.es/proposal-temporal/#sec-temporal-createdatedurationrecord", + "https://tc39.es/proposal-temporal/#_ref_16", + "https://tc39.es/proposal-temporal/#sec-temporal-time-duration-records", "https://tc39.es/proposal-temporal/#_ref_917", + "https://tc39.es/proposal-temporal/#_ref_17", + "https://tc39.es/proposal-temporal/#sec-temporal-partial-duration-records", + "https://tc39.es/proposal-temporal/#_ref_18", "https://tc39.es/proposal-temporal/#_ref_918", - "https://tc39.es/proposal-temporal/#sec-temporal-createtimedurationrecord", + "https://tc39.es/proposal-temporal/#sec-temporal-createdurationrecord", "https://tc39.es/proposal-temporal/#_ref_919", "https://tc39.es/proposal-temporal/#_ref_920", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalduration", + "https://tc39.es/proposal-temporal/#sec-temporal-createdatedurationrecord", "https://tc39.es/proposal-temporal/#_ref_921", "https://tc39.es/proposal-temporal/#_ref_922", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldurationrecord", + "https://tc39.es/proposal-temporal/#sec-temporal-createtimedurationrecord", "https://tc39.es/proposal-temporal/#_ref_923", "https://tc39.es/proposal-temporal/#_ref_924", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalduration", "https://tc39.es/proposal-temporal/#_ref_925", "https://tc39.es/proposal-temporal/#_ref_926", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldurationrecord", "https://tc39.es/proposal-temporal/#_ref_927", "https://tc39.es/proposal-temporal/#_ref_928", - "https://tc39.es/proposal-temporal/#sec-temporal-durationsign", - "https://tc39.es/proposal-temporal/#sec-temporal-isvalidduration", "https://tc39.es/proposal-temporal/#_ref_929", - "https://tc39.es/proposal-temporal/#sec-temporal-defaulttemporallargestunit", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalpartialdurationrecord", "https://tc39.es/proposal-temporal/#_ref_930", "https://tc39.es/proposal-temporal/#_ref_931", "https://tc39.es/proposal-temporal/#_ref_932", "https://tc39.es/proposal-temporal/#_ref_933", + "https://tc39.es/proposal-temporal/#sec-temporal-durationsign", + "https://tc39.es/proposal-temporal/#sec-temporal-isvalidduration", "https://tc39.es/proposal-temporal/#_ref_934", + "https://tc39.es/proposal-temporal/#sec-temporal-defaulttemporallargestunit", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalpartialdurationrecord", "https://tc39.es/proposal-temporal/#_ref_935", "https://tc39.es/proposal-temporal/#_ref_936", "https://tc39.es/proposal-temporal/#_ref_937", @@ -1215,26 +1215,26 @@ "https://tc39.es/proposal-temporal/#_ref_939", "https://tc39.es/proposal-temporal/#_ref_940", "https://tc39.es/proposal-temporal/#_ref_941", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalduration", "https://tc39.es/proposal-temporal/#_ref_942", - "https://tc39.es/proposal-temporal/#sec-temporal-createnegatedtemporalduration", "https://tc39.es/proposal-temporal/#_ref_943", - "https://tc39.es/proposal-temporal/#sec-temporal-calculateoffsetshift", "https://tc39.es/proposal-temporal/#_ref_944", "https://tc39.es/proposal-temporal/#_ref_945", "https://tc39.es/proposal-temporal/#_ref_946", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalduration", "https://tc39.es/proposal-temporal/#_ref_947", + "https://tc39.es/proposal-temporal/#sec-temporal-createnegatedtemporalduration", "https://tc39.es/proposal-temporal/#_ref_948", - "https://tc39.es/proposal-temporal/#sec-temporal-totaldurationnanoseconds", - "https://tc39.es/proposal-temporal/#sec-temporal-balancetimeduration", + "https://tc39.es/proposal-temporal/#sec-temporal-calculateoffsetshift", "https://tc39.es/proposal-temporal/#_ref_949", "https://tc39.es/proposal-temporal/#_ref_950", - "https://tc39.es/proposal-temporal/#sec-temporal-balancepossiblyinfinitetimeduration", "https://tc39.es/proposal-temporal/#_ref_951", "https://tc39.es/proposal-temporal/#_ref_952", "https://tc39.es/proposal-temporal/#_ref_953", + "https://tc39.es/proposal-temporal/#sec-temporal-totaldurationnanoseconds", + "https://tc39.es/proposal-temporal/#sec-temporal-balancetimeduration", "https://tc39.es/proposal-temporal/#_ref_954", "https://tc39.es/proposal-temporal/#_ref_955", + "https://tc39.es/proposal-temporal/#sec-temporal-balancepossiblyinfinitetimeduration", "https://tc39.es/proposal-temporal/#_ref_956", "https://tc39.es/proposal-temporal/#_ref_957", "https://tc39.es/proposal-temporal/#_ref_958", @@ -1254,21 +1254,21 @@ "https://tc39.es/proposal-temporal/#_ref_972", "https://tc39.es/proposal-temporal/#_ref_973", "https://tc39.es/proposal-temporal/#_ref_974", - "https://tc39.es/proposal-temporal/#sec-temporal-balancetimedurationrelative", "https://tc39.es/proposal-temporal/#_ref_975", "https://tc39.es/proposal-temporal/#_ref_976", - "https://tc39.es/proposal-temporal/#sec-temporal-balancepossiblyinfinitetimedurationrelative", "https://tc39.es/proposal-temporal/#_ref_977", "https://tc39.es/proposal-temporal/#_ref_978", "https://tc39.es/proposal-temporal/#_ref_979", + "https://tc39.es/proposal-temporal/#sec-temporal-balancetimedurationrelative", "https://tc39.es/proposal-temporal/#_ref_980", "https://tc39.es/proposal-temporal/#_ref_981", - "https://tc39.es/proposal-temporal/#sec-temporal-unbalancedatedurationrelative", + "https://tc39.es/proposal-temporal/#sec-temporal-balancepossiblyinfinitetimedurationrelative", "https://tc39.es/proposal-temporal/#_ref_982", "https://tc39.es/proposal-temporal/#_ref_983", "https://tc39.es/proposal-temporal/#_ref_984", "https://tc39.es/proposal-temporal/#_ref_985", "https://tc39.es/proposal-temporal/#_ref_986", + "https://tc39.es/proposal-temporal/#sec-temporal-unbalancedatedurationrelative", "https://tc39.es/proposal-temporal/#_ref_987", "https://tc39.es/proposal-temporal/#_ref_988", "https://tc39.es/proposal-temporal/#_ref_989", @@ -1279,12 +1279,12 @@ "https://tc39.es/proposal-temporal/#_ref_994", "https://tc39.es/proposal-temporal/#_ref_995", "https://tc39.es/proposal-temporal/#_ref_996", - "https://tc39.es/proposal-temporal/#sec-temporal-balancedatedurationrelative", "https://tc39.es/proposal-temporal/#_ref_997", "https://tc39.es/proposal-temporal/#_ref_998", "https://tc39.es/proposal-temporal/#_ref_999", "https://tc39.es/proposal-temporal/#_ref_1000", "https://tc39.es/proposal-temporal/#_ref_1001", + "https://tc39.es/proposal-temporal/#sec-temporal-balancedatedurationrelative", "https://tc39.es/proposal-temporal/#_ref_1002", "https://tc39.es/proposal-temporal/#_ref_1003", "https://tc39.es/proposal-temporal/#_ref_1004", @@ -1300,12 +1300,12 @@ "https://tc39.es/proposal-temporal/#_ref_1014", "https://tc39.es/proposal-temporal/#_ref_1015", "https://tc39.es/proposal-temporal/#_ref_1016", - "https://tc39.es/proposal-temporal/#sec-temporal-addduration", "https://tc39.es/proposal-temporal/#_ref_1017", "https://tc39.es/proposal-temporal/#_ref_1018", "https://tc39.es/proposal-temporal/#_ref_1019", "https://tc39.es/proposal-temporal/#_ref_1020", "https://tc39.es/proposal-temporal/#_ref_1021", + "https://tc39.es/proposal-temporal/#sec-temporal-addduration", "https://tc39.es/proposal-temporal/#_ref_1022", "https://tc39.es/proposal-temporal/#_ref_1023", "https://tc39.es/proposal-temporal/#_ref_1024", @@ -1320,21 +1320,21 @@ "https://tc39.es/proposal-temporal/#_ref_1033", "https://tc39.es/proposal-temporal/#_ref_1034", "https://tc39.es/proposal-temporal/#_ref_1035", - "https://tc39.es/proposal-temporal/#sec-temporal-daysuntil", "https://tc39.es/proposal-temporal/#_ref_1036", "https://tc39.es/proposal-temporal/#_ref_1037", - "https://tc39.es/proposal-temporal/#sec-temporal-moverelativedate", "https://tc39.es/proposal-temporal/#_ref_1038", "https://tc39.es/proposal-temporal/#_ref_1039", - "https://tc39.es/proposal-temporal/#sec-temporal-moverelativezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_1040", + "https://tc39.es/proposal-temporal/#sec-temporal-daysuntil", "https://tc39.es/proposal-temporal/#_ref_1041", - "https://tc39.es/proposal-temporal/#sec-temporal-roundduration", "https://tc39.es/proposal-temporal/#_ref_1042", + "https://tc39.es/proposal-temporal/#sec-temporal-moverelativedate", "https://tc39.es/proposal-temporal/#_ref_1043", "https://tc39.es/proposal-temporal/#_ref_1044", + "https://tc39.es/proposal-temporal/#sec-temporal-moverelativezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_1045", "https://tc39.es/proposal-temporal/#_ref_1046", + "https://tc39.es/proposal-temporal/#sec-temporal-roundduration", "https://tc39.es/proposal-temporal/#_ref_1047", "https://tc39.es/proposal-temporal/#_ref_1048", "https://tc39.es/proposal-temporal/#_ref_1049", @@ -1371,55 +1371,60 @@ "https://tc39.es/proposal-temporal/#_ref_1080", "https://tc39.es/proposal-temporal/#_ref_1081", "https://tc39.es/proposal-temporal/#_ref_1082", - "https://tc39.es/proposal-temporal/#sec-temporal-adjustroundeddurationdays", "https://tc39.es/proposal-temporal/#_ref_1083", "https://tc39.es/proposal-temporal/#_ref_1084", "https://tc39.es/proposal-temporal/#_ref_1085", "https://tc39.es/proposal-temporal/#_ref_1086", "https://tc39.es/proposal-temporal/#_ref_1087", + "https://tc39.es/proposal-temporal/#sec-temporal-adjustroundeddurationdays", "https://tc39.es/proposal-temporal/#_ref_1088", "https://tc39.es/proposal-temporal/#_ref_1089", "https://tc39.es/proposal-temporal/#_ref_1090", "https://tc39.es/proposal-temporal/#_ref_1091", "https://tc39.es/proposal-temporal/#_ref_1092", - "https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationtostring", "https://tc39.es/proposal-temporal/#_ref_1093", "https://tc39.es/proposal-temporal/#_ref_1094", "https://tc39.es/proposal-temporal/#_ref_1095", "https://tc39.es/proposal-temporal/#_ref_1096", "https://tc39.es/proposal-temporal/#_ref_1097", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromduration", + "https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationtostring", "https://tc39.es/proposal-temporal/#_ref_1098", "https://tc39.es/proposal-temporal/#_ref_1099", "https://tc39.es/proposal-temporal/#_ref_1100", "https://tc39.es/proposal-temporal/#_ref_1101", "https://tc39.es/proposal-temporal/#_ref_1102", - "https://tc39.es/proposal-temporal/#sec-temporal-instant-objects", - "https://tc39.es/proposal-temporal/#sec-temporal-instant-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.instant", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromduration", "https://tc39.es/proposal-temporal/#_ref_1103", "https://tc39.es/proposal-temporal/#_ref_1104", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-instant-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.from", "https://tc39.es/proposal-temporal/#_ref_1105", "https://tc39.es/proposal-temporal/#_ref_1106", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochseconds", "https://tc39.es/proposal-temporal/#_ref_1107", + "https://tc39.es/proposal-temporal/#sec-temporal-instant-objects", + "https://tc39.es/proposal-temporal/#sec-temporal-instant-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.instant", "https://tc39.es/proposal-temporal/#_ref_1108", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmilliseconds", "https://tc39.es/proposal-temporal/#_ref_1109", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-instant-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.from", "https://tc39.es/proposal-temporal/#_ref_1110", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmicroseconds", "https://tc39.es/proposal-temporal/#_ref_1111", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochseconds", "https://tc39.es/proposal-temporal/#_ref_1112", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1113", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmilliseconds", "https://tc39.es/proposal-temporal/#_ref_1114", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.compare", "https://tc39.es/proposal-temporal/#_ref_1115", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmicroseconds", "https://tc39.es/proposal-temporal/#_ref_1116", "https://tc39.es/proposal-temporal/#_ref_1117", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochnanoseconds", + "https://tc39.es/proposal-temporal/#_ref_1118", + "https://tc39.es/proposal-temporal/#_ref_1119", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.compare", + "https://tc39.es/proposal-temporal/#_ref_1120", + "https://tc39.es/proposal-temporal/#_ref_1121", + "https://tc39.es/proposal-temporal/#_ref_1122", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-instant-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype-%40%40tostringtag", @@ -1428,223 +1433,217 @@ "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochmicroseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochnanoseconds", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.add", - "https://tc39.es/proposal-temporal/#_ref_1118", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.subtract", - "https://tc39.es/proposal-temporal/#_ref_1119", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.until", - "https://tc39.es/proposal-temporal/#_ref_1120", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.since", - "https://tc39.es/proposal-temporal/#_ref_1121", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.round", - "https://tc39.es/proposal-temporal/#_ref_1122", "https://tc39.es/proposal-temporal/#_ref_1123", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1124", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1125", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1126", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.round", "https://tc39.es/proposal-temporal/#_ref_1127", "https://tc39.es/proposal-temporal/#_ref_1128", "https://tc39.es/proposal-temporal/#_ref_1129", "https://tc39.es/proposal-temporal/#_ref_1130", "https://tc39.es/proposal-temporal/#_ref_1131", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1132", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1133", "https://tc39.es/proposal-temporal/#_ref_1134", "https://tc39.es/proposal-temporal/#_ref_1135", "https://tc39.es/proposal-temporal/#_ref_1136", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1137", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1138", "https://tc39.es/proposal-temporal/#_ref_1139", "https://tc39.es/proposal-temporal/#_ref_1140", "https://tc39.es/proposal-temporal/#_ref_1141", "https://tc39.es/proposal-temporal/#_ref_1142", "https://tc39.es/proposal-temporal/#_ref_1143", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1144", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1145", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_1146", "https://tc39.es/proposal-temporal/#_ref_1147", "https://tc39.es/proposal-temporal/#_ref_1148", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetimeiso", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1149", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1150", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetime", + "https://tc39.es/proposal-temporal/#_ref_1151", + "https://tc39.es/proposal-temporal/#_ref_1152", + "https://tc39.es/proposal-temporal/#_ref_1153", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetimeiso", + "https://tc39.es/proposal-temporal/#_ref_1154", + "https://tc39.es/proposal-temporal/#_ref_1155", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-instant-instances", "https://tc39.es/proposal-temporal/#_ref_19", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalinstant-instances", "https://tc39.es/proposal-temporal/#sec-temporal-instant-range", - "https://tc39.es/proposal-temporal/#_ref_1151", + "https://tc39.es/proposal-temporal/#_ref_1156", "https://tc39.es/proposal-temporal/#eqn-nsMaxInstant", - "https://tc39.es/proposal-temporal/#_ref_1152", + "https://tc39.es/proposal-temporal/#_ref_1157", "https://tc39.es/proposal-temporal/#eqn-nsPerDay", - "https://tc39.es/proposal-temporal/#_ref_1153", + "https://tc39.es/proposal-temporal/#_ref_1158", "https://tc39.es/proposal-temporal/#eqn-nsMinInstant", - "https://tc39.es/proposal-temporal/#_ref_1154", + "https://tc39.es/proposal-temporal/#_ref_1159", "https://tc39.es/proposal-temporal/#sec-temporal-instant-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-isvalidepochnanoseconds", - "https://tc39.es/proposal-temporal/#_ref_1155", - "https://tc39.es/proposal-temporal/#_ref_1156", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalinstant", - "https://tc39.es/proposal-temporal/#_ref_1157", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalinstant", - "https://tc39.es/proposal-temporal/#_ref_1158", - "https://tc39.es/proposal-temporal/#_ref_1159", "https://tc39.es/proposal-temporal/#_ref_1160", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1161", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1162", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1163", - "https://tc39.es/proposal-temporal/#sec-temporal-compareepochnanoseconds", - "https://tc39.es/proposal-temporal/#sec-temporal-addinstant", "https://tc39.es/proposal-temporal/#_ref_1164", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceinstant", "https://tc39.es/proposal-temporal/#_ref_1165", "https://tc39.es/proposal-temporal/#_ref_1166", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1167", "https://tc39.es/proposal-temporal/#_ref_1168", "https://tc39.es/proposal-temporal/#_ref_1169", + "https://tc39.es/proposal-temporal/#sec-temporal-compareepochnanoseconds", + "https://tc39.es/proposal-temporal/#sec-temporal-addinstant", "https://tc39.es/proposal-temporal/#_ref_1170", - "https://tc39.es/proposal-temporal/#sec-temporal-roundtemporalinstant", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceinstant", "https://tc39.es/proposal-temporal/#_ref_1171", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalinstanttostring", "https://tc39.es/proposal-temporal/#_ref_1172", "https://tc39.es/proposal-temporal/#_ref_1173", "https://tc39.es/proposal-temporal/#_ref_1174", "https://tc39.es/proposal-temporal/#_ref_1175", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1176", + "https://tc39.es/proposal-temporal/#sec-temporal-roundtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1177", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalinstanttostring", "https://tc39.es/proposal-temporal/#_ref_1178", "https://tc39.es/proposal-temporal/#_ref_1179", "https://tc39.es/proposal-temporal/#_ref_1180", "https://tc39.es/proposal-temporal/#_ref_1181", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfrominstant", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1182", "https://tc39.es/proposal-temporal/#_ref_1183", "https://tc39.es/proposal-temporal/#_ref_1184", - "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-objects", - "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1185", "https://tc39.es/proposal-temporal/#_ref_1186", "https://tc39.es/proposal-temporal/#_ref_1187", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfrominstant", "https://tc39.es/proposal-temporal/#_ref_1188", "https://tc39.es/proposal-temporal/#_ref_1189", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainyearmonth-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.from", "https://tc39.es/proposal-temporal/#_ref_1190", + "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-objects", + "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1191", "https://tc39.es/proposal-temporal/#_ref_1192", "https://tc39.es/proposal-temporal/#_ref_1193", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.compare", "https://tc39.es/proposal-temporal/#_ref_1194", "https://tc39.es/proposal-temporal/#_ref_1195", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainyearmonth-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.from", "https://tc39.es/proposal-temporal/#_ref_1196", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainyearmonth-prototype-object", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype-%40%40tostringtag", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.calendarid", "https://tc39.es/proposal-temporal/#_ref_1197", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.year", "https://tc39.es/proposal-temporal/#_ref_1198", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.month", "https://tc39.es/proposal-temporal/#_ref_1199", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthCode", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.compare", "https://tc39.es/proposal-temporal/#_ref_1200", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_1201", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_1202", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthsinyear", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainyearmonth-prototype-object", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype-%40%40tostringtag", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.calendarid", "https://tc39.es/proposal-temporal/#_ref_1203", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.inleapyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.year", "https://tc39.es/proposal-temporal/#_ref_1204", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.with", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.month", "https://tc39.es/proposal-temporal/#_ref_1205", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthCode", "https://tc39.es/proposal-temporal/#_ref_1206", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_1207", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_1208", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_1209", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_1210", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.with", "https://tc39.es/proposal-temporal/#_ref_1211", "https://tc39.es/proposal-temporal/#_ref_1212", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.add", "https://tc39.es/proposal-temporal/#_ref_1213", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1214", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1215", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1216", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1217", "https://tc39.es/proposal-temporal/#_ref_1218", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tostring", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.add", "https://tc39.es/proposal-temporal/#_ref_1219", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1220", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1221", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1222", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tojson", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1223", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_1224", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1225", "https://tc39.es/proposal-temporal/#_ref_1226", "https://tc39.es/proposal-temporal/#_ref_1227", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1228", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1229", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_1230", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.getisofields", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.getcalendar", "https://tc39.es/proposal-temporal/#_ref_1231", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainyearmonth-instances", - "https://tc39.es/proposal-temporal/#_ref_20", - "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalyearmonth-instances", "https://tc39.es/proposal-temporal/#_ref_1232", - "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1233", "https://tc39.es/proposal-temporal/#_ref_1234", "https://tc39.es/proposal-temporal/#_ref_1235", "https://tc39.es/proposal-temporal/#_ref_1236", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.getisofields", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.getcalendar", "https://tc39.es/proposal-temporal/#_ref_1237", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainyearmonth-instances", + "https://tc39.es/proposal-temporal/#_ref_20", + "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalyearmonth-instances", "https://tc39.es/proposal-temporal/#_ref_1238", + "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1239", "https://tc39.es/proposal-temporal/#_ref_1240", "https://tc39.es/proposal-temporal/#_ref_1241", "https://tc39.es/proposal-temporal/#_ref_1242", - "https://tc39.es/proposal-temporal/#sec-temporal-regulateisoyearmonth", - "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthwithinlimits", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceisoyearmonth", "https://tc39.es/proposal-temporal/#_ref_1243", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1244", "https://tc39.es/proposal-temporal/#_ref_1245", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalyearmonthtostring", "https://tc39.es/proposal-temporal/#_ref_1246", "https://tc39.es/proposal-temporal/#_ref_1247", "https://tc39.es/proposal-temporal/#_ref_1248", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1249", + "https://tc39.es/proposal-temporal/#sec-temporal-regulateisoyearmonth", + "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthwithinlimits", + "https://tc39.es/proposal-temporal/#sec-temporal-balanceisoyearmonth", "https://tc39.es/proposal-temporal/#_ref_1250", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1251", "https://tc39.es/proposal-temporal/#_ref_1252", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalyearmonthtostring", "https://tc39.es/proposal-temporal/#_ref_1253", "https://tc39.es/proposal-temporal/#_ref_1254", "https://tc39.es/proposal-temporal/#_ref_1255", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1256", "https://tc39.es/proposal-temporal/#_ref_1257", "https://tc39.es/proposal-temporal/#_ref_1258", "https://tc39.es/proposal-temporal/#_ref_1259", "https://tc39.es/proposal-temporal/#_ref_1260", "https://tc39.es/proposal-temporal/#_ref_1261", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1262", "https://tc39.es/proposal-temporal/#_ref_1263", "https://tc39.es/proposal-temporal/#_ref_1264", @@ -1652,6 +1651,7 @@ "https://tc39.es/proposal-temporal/#_ref_1266", "https://tc39.es/proposal-temporal/#_ref_1267", "https://tc39.es/proposal-temporal/#_ref_1268", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1269", "https://tc39.es/proposal-temporal/#_ref_1270", "https://tc39.es/proposal-temporal/#_ref_1271", @@ -1666,153 +1666,152 @@ "https://tc39.es/proposal-temporal/#_ref_1280", "https://tc39.es/proposal-temporal/#_ref_1281", "https://tc39.es/proposal-temporal/#_ref_1282", - "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-objects", - "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday", "https://tc39.es/proposal-temporal/#_ref_1283", "https://tc39.es/proposal-temporal/#_ref_1284", "https://tc39.es/proposal-temporal/#_ref_1285", "https://tc39.es/proposal-temporal/#_ref_1286", "https://tc39.es/proposal-temporal/#_ref_1287", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainmonthday-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.from", "https://tc39.es/proposal-temporal/#_ref_1288", "https://tc39.es/proposal-temporal/#_ref_1289", + "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-objects", + "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday", "https://tc39.es/proposal-temporal/#_ref_1290", "https://tc39.es/proposal-temporal/#_ref_1291", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainmonthday-prototype-object", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype-%40%40tostringtag", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.calendarid", "https://tc39.es/proposal-temporal/#_ref_1292", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_1293", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.day", "https://tc39.es/proposal-temporal/#_ref_1294", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.with", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainmonthday-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.from", "https://tc39.es/proposal-temporal/#_ref_1295", "https://tc39.es/proposal-temporal/#_ref_1296", "https://tc39.es/proposal-temporal/#_ref_1297", "https://tc39.es/proposal-temporal/#_ref_1298", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainmonthday-prototype-object", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype-%40%40tostringtag", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.calendarid", "https://tc39.es/proposal-temporal/#_ref_1299", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_1300", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.day", "https://tc39.es/proposal-temporal/#_ref_1301", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.with", "https://tc39.es/proposal-temporal/#_ref_1302", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1303", "https://tc39.es/proposal-temporal/#_ref_1304", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1305", "https://tc39.es/proposal-temporal/#_ref_1306", "https://tc39.es/proposal-temporal/#_ref_1307", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1308", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1309", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.toplaindate", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1310", "https://tc39.es/proposal-temporal/#_ref_1311", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1312", "https://tc39.es/proposal-temporal/#_ref_1313", "https://tc39.es/proposal-temporal/#_ref_1314", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1315", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1316", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.getisofields", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.getcalendar", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_1317", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainmonthday-instances", - "https://tc39.es/proposal-temporal/#_ref_21", - "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalmonthday-instances", "https://tc39.es/proposal-temporal/#_ref_1318", - "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1319", "https://tc39.es/proposal-temporal/#_ref_1320", "https://tc39.es/proposal-temporal/#_ref_1321", "https://tc39.es/proposal-temporal/#_ref_1322", "https://tc39.es/proposal-temporal/#_ref_1323", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.getisofields", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.getcalendar", "https://tc39.es/proposal-temporal/#_ref_1324", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainmonthday-instances", + "https://tc39.es/proposal-temporal/#_ref_21", + "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalmonthday-instances", "https://tc39.es/proposal-temporal/#_ref_1325", + "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1326", "https://tc39.es/proposal-temporal/#_ref_1327", "https://tc39.es/proposal-temporal/#_ref_1328", "https://tc39.es/proposal-temporal/#_ref_1329", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1330", "https://tc39.es/proposal-temporal/#_ref_1331", "https://tc39.es/proposal-temporal/#_ref_1332", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalmonthdaytostring", "https://tc39.es/proposal-temporal/#_ref_1333", "https://tc39.es/proposal-temporal/#_ref_1334", "https://tc39.es/proposal-temporal/#_ref_1335", - "https://tc39.es/proposal-temporal/#sec-temporal-timezone-objects", - "https://tc39.es/proposal-temporal/#sec-temporal-timezone-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone", "https://tc39.es/proposal-temporal/#_ref_1336", "https://tc39.es/proposal-temporal/#_ref_1337", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1338", "https://tc39.es/proposal-temporal/#_ref_1339", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-timezone-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.from", "https://tc39.es/proposal-temporal/#_ref_1340", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalmonthdaytostring", "https://tc39.es/proposal-temporal/#_ref_1341", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-timezone-prototype-object", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype-%40%40tostringtag", - "https://tc39.es/proposal-temporal/#sec-get-temporal.timezone.prototype.id", "https://tc39.es/proposal-temporal/#_ref_1342", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1343", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetstringfor", + "https://tc39.es/proposal-temporal/#sec-temporal-timezone-objects", + "https://tc39.es/proposal-temporal/#sec-temporal-timezone-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone", "https://tc39.es/proposal-temporal/#_ref_1344", "https://tc39.es/proposal-temporal/#_ref_1345", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getplaindatetimefor", "https://tc39.es/proposal-temporal/#_ref_1346", "https://tc39.es/proposal-temporal/#_ref_1347", "https://tc39.es/proposal-temporal/#_ref_1348", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getinstantfor", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-timezone-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.from", "https://tc39.es/proposal-temporal/#_ref_1349", "https://tc39.es/proposal-temporal/#_ref_1350", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-timezone-prototype-object", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype-%40%40tostringtag", + "https://tc39.es/proposal-temporal/#sec-get-temporal.timezone.prototype.id", "https://tc39.es/proposal-temporal/#_ref_1351", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1352", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getpossibleinstantsfor", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetstringfor", "https://tc39.es/proposal-temporal/#_ref_1353", "https://tc39.es/proposal-temporal/#_ref_1354", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getplaindatetimefor", "https://tc39.es/proposal-temporal/#_ref_1355", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getnexttransition", "https://tc39.es/proposal-temporal/#_ref_1356", "https://tc39.es/proposal-temporal/#_ref_1357", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getinstantfor", "https://tc39.es/proposal-temporal/#_ref_1358", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getprevioustransition", "https://tc39.es/proposal-temporal/#_ref_1359", "https://tc39.es/proposal-temporal/#_ref_1360", "https://tc39.es/proposal-temporal/#_ref_1361", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.tostring", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getpossibleinstantsfor", "https://tc39.es/proposal-temporal/#_ref_1362", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1363", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-timezone-instances", - "https://tc39.es/proposal-temporal/#_ref_22", - "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaltimezone-instances", "https://tc39.es/proposal-temporal/#_ref_1364", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getnexttransition", "https://tc39.es/proposal-temporal/#_ref_1365", - "https://tc39.es/proposal-temporal/#sec-temporal-timezone-abstract-ops", "https://tc39.es/proposal-temporal/#_ref_1366", "https://tc39.es/proposal-temporal/#_ref_1367", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaltimezone", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getprevioustransition", "https://tc39.es/proposal-temporal/#_ref_1368", "https://tc39.es/proposal-temporal/#_ref_1369", "https://tc39.es/proposal-temporal/#_ref_1370", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1371", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1372", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-timezone-instances", + "https://tc39.es/proposal-temporal/#_ref_22", + "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaltimezone-instances", "https://tc39.es/proposal-temporal/#_ref_1373", "https://tc39.es/proposal-temporal/#_ref_1374", + "https://tc39.es/proposal-temporal/#sec-temporal-timezone-abstract-ops", "https://tc39.es/proposal-temporal/#_ref_1375", "https://tc39.es/proposal-temporal/#_ref_1376", - "https://tc39.es/proposal-temporal/#sec-getavailablenamedtimezoneidentifier", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaltimezone", "https://tc39.es/proposal-temporal/#_ref_1377", "https://tc39.es/proposal-temporal/#_ref_1378", "https://tc39.es/proposal-temporal/#_ref_1379", @@ -1821,384 +1820,385 @@ "https://tc39.es/proposal-temporal/#_ref_1382", "https://tc39.es/proposal-temporal/#_ref_1383", "https://tc39.es/proposal-temporal/#_ref_1384", - "https://tc39.es/proposal-temporal/#sec-temporal-getisopartsfromepoch", "https://tc39.es/proposal-temporal/#_ref_1385", + "https://tc39.es/proposal-temporal/#sec-getavailablenamedtimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1386", "https://tc39.es/proposal-temporal/#_ref_1387", "https://tc39.es/proposal-temporal/#_ref_1388", "https://tc39.es/proposal-temporal/#_ref_1389", "https://tc39.es/proposal-temporal/#_ref_1390", - "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezonenexttransition", "https://tc39.es/proposal-temporal/#_ref_1391", - "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezoneprevioustransition", "https://tc39.es/proposal-temporal/#_ref_1392", - "https://tc39.es/proposal-temporal/#sec-temporal-formatoffsettimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1393", + "https://tc39.es/proposal-temporal/#sec-temporal-getisopartsfromepoch", "https://tc39.es/proposal-temporal/#_ref_1394", "https://tc39.es/proposal-temporal/#_ref_1395", "https://tc39.es/proposal-temporal/#_ref_1396", - "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimeutcoffsetrounded", "https://tc39.es/proposal-temporal/#_ref_1397", "https://tc39.es/proposal-temporal/#_ref_1398", "https://tc39.es/proposal-temporal/#_ref_1399", - "https://tc39.es/proposal-temporal/#sec-temporal-objectimplementstemporaltimezoneprotocol", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezoneslotvalue", + "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezonenexttransition", "https://tc39.es/proposal-temporal/#_ref_1400", + "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezoneprevioustransition", "https://tc39.es/proposal-temporal/#_ref_1401", + "https://tc39.es/proposal-temporal/#sec-temporal-formatoffsettimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1402", "https://tc39.es/proposal-temporal/#_ref_1403", "https://tc39.es/proposal-temporal/#_ref_1404", "https://tc39.es/proposal-temporal/#_ref_1405", + "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimeutcoffsetrounded", "https://tc39.es/proposal-temporal/#_ref_1406", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1407", "https://tc39.es/proposal-temporal/#_ref_1408", + "https://tc39.es/proposal-temporal/#sec-temporal-objectimplementstemporaltimezoneprotocol", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezoneslotvalue", "https://tc39.es/proposal-temporal/#_ref_1409", "https://tc39.es/proposal-temporal/#_ref_1410", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezoneobject", "https://tc39.es/proposal-temporal/#_ref_1411", - "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1412", "https://tc39.es/proposal-temporal/#_ref_1413", "https://tc39.es/proposal-temporal/#_ref_1414", - "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetstringfor", "https://tc39.es/proposal-temporal/#_ref_1415", "https://tc39.es/proposal-temporal/#_ref_1416", - "https://tc39.es/proposal-temporal/#sec-temporal-getplaindatetimefor", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1417", "https://tc39.es/proposal-temporal/#_ref_1418", "https://tc39.es/proposal-temporal/#_ref_1419", "https://tc39.es/proposal-temporal/#_ref_1420", - "https://tc39.es/proposal-temporal/#sec-temporal-getinstantfor", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezoneobject", "https://tc39.es/proposal-temporal/#_ref_1421", + "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1422", - "https://tc39.es/proposal-temporal/#sec-temporal-disambiguatepossibleinstants", "https://tc39.es/proposal-temporal/#_ref_1423", "https://tc39.es/proposal-temporal/#_ref_1424", + "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetstringfor", "https://tc39.es/proposal-temporal/#_ref_1425", "https://tc39.es/proposal-temporal/#_ref_1426", + "https://tc39.es/proposal-temporal/#sec-temporal-getplaindatetimefor", "https://tc39.es/proposal-temporal/#_ref_1427", "https://tc39.es/proposal-temporal/#_ref_1428", "https://tc39.es/proposal-temporal/#_ref_1429", "https://tc39.es/proposal-temporal/#_ref_1430", + "https://tc39.es/proposal-temporal/#sec-temporal-getinstantfor", "https://tc39.es/proposal-temporal/#_ref_1431", "https://tc39.es/proposal-temporal/#_ref_1432", + "https://tc39.es/proposal-temporal/#sec-temporal-disambiguatepossibleinstants", "https://tc39.es/proposal-temporal/#_ref_1433", "https://tc39.es/proposal-temporal/#_ref_1434", "https://tc39.es/proposal-temporal/#_ref_1435", "https://tc39.es/proposal-temporal/#_ref_1436", - "https://tc39.es/proposal-temporal/#sec-temporal-getpossibleinstantsfor", "https://tc39.es/proposal-temporal/#_ref_1437", "https://tc39.es/proposal-temporal/#_ref_1438", - "https://tc39.es/proposal-temporal/#sec-temporal-timezoneequals", "https://tc39.es/proposal-temporal/#_ref_1439", "https://tc39.es/proposal-temporal/#_ref_1440", - "https://tc39.es/proposal-temporal/#sec-parsetimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1441", "https://tc39.es/proposal-temporal/#_ref_1442", - "https://tc39.es/proposal-temporal/#_ref_2070", - "https://tc39.es/proposal-temporal/#_ref_2071", - "https://tc39.es/proposal-temporal/#_ref_2072", - "https://tc39.es/proposal-temporal/#_ref_2073", - "https://tc39.es/proposal-temporal/#_ref_2074", "https://tc39.es/proposal-temporal/#_ref_1443", - "https://tc39.es/proposal-temporal/#sec-temporal-calendar-objects", - "https://tc39.es/proposal-temporal/#sec-calendar-types", - "https://tc39.es/proposal-temporal/#_ref_23", - "https://tc39.es/proposal-temporal/#sec-temporal-isbuiltincalendar", "https://tc39.es/proposal-temporal/#_ref_1444", "https://tc39.es/proposal-temporal/#_ref_1445", "https://tc39.es/proposal-temporal/#_ref_1446", - "https://tc39.es/proposal-temporal/#sec-temporal-availablecalendars", + "https://tc39.es/proposal-temporal/#sec-temporal-getpossibleinstantsfor", "https://tc39.es/proposal-temporal/#_ref_1447", "https://tc39.es/proposal-temporal/#_ref_1448", + "https://tc39.es/proposal-temporal/#sec-temporal-timezoneequals", "https://tc39.es/proposal-temporal/#_ref_1449", "https://tc39.es/proposal-temporal/#_ref_1450", + "https://tc39.es/proposal-temporal/#sec-parsetimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1451", - "https://tc39.es/proposal-temporal/#sec-temporal-calendar-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalcalendar", "https://tc39.es/proposal-temporal/#_ref_1452", + "https://tc39.es/proposal-temporal/#_ref_2085", + "https://tc39.es/proposal-temporal/#_ref_2086", + "https://tc39.es/proposal-temporal/#_ref_2087", + "https://tc39.es/proposal-temporal/#_ref_2088", + "https://tc39.es/proposal-temporal/#_ref_2089", "https://tc39.es/proposal-temporal/#_ref_1453", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarfields", + "https://tc39.es/proposal-temporal/#sec-temporal-calendar-objects", + "https://tc39.es/proposal-temporal/#sec-calendar-types", + "https://tc39.es/proposal-temporal/#_ref_23", + "https://tc39.es/proposal-temporal/#sec-temporal-isbuiltincalendar", "https://tc39.es/proposal-temporal/#_ref_1454", "https://tc39.es/proposal-temporal/#_ref_1455", "https://tc39.es/proposal-temporal/#_ref_1456", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmergefields", + "https://tc39.es/proposal-temporal/#sec-temporal-availablecalendars", "https://tc39.es/proposal-temporal/#_ref_1457", "https://tc39.es/proposal-temporal/#_ref_1458", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateadd", "https://tc39.es/proposal-temporal/#_ref_1459", "https://tc39.es/proposal-temporal/#_ref_1460", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateuntil", "https://tc39.es/proposal-temporal/#_ref_1461", + "https://tc39.es/proposal-temporal/#sec-temporal-calendar-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalcalendar", "https://tc39.es/proposal-temporal/#_ref_1462", - "https://tc39.es/proposal-temporal/#sec-temporal-calendaryear", "https://tc39.es/proposal-temporal/#_ref_1463", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarfields", "https://tc39.es/proposal-temporal/#_ref_1464", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonth", "https://tc39.es/proposal-temporal/#_ref_1465", "https://tc39.es/proposal-temporal/#_ref_1466", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthcode", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmergefields", "https://tc39.es/proposal-temporal/#_ref_1467", "https://tc39.es/proposal-temporal/#_ref_1468", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarday", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateadd", "https://tc39.es/proposal-temporal/#_ref_1469", "https://tc39.es/proposal-temporal/#_ref_1470", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofweek", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateuntil", "https://tc39.es/proposal-temporal/#_ref_1471", "https://tc39.es/proposal-temporal/#_ref_1472", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendaryear", "https://tc39.es/proposal-temporal/#_ref_1473", "https://tc39.es/proposal-temporal/#_ref_1474", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarweekofyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonth", "https://tc39.es/proposal-temporal/#_ref_1475", "https://tc39.es/proposal-temporal/#_ref_1476", - "https://tc39.es/proposal-temporal/#sec-temporal-calendaryearofweek", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthcode", "https://tc39.es/proposal-temporal/#_ref_1477", "https://tc39.es/proposal-temporal/#_ref_1478", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinweek", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarday", "https://tc39.es/proposal-temporal/#_ref_1479", "https://tc39.es/proposal-temporal/#_ref_1480", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinmonth", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofweek", "https://tc39.es/proposal-temporal/#_ref_1481", "https://tc39.es/proposal-temporal/#_ref_1482", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofyear", "https://tc39.es/proposal-temporal/#_ref_1483", "https://tc39.es/proposal-temporal/#_ref_1484", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthsinyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarweekofyear", "https://tc39.es/proposal-temporal/#_ref_1485", "https://tc39.es/proposal-temporal/#_ref_1486", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarinleapyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendaryearofweek", "https://tc39.es/proposal-temporal/#_ref_1487", "https://tc39.es/proposal-temporal/#_ref_1488", - "https://tc39.es/proposal-temporal/#sec-temporal-objectimplementstemporalcalendarprotocol", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendarslotvalue", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinweek", "https://tc39.es/proposal-temporal/#_ref_1489", "https://tc39.es/proposal-temporal/#_ref_1490", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinmonth", "https://tc39.es/proposal-temporal/#_ref_1491", "https://tc39.es/proposal-temporal/#_ref_1492", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinyear", "https://tc39.es/proposal-temporal/#_ref_1493", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalcalendarslotvaluewithisodefault", "https://tc39.es/proposal-temporal/#_ref_1494", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendaridentifier", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthsinyear", "https://tc39.es/proposal-temporal/#_ref_1495", "https://tc39.es/proposal-temporal/#_ref_1496", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarinleapyear", "https://tc39.es/proposal-temporal/#_ref_1497", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendarobject", "https://tc39.es/proposal-temporal/#_ref_1498", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatefromfields", + "https://tc39.es/proposal-temporal/#sec-temporal-objectimplementstemporalcalendarprotocol", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendarslotvalue", "https://tc39.es/proposal-temporal/#_ref_1499", "https://tc39.es/proposal-temporal/#_ref_1500", - "https://tc39.es/proposal-temporal/#sec-temporal-calendaryearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1501", "https://tc39.es/proposal-temporal/#_ref_1502", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1503", "https://tc39.es/proposal-temporal/#_ref_1504", - "https://tc39.es/proposal-temporal/#sec-temporal-maybeformatcalendarannotation", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalcalendarslotvaluewithisodefault", "https://tc39.es/proposal-temporal/#_ref_1505", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendaridentifier", "https://tc39.es/proposal-temporal/#_ref_1506", - "https://tc39.es/proposal-temporal/#sec-temporal-formatcalendarannotation", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarequals", "https://tc39.es/proposal-temporal/#_ref_1507", "https://tc39.es/proposal-temporal/#_ref_1508", - "https://tc39.es/proposal-temporal/#sec-temporal-consolidatecalendars", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendarobject", "https://tc39.es/proposal-temporal/#_ref_1509", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatefromfields", "https://tc39.es/proposal-temporal/#_ref_1510", - "https://tc39.es/proposal-temporal/#sec-temporal-isodaysinmonth", "https://tc39.es/proposal-temporal/#_ref_1511", + "https://tc39.es/proposal-temporal/#sec-temporal-calendaryearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1512", - "https://tc39.es/proposal-temporal/#sec-temporal-toisoweekofyear", "https://tc39.es/proposal-temporal/#_ref_1513", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1514", "https://tc39.es/proposal-temporal/#_ref_1515", + "https://tc39.es/proposal-temporal/#sec-temporal-maybeformatcalendarannotation", "https://tc39.es/proposal-temporal/#_ref_1516", "https://tc39.es/proposal-temporal/#_ref_1517", + "https://tc39.es/proposal-temporal/#sec-temporal-formatcalendarannotation", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarequals", "https://tc39.es/proposal-temporal/#_ref_1518", "https://tc39.es/proposal-temporal/#_ref_1519", + "https://tc39.es/proposal-temporal/#sec-temporal-consolidatecalendars", "https://tc39.es/proposal-temporal/#_ref_1520", "https://tc39.es/proposal-temporal/#_ref_1521", + "https://tc39.es/proposal-temporal/#sec-temporal-isodaysinmonth", "https://tc39.es/proposal-temporal/#_ref_1522", "https://tc39.es/proposal-temporal/#_ref_1523", + "https://tc39.es/proposal-temporal/#sec-temporal-toisoweekofyear", "https://tc39.es/proposal-temporal/#_ref_1524", "https://tc39.es/proposal-temporal/#_ref_1525", - "https://tc39.es/proposal-temporal/#sec-temporal-isomonthcode", - "https://tc39.es/proposal-temporal/#sec-temporal-isoresolvemonth", - "https://tc39.es/proposal-temporal/#_ref_24", "https://tc39.es/proposal-temporal/#_ref_1526", - "https://tc39.es/proposal-temporal/#_ref_2075", "https://tc39.es/proposal-temporal/#_ref_1527", - "https://tc39.es/proposal-temporal/#sec-temporal-isodatefromfields", "https://tc39.es/proposal-temporal/#_ref_1528", "https://tc39.es/proposal-temporal/#_ref_1529", - "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1530", "https://tc39.es/proposal-temporal/#_ref_1531", - "https://tc39.es/proposal-temporal/#sec-temporal-isomonthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1532", "https://tc39.es/proposal-temporal/#_ref_1533", "https://tc39.es/proposal-temporal/#_ref_1534", - "https://tc39.es/proposal-temporal/#sec-temporal-isofieldkeystoignore", - "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofyear", "https://tc39.es/proposal-temporal/#_ref_1535", "https://tc39.es/proposal-temporal/#_ref_1536", + "https://tc39.es/proposal-temporal/#sec-temporal-isomonthcode", + "https://tc39.es/proposal-temporal/#sec-temporal-isoresolvemonth", + "https://tc39.es/proposal-temporal/#_ref_24", "https://tc39.es/proposal-temporal/#_ref_1537", + "https://tc39.es/proposal-temporal/#_ref_2090", "https://tc39.es/proposal-temporal/#_ref_1538", - "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofweek", + "https://tc39.es/proposal-temporal/#sec-temporal-isodatefromfields", "https://tc39.es/proposal-temporal/#_ref_1539", "https://tc39.es/proposal-temporal/#_ref_1540", + "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1541", "https://tc39.es/proposal-temporal/#_ref_1542", - "https://tc39.es/proposal-temporal/#sec-temporal-calendar-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar", + "https://tc39.es/proposal-temporal/#sec-temporal-isomonthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1543", "https://tc39.es/proposal-temporal/#_ref_1544", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-calendar-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.from", "https://tc39.es/proposal-temporal/#_ref_1545", + "https://tc39.es/proposal-temporal/#sec-temporal-isofieldkeystoignore", + "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofyear", "https://tc39.es/proposal-temporal/#_ref_1546", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-calendar-prototype-object", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype-%40%40tostringtag", - "https://tc39.es/proposal-temporal/#sec-get-temporal.calendar.prototype.id", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.datefromfields", - "https://tc39.es/proposal-temporal/#_ref_25", "https://tc39.es/proposal-temporal/#_ref_1547", "https://tc39.es/proposal-temporal/#_ref_1548", "https://tc39.es/proposal-temporal/#_ref_1549", + "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofweek", "https://tc39.es/proposal-temporal/#_ref_1550", "https://tc39.es/proposal-temporal/#_ref_1551", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearmonthfromfields", - "https://tc39.es/proposal-temporal/#_ref_26", "https://tc39.es/proposal-temporal/#_ref_1552", "https://tc39.es/proposal-temporal/#_ref_1553", + "https://tc39.es/proposal-temporal/#sec-temporal-calendar-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar", "https://tc39.es/proposal-temporal/#_ref_1554", "https://tc39.es/proposal-temporal/#_ref_1555", "https://tc39.es/proposal-temporal/#_ref_1556", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthdayfromfields", - "https://tc39.es/proposal-temporal/#_ref_27", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-calendar-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.from", "https://tc39.es/proposal-temporal/#_ref_1557", "https://tc39.es/proposal-temporal/#_ref_1558", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-calendar-prototype-object", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype-%40%40tostringtag", + "https://tc39.es/proposal-temporal/#sec-get-temporal.calendar.prototype.id", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.datefromfields", + "https://tc39.es/proposal-temporal/#_ref_25", "https://tc39.es/proposal-temporal/#_ref_1559", "https://tc39.es/proposal-temporal/#_ref_1560", "https://tc39.es/proposal-temporal/#_ref_1561", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateadd", - "https://tc39.es/proposal-temporal/#_ref_28", "https://tc39.es/proposal-temporal/#_ref_1562", "https://tc39.es/proposal-temporal/#_ref_1563", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearmonthfromfields", + "https://tc39.es/proposal-temporal/#_ref_26", "https://tc39.es/proposal-temporal/#_ref_1564", "https://tc39.es/proposal-temporal/#_ref_1565", "https://tc39.es/proposal-temporal/#_ref_1566", "https://tc39.es/proposal-temporal/#_ref_1567", "https://tc39.es/proposal-temporal/#_ref_1568", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateuntil", - "https://tc39.es/proposal-temporal/#_ref_29", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthdayfromfields", + "https://tc39.es/proposal-temporal/#_ref_27", "https://tc39.es/proposal-temporal/#_ref_1569", "https://tc39.es/proposal-temporal/#_ref_1570", "https://tc39.es/proposal-temporal/#_ref_1571", "https://tc39.es/proposal-temporal/#_ref_1572", "https://tc39.es/proposal-temporal/#_ref_1573", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateadd", + "https://tc39.es/proposal-temporal/#_ref_28", "https://tc39.es/proposal-temporal/#_ref_1574", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_30", "https://tc39.es/proposal-temporal/#_ref_1575", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.month", - "https://tc39.es/proposal-temporal/#_ref_31", "https://tc39.es/proposal-temporal/#_ref_1576", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthcode", - "https://tc39.es/proposal-temporal/#_ref_32", "https://tc39.es/proposal-temporal/#_ref_1577", "https://tc39.es/proposal-temporal/#_ref_1578", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.day", - "https://tc39.es/proposal-temporal/#_ref_33", "https://tc39.es/proposal-temporal/#_ref_1579", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofweek", - "https://tc39.es/proposal-temporal/#_ref_34", "https://tc39.es/proposal-temporal/#_ref_1580", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateuntil", + "https://tc39.es/proposal-temporal/#_ref_29", "https://tc39.es/proposal-temporal/#_ref_1581", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofyear", - "https://tc39.es/proposal-temporal/#_ref_35", "https://tc39.es/proposal-temporal/#_ref_1582", "https://tc39.es/proposal-temporal/#_ref_1583", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.weekofyear", - "https://tc39.es/proposal-temporal/#_ref_36", "https://tc39.es/proposal-temporal/#_ref_1584", "https://tc39.es/proposal-temporal/#_ref_1585", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearofweek", "https://tc39.es/proposal-temporal/#_ref_1586", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.year", + "https://tc39.es/proposal-temporal/#_ref_30", "https://tc39.es/proposal-temporal/#_ref_1587", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinweek", - "https://tc39.es/proposal-temporal/#_ref_37", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.month", + "https://tc39.es/proposal-temporal/#_ref_31", "https://tc39.es/proposal-temporal/#_ref_1588", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinmonth", - "https://tc39.es/proposal-temporal/#_ref_38", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthcode", + "https://tc39.es/proposal-temporal/#_ref_32", "https://tc39.es/proposal-temporal/#_ref_1589", "https://tc39.es/proposal-temporal/#_ref_1590", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinyear", - "https://tc39.es/proposal-temporal/#_ref_39", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.day", + "https://tc39.es/proposal-temporal/#_ref_33", "https://tc39.es/proposal-temporal/#_ref_1591", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofweek", + "https://tc39.es/proposal-temporal/#_ref_34", "https://tc39.es/proposal-temporal/#_ref_1592", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthsinyear", - "https://tc39.es/proposal-temporal/#_ref_40", "https://tc39.es/proposal-temporal/#_ref_1593", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.inleapyear", - "https://tc39.es/proposal-temporal/#_ref_41", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofyear", + "https://tc39.es/proposal-temporal/#_ref_35", "https://tc39.es/proposal-temporal/#_ref_1594", "https://tc39.es/proposal-temporal/#_ref_1595", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.weekofyear", + "https://tc39.es/proposal-temporal/#_ref_36", "https://tc39.es/proposal-temporal/#_ref_1596", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.fields", - "https://tc39.es/proposal-temporal/#_ref_42", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.mergefields", - "https://tc39.es/proposal-temporal/#_ref_43", "https://tc39.es/proposal-temporal/#_ref_1597", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearofweek", "https://tc39.es/proposal-temporal/#_ref_1598", "https://tc39.es/proposal-temporal/#_ref_1599", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinweek", + "https://tc39.es/proposal-temporal/#_ref_37", "https://tc39.es/proposal-temporal/#_ref_1600", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.tostring", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.tojson", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-calendar-instances", - "https://tc39.es/proposal-temporal/#sec-temporal-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-iteratortolistoftype", - "https://tc39.es/proposal-temporal/#sec-isodatetoepochdays", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinmonth", + "https://tc39.es/proposal-temporal/#_ref_38", "https://tc39.es/proposal-temporal/#_ref_1601", "https://tc39.es/proposal-temporal/#_ref_1602", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinyear", + "https://tc39.es/proposal-temporal/#_ref_39", "https://tc39.es/proposal-temporal/#_ref_1603", "https://tc39.es/proposal-temporal/#_ref_1604", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthsinyear", + "https://tc39.es/proposal-temporal/#_ref_40", "https://tc39.es/proposal-temporal/#_ref_1605", - "https://tc39.es/proposal-temporal/#sec-epochdaystoepochms", - "https://tc39.es/proposal-temporal/#sec-date-equations", - "https://tc39.es/proposal-temporal/#eqn-EpochTimeToDayNumber", - "https://tc39.es/proposal-temporal/#eqn-mathematicaldaysinyear", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.inleapyear", + "https://tc39.es/proposal-temporal/#_ref_41", "https://tc39.es/proposal-temporal/#_ref_1606", "https://tc39.es/proposal-temporal/#_ref_1607", "https://tc39.es/proposal-temporal/#_ref_1608", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.fields", + "https://tc39.es/proposal-temporal/#_ref_42", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.mergefields", + "https://tc39.es/proposal-temporal/#_ref_43", "https://tc39.es/proposal-temporal/#_ref_1609", "https://tc39.es/proposal-temporal/#_ref_1610", "https://tc39.es/proposal-temporal/#_ref_1611", - "https://tc39.es/proposal-temporal/#eqn-epochdaynumberforyear", - "https://tc39.es/proposal-temporal/#eqn-epochtimeforyear", "https://tc39.es/proposal-temporal/#_ref_1612", - "https://tc39.es/proposal-temporal/#eqn-epochtimetoepochyear", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.tostring", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.tojson", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-calendar-instances", + "https://tc39.es/proposal-temporal/#sec-temporal-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-iteratortolistoftype", + "https://tc39.es/proposal-temporal/#sec-isodatetoepochdays", "https://tc39.es/proposal-temporal/#_ref_1613", - "https://tc39.es/proposal-temporal/#eqn-mathematicalinleapyear", "https://tc39.es/proposal-temporal/#_ref_1614", "https://tc39.es/proposal-temporal/#_ref_1615", "https://tc39.es/proposal-temporal/#_ref_1616", "https://tc39.es/proposal-temporal/#_ref_1617", - "https://tc39.es/proposal-temporal/#eqn-epochtimetomonthinyear", + "https://tc39.es/proposal-temporal/#sec-epochdaystoepochms", + "https://tc39.es/proposal-temporal/#sec-date-equations", + "https://tc39.es/proposal-temporal/#eqn-EpochTimeToDayNumber", + "https://tc39.es/proposal-temporal/#eqn-mathematicaldaysinyear", "https://tc39.es/proposal-temporal/#_ref_1618", "https://tc39.es/proposal-temporal/#_ref_1619", "https://tc39.es/proposal-temporal/#_ref_1620", "https://tc39.es/proposal-temporal/#_ref_1621", "https://tc39.es/proposal-temporal/#_ref_1622", "https://tc39.es/proposal-temporal/#_ref_1623", + "https://tc39.es/proposal-temporal/#eqn-epochdaynumberforyear", + "https://tc39.es/proposal-temporal/#eqn-epochtimeforyear", "https://tc39.es/proposal-temporal/#_ref_1624", + "https://tc39.es/proposal-temporal/#eqn-epochtimetoepochyear", "https://tc39.es/proposal-temporal/#_ref_1625", + "https://tc39.es/proposal-temporal/#eqn-mathematicalinleapyear", "https://tc39.es/proposal-temporal/#_ref_1626", "https://tc39.es/proposal-temporal/#_ref_1627", "https://tc39.es/proposal-temporal/#_ref_1628", "https://tc39.es/proposal-temporal/#_ref_1629", + "https://tc39.es/proposal-temporal/#eqn-epochtimetomonthinyear", "https://tc39.es/proposal-temporal/#_ref_1630", "https://tc39.es/proposal-temporal/#_ref_1631", "https://tc39.es/proposal-temporal/#_ref_1632", @@ -2220,12 +2220,10 @@ "https://tc39.es/proposal-temporal/#_ref_1648", "https://tc39.es/proposal-temporal/#_ref_1649", "https://tc39.es/proposal-temporal/#_ref_1650", - "https://tc39.es/proposal-temporal/#eqn-epochtimetodayinyear", "https://tc39.es/proposal-temporal/#_ref_1651", "https://tc39.es/proposal-temporal/#_ref_1652", "https://tc39.es/proposal-temporal/#_ref_1653", "https://tc39.es/proposal-temporal/#_ref_1654", - "https://tc39.es/proposal-temporal/#eqn-epochtimetodate", "https://tc39.es/proposal-temporal/#_ref_1655", "https://tc39.es/proposal-temporal/#_ref_1656", "https://tc39.es/proposal-temporal/#_ref_1657", @@ -2234,10 +2232,12 @@ "https://tc39.es/proposal-temporal/#_ref_1660", "https://tc39.es/proposal-temporal/#_ref_1661", "https://tc39.es/proposal-temporal/#_ref_1662", + "https://tc39.es/proposal-temporal/#eqn-epochtimetodayinyear", "https://tc39.es/proposal-temporal/#_ref_1663", "https://tc39.es/proposal-temporal/#_ref_1664", "https://tc39.es/proposal-temporal/#_ref_1665", "https://tc39.es/proposal-temporal/#_ref_1666", + "https://tc39.es/proposal-temporal/#eqn-epochtimetodate", "https://tc39.es/proposal-temporal/#_ref_1667", "https://tc39.es/proposal-temporal/#_ref_1668", "https://tc39.es/proposal-temporal/#_ref_1669", @@ -2260,56 +2260,70 @@ "https://tc39.es/proposal-temporal/#_ref_1686", "https://tc39.es/proposal-temporal/#_ref_1687", "https://tc39.es/proposal-temporal/#_ref_1688", - "https://tc39.es/proposal-temporal/#eqn-epochtimetoweekday", "https://tc39.es/proposal-temporal/#_ref_1689", "https://tc39.es/proposal-temporal/#_ref_1690", "https://tc39.es/proposal-temporal/#_ref_1691", "https://tc39.es/proposal-temporal/#_ref_1692", - "https://tc39.es/proposal-temporal/#sec-getoptionsobject", "https://tc39.es/proposal-temporal/#_ref_1693", - "https://tc39.es/proposal-temporal/#sec-getoption", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaloverflow", "https://tc39.es/proposal-temporal/#_ref_1694", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldisambiguation", "https://tc39.es/proposal-temporal/#_ref_1695", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingmode", "https://tc39.es/proposal-temporal/#_ref_1696", - "https://tc39.es/proposal-temporal/#sec-temporal-negatetemporalroundingmode", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaloffset", "https://tc39.es/proposal-temporal/#_ref_1697", - "https://tc39.es/proposal-temporal/#sec-temporal-tocalendarnameoption", "https://tc39.es/proposal-temporal/#_ref_1698", - "https://tc39.es/proposal-temporal/#sec-temporal-totimezonenameoption", "https://tc39.es/proposal-temporal/#_ref_1699", - "https://tc39.es/proposal-temporal/#sec-temporal-toshowoffsetoption", "https://tc39.es/proposal-temporal/#_ref_1700", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingincrement", + "https://tc39.es/proposal-temporal/#eqn-epochtimetoweekday", "https://tc39.es/proposal-temporal/#_ref_1701", - "https://tc39.es/proposal-temporal/#sec-validatetemporalroundingincrement", "https://tc39.es/proposal-temporal/#_ref_1702", - "https://tc39.es/proposal-temporal/#sec-temporal-tofractionalseconddigits", - "https://tc39.es/proposal-temporal/#sec-temporal-tosecondsstringprecisionrecord", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalunit", - "https://tc39.es/proposal-temporal/#_ref_44", - "https://tc39.es/proposal-temporal/#_ref_45", "https://tc39.es/proposal-temporal/#_ref_1703", - "https://tc39.es/proposal-temporal/#_ref_46", - "https://tc39.es/proposal-temporal/#table-temporal-units", - "https://tc39.es/proposal-temporal/#sec-temporal-torelativetemporalobject", "https://tc39.es/proposal-temporal/#_ref_1704", + "https://tc39.es/proposal-temporal/#sec-getoptionsobject", "https://tc39.es/proposal-temporal/#_ref_1705", + "https://tc39.es/proposal-temporal/#sec-getoption", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaloverflow", "https://tc39.es/proposal-temporal/#_ref_1706", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldisambiguation", "https://tc39.es/proposal-temporal/#_ref_1707", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingmode", "https://tc39.es/proposal-temporal/#_ref_1708", + "https://tc39.es/proposal-temporal/#sec-temporal-negatetemporalroundingmode", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaloffset", "https://tc39.es/proposal-temporal/#_ref_1709", + "https://tc39.es/proposal-temporal/#sec-temporal-tocalendarnameoption", "https://tc39.es/proposal-temporal/#_ref_1710", + "https://tc39.es/proposal-temporal/#sec-temporal-totimezonenameoption", "https://tc39.es/proposal-temporal/#_ref_1711", + "https://tc39.es/proposal-temporal/#sec-temporal-toshowoffsetoption", "https://tc39.es/proposal-temporal/#_ref_1712", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingincrement", "https://tc39.es/proposal-temporal/#_ref_1713", + "https://tc39.es/proposal-temporal/#sec-validatetemporalroundingincrement", "https://tc39.es/proposal-temporal/#_ref_1714", + "https://tc39.es/proposal-temporal/#sec-temporal-tofractionalseconddigits", + "https://tc39.es/proposal-temporal/#sec-temporal-tosecondsstringprecisionrecord", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalunit", + "https://tc39.es/proposal-temporal/#_ref_44", + "https://tc39.es/proposal-temporal/#_ref_45", "https://tc39.es/proposal-temporal/#_ref_1715", + "https://tc39.es/proposal-temporal/#_ref_46", + "https://tc39.es/proposal-temporal/#table-temporal-units", + "https://tc39.es/proposal-temporal/#sec-temporal-torelativetemporalobject", "https://tc39.es/proposal-temporal/#_ref_1716", "https://tc39.es/proposal-temporal/#_ref_1717", + "https://tc39.es/proposal-temporal/#_ref_1718", + "https://tc39.es/proposal-temporal/#_ref_1719", + "https://tc39.es/proposal-temporal/#_ref_1720", + "https://tc39.es/proposal-temporal/#_ref_1721", + "https://tc39.es/proposal-temporal/#_ref_1722", + "https://tc39.es/proposal-temporal/#_ref_1723", + "https://tc39.es/proposal-temporal/#_ref_1724", + "https://tc39.es/proposal-temporal/#_ref_1725", + "https://tc39.es/proposal-temporal/#_ref_1726", + "https://tc39.es/proposal-temporal/#_ref_1727", + "https://tc39.es/proposal-temporal/#_ref_1728", + "https://tc39.es/proposal-temporal/#_ref_1729", + "https://tc39.es/proposal-temporal/#_ref_1730", + "https://tc39.es/proposal-temporal/#_ref_1731", "https://tc39.es/proposal-temporal/#sec-temporal-largeroftwotemporalunits", "https://tc39.es/proposal-temporal/#_ref_47", "https://tc39.es/proposal-temporal/#_ref_48", @@ -2317,36 +2331,36 @@ "https://tc39.es/proposal-temporal/#sec-temporal-rejecttemporallikeobject", "https://tc39.es/proposal-temporal/#sec-temporal-formatfractionalseconds", "https://tc39.es/proposal-temporal/#sec-temporal-formattimestring", - "https://tc39.es/proposal-temporal/#_ref_1718", + "https://tc39.es/proposal-temporal/#_ref_1732", "https://tc39.es/proposal-temporal/#sec-temporal-getunsignedroundingmode", "https://tc39.es/proposal-temporal/#_ref_49", "https://tc39.es/proposal-temporal/#_ref_50", "https://tc39.es/proposal-temporal/#table-temporal-unsigned-rounding-modes", "https://tc39.es/proposal-temporal/#sec-temporal-applyunsignedroundingmode", - "https://tc39.es/proposal-temporal/#_ref_1719", + "https://tc39.es/proposal-temporal/#_ref_1733", "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrement", - "https://tc39.es/proposal-temporal/#_ref_1720", - "https://tc39.es/proposal-temporal/#_ref_1721", + "https://tc39.es/proposal-temporal/#_ref_1734", + "https://tc39.es/proposal-temporal/#_ref_1735", "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrementasifpositive", - "https://tc39.es/proposal-temporal/#_ref_1722", - "https://tc39.es/proposal-temporal/#_ref_1723", + "https://tc39.es/proposal-temporal/#_ref_1736", + "https://tc39.es/proposal-temporal/#_ref_1737", "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar", "https://tc39.es/proposal-temporal/#prod-Alpha", "https://tc39.es/proposal-temporal/#prod-LowercaseAlpha", "https://tc39.es/proposal-temporal/#prod-ASCIISign", "https://tc39.es/proposal-temporal/#prod-Sign", - "https://tc39.es/proposal-temporal/#_ref_2076", + "https://tc39.es/proposal-temporal/#_ref_2091", "https://tc39.es/proposal-temporal/#prod-Hour", - "https://tc39.es/proposal-temporal/#_ref_2077", - "https://tc39.es/proposal-temporal/#_ref_2078", - "https://tc39.es/proposal-temporal/#_ref_2079", + "https://tc39.es/proposal-temporal/#_ref_2092", + "https://tc39.es/proposal-temporal/#_ref_2093", + "https://tc39.es/proposal-temporal/#_ref_2094", "https://tc39.es/proposal-temporal/#prod-MinuteSecond", - "https://tc39.es/proposal-temporal/#_ref_2080", - "https://tc39.es/proposal-temporal/#_ref_2081", - "https://tc39.es/proposal-temporal/#_ref_2082", - "https://tc39.es/proposal-temporal/#_ref_2083", - "https://tc39.es/proposal-temporal/#_ref_2084", - "https://tc39.es/proposal-temporal/#_ref_2085", + "https://tc39.es/proposal-temporal/#_ref_2095", + "https://tc39.es/proposal-temporal/#_ref_2096", + "https://tc39.es/proposal-temporal/#_ref_2097", + "https://tc39.es/proposal-temporal/#_ref_2098", + "https://tc39.es/proposal-temporal/#_ref_2099", + "https://tc39.es/proposal-temporal/#_ref_2100", "https://tc39.es/proposal-temporal/#prod-DecimalSeparator", "https://tc39.es/proposal-temporal/#prod-DaysDesignator", "https://tc39.es/proposal-temporal/#prod-HoursDesignator", @@ -2361,70 +2375,55 @@ "https://tc39.es/proposal-temporal/#prod-UTCDesignator", "https://tc39.es/proposal-temporal/#prod-AnnotationCriticalFlag", "https://tc39.es/proposal-temporal/#prod-DateYear", - "https://tc39.es/proposal-temporal/#_ref_2086", - "https://tc39.es/proposal-temporal/#_ref_2087", - "https://tc39.es/proposal-temporal/#_ref_2088", - "https://tc39.es/proposal-temporal/#_ref_2089", - "https://tc39.es/proposal-temporal/#_ref_2090", - "https://tc39.es/proposal-temporal/#_ref_2091", - "https://tc39.es/proposal-temporal/#_ref_2092", - "https://tc39.es/proposal-temporal/#_ref_2093", - "https://tc39.es/proposal-temporal/#_ref_2094", - "https://tc39.es/proposal-temporal/#_ref_2095", - "https://tc39.es/proposal-temporal/#_ref_2096", - "https://tc39.es/proposal-temporal/#prod-DateMonth", - "https://tc39.es/proposal-temporal/#_ref_2097", - "https://tc39.es/proposal-temporal/#prod-DateMonthWithThirtyOneDays", - "https://tc39.es/proposal-temporal/#prod-DateDay", - "https://tc39.es/proposal-temporal/#_ref_2098", - "https://tc39.es/proposal-temporal/#_ref_2099", - "https://tc39.es/proposal-temporal/#_ref_2100", - "https://tc39.es/proposal-temporal/#prod-DateSpecYearMonth", "https://tc39.es/proposal-temporal/#_ref_2101", "https://tc39.es/proposal-temporal/#_ref_2102", - "https://tc39.es/proposal-temporal/#prod-DateSpecMonthDay", "https://tc39.es/proposal-temporal/#_ref_2103", "https://tc39.es/proposal-temporal/#_ref_2104", "https://tc39.es/proposal-temporal/#_ref_2105", "https://tc39.es/proposal-temporal/#_ref_2106", - "https://tc39.es/proposal-temporal/#prod-ValidMonthDay", "https://tc39.es/proposal-temporal/#_ref_2107", "https://tc39.es/proposal-temporal/#_ref_2108", "https://tc39.es/proposal-temporal/#_ref_2109", "https://tc39.es/proposal-temporal/#_ref_2110", "https://tc39.es/proposal-temporal/#_ref_2111", + "https://tc39.es/proposal-temporal/#prod-DateMonth", "https://tc39.es/proposal-temporal/#_ref_2112", + "https://tc39.es/proposal-temporal/#prod-DateMonthWithThirtyOneDays", + "https://tc39.es/proposal-temporal/#prod-DateDay", "https://tc39.es/proposal-temporal/#_ref_2113", "https://tc39.es/proposal-temporal/#_ref_2114", - "https://tc39.es/proposal-temporal/#prod-Date", "https://tc39.es/proposal-temporal/#_ref_2115", + "https://tc39.es/proposal-temporal/#prod-DateSpecYearMonth", "https://tc39.es/proposal-temporal/#_ref_2116", "https://tc39.es/proposal-temporal/#_ref_2117", + "https://tc39.es/proposal-temporal/#prod-DateSpecMonthDay", "https://tc39.es/proposal-temporal/#_ref_2118", "https://tc39.es/proposal-temporal/#_ref_2119", "https://tc39.es/proposal-temporal/#_ref_2120", - "https://tc39.es/proposal-temporal/#prod-TimeHour", "https://tc39.es/proposal-temporal/#_ref_2121", - "https://tc39.es/proposal-temporal/#prod-TimeMinute", + "https://tc39.es/proposal-temporal/#prod-ValidMonthDay", "https://tc39.es/proposal-temporal/#_ref_2122", - "https://tc39.es/proposal-temporal/#prod-TimeSecond", "https://tc39.es/proposal-temporal/#_ref_2123", - "https://tc39.es/proposal-temporal/#prod-Fraction", "https://tc39.es/proposal-temporal/#_ref_2124", "https://tc39.es/proposal-temporal/#_ref_2125", "https://tc39.es/proposal-temporal/#_ref_2126", "https://tc39.es/proposal-temporal/#_ref_2127", "https://tc39.es/proposal-temporal/#_ref_2128", "https://tc39.es/proposal-temporal/#_ref_2129", + "https://tc39.es/proposal-temporal/#prod-Date", "https://tc39.es/proposal-temporal/#_ref_2130", "https://tc39.es/proposal-temporal/#_ref_2131", "https://tc39.es/proposal-temporal/#_ref_2132", "https://tc39.es/proposal-temporal/#_ref_2133", "https://tc39.es/proposal-temporal/#_ref_2134", "https://tc39.es/proposal-temporal/#_ref_2135", + "https://tc39.es/proposal-temporal/#prod-TimeHour", "https://tc39.es/proposal-temporal/#_ref_2136", + "https://tc39.es/proposal-temporal/#prod-TimeMinute", "https://tc39.es/proposal-temporal/#_ref_2137", + "https://tc39.es/proposal-temporal/#prod-TimeSecond", "https://tc39.es/proposal-temporal/#_ref_2138", + "https://tc39.es/proposal-temporal/#prod-Fraction", "https://tc39.es/proposal-temporal/#_ref_2139", "https://tc39.es/proposal-temporal/#_ref_2140", "https://tc39.es/proposal-temporal/#_ref_2141", @@ -2464,15 +2463,12 @@ "https://tc39.es/proposal-temporal/#_ref_2175", "https://tc39.es/proposal-temporal/#_ref_2176", "https://tc39.es/proposal-temporal/#_ref_2177", - "https://tc39.es/proposal-temporal/#prod-TimeFraction", "https://tc39.es/proposal-temporal/#_ref_2178", - "https://tc39.es/proposal-temporal/#prod-UTCOffsetWithSubMinuteComponents", "https://tc39.es/proposal-temporal/#_ref_2179", "https://tc39.es/proposal-temporal/#_ref_2180", "https://tc39.es/proposal-temporal/#_ref_2181", "https://tc39.es/proposal-temporal/#_ref_2182", "https://tc39.es/proposal-temporal/#_ref_2183", - "https://tc39.es/proposal-temporal/#prod-UTCOffsetMinutePrecision", "https://tc39.es/proposal-temporal/#_ref_2184", "https://tc39.es/proposal-temporal/#_ref_2185", "https://tc39.es/proposal-temporal/#_ref_2186", @@ -2481,36 +2477,39 @@ "https://tc39.es/proposal-temporal/#_ref_2189", "https://tc39.es/proposal-temporal/#_ref_2190", "https://tc39.es/proposal-temporal/#_ref_2191", - "https://tc39.es/proposal-temporal/#prod-UTCOffsetSubMinutePrecision", "https://tc39.es/proposal-temporal/#_ref_2192", + "https://tc39.es/proposal-temporal/#prod-TimeFraction", "https://tc39.es/proposal-temporal/#_ref_2193", + "https://tc39.es/proposal-temporal/#prod-UTCOffsetWithSubMinuteComponents", "https://tc39.es/proposal-temporal/#_ref_2194", - "https://tc39.es/proposal-temporal/#prod-DateTimeUTCOffset", "https://tc39.es/proposal-temporal/#_ref_2195", "https://tc39.es/proposal-temporal/#_ref_2196", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetName", "https://tc39.es/proposal-temporal/#_ref_2197", - "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", "https://tc39.es/proposal-temporal/#_ref_2198", - "https://tc39.es/proposal-temporal/#prod-TZChar", + "https://tc39.es/proposal-temporal/#prod-UTCOffsetMinutePrecision", "https://tc39.es/proposal-temporal/#_ref_2199", "https://tc39.es/proposal-temporal/#_ref_2200", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", "https://tc39.es/proposal-temporal/#_ref_2201", "https://tc39.es/proposal-temporal/#_ref_2202", "https://tc39.es/proposal-temporal/#_ref_2203", "https://tc39.es/proposal-temporal/#_ref_2204", "https://tc39.es/proposal-temporal/#_ref_2205", "https://tc39.es/proposal-temporal/#_ref_2206", + "https://tc39.es/proposal-temporal/#prod-UTCOffsetSubMinutePrecision", "https://tc39.es/proposal-temporal/#_ref_2207", "https://tc39.es/proposal-temporal/#_ref_2208", "https://tc39.es/proposal-temporal/#_ref_2209", + "https://tc39.es/proposal-temporal/#prod-DateTimeUTCOffset", "https://tc39.es/proposal-temporal/#_ref_2210", "https://tc39.es/proposal-temporal/#_ref_2211", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetName", "https://tc39.es/proposal-temporal/#_ref_2212", + "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", "https://tc39.es/proposal-temporal/#_ref_2213", + "https://tc39.es/proposal-temporal/#prod-TZChar", "https://tc39.es/proposal-temporal/#_ref_2214", "https://tc39.es/proposal-temporal/#_ref_2215", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", "https://tc39.es/proposal-temporal/#_ref_2216", "https://tc39.es/proposal-temporal/#_ref_2217", "https://tc39.es/proposal-temporal/#_ref_2218", @@ -2601,238 +2600,229 @@ "https://tc39.es/proposal-temporal/#_ref_2303", "https://tc39.es/proposal-temporal/#_ref_2304", "https://tc39.es/proposal-temporal/#_ref_2305", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameTail", - "https://tc39.es/proposal-temporal/#prod-mTtX_4Dr", "https://tc39.es/proposal-temporal/#_ref_2306", - "https://tc39.es/proposal-temporal/#prod-GiRxUroh", "https://tc39.es/proposal-temporal/#_ref_2307", "https://tc39.es/proposal-temporal/#_ref_2308", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", "https://tc39.es/proposal-temporal/#_ref_2309", "https://tc39.es/proposal-temporal/#_ref_2310", - "https://tc39.es/proposal-temporal/#_ref_1724", "https://tc39.es/proposal-temporal/#_ref_2311", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier", "https://tc39.es/proposal-temporal/#_ref_2312", "https://tc39.es/proposal-temporal/#_ref_2313", - "https://tc39.es/proposal-temporal/#prod-TimeZoneAnnotation", "https://tc39.es/proposal-temporal/#_ref_2314", "https://tc39.es/proposal-temporal/#_ref_2315", - "https://tc39.es/proposal-temporal/#prod-AKeyLeadingChar", "https://tc39.es/proposal-temporal/#_ref_2316", - "https://tc39.es/proposal-temporal/#prod-AKeyChar", "https://tc39.es/proposal-temporal/#_ref_2317", "https://tc39.es/proposal-temporal/#_ref_2318", - "https://tc39.es/proposal-temporal/#prod-AnnotationKey", "https://tc39.es/proposal-temporal/#_ref_2319", "https://tc39.es/proposal-temporal/#_ref_2320", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameTail", + "https://tc39.es/proposal-temporal/#prod-mTtX_4Dr", "https://tc39.es/proposal-temporal/#_ref_2321", - "https://tc39.es/proposal-temporal/#prod-AnnotationValueComponent", + "https://tc39.es/proposal-temporal/#prod-GiRxUroh", "https://tc39.es/proposal-temporal/#_ref_2322", "https://tc39.es/proposal-temporal/#_ref_2323", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", "https://tc39.es/proposal-temporal/#_ref_2324", "https://tc39.es/proposal-temporal/#_ref_2325", - "https://tc39.es/proposal-temporal/#prod-AnnotationValue", + "https://tc39.es/proposal-temporal/#_ref_1738", "https://tc39.es/proposal-temporal/#_ref_2326", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier", "https://tc39.es/proposal-temporal/#_ref_2327", "https://tc39.es/proposal-temporal/#_ref_2328", - "https://tc39.es/proposal-temporal/#prod-Annotation", + "https://tc39.es/proposal-temporal/#prod-TimeZoneAnnotation", "https://tc39.es/proposal-temporal/#_ref_2329", "https://tc39.es/proposal-temporal/#_ref_2330", + "https://tc39.es/proposal-temporal/#prod-AKeyLeadingChar", "https://tc39.es/proposal-temporal/#_ref_2331", - "https://tc39.es/proposal-temporal/#prod-Annotations", + "https://tc39.es/proposal-temporal/#prod-AKeyChar", "https://tc39.es/proposal-temporal/#_ref_2332", "https://tc39.es/proposal-temporal/#_ref_2333", - "https://tc39.es/proposal-temporal/#prod-TimeSpec", + "https://tc39.es/proposal-temporal/#prod-AnnotationKey", "https://tc39.es/proposal-temporal/#_ref_2334", "https://tc39.es/proposal-temporal/#_ref_2335", "https://tc39.es/proposal-temporal/#_ref_2336", + "https://tc39.es/proposal-temporal/#prod-AnnotationValueComponent", "https://tc39.es/proposal-temporal/#_ref_2337", "https://tc39.es/proposal-temporal/#_ref_2338", "https://tc39.es/proposal-temporal/#_ref_2339", "https://tc39.es/proposal-temporal/#_ref_2340", + "https://tc39.es/proposal-temporal/#prod-AnnotationValue", "https://tc39.es/proposal-temporal/#_ref_2341", "https://tc39.es/proposal-temporal/#_ref_2342", "https://tc39.es/proposal-temporal/#_ref_2343", + "https://tc39.es/proposal-temporal/#prod-Annotation", "https://tc39.es/proposal-temporal/#_ref_2344", "https://tc39.es/proposal-temporal/#_ref_2345", "https://tc39.es/proposal-temporal/#_ref_2346", - "https://tc39.es/proposal-temporal/#prod-TimeSpecWithOptionalOffsetNotAmbiguous", + "https://tc39.es/proposal-temporal/#prod-Annotations", "https://tc39.es/proposal-temporal/#_ref_2347", "https://tc39.es/proposal-temporal/#_ref_2348", + "https://tc39.es/proposal-temporal/#prod-TimeSpec", "https://tc39.es/proposal-temporal/#_ref_2349", "https://tc39.es/proposal-temporal/#_ref_2350", - "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_2351", "https://tc39.es/proposal-temporal/#_ref_2352", "https://tc39.es/proposal-temporal/#_ref_2353", "https://tc39.es/proposal-temporal/#_ref_2354", "https://tc39.es/proposal-temporal/#_ref_2355", - "https://tc39.es/proposal-temporal/#prod-AnnotatedTime", "https://tc39.es/proposal-temporal/#_ref_2356", "https://tc39.es/proposal-temporal/#_ref_2357", "https://tc39.es/proposal-temporal/#_ref_2358", "https://tc39.es/proposal-temporal/#_ref_2359", "https://tc39.es/proposal-temporal/#_ref_2360", "https://tc39.es/proposal-temporal/#_ref_2361", + "https://tc39.es/proposal-temporal/#prod-TimeSpecWithOptionalOffsetNotAmbiguous", "https://tc39.es/proposal-temporal/#_ref_2362", "https://tc39.es/proposal-temporal/#_ref_2363", - "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTime", "https://tc39.es/proposal-temporal/#_ref_2364", "https://tc39.es/proposal-temporal/#_ref_2365", + "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_2366", - "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTimeTimeRequired", "https://tc39.es/proposal-temporal/#_ref_2367", "https://tc39.es/proposal-temporal/#_ref_2368", "https://tc39.es/proposal-temporal/#_ref_2369", "https://tc39.es/proposal-temporal/#_ref_2370", + "https://tc39.es/proposal-temporal/#prod-AnnotatedTime", "https://tc39.es/proposal-temporal/#_ref_2371", "https://tc39.es/proposal-temporal/#_ref_2372", - "https://tc39.es/proposal-temporal/#prod-AnnotatedYearMonth", "https://tc39.es/proposal-temporal/#_ref_2373", "https://tc39.es/proposal-temporal/#_ref_2374", "https://tc39.es/proposal-temporal/#_ref_2375", - "https://tc39.es/proposal-temporal/#prod-AnnotatedMonthDay", "https://tc39.es/proposal-temporal/#_ref_2376", "https://tc39.es/proposal-temporal/#_ref_2377", "https://tc39.es/proposal-temporal/#_ref_2378", - "https://tc39.es/proposal-temporal/#prod-DurationWholeSeconds", + "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTime", "https://tc39.es/proposal-temporal/#_ref_2379", - "https://tc39.es/proposal-temporal/#prod-DurationSecondsFraction", "https://tc39.es/proposal-temporal/#_ref_2380", - "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", "https://tc39.es/proposal-temporal/#_ref_2381", + "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTimeTimeRequired", "https://tc39.es/proposal-temporal/#_ref_2382", "https://tc39.es/proposal-temporal/#_ref_2383", - "https://tc39.es/proposal-temporal/#prod-DurationWholeMinutes", "https://tc39.es/proposal-temporal/#_ref_2384", - "https://tc39.es/proposal-temporal/#prod-DurationMinutesFraction", "https://tc39.es/proposal-temporal/#_ref_2385", - "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", "https://tc39.es/proposal-temporal/#_ref_2386", "https://tc39.es/proposal-temporal/#_ref_2387", + "https://tc39.es/proposal-temporal/#prod-AnnotatedYearMonth", "https://tc39.es/proposal-temporal/#_ref_2388", "https://tc39.es/proposal-temporal/#_ref_2389", "https://tc39.es/proposal-temporal/#_ref_2390", + "https://tc39.es/proposal-temporal/#prod-AnnotatedMonthDay", "https://tc39.es/proposal-temporal/#_ref_2391", - "https://tc39.es/proposal-temporal/#prod-DurationWholeHours", "https://tc39.es/proposal-temporal/#_ref_2392", - "https://tc39.es/proposal-temporal/#prod-DurationHoursFraction", "https://tc39.es/proposal-temporal/#_ref_2393", - "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", + "https://tc39.es/proposal-temporal/#prod-DurationWholeSeconds", "https://tc39.es/proposal-temporal/#_ref_2394", + "https://tc39.es/proposal-temporal/#prod-DurationSecondsFraction", "https://tc39.es/proposal-temporal/#_ref_2395", + "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", "https://tc39.es/proposal-temporal/#_ref_2396", "https://tc39.es/proposal-temporal/#_ref_2397", "https://tc39.es/proposal-temporal/#_ref_2398", + "https://tc39.es/proposal-temporal/#prod-DurationWholeMinutes", "https://tc39.es/proposal-temporal/#_ref_2399", + "https://tc39.es/proposal-temporal/#prod-DurationMinutesFraction", "https://tc39.es/proposal-temporal/#_ref_2400", + "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", "https://tc39.es/proposal-temporal/#_ref_2401", "https://tc39.es/proposal-temporal/#_ref_2402", - "https://tc39.es/proposal-temporal/#prod-DurationTime", "https://tc39.es/proposal-temporal/#_ref_2403", "https://tc39.es/proposal-temporal/#_ref_2404", "https://tc39.es/proposal-temporal/#_ref_2405", "https://tc39.es/proposal-temporal/#_ref_2406", + "https://tc39.es/proposal-temporal/#prod-DurationWholeHours", "https://tc39.es/proposal-temporal/#_ref_2407", + "https://tc39.es/proposal-temporal/#prod-DurationHoursFraction", "https://tc39.es/proposal-temporal/#_ref_2408", - "https://tc39.es/proposal-temporal/#prod-DurationDays", + "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", "https://tc39.es/proposal-temporal/#_ref_2409", - "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_2410", "https://tc39.es/proposal-temporal/#_ref_2411", - "https://tc39.es/proposal-temporal/#prod-DurationWeeks", "https://tc39.es/proposal-temporal/#_ref_2412", - "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", "https://tc39.es/proposal-temporal/#_ref_2413", "https://tc39.es/proposal-temporal/#_ref_2414", "https://tc39.es/proposal-temporal/#_ref_2415", - "https://tc39.es/proposal-temporal/#prod-DurationMonths", "https://tc39.es/proposal-temporal/#_ref_2416", - "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", "https://tc39.es/proposal-temporal/#_ref_2417", + "https://tc39.es/proposal-temporal/#prod-DurationTime", "https://tc39.es/proposal-temporal/#_ref_2418", "https://tc39.es/proposal-temporal/#_ref_2419", "https://tc39.es/proposal-temporal/#_ref_2420", "https://tc39.es/proposal-temporal/#_ref_2421", "https://tc39.es/proposal-temporal/#_ref_2422", - "https://tc39.es/proposal-temporal/#prod-DurationYears", "https://tc39.es/proposal-temporal/#_ref_2423", - "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", + "https://tc39.es/proposal-temporal/#prod-DurationDays", "https://tc39.es/proposal-temporal/#_ref_2424", + "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_2425", "https://tc39.es/proposal-temporal/#_ref_2426", + "https://tc39.es/proposal-temporal/#prod-DurationWeeks", "https://tc39.es/proposal-temporal/#_ref_2427", + "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", "https://tc39.es/proposal-temporal/#_ref_2428", "https://tc39.es/proposal-temporal/#_ref_2429", "https://tc39.es/proposal-temporal/#_ref_2430", + "https://tc39.es/proposal-temporal/#prod-DurationMonths", "https://tc39.es/proposal-temporal/#_ref_2431", + "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", "https://tc39.es/proposal-temporal/#_ref_2432", - "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_2433", "https://tc39.es/proposal-temporal/#_ref_2434", "https://tc39.es/proposal-temporal/#_ref_2435", "https://tc39.es/proposal-temporal/#_ref_2436", "https://tc39.es/proposal-temporal/#_ref_2437", + "https://tc39.es/proposal-temporal/#prod-DurationYears", "https://tc39.es/proposal-temporal/#_ref_2438", + "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", "https://tc39.es/proposal-temporal/#_ref_2439", "https://tc39.es/proposal-temporal/#_ref_2440", - "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_2441", "https://tc39.es/proposal-temporal/#_ref_2442", "https://tc39.es/proposal-temporal/#_ref_2443", "https://tc39.es/proposal-temporal/#_ref_2444", "https://tc39.es/proposal-temporal/#_ref_2445", "https://tc39.es/proposal-temporal/#_ref_2446", - "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "https://tc39.es/proposal-temporal/#_ref_2447", + "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_2448", "https://tc39.es/proposal-temporal/#_ref_2449", "https://tc39.es/proposal-temporal/#_ref_2450", "https://tc39.es/proposal-temporal/#_ref_2451", "https://tc39.es/proposal-temporal/#_ref_2452", - "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2453", - "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", "https://tc39.es/proposal-temporal/#_ref_2454", - "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", "https://tc39.es/proposal-temporal/#_ref_2455", + "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_2456", - "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", "https://tc39.es/proposal-temporal/#_ref_2457", "https://tc39.es/proposal-temporal/#_ref_2458", - "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", "https://tc39.es/proposal-temporal/#_ref_2459", "https://tc39.es/proposal-temporal/#_ref_2460", - "https://tc39.es/proposal-temporal/#prod-TemporalZonedDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2461", + "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "https://tc39.es/proposal-temporal/#_ref_2462", "https://tc39.es/proposal-temporal/#_ref_2463", - "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-early-errors", "https://tc39.es/proposal-temporal/#_ref_2464", "https://tc39.es/proposal-temporal/#_ref_2465", "https://tc39.es/proposal-temporal/#_ref_2466", "https://tc39.es/proposal-temporal/#_ref_2467", + "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2468", + "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", "https://tc39.es/proposal-temporal/#_ref_2469", + "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", "https://tc39.es/proposal-temporal/#_ref_2470", "https://tc39.es/proposal-temporal/#_ref_2471", - "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-islegacyianatimezonename", - "https://tc39.es/proposal-temporal/#_ref_1725", - "https://tc39.es/proposal-temporal/#_ref_1726", - "https://tc39.es/proposal-temporal/#_ref_1727", - "https://tc39.es/proposal-temporal/#prod-KKC4xhxJ", + "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", "https://tc39.es/proposal-temporal/#_ref_2472", - "https://tc39.es/proposal-temporal/#prod-VMSoywSm", "https://tc39.es/proposal-temporal/#_ref_2473", + "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", "https://tc39.es/proposal-temporal/#_ref_2474", "https://tc39.es/proposal-temporal/#_ref_2475", - "https://tc39.es/proposal-temporal/#_ref_1728", - "https://tc39.es/proposal-temporal/#_ref_1729", + "https://tc39.es/proposal-temporal/#prod-TemporalZonedDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2476", - "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", "https://tc39.es/proposal-temporal/#_ref_2477", "https://tc39.es/proposal-temporal/#_ref_2478", + "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-early-errors", "https://tc39.es/proposal-temporal/#_ref_2479", "https://tc39.es/proposal-temporal/#_ref_2480", "https://tc39.es/proposal-temporal/#_ref_2481", @@ -2840,16 +2830,22 @@ "https://tc39.es/proposal-temporal/#_ref_2483", "https://tc39.es/proposal-temporal/#_ref_2484", "https://tc39.es/proposal-temporal/#_ref_2485", - "https://tc39.es/proposal-temporal/#_ref_1730", "https://tc39.es/proposal-temporal/#_ref_2486", + "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-islegacyianatimezonename", + "https://tc39.es/proposal-temporal/#_ref_1739", + "https://tc39.es/proposal-temporal/#_ref_1740", + "https://tc39.es/proposal-temporal/#_ref_1741", + "https://tc39.es/proposal-temporal/#prod-KKC4xhxJ", "https://tc39.es/proposal-temporal/#_ref_2487", + "https://tc39.es/proposal-temporal/#prod-VMSoywSm", "https://tc39.es/proposal-temporal/#_ref_2488", "https://tc39.es/proposal-temporal/#_ref_2489", "https://tc39.es/proposal-temporal/#_ref_2490", + "https://tc39.es/proposal-temporal/#_ref_1742", + "https://tc39.es/proposal-temporal/#_ref_1743", "https://tc39.es/proposal-temporal/#_ref_2491", + "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", "https://tc39.es/proposal-temporal/#_ref_2492", - "https://tc39.es/proposal-temporal/#_ref_1731", - "https://tc39.es/proposal-temporal/#_ref_1732", "https://tc39.es/proposal-temporal/#_ref_2493", "https://tc39.es/proposal-temporal/#_ref_2494", "https://tc39.es/proposal-temporal/#_ref_2495", @@ -2858,27 +2854,17 @@ "https://tc39.es/proposal-temporal/#_ref_2498", "https://tc39.es/proposal-temporal/#_ref_2499", "https://tc39.es/proposal-temporal/#_ref_2500", + "https://tc39.es/proposal-temporal/#_ref_1744", "https://tc39.es/proposal-temporal/#_ref_2501", "https://tc39.es/proposal-temporal/#_ref_2502", "https://tc39.es/proposal-temporal/#_ref_2503", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring", "https://tc39.es/proposal-temporal/#_ref_2504", - "https://tc39.es/proposal-temporal/#_ref_1733", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring", "https://tc39.es/proposal-temporal/#_ref_2505", - "https://tc39.es/proposal-temporal/#_ref_1734", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", - "https://tc39.es/proposal-temporal/#_ref_1735", "https://tc39.es/proposal-temporal/#_ref_2506", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatestring", - "https://tc39.es/proposal-temporal/#_ref_1736", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring", "https://tc39.es/proposal-temporal/#_ref_2507", + "https://tc39.es/proposal-temporal/#_ref_1745", + "https://tc39.es/proposal-temporal/#_ref_1746", "https://tc39.es/proposal-temporal/#_ref_2508", - "https://tc39.es/proposal-temporal/#_ref_1737", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", - "https://tc39.es/proposal-temporal/#_ref_1738", - "https://tc39.es/proposal-temporal/#_ref_1739", "https://tc39.es/proposal-temporal/#_ref_2509", "https://tc39.es/proposal-temporal/#_ref_2510", "https://tc39.es/proposal-temporal/#_ref_2511", @@ -2889,107 +2875,96 @@ "https://tc39.es/proposal-temporal/#_ref_2516", "https://tc39.es/proposal-temporal/#_ref_2517", "https://tc39.es/proposal-temporal/#_ref_2518", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring", "https://tc39.es/proposal-temporal/#_ref_2519", - "https://tc39.es/proposal-temporal/#_ref_2520", - "https://tc39.es/proposal-temporal/#_ref_1740", - "https://tc39.es/proposal-temporal/#_ref_1741", - "https://tc39.es/proposal-temporal/#_ref_1742", - "https://tc39.es/proposal-temporal/#_ref_1743", - "https://tc39.es/proposal-temporal/#_ref_1744", - "https://tc39.es/proposal-temporal/#_ref_1745", - "https://tc39.es/proposal-temporal/#_ref_1746", "https://tc39.es/proposal-temporal/#_ref_1747", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring", + "https://tc39.es/proposal-temporal/#_ref_2520", "https://tc39.es/proposal-temporal/#_ref_1748", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", "https://tc39.es/proposal-temporal/#_ref_1749", + "https://tc39.es/proposal-temporal/#_ref_2521", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatestring", "https://tc39.es/proposal-temporal/#_ref_1750", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring", + "https://tc39.es/proposal-temporal/#_ref_2522", + "https://tc39.es/proposal-temporal/#_ref_2523", "https://tc39.es/proposal-temporal/#_ref_1751", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", "https://tc39.es/proposal-temporal/#_ref_1752", "https://tc39.es/proposal-temporal/#_ref_1753", - "https://tc39.es/proposal-temporal/#_ref_1754", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalmonthdaystring", - "https://tc39.es/proposal-temporal/#_ref_2521", - "https://tc39.es/proposal-temporal/#_ref_2522", - "https://tc39.es/proposal-temporal/#_ref_1755", - "https://tc39.es/proposal-temporal/#_ref_2523", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalrelativetostring", "https://tc39.es/proposal-temporal/#_ref_2524", "https://tc39.es/proposal-temporal/#_ref_2525", "https://tc39.es/proposal-temporal/#_ref_2526", - "https://tc39.es/proposal-temporal/#_ref_1756", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimestring", "https://tc39.es/proposal-temporal/#_ref_2527", "https://tc39.es/proposal-temporal/#_ref_2528", - "https://tc39.es/proposal-temporal/#_ref_1757", "https://tc39.es/proposal-temporal/#_ref_2529", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", + "https://tc39.es/proposal-temporal/#_ref_2530", + "https://tc39.es/proposal-temporal/#_ref_2531", + "https://tc39.es/proposal-temporal/#_ref_2532", + "https://tc39.es/proposal-temporal/#_ref_2533", + "https://tc39.es/proposal-temporal/#_ref_2534", + "https://tc39.es/proposal-temporal/#_ref_2535", + "https://tc39.es/proposal-temporal/#_ref_1754", + "https://tc39.es/proposal-temporal/#_ref_1755", + "https://tc39.es/proposal-temporal/#_ref_1756", + "https://tc39.es/proposal-temporal/#_ref_1757", "https://tc39.es/proposal-temporal/#_ref_1758", "https://tc39.es/proposal-temporal/#_ref_1759", "https://tc39.es/proposal-temporal/#_ref_1760", "https://tc39.es/proposal-temporal/#_ref_1761", "https://tc39.es/proposal-temporal/#_ref_1762", "https://tc39.es/proposal-temporal/#_ref_1763", - "https://tc39.es/proposal-temporal/#_ref_2530", "https://tc39.es/proposal-temporal/#_ref_1764", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalyearmonthstring", - "https://tc39.es/proposal-temporal/#_ref_2531", - "https://tc39.es/proposal-temporal/#_ref_2532", "https://tc39.es/proposal-temporal/#_ref_1765", - "https://tc39.es/proposal-temporal/#sec-topositiveintegerwithtruncation", "https://tc39.es/proposal-temporal/#_ref_1766", - "https://tc39.es/proposal-temporal/#sec-tointegerwithtruncation", - "https://tc39.es/proposal-temporal/#sec-tointegerifintegral", - "https://tc39.es/proposal-temporal/#sec-temporal-preparetemporalfields", "https://tc39.es/proposal-temporal/#_ref_1767", - "https://tc39.es/proposal-temporal/#_ref_51", "https://tc39.es/proposal-temporal/#_ref_1768", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalmonthdaystring", + "https://tc39.es/proposal-temporal/#_ref_2536", + "https://tc39.es/proposal-temporal/#_ref_2537", "https://tc39.es/proposal-temporal/#_ref_1769", - "https://tc39.es/proposal-temporal/#_ref_52", - "https://tc39.es/proposal-temporal/#table-temporal-field-requirements", - "https://tc39.es/proposal-temporal/#sec-temporal-getdifferencesettings", + "https://tc39.es/proposal-temporal/#_ref_2538", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalrelativetostring", + "https://tc39.es/proposal-temporal/#_ref_2539", + "https://tc39.es/proposal-temporal/#_ref_2540", + "https://tc39.es/proposal-temporal/#_ref_2541", "https://tc39.es/proposal-temporal/#_ref_1770", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimestring", + "https://tc39.es/proposal-temporal/#_ref_2542", + "https://tc39.es/proposal-temporal/#_ref_2543", "https://tc39.es/proposal-temporal/#_ref_1771", + "https://tc39.es/proposal-temporal/#_ref_2544", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", "https://tc39.es/proposal-temporal/#_ref_1772", "https://tc39.es/proposal-temporal/#_ref_1773", "https://tc39.es/proposal-temporal/#_ref_1774", "https://tc39.es/proposal-temporal/#_ref_1775", "https://tc39.es/proposal-temporal/#_ref_1776", "https://tc39.es/proposal-temporal/#_ref_1777", + "https://tc39.es/proposal-temporal/#_ref_2545", "https://tc39.es/proposal-temporal/#_ref_1778", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalyearmonthstring", + "https://tc39.es/proposal-temporal/#_ref_2546", + "https://tc39.es/proposal-temporal/#_ref_2547", "https://tc39.es/proposal-temporal/#_ref_1779", + "https://tc39.es/proposal-temporal/#sec-topositiveintegerwithtruncation", "https://tc39.es/proposal-temporal/#_ref_1780", - "https://tc39.es/proposal-temporal/#sec-temporal-legacy-date-objects", - "https://tc39.es/proposal-temporal/#sec-ecmascript-language-types-string-type", - "https://tc39.es/proposal-temporal/#sec-year-week-record-specification-type", + "https://tc39.es/proposal-temporal/#sec-tointegerwithtruncation", + "https://tc39.es/proposal-temporal/#sec-tointegerifintegral", + "https://tc39.es/proposal-temporal/#sec-temporal-preparetemporalfields", "https://tc39.es/proposal-temporal/#_ref_1781", - "https://tc39.es/proposal-temporal/#_ref_53", - "https://tc39.es/proposal-temporal/#table-year-week-record", + "https://tc39.es/proposal-temporal/#_ref_51", "https://tc39.es/proposal-temporal/#_ref_1782", - "https://tc39.es/proposal-temporal/#sec-sortstringlistbycodeunit", - "https://tc39.es/proposal-temporal/#sec-literals-numeric-literals", - "https://tc39.es/proposal-temporal/#prod-NumericLiteralSeparator", - "https://tc39.es/proposal-temporal/#prod-DecimalDigits", - "https://tc39.es/proposal-temporal/#_ref_2533", - "https://tc39.es/proposal-temporal/#_ref_2534", - "https://tc39.es/proposal-temporal/#_ref_2535", - "https://tc39.es/proposal-temporal/#_ref_2536", - "https://tc39.es/proposal-temporal/#_ref_2537", - "https://tc39.es/proposal-temporal/#_ref_2538", - "https://tc39.es/proposal-temporal/#prod-DecimalDigit", - "https://tc39.es/proposal-temporal/#prod-NonZeroDigit", - "https://tc39.es/proposal-temporal/#sec-mathematical-operations", - "https://tc39.es/proposal-temporal/#eqn-modulo", - "https://tc39.es/proposal-temporal/#eqn-remainder", "https://tc39.es/proposal-temporal/#_ref_1783", - "https://tc39.es/proposal-temporal/#sec-copydataproperties", - "https://tc39.es/proposal-temporal/#sec-snapshotownproperties", "https://tc39.es/proposal-temporal/#_ref_1784", - "https://tc39.es/proposal-temporal/#sec-overview-of-date-objects-and-definitions-of-abstract-operations", - "https://tc39.es/proposal-temporal/#sec-time-zone-identifiers", + "https://tc39.es/proposal-temporal/#_ref_52", + "https://tc39.es/proposal-temporal/#table-temporal-field-requirements", + "https://tc39.es/proposal-temporal/#sec-temporal-getdifferencesettings", "https://tc39.es/proposal-temporal/#_ref_1785", "https://tc39.es/proposal-temporal/#_ref_1786", "https://tc39.es/proposal-temporal/#_ref_1787", "https://tc39.es/proposal-temporal/#_ref_1788", - "https://tc39.es/proposal-temporal/#sec-availablenamedtimezoneidentifiers", "https://tc39.es/proposal-temporal/#_ref_1789", "https://tc39.es/proposal-temporal/#_ref_1790", "https://tc39.es/proposal-temporal/#_ref_1791", @@ -2997,97 +2972,118 @@ "https://tc39.es/proposal-temporal/#_ref_1793", "https://tc39.es/proposal-temporal/#_ref_1794", "https://tc39.es/proposal-temporal/#_ref_1795", + "https://tc39.es/proposal-temporal/#sec-temporal-legacy-date-objects", + "https://tc39.es/proposal-temporal/#sec-ecmascript-language-types-string-type", + "https://tc39.es/proposal-temporal/#sec-year-week-record-specification-type", "https://tc39.es/proposal-temporal/#_ref_1796", + "https://tc39.es/proposal-temporal/#_ref_53", + "https://tc39.es/proposal-temporal/#table-year-week-record", "https://tc39.es/proposal-temporal/#_ref_1797", + "https://tc39.es/proposal-temporal/#sec-sortstringlistbycodeunit", + "https://tc39.es/proposal-temporal/#sec-literals-numeric-literals", + "https://tc39.es/proposal-temporal/#prod-NumericLiteralSeparator", + "https://tc39.es/proposal-temporal/#prod-DecimalDigits", + "https://tc39.es/proposal-temporal/#_ref_2548", + "https://tc39.es/proposal-temporal/#_ref_2549", + "https://tc39.es/proposal-temporal/#_ref_2550", + "https://tc39.es/proposal-temporal/#_ref_2551", + "https://tc39.es/proposal-temporal/#_ref_2552", + "https://tc39.es/proposal-temporal/#_ref_2553", + "https://tc39.es/proposal-temporal/#prod-DecimalDigit", + "https://tc39.es/proposal-temporal/#prod-NonZeroDigit", + "https://tc39.es/proposal-temporal/#sec-mathematical-operations", + "https://tc39.es/proposal-temporal/#eqn-modulo", + "https://tc39.es/proposal-temporal/#eqn-remainder", "https://tc39.es/proposal-temporal/#_ref_1798", - "https://tc39.es/proposal-temporal/#sec-systemtimezoneidentifier", - "https://tc39.es/proposal-temporal/#sec-defaulttimezone", + "https://tc39.es/proposal-temporal/#sec-copydataproperties", + "https://tc39.es/proposal-temporal/#sec-snapshotownproperties", "https://tc39.es/proposal-temporal/#_ref_1799", + "https://tc39.es/proposal-temporal/#sec-overview-of-date-objects-and-definitions-of-abstract-operations", + "https://tc39.es/proposal-temporal/#sec-time-zone-identifiers", "https://tc39.es/proposal-temporal/#_ref_1800", "https://tc39.es/proposal-temporal/#_ref_1801", "https://tc39.es/proposal-temporal/#_ref_1802", "https://tc39.es/proposal-temporal/#_ref_1803", - "https://tc39.es/proposal-temporal/#sec-time-zone-offset-strings", - "https://tc39.es/proposal-temporal/#_ref_54", - "https://tc39.es/proposal-temporal/#_ref_55", - "https://tc39.es/proposal-temporal/#sec-localtime", + "https://tc39.es/proposal-temporal/#sec-availablenamedtimezoneidentifiers", "https://tc39.es/proposal-temporal/#_ref_1804", "https://tc39.es/proposal-temporal/#_ref_1805", "https://tc39.es/proposal-temporal/#_ref_1806", "https://tc39.es/proposal-temporal/#_ref_1807", "https://tc39.es/proposal-temporal/#_ref_1808", "https://tc39.es/proposal-temporal/#_ref_1809", - "https://tc39.es/proposal-temporal/#sec-utc-t", "https://tc39.es/proposal-temporal/#_ref_1810", "https://tc39.es/proposal-temporal/#_ref_1811", "https://tc39.es/proposal-temporal/#_ref_1812", "https://tc39.es/proposal-temporal/#_ref_1813", + "https://tc39.es/proposal-temporal/#sec-systemtimezoneidentifier", + "https://tc39.es/proposal-temporal/#sec-defaulttimezone", "https://tc39.es/proposal-temporal/#_ref_1814", "https://tc39.es/proposal-temporal/#_ref_1815", - "https://tc39.es/proposal-temporal/#sec-timestring", "https://tc39.es/proposal-temporal/#_ref_1816", - "https://tc39.es/proposal-temporal/#sec-timezoneestring", "https://tc39.es/proposal-temporal/#_ref_1817", "https://tc39.es/proposal-temporal/#_ref_1818", + "https://tc39.es/proposal-temporal/#sec-time-zone-offset-strings", + "https://tc39.es/proposal-temporal/#_ref_54", + "https://tc39.es/proposal-temporal/#_ref_55", + "https://tc39.es/proposal-temporal/#sec-localtime", "https://tc39.es/proposal-temporal/#_ref_1819", - "https://tc39.es/proposal-temporal/#sec-isoffsettimezoneidentifier", - "https://tc39.es/proposal-temporal/#sec-istimezoneoffsetstring", - "https://tc39.es/proposal-temporal/#_ref_2539", - "https://tc39.es/proposal-temporal/#_ref_2540", - "https://tc39.es/proposal-temporal/#sec-parsedatetimeutcoffset", - "https://tc39.es/proposal-temporal/#sec-parsetimezoneoffsetstring", - "https://tc39.es/proposal-temporal/#_ref_2541", - "https://tc39.es/proposal-temporal/#_ref_2542", - "https://tc39.es/proposal-temporal/#_ref_2543", - "https://tc39.es/proposal-temporal/#_ref_2544", - "https://tc39.es/proposal-temporal/#_ref_2545", - "https://tc39.es/proposal-temporal/#_ref_2546", - "https://tc39.es/proposal-temporal/#_ref_2547", - "https://tc39.es/proposal-temporal/#sec-temporal-date-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal-date", "https://tc39.es/proposal-temporal/#_ref_1820", "https://tc39.es/proposal-temporal/#_ref_1821", "https://tc39.es/proposal-temporal/#_ref_1822", "https://tc39.es/proposal-temporal/#_ref_1823", "https://tc39.es/proposal-temporal/#_ref_1824", - "https://tc39.es/proposal-temporal/#sec-temporal-properties-of-the-date-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal-date.now", + "https://tc39.es/proposal-temporal/#sec-utc-t", "https://tc39.es/proposal-temporal/#_ref_1825", - "https://tc39.es/proposal-temporal/#sec-temporal-properties-of-the-legacy-date-prototype-object", - "https://tc39.es/proposal-temporal/#sec-date.prototype.totemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1826", - "https://tc39.es/proposal-temporal/#sec-temporal-intl", - "https://tc39.es/proposal-temporal/#sup-case-sensitivity-and-case-mapping", "https://tc39.es/proposal-temporal/#_ref_1827", "https://tc39.es/proposal-temporal/#_ref_1828", "https://tc39.es/proposal-temporal/#_ref_1829", "https://tc39.es/proposal-temporal/#_ref_1830", + "https://tc39.es/proposal-temporal/#sec-timestring", "https://tc39.es/proposal-temporal/#_ref_1831", + "https://tc39.es/proposal-temporal/#sec-timezoneestring", "https://tc39.es/proposal-temporal/#_ref_1832", "https://tc39.es/proposal-temporal/#_ref_1833", "https://tc39.es/proposal-temporal/#_ref_1834", - "https://tc39.es/proposal-temporal/#sec-use-of-iana-time-zone-database", - "https://tc39.es/proposal-temporal/#sec-time-zone-names", + "https://tc39.es/proposal-temporal/#sec-isoffsettimezoneidentifier", + "https://tc39.es/proposal-temporal/#sec-istimezoneoffsetstring", + "https://tc39.es/proposal-temporal/#_ref_2554", + "https://tc39.es/proposal-temporal/#_ref_2555", + "https://tc39.es/proposal-temporal/#sec-parsedatetimeutcoffset", + "https://tc39.es/proposal-temporal/#sec-parsetimezoneoffsetstring", + "https://tc39.es/proposal-temporal/#_ref_2556", + "https://tc39.es/proposal-temporal/#_ref_2557", + "https://tc39.es/proposal-temporal/#_ref_2558", + "https://tc39.es/proposal-temporal/#_ref_2559", + "https://tc39.es/proposal-temporal/#_ref_2560", + "https://tc39.es/proposal-temporal/#_ref_2561", + "https://tc39.es/proposal-temporal/#_ref_2562", + "https://tc39.es/proposal-temporal/#sec-temporal-date-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal-date", "https://tc39.es/proposal-temporal/#_ref_1835", "https://tc39.es/proposal-temporal/#_ref_1836", "https://tc39.es/proposal-temporal/#_ref_1837", "https://tc39.es/proposal-temporal/#_ref_1838", "https://tc39.es/proposal-temporal/#_ref_1839", + "https://tc39.es/proposal-temporal/#sec-temporal-properties-of-the-date-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal-date.now", "https://tc39.es/proposal-temporal/#_ref_1840", + "https://tc39.es/proposal-temporal/#sec-temporal-properties-of-the-legacy-date-prototype-object", + "https://tc39.es/proposal-temporal/#sec-date.prototype.totemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1841", + "https://tc39.es/proposal-temporal/#sec-temporal-intl", + "https://tc39.es/proposal-temporal/#sup-case-sensitivity-and-case-mapping", "https://tc39.es/proposal-temporal/#_ref_1842", "https://tc39.es/proposal-temporal/#_ref_1843", "https://tc39.es/proposal-temporal/#_ref_1844", "https://tc39.es/proposal-temporal/#_ref_1845", - "https://tc39.es/proposal-temporal/#_ref_56", "https://tc39.es/proposal-temporal/#_ref_1846", - "https://tc39.es/proposal-temporal/#sup-availablenamedtimezoneidentifiers", - "https://tc39.es/proposal-temporal/#sec-availabletimezones", "https://tc39.es/proposal-temporal/#_ref_1847", "https://tc39.es/proposal-temporal/#_ref_1848", "https://tc39.es/proposal-temporal/#_ref_1849", + "https://tc39.es/proposal-temporal/#sec-use-of-iana-time-zone-database", + "https://tc39.es/proposal-temporal/#sec-time-zone-names", "https://tc39.es/proposal-temporal/#_ref_1850", - "https://tc39.es/proposal-temporal/#_ref_57", "https://tc39.es/proposal-temporal/#_ref_1851", "https://tc39.es/proposal-temporal/#_ref_1852", "https://tc39.es/proposal-temporal/#_ref_1853", @@ -3097,59 +3093,55 @@ "https://tc39.es/proposal-temporal/#_ref_1857", "https://tc39.es/proposal-temporal/#_ref_1858", "https://tc39.es/proposal-temporal/#_ref_1859", - "https://tc39.es/proposal-temporal/#sec-time-zone-names-deleted", "https://tc39.es/proposal-temporal/#_ref_1860", - "https://tc39.es/proposal-temporal/#sec-isvalidtimezonename", + "https://tc39.es/proposal-temporal/#_ref_56", "https://tc39.es/proposal-temporal/#_ref_1861", + "https://tc39.es/proposal-temporal/#sup-availablenamedtimezoneidentifiers", + "https://tc39.es/proposal-temporal/#sec-availabletimezones", "https://tc39.es/proposal-temporal/#_ref_1862", - "https://tc39.es/proposal-temporal/#sec-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_1863", "https://tc39.es/proposal-temporal/#_ref_1864", - "https://tc39.es/proposal-temporal/#sup-defaulttimezone", - "https://tc39.es/proposal-temporal/#sec-defaulttimezone", - "https://tc39.es/proposal-temporal/#_ref_58", - "https://tc39.es/proposal-temporal/#_ref_59", - "https://tc39.es/proposal-temporal/#_ref_60", - "https://tc39.es/proposal-temporal/#sec-availabletimezones", "https://tc39.es/proposal-temporal/#_ref_1865", - "https://tc39.es/proposal-temporal/#sec-abstract-operations", - "https://tc39.es/proposal-temporal/#sec-getoptionsobject-deleted", + "https://tc39.es/proposal-temporal/#_ref_57", "https://tc39.es/proposal-temporal/#_ref_1866", "https://tc39.es/proposal-temporal/#_ref_1867", - "https://tc39.es/proposal-temporal/#sec-getoption-deleted", "https://tc39.es/proposal-temporal/#_ref_1868", - "https://tc39.es/proposal-temporal/#sec-datetimeformat-abstracts", - "https://tc39.es/proposal-temporal/#sec-temporal-initializedatetimeformat", "https://tc39.es/proposal-temporal/#_ref_1869", "https://tc39.es/proposal-temporal/#_ref_1870", "https://tc39.es/proposal-temporal/#_ref_1871", "https://tc39.es/proposal-temporal/#_ref_1872", "https://tc39.es/proposal-temporal/#_ref_1873", "https://tc39.es/proposal-temporal/#_ref_1874", + "https://tc39.es/proposal-temporal/#sec-time-zone-names-deleted", "https://tc39.es/proposal-temporal/#_ref_1875", + "https://tc39.es/proposal-temporal/#sec-isvalidtimezonename", "https://tc39.es/proposal-temporal/#_ref_1876", "https://tc39.es/proposal-temporal/#_ref_1877", + "https://tc39.es/proposal-temporal/#sec-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_1878", "https://tc39.es/proposal-temporal/#_ref_1879", + "https://tc39.es/proposal-temporal/#sup-defaulttimezone", + "https://tc39.es/proposal-temporal/#sec-defaulttimezone", + "https://tc39.es/proposal-temporal/#_ref_58", + "https://tc39.es/proposal-temporal/#_ref_59", + "https://tc39.es/proposal-temporal/#_ref_60", + "https://tc39.es/proposal-temporal/#sec-availabletimezones", "https://tc39.es/proposal-temporal/#_ref_1880", + "https://tc39.es/proposal-temporal/#sec-abstract-operations", + "https://tc39.es/proposal-temporal/#sec-getoptionsobject-deleted", "https://tc39.es/proposal-temporal/#_ref_1881", "https://tc39.es/proposal-temporal/#_ref_1882", - "https://tc39.es/proposal-temporal/#_ref_61", + "https://tc39.es/proposal-temporal/#sec-getoption-deleted", "https://tc39.es/proposal-temporal/#_ref_1883", - "https://tc39.es/proposal-temporal/#table-temporal-patterns", - "https://tc39.es/proposal-temporal/#sec-datetime-format-functions", + "https://tc39.es/proposal-temporal/#sec-datetimeformat-abstracts", + "https://tc39.es/proposal-temporal/#sec-temporal-initializedatetimeformat", "https://tc39.es/proposal-temporal/#_ref_1884", - "https://tc39.es/proposal-temporal/#sec-formatdatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1885", "https://tc39.es/proposal-temporal/#_ref_1886", - "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1887", "https://tc39.es/proposal-temporal/#_ref_1888", - "https://tc39.es/proposal-temporal/#sec-formatdatetime", "https://tc39.es/proposal-temporal/#_ref_1889", - "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimetoparts", "https://tc39.es/proposal-temporal/#_ref_1890", - "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", "https://tc39.es/proposal-temporal/#_ref_1891", "https://tc39.es/proposal-temporal/#_ref_1892", "https://tc39.es/proposal-temporal/#_ref_1893", @@ -3157,90 +3149,113 @@ "https://tc39.es/proposal-temporal/#_ref_1895", "https://tc39.es/proposal-temporal/#_ref_1896", "https://tc39.es/proposal-temporal/#_ref_1897", + "https://tc39.es/proposal-temporal/#_ref_61", "https://tc39.es/proposal-temporal/#_ref_1898", + "https://tc39.es/proposal-temporal/#table-temporal-patterns", + "https://tc39.es/proposal-temporal/#sec-datetime-format-functions", "https://tc39.es/proposal-temporal/#_ref_1899", - "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", + "https://tc39.es/proposal-temporal/#sec-formatdatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1900", - "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", "https://tc39.es/proposal-temporal/#_ref_1901", - "https://tc39.es/proposal-temporal/#sec-temporal-istemporalobject", - "https://tc39.es/proposal-temporal/#sec-temporal-sametemporaltype", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1902", "https://tc39.es/proposal-temporal/#_ref_1903", - "https://tc39.es/proposal-temporal/#sec-temporal-getdatetimeformatpattern", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldate", + "https://tc39.es/proposal-temporal/#sec-formatdatetime", "https://tc39.es/proposal-temporal/#_ref_1904", + "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimetoparts", "https://tc39.es/proposal-temporal/#_ref_1905", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", "https://tc39.es/proposal-temporal/#_ref_1906", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1907", "https://tc39.es/proposal-temporal/#_ref_1908", "https://tc39.es/proposal-temporal/#_ref_1909", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1910", "https://tc39.es/proposal-temporal/#_ref_1911", "https://tc39.es/proposal-temporal/#_ref_1912", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaltime", "https://tc39.es/proposal-temporal/#_ref_1913", "https://tc39.es/proposal-temporal/#_ref_1914", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldatetime", + "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", "https://tc39.es/proposal-temporal/#_ref_1915", + "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", "https://tc39.es/proposal-temporal/#_ref_1916", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalinstant", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", + "https://tc39.es/proposal-temporal/#sec-temporal-istemporalobject", + "https://tc39.es/proposal-temporal/#sec-temporal-sametemporaltype", "https://tc39.es/proposal-temporal/#_ref_1917", "https://tc39.es/proposal-temporal/#_ref_1918", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", + "https://tc39.es/proposal-temporal/#sec-temporal-getdatetimeformatpattern", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldate", "https://tc39.es/proposal-temporal/#_ref_1919", "https://tc39.es/proposal-temporal/#_ref_1920", "https://tc39.es/proposal-temporal/#_ref_1921", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1922", "https://tc39.es/proposal-temporal/#_ref_1923", "https://tc39.es/proposal-temporal/#_ref_1924", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1925", "https://tc39.es/proposal-temporal/#_ref_1926", - "https://tc39.es/proposal-temporal/#sec-temporal-tolocaltime", - "https://tc39.es/proposal-temporal/#_ref_62", - "https://tc39.es/proposal-temporal/#_ref_63", - "https://tc39.es/proposal-temporal/#table-temporal-plaindatetimeformat-tolocaltime-record", "https://tc39.es/proposal-temporal/#_ref_1927", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaltime", "https://tc39.es/proposal-temporal/#_ref_1928", - "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-prototype-object", - "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatToParts", "https://tc39.es/proposal-temporal/#_ref_1929", - "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_1930", - "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", "https://tc39.es/proposal-temporal/#_ref_1931", - "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.resolvedoptions", - "https://tc39.es/proposal-temporal/#_ref_64", - "https://tc39.es/proposal-temporal/#table-datetimeformat-resolvedoptions-properties", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalinstant", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", "https://tc39.es/proposal-temporal/#_ref_1932", - "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-instances", "https://tc39.es/proposal-temporal/#_ref_1933", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", "https://tc39.es/proposal-temporal/#_ref_1934", "https://tc39.es/proposal-temporal/#_ref_1935", "https://tc39.es/proposal-temporal/#_ref_1936", "https://tc39.es/proposal-temporal/#_ref_1937", "https://tc39.es/proposal-temporal/#_ref_1938", - "https://tc39.es/proposal-temporal/#locale-sensitive-functions", - "https://tc39.es/proposal-temporal/#sup-temporal-calendar-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarera", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarerayear", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatetoiso", "https://tc39.es/proposal-temporal/#_ref_1939", "https://tc39.es/proposal-temporal/#_ref_1940", "https://tc39.es/proposal-temporal/#_ref_1941", + "https://tc39.es/proposal-temporal/#sec-temporal-tolocaltime", + "https://tc39.es/proposal-temporal/#_ref_62", + "https://tc39.es/proposal-temporal/#_ref_63", + "https://tc39.es/proposal-temporal/#table-temporal-plaindatetimeformat-tolocaltime-record", "https://tc39.es/proposal-temporal/#_ref_1942", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdaytoisoreferencedate", "https://tc39.es/proposal-temporal/#_ref_1943", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateaddition", + "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-prototype-object", + "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatToParts", "https://tc39.es/proposal-temporal/#_ref_1944", + "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", "https://tc39.es/proposal-temporal/#_ref_1945", + "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", "https://tc39.es/proposal-temporal/#_ref_1946", + "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.resolvedoptions", + "https://tc39.es/proposal-temporal/#_ref_64", + "https://tc39.es/proposal-temporal/#table-datetimeformat-resolvedoptions-properties", "https://tc39.es/proposal-temporal/#_ref_1947", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedifference", + "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-instances", "https://tc39.es/proposal-temporal/#_ref_1948", + "https://tc39.es/proposal-temporal/#_ref_1949", + "https://tc39.es/proposal-temporal/#_ref_1950", + "https://tc39.es/proposal-temporal/#_ref_1951", + "https://tc39.es/proposal-temporal/#_ref_1952", + "https://tc39.es/proposal-temporal/#_ref_1953", + "https://tc39.es/proposal-temporal/#locale-sensitive-functions", + "https://tc39.es/proposal-temporal/#sup-temporal-calendar-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarera", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarerayear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatetoiso", + "https://tc39.es/proposal-temporal/#_ref_1954", + "https://tc39.es/proposal-temporal/#_ref_1955", + "https://tc39.es/proposal-temporal/#_ref_1956", + "https://tc39.es/proposal-temporal/#_ref_1957", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdaytoisoreferencedate", + "https://tc39.es/proposal-temporal/#_ref_1958", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateaddition", + "https://tc39.es/proposal-temporal/#_ref_1959", + "https://tc39.es/proposal-temporal/#_ref_1960", + "https://tc39.es/proposal-temporal/#_ref_1961", + "https://tc39.es/proposal-temporal/#_ref_1962", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedifference", + "https://tc39.es/proposal-temporal/#_ref_1963", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateera", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateerayear", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateyear", @@ -3250,11 +3265,11 @@ "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedayofweek", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedayofyear", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateweekofyear", - "https://tc39.es/proposal-temporal/#_ref_1949", - "https://tc39.es/proposal-temporal/#_ref_1950", - "https://tc39.es/proposal-temporal/#_ref_1951", - "https://tc39.es/proposal-temporal/#_ref_1952", - "https://tc39.es/proposal-temporal/#_ref_1953", + "https://tc39.es/proposal-temporal/#_ref_1964", + "https://tc39.es/proposal-temporal/#_ref_1965", + "https://tc39.es/proposal-temporal/#_ref_1966", + "https://tc39.es/proposal-temporal/#_ref_1967", + "https://tc39.es/proposal-temporal/#_ref_1968", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinweek", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinmonth", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinyear", @@ -3263,200 +3278,200 @@ "https://tc39.es/proposal-temporal/#sec-temporal-calendardatefields", "https://tc39.es/proposal-temporal/#_ref_65", "https://tc39.es/proposal-temporal/#sec-temporal-calendarfieldkeystoignore", - "https://tc39.es/proposal-temporal/#_ref_1954", + "https://tc39.es/proposal-temporal/#_ref_1969", "https://tc39.es/proposal-temporal/#table-calendarfieldkeystoignore-example", - "https://tc39.es/proposal-temporal/#_ref_1955", + "https://tc39.es/proposal-temporal/#_ref_1970", "https://tc39.es/proposal-temporal/#sec-temporal-calendarresolvefields", "https://tc39.es/proposal-temporal/#_ref_66", "https://tc39.es/proposal-temporal/#_ref_67", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-calendar-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.datefromfields", "https://tc39.es/proposal-temporal/#_ref_68", - "https://tc39.es/proposal-temporal/#_ref_1956", - "https://tc39.es/proposal-temporal/#_ref_1957", - "https://tc39.es/proposal-temporal/#_ref_1958", - "https://tc39.es/proposal-temporal/#_ref_1959", - "https://tc39.es/proposal-temporal/#_ref_1960", - "https://tc39.es/proposal-temporal/#_ref_1961", - "https://tc39.es/proposal-temporal/#_ref_1962", - "https://tc39.es/proposal-temporal/#_ref_1963", - "https://tc39.es/proposal-temporal/#_ref_1964", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.yearmonthfromfields", - "https://tc39.es/proposal-temporal/#_ref_69", - "https://tc39.es/proposal-temporal/#_ref_1965", - "https://tc39.es/proposal-temporal/#_ref_1966", - "https://tc39.es/proposal-temporal/#_ref_1967", - "https://tc39.es/proposal-temporal/#_ref_1968", - "https://tc39.es/proposal-temporal/#_ref_1969", - "https://tc39.es/proposal-temporal/#_ref_1970", "https://tc39.es/proposal-temporal/#_ref_1971", "https://tc39.es/proposal-temporal/#_ref_1972", "https://tc39.es/proposal-temporal/#_ref_1973", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthdayfromfields", - "https://tc39.es/proposal-temporal/#_ref_70", "https://tc39.es/proposal-temporal/#_ref_1974", "https://tc39.es/proposal-temporal/#_ref_1975", "https://tc39.es/proposal-temporal/#_ref_1976", "https://tc39.es/proposal-temporal/#_ref_1977", "https://tc39.es/proposal-temporal/#_ref_1978", "https://tc39.es/proposal-temporal/#_ref_1979", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.yearmonthfromfields", + "https://tc39.es/proposal-temporal/#_ref_69", "https://tc39.es/proposal-temporal/#_ref_1980", "https://tc39.es/proposal-temporal/#_ref_1981", "https://tc39.es/proposal-temporal/#_ref_1982", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateadd", - "https://tc39.es/proposal-temporal/#_ref_71", "https://tc39.es/proposal-temporal/#_ref_1983", "https://tc39.es/proposal-temporal/#_ref_1984", "https://tc39.es/proposal-temporal/#_ref_1985", "https://tc39.es/proposal-temporal/#_ref_1986", "https://tc39.es/proposal-temporal/#_ref_1987", "https://tc39.es/proposal-temporal/#_ref_1988", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthdayfromfields", + "https://tc39.es/proposal-temporal/#_ref_70", "https://tc39.es/proposal-temporal/#_ref_1989", "https://tc39.es/proposal-temporal/#_ref_1990", "https://tc39.es/proposal-temporal/#_ref_1991", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateuntil", - "https://tc39.es/proposal-temporal/#_ref_72", "https://tc39.es/proposal-temporal/#_ref_1992", "https://tc39.es/proposal-temporal/#_ref_1993", "https://tc39.es/proposal-temporal/#_ref_1994", "https://tc39.es/proposal-temporal/#_ref_1995", "https://tc39.es/proposal-temporal/#_ref_1996", "https://tc39.es/proposal-temporal/#_ref_1997", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateadd", + "https://tc39.es/proposal-temporal/#_ref_71", "https://tc39.es/proposal-temporal/#_ref_1998", "https://tc39.es/proposal-temporal/#_ref_1999", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.era", "https://tc39.es/proposal-temporal/#_ref_2000", "https://tc39.es/proposal-temporal/#_ref_2001", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_2002", "https://tc39.es/proposal-temporal/#_ref_2003", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_73", "https://tc39.es/proposal-temporal/#_ref_2004", "https://tc39.es/proposal-temporal/#_ref_2005", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.month", - "https://tc39.es/proposal-temporal/#_ref_74", "https://tc39.es/proposal-temporal/#_ref_2006", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateuntil", + "https://tc39.es/proposal-temporal/#_ref_72", "https://tc39.es/proposal-temporal/#_ref_2007", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthcode", - "https://tc39.es/proposal-temporal/#_ref_75", "https://tc39.es/proposal-temporal/#_ref_2008", "https://tc39.es/proposal-temporal/#_ref_2009", "https://tc39.es/proposal-temporal/#_ref_2010", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.day", - "https://tc39.es/proposal-temporal/#_ref_76", "https://tc39.es/proposal-temporal/#_ref_2011", "https://tc39.es/proposal-temporal/#_ref_2012", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofweek", - "https://tc39.es/proposal-temporal/#_ref_77", "https://tc39.es/proposal-temporal/#_ref_2013", "https://tc39.es/proposal-temporal/#_ref_2014", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.era", "https://tc39.es/proposal-temporal/#_ref_2015", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofyear", - "https://tc39.es/proposal-temporal/#_ref_78", "https://tc39.es/proposal-temporal/#_ref_2016", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_2017", "https://tc39.es/proposal-temporal/#_ref_2018", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.weekofyear", - "https://tc39.es/proposal-temporal/#_ref_79", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.year", + "https://tc39.es/proposal-temporal/#_ref_73", "https://tc39.es/proposal-temporal/#_ref_2019", "https://tc39.es/proposal-temporal/#_ref_2020", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.month", + "https://tc39.es/proposal-temporal/#_ref_74", "https://tc39.es/proposal-temporal/#_ref_2021", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.yearofweek", - "https://tc39.es/proposal-temporal/#_ref_80", "https://tc39.es/proposal-temporal/#_ref_2022", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthcode", + "https://tc39.es/proposal-temporal/#_ref_75", "https://tc39.es/proposal-temporal/#_ref_2023", "https://tc39.es/proposal-temporal/#_ref_2024", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinweek", - "https://tc39.es/proposal-temporal/#_ref_81", "https://tc39.es/proposal-temporal/#_ref_2025", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.day", + "https://tc39.es/proposal-temporal/#_ref_76", "https://tc39.es/proposal-temporal/#_ref_2026", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinmonth", - "https://tc39.es/proposal-temporal/#_ref_82", "https://tc39.es/proposal-temporal/#_ref_2027", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofweek", + "https://tc39.es/proposal-temporal/#_ref_77", "https://tc39.es/proposal-temporal/#_ref_2028", "https://tc39.es/proposal-temporal/#_ref_2029", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinyear", - "https://tc39.es/proposal-temporal/#_ref_83", "https://tc39.es/proposal-temporal/#_ref_2030", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofyear", + "https://tc39.es/proposal-temporal/#_ref_78", "https://tc39.es/proposal-temporal/#_ref_2031", "https://tc39.es/proposal-temporal/#_ref_2032", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthsinyear", - "https://tc39.es/proposal-temporal/#_ref_84", "https://tc39.es/proposal-temporal/#_ref_2033", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.weekofyear", + "https://tc39.es/proposal-temporal/#_ref_79", "https://tc39.es/proposal-temporal/#_ref_2034", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.inleapyear", - "https://tc39.es/proposal-temporal/#_ref_85", "https://tc39.es/proposal-temporal/#_ref_2035", "https://tc39.es/proposal-temporal/#_ref_2036", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.yearofweek", + "https://tc39.es/proposal-temporal/#_ref_80", "https://tc39.es/proposal-temporal/#_ref_2037", "https://tc39.es/proposal-temporal/#_ref_2038", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.fields", - "https://tc39.es/proposal-temporal/#_ref_86", "https://tc39.es/proposal-temporal/#_ref_2039", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.mergefields", - "https://tc39.es/proposal-temporal/#_ref_87", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinweek", + "https://tc39.es/proposal-temporal/#_ref_81", "https://tc39.es/proposal-temporal/#_ref_2040", "https://tc39.es/proposal-temporal/#_ref_2041", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinmonth", + "https://tc39.es/proposal-temporal/#_ref_82", "https://tc39.es/proposal-temporal/#_ref_2042", "https://tc39.es/proposal-temporal/#_ref_2043", "https://tc39.es/proposal-temporal/#_ref_2044", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinyear", + "https://tc39.es/proposal-temporal/#_ref_83", + "https://tc39.es/proposal-temporal/#_ref_2045", + "https://tc39.es/proposal-temporal/#_ref_2046", + "https://tc39.es/proposal-temporal/#_ref_2047", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthsinyear", + "https://tc39.es/proposal-temporal/#_ref_84", + "https://tc39.es/proposal-temporal/#_ref_2048", + "https://tc39.es/proposal-temporal/#_ref_2049", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.inleapyear", + "https://tc39.es/proposal-temporal/#_ref_85", + "https://tc39.es/proposal-temporal/#_ref_2050", + "https://tc39.es/proposal-temporal/#_ref_2051", + "https://tc39.es/proposal-temporal/#_ref_2052", + "https://tc39.es/proposal-temporal/#_ref_2053", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.fields", + "https://tc39.es/proposal-temporal/#_ref_86", + "https://tc39.es/proposal-temporal/#_ref_2054", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.mergefields", + "https://tc39.es/proposal-temporal/#_ref_87", + "https://tc39.es/proposal-temporal/#_ref_2055", + "https://tc39.es/proposal-temporal/#_ref_2056", + "https://tc39.es/proposal-temporal/#_ref_2057", + "https://tc39.es/proposal-temporal/#_ref_2058", + "https://tc39.es/proposal-temporal/#_ref_2059", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-duration-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.duration.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-instant-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.instant.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_88", - "https://tc39.es/proposal-temporal/#_ref_2045", + "https://tc39.es/proposal-temporal/#_ref_2060", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindate-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaindate.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_89", - "https://tc39.es/proposal-temporal/#_ref_2046", + "https://tc39.es/proposal-temporal/#_ref_2061", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_2047", + "https://tc39.es/proposal-temporal/#_ref_2062", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_2048", + "https://tc39.es/proposal-temporal/#_ref_2063", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindatetime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaindatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_90", - "https://tc39.es/proposal-temporal/#_ref_2049", + "https://tc39.es/proposal-temporal/#_ref_2064", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_2050", + "https://tc39.es/proposal-temporal/#_ref_2065", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_2051", + "https://tc39.es/proposal-temporal/#_ref_2066", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainmonthday-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plainmonthday.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_91", - "https://tc39.es/proposal-temporal/#_ref_2052", + "https://tc39.es/proposal-temporal/#_ref_2067", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaintime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaintime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_92", - "https://tc39.es/proposal-temporal/#_ref_2053", + "https://tc39.es/proposal-temporal/#_ref_2068", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainyearmonth-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plainyearmonth.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_93", - "https://tc39.es/proposal-temporal/#_ref_2054", + "https://tc39.es/proposal-temporal/#_ref_2069", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_2055", + "https://tc39.es/proposal-temporal/#_ref_2070", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_2056", + "https://tc39.es/proposal-temporal/#_ref_2071", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-zoneddatetime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.zoneddatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_94", - "https://tc39.es/proposal-temporal/#_ref_2057", - "https://tc39.es/proposal-temporal/#_ref_2058", - "https://tc39.es/proposal-temporal/#_ref_2059", - "https://tc39.es/proposal-temporal/#_ref_2060", - "https://tc39.es/proposal-temporal/#_ref_2061", - "https://tc39.es/proposal-temporal/#_ref_2062", - "https://tc39.es/proposal-temporal/#_ref_2063", + "https://tc39.es/proposal-temporal/#_ref_2072", + "https://tc39.es/proposal-temporal/#_ref_2073", + "https://tc39.es/proposal-temporal/#_ref_2074", + "https://tc39.es/proposal-temporal/#_ref_2075", + "https://tc39.es/proposal-temporal/#_ref_2076", + "https://tc39.es/proposal-temporal/#_ref_2077", + "https://tc39.es/proposal-temporal/#_ref_2078", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_2064", - "https://tc39.es/proposal-temporal/#_ref_2065", - "https://tc39.es/proposal-temporal/#_ref_2066", + "https://tc39.es/proposal-temporal/#_ref_2079", + "https://tc39.es/proposal-temporal/#_ref_2080", + "https://tc39.es/proposal-temporal/#_ref_2081", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_2067", - "https://tc39.es/proposal-temporal/#_ref_2068", - "https://tc39.es/proposal-temporal/#_ref_2069", + "https://tc39.es/proposal-temporal/#_ref_2082", + "https://tc39.es/proposal-temporal/#_ref_2083", + "https://tc39.es/proposal-temporal/#_ref_2084", "https://tc39.es/proposal-temporal/#sec-copyright-and-software-license", "https://tc39.es/proposal-temporal/#references-pane-container", "https://tc39.es/proposal-temporal/#references-pane-spacer", diff --git a/ed/ids/trust-token-api.json b/ed/ids/trust-token-api.json index 6e1af8a64dea..667db621963a 100644 --- a/ed/ids/trust-token-api.json +++ b/ed/ids/trust-token-api.json @@ -24,6 +24,52 @@ "https://wicg.github.io/trust-token-api/#ref-for-ordered-map", "https://wicg.github.io/trust-token-api/#issuer-registration", "https://wicg.github.io/trust-token-api/#ref-for-implementation-defined", + "https://wicg.github.io/trust-token-api/#voprf-methods", + "https://wicg.github.io/trust-token-api/#serialize-protocol-messages", + "https://wicg.github.io/trust-token-api/#infopanel-for-serialize-protocol-messages", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-serialize-protocol-messages", + "https://wicg.github.io/trust-token-api/#infopanel-for-serialize-protocol-messages", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-serialize-protocol-messages", + "https://wicg.github.io/trust-token-api/#deserialize-protocol-messages", + "https://wicg.github.io/trust-token-api/#infopanel-for-deserialize-protocol-messages", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-deserialize-protocol-messages", + "https://wicg.github.io/trust-token-api/#infopanel-for-deserialize-protocol-messages", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-deserialize-protocol-messages", + "https://wicg.github.io/trust-token-api/#ref-for-name-oprfp-384-sha-384", + "https://wicg.github.io/trust-token-api/#ref-for-section-4-5", + "https://wicg.github.io/trust-token-api/#issuerequest", + "https://wicg.github.io/trust-token-api/#infopanel-for-issuerequest", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-issuerequest", + "https://wicg.github.io/trust-token-api/#infopanel-for-issuerequest", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-issuerequest", + "https://wicg.github.io/trust-token-api/#issueresponse", + "https://wicg.github.io/trust-token-api/#infopanel-for-issueresponse", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-issueresponse", + "https://wicg.github.io/trust-token-api/#infopanel-for-issueresponse", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-issueresponse", + "https://wicg.github.io/trust-token-api/#ref-for-pstevaluate", + "https://wicg.github.io/trust-token-api/#redeemrequest", + "https://wicg.github.io/trust-token-api/#infopanel-for-redeemrequest", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-redeemrequest", + "https://wicg.github.io/trust-token-api/#infopanel-for-redeemrequest", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-redeemrequest", + "https://wicg.github.io/trust-token-api/#redeemresponse", + "https://wicg.github.io/trust-token-api/#infopanel-for-redeemresponse", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-redeemresponse", + "https://wicg.github.io/trust-token-api/#infopanel-for-redeemresponse", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-redeemresponse", + "https://wicg.github.io/trust-token-api/#pstfinalize", + "https://wicg.github.io/trust-token-api/#infopanel-for-pstfinalize", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-pstfinalize", + "https://wicg.github.io/trust-token-api/#infopanel-for-pstfinalize", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-pstfinalize", + "https://wicg.github.io/trust-token-api/#ref-for-section-5-4", + "https://wicg.github.io/trust-token-api/#pstevaluate", + "https://wicg.github.io/trust-token-api/#infopanel-for-pstevaluate", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-pstevaluate", + "https://wicg.github.io/trust-token-api/#infopanel-for-pstevaluate", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-pstevaluate", + "https://wicg.github.io/trust-token-api/#ref-for-section-3.3.1-9", "https://wicg.github.io/trust-token-api/#algorithms", "https://wicg.github.io/trust-token-api/#issuerassociations", "https://wicg.github.io/trust-token-api/#infopanel-for-issuerassociations", @@ -240,13 +286,37 @@ "https://wicg.github.io/trust-token-api/#ref-for-tuple%E2%91%A5", "https://wicg.github.io/trust-token-api/#ref-for-byte-sequence%E2%91%A5", "https://wicg.github.io/trust-token-api/#ref-for-byte-sequence%E2%91%A6", + "https://wicg.github.io/trust-token-api/#ref-for-issuerequest", + "https://wicg.github.io/trust-token-api/#ref-for-byte-sequence%E2%91%A7", + "https://wicg.github.io/trust-token-api/#ref-for-byte-sequence%E2%91%A8", + "https://wicg.github.io/trust-token-api/#ref-for-tuple%E2%91%A6", + "https://wicg.github.io/trust-token-api/#ref-for-byte-sequence%E2%91%A0%E2%93%AA", + "https://wicg.github.io/trust-token-api/#ref-for-byte-sequence%E2%91%A0%E2%91%A0", + "https://wicg.github.io/trust-token-api/#ref-for-section-3.3.1-2", + "https://wicg.github.io/trust-token-api/#ref-for-serialize-protocol-messages", + "https://wicg.github.io/trust-token-api/#ref-for-tuple%E2%91%A7", "https://wicg.github.io/trust-token-api/#unmask-tokens", "https://wicg.github.io/trust-token-api/#infopanel-for-unmask-tokens", "https://wicg.github.io/trust-token-api/#infopaneltitle-for-unmask-tokens", "https://wicg.github.io/trust-token-api/#infopanel-for-unmask-tokens", "https://wicg.github.io/trust-token-api/#infopaneltitle-for-unmask-tokens", "https://wicg.github.io/trust-token-api/#ref-for-key-commitment%E2%91%A1", + "https://wicg.github.io/trust-token-api/#ref-for-byte-sequence%E2%91%A0%E2%91%A1", "https://wicg.github.io/trust-token-api/#ref-for-list%E2%91%A3", + "https://wicg.github.io/trust-token-api/#ref-for-byte-sequence%E2%91%A0%E2%91%A2", + "https://wicg.github.io/trust-token-api/#ref-for-byte-sequence%E2%91%A0%E2%91%A3", + "https://wicg.github.io/trust-token-api/#ref-for-list%E2%91%A4", + "https://wicg.github.io/trust-token-api/#ref-for-list%E2%91%A5", + "https://wicg.github.io/trust-token-api/#ref-for-deserialize-protocol-messages", + "https://wicg.github.io/trust-token-api/#ref-for-issueresponse", + "https://wicg.github.io/trust-token-api/#ref-for-list-iterate%E2%91%A0", + "https://wicg.github.io/trust-token-api/#ref-for-list-append%E2%91%A1", + "https://wicg.github.io/trust-token-api/#ref-for-list-append%E2%91%A2", + "https://wicg.github.io/trust-token-api/#ref-for-list%E2%91%A6", + "https://wicg.github.io/trust-token-api/#ref-for-byte-sequence-length", + "https://wicg.github.io/trust-token-api/#ref-for-list-append%E2%91%A3", + "https://wicg.github.io/trust-token-api/#ref-for-list%E2%91%A7", + "https://wicg.github.io/trust-token-api/#ref-for-pstfinalize", "https://wicg.github.io/trust-token-api/#set-private-token-properties-for-request-from-private-token", "https://wicg.github.io/trust-token-api/#infopanel-for-set-private-token-properties-for-request-from-private-token", "https://wicg.github.io/trust-token-api/#infopaneltitle-for-set-private-token-properties-for-request-from-private-token", @@ -278,7 +348,7 @@ "https://wicg.github.io/trust-token-api/#ref-for-dom-privatetoken-issuers%E2%91%A0", "https://wicg.github.io/trust-token-api/#ref-for-list-empty", "https://wicg.github.io/trust-token-api/#ref-for-exceptiondef-typeerror%E2%91%A0", - "https://wicg.github.io/trust-token-api/#ref-for-list-iterate%E2%91%A0", + "https://wicg.github.io/trust-token-api/#ref-for-list-iterate%E2%91%A1", "https://wicg.github.io/trust-token-api/#ref-for-dom-privatetoken-issuers%E2%91%A1", "https://wicg.github.io/trust-token-api/#ref-for-concept-url-parser", "https://wicg.github.io/trust-token-api/#ref-for-exceptiondef-typeerror%E2%91%A1", @@ -288,7 +358,7 @@ "https://wicg.github.io/trust-token-api/#ref-for-concept-origin%E2%91%A1%E2%91%A4", "https://wicg.github.io/trust-token-api/#ref-for-potentially-trustworthy-origin", "https://wicg.github.io/trust-token-api/#ref-for-exceptiondef-typeerror%E2%91%A3", - "https://wicg.github.io/trust-token-api/#ref-for-list-append%E2%91%A1", + "https://wicg.github.io/trust-token-api/#ref-for-list-append%E2%91%A4", "https://wicg.github.io/trust-token-api/#ref-for-request-private-token-issuers", "https://wicg.github.io/trust-token-api/#fetch-integration", "https://wicg.github.io/trust-token-api/#definitions", @@ -412,7 +482,7 @@ "https://wicg.github.io/trust-token-api/#infopaneltitle-for-request-pstpretokens", "https://wicg.github.io/trust-token-api/#infopanel-for-request-pstpretokens", "https://wicg.github.io/trust-token-api/#infopaneltitle-for-request-pstpretokens", - "https://wicg.github.io/trust-token-api/#ref-for-byte-sequence%E2%91%A7", + "https://wicg.github.io/trust-token-api/#ref-for-byte-sequence%E2%91%A0%E2%91%A4", "https://wicg.github.io/trust-token-api/#ref-for-dom-request", "https://wicg.github.io/trust-token-api/#ref-for-this", "https://wicg.github.io/trust-token-api/#ref-for-concept-request-request", @@ -579,8 +649,9 @@ "https://wicg.github.io/trust-token-api/#infopanel-for-set-redemption-headers", "https://wicg.github.io/trust-token-api/#infopaneltitle-for-set-redemption-headers", "https://wicg.github.io/trust-token-api/#ref-for-concept-request%E2%91%A0%E2%93%AA", + "https://wicg.github.io/trust-token-api/#ref-for-redeemrequest", + "https://wicg.github.io/trust-token-api/#ref-for-serialize-protocol-messages%E2%91%A0", "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A0", - "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A1", "https://wicg.github.io/trust-token-api/#ref-for-concept-header-list-set-structured-header%E2%91%A1", "https://wicg.github.io/trust-token-api/#ref-for-http-headerdef-sec-private-state-token%E2%91%A6", "https://wicg.github.io/trust-token-api/#ref-for-concept-header-list-set-structured-header%E2%91%A2", @@ -610,6 +681,7 @@ "https://wicg.github.io/trust-token-api/#ref-for-look-up-the-key-commitments%E2%91%A3", "https://wicg.github.io/trust-token-api/#ref-for-discard-tokens%E2%91%A0", "https://wicg.github.io/trust-token-api/#ref-for-retrieve-a-token", + "https://wicg.github.io/trust-token-api/#ref-for-redeemrequest%E2%91%A0", "https://wicg.github.io/trust-token-api/#ref-for-set-redemption-headers%E2%91%A0", "https://wicg.github.io/trust-token-api/#redeem-response", "https://wicg.github.io/trust-token-api/#handle-a-redeem-response", @@ -629,6 +701,8 @@ "https://wicg.github.io/trust-token-api/#ref-for-concept-header-list-get%E2%91%A0", "https://wicg.github.io/trust-token-api/#ref-for-http-headerdef-sec-private-state-token%E2%91%A0%E2%93%AA", "https://wicg.github.io/trust-token-api/#ref-for-concept-response-header-list%E2%91%A3", + "https://wicg.github.io/trust-token-api/#ref-for-deserialize-protocol-messages%E2%91%A0", + "https://wicg.github.io/trust-token-api/#ref-for-redeemresponse", "https://wicg.github.io/trust-token-api/#ref-for-concept-header-list-delete%E2%91%A0", "https://wicg.github.io/trust-token-api/#ref-for-http-headerdef-sec-private-state-token%E2%91%A0%E2%91%A0", "https://wicg.github.io/trust-token-api/#ref-for-concept-response-header-list%E2%91%A4", @@ -644,21 +718,21 @@ "https://wicg.github.io/trust-token-api/#ref-for-concept-environment-top-level-origin%E2%91%A1", "https://wicg.github.io/trust-token-api/#ref-for-record-redemption-timestamp", "https://wicg.github.io/trust-token-api/#ref-for-record-a-redemption-record", + "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A1", "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A2", "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A3", - "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A4", "https://wicg.github.io/trust-token-api/#redemption-records", "https://wicg.github.io/trust-token-api/#ref-for-http-headerdef-sec-private-state-token%E2%91%A0%E2%91%A1", - "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A5", + "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A4", "https://wicg.github.io/trust-token-api/#ref-for-http-headerdef-sec-private-state-token-lifetime%E2%91%A2", - "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A6", + "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A5", "https://wicg.github.io/trust-token-api/#ref-for-http-headerdef-sec-private-state-token-lifetime%E2%91%A3", "https://wicg.github.io/trust-token-api/#redemption-record", "https://wicg.github.io/trust-token-api/#infopanel-for-redemption-record", "https://wicg.github.io/trust-token-api/#infopaneltitle-for-redemption-record", "https://wicg.github.io/trust-token-api/#infopanel-for-redemption-record", "https://wicg.github.io/trust-token-api/#infopaneltitle-for-redemption-record", - "https://wicg.github.io/trust-token-api/#ref-for-byte-sequence%E2%91%A8", + "https://wicg.github.io/trust-token-api/#ref-for-byte-sequence%E2%91%A0%E2%91%A5", "https://wicg.github.io/trust-token-api/#ref-for-append-private-state-token-redemption-record-headers%E2%91%A0", "https://wicg.github.io/trust-token-api/#ref-for-record-a-redemption-record%E2%91%A0", "https://wicg.github.io/trust-token-api/#ref-for-handle-a-redeem-response%E2%91%A0", @@ -672,7 +746,7 @@ "https://wicg.github.io/trust-token-api/#ref-for-secure-context%E2%91%A1", "https://wicg.github.io/trust-token-api/#ref-for-concept-request-client%E2%91%A5", "https://wicg.github.io/trust-token-api/#ref-for-concept-environment-top-level-origin%E2%91%A2", - "https://wicg.github.io/trust-token-api/#ref-for-list-iterate%E2%91%A1", + "https://wicg.github.io/trust-token-api/#ref-for-list-iterate%E2%91%A2", "https://wicg.github.io/trust-token-api/#ref-for-request-private-token-issuers%E2%91%A2", "https://wicg.github.io/trust-token-api/#ref-for-concept-url-parser%E2%91%A0", "https://wicg.github.io/trust-token-api/#ref-for-concept-url-scheme%E2%91%A0", @@ -680,14 +754,14 @@ "https://wicg.github.io/trust-token-api/#ref-for-concept-origin%E2%91%A1%E2%91%A5", "https://wicg.github.io/trust-token-api/#ref-for-potentially-trustworthy-origin%E2%91%A0", "https://wicg.github.io/trust-token-api/#ref-for-ordered-map%E2%91%A5", - "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A7", - "https://wicg.github.io/trust-token-api/#ref-for-list-iterate%E2%91%A2", + "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A6", + "https://wicg.github.io/trust-token-api/#ref-for-list-iterate%E2%91%A3", "https://wicg.github.io/trust-token-api/#ref-for-request-private-token-issuers%E2%91%A3", "https://wicg.github.io/trust-token-api/#ref-for-retrieve-a-redemption-record%E2%91%A0", "https://wicg.github.io/trust-token-api/#ref-for-iteration-continue", "https://wicg.github.io/trust-token-api/#ref-for-map-set%E2%91%A1", "https://wicg.github.io/trust-token-api/#ref-for-map-iterate", - "https://wicg.github.io/trust-token-api/#ref-for-list-append%E2%91%A2", + "https://wicg.github.io/trust-token-api/#ref-for-list-append%E2%91%A5", "https://wicg.github.io/trust-token-api/#ref-for-http-headerdef-sec-redemption-record", "https://wicg.github.io/trust-token-api/#the-document-object", "https://wicg.github.io/trust-token-api/#ref-for-document", @@ -776,7 +850,7 @@ "https://wicg.github.io/trust-token-api/#ref-for-queue-a-global-task%E2%91%A2", "https://wicg.github.io/trust-token-api/#ref-for-networking-task-source%E2%91%A2", "https://wicg.github.io/trust-token-api/#ref-for-resolve%E2%91%A1", - "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A8", + "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A7", "https://wicg.github.io/trust-token-api/#pst-http-header-fields", "https://wicg.github.io/trust-token-api/#sec-private-state-token", "https://wicg.github.io/trust-token-api/#http-headerdef-sec-private-state-token", @@ -785,7 +859,7 @@ "https://wicg.github.io/trust-token-api/#infopanel-for-http-headerdef-sec-private-state-token", "https://wicg.github.io/trust-token-api/#infopaneltitle-for-http-headerdef-sec-private-state-token", "https://wicg.github.io/trust-token-api/#ref-for-http-headerdef-sec-private-state-token%E2%91%A0%E2%91%A2", - "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A0%E2%93%AA", + "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A8", "https://wicg.github.io/trust-token-api/#ref-for-name-introduction", "https://wicg.github.io/trust-token-api/#ref-for-section-3.3.3", "https://wicg.github.io/trust-token-api/#sec-private-state-token-lifetime", @@ -794,7 +868,7 @@ "https://wicg.github.io/trust-token-api/#infopaneltitle-for-http-headerdef-sec-private-state-token-lifetime", "https://wicg.github.io/trust-token-api/#infopanel-for-http-headerdef-sec-private-state-token-lifetime", "https://wicg.github.io/trust-token-api/#infopaneltitle-for-http-headerdef-sec-private-state-token-lifetime", - "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A0%E2%91%A0", + "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A0%E2%93%AA", "https://wicg.github.io/trust-token-api/#ref-for-http-headerdef-sec-private-state-token%E2%91%A0%E2%91%A3", "https://wicg.github.io/trust-token-api/#ref-for-name-introduction%E2%91%A0", "https://wicg.github.io/trust-token-api/#ref-for-section-3.3.1", @@ -812,7 +886,7 @@ "https://wicg.github.io/trust-token-api/#infopaneltitle-for-http-headerdef-sec-redemption-record", "https://wicg.github.io/trust-token-api/#infopanel-for-http-headerdef-sec-redemption-record", "https://wicg.github.io/trust-token-api/#infopaneltitle-for-http-headerdef-sec-redemption-record", - "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A0%E2%91%A1", + "https://wicg.github.io/trust-token-api/#ref-for-redemption-record%E2%91%A0%E2%91%A0", "https://wicg.github.io/trust-token-api/#ref-for-name-introduction%E2%91%A2", "https://wicg.github.io/trust-token-api/#ref-for-section-3.3.3%E2%91%A1", "https://wicg.github.io/trust-token-api/#privacy", @@ -842,6 +916,16 @@ "https://wicg.github.io/trust-token-api/#index", "https://wicg.github.io/trust-token-api/#index-defined-here", "https://wicg.github.io/trust-token-api/#index-defined-elsewhere", + "https://wicg.github.io/trust-token-api/#5c6204cf", + "https://wicg.github.io/trust-token-api/#infopanel-for-5c6204cf", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-5c6204cf", + "https://wicg.github.io/trust-token-api/#infopanel-for-5c6204cf", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-5c6204cf", + "https://wicg.github.io/trust-token-api/#472bd9ee", + "https://wicg.github.io/trust-token-api/#infopanel-for-472bd9ee", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-472bd9ee", + "https://wicg.github.io/trust-token-api/#infopanel-for-472bd9ee", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-472bd9ee", "https://wicg.github.io/trust-token-api/#85394472", "https://wicg.github.io/trust-token-api/#infopanel-for-85394472", "https://wicg.github.io/trust-token-api/#infopaneltitle-for-85394472", @@ -1067,6 +1151,11 @@ "https://wicg.github.io/trust-token-api/#infopaneltitle-for-860300d4", "https://wicg.github.io/trust-token-api/#infopanel-for-860300d4", "https://wicg.github.io/trust-token-api/#infopaneltitle-for-860300d4", + "https://wicg.github.io/trust-token-api/#36333997", + "https://wicg.github.io/trust-token-api/#infopanel-for-36333997", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-36333997", + "https://wicg.github.io/trust-token-api/#infopanel-for-36333997", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-36333997", "https://wicg.github.io/trust-token-api/#649608b9", "https://wicg.github.io/trust-token-api/#infopanel-for-649608b9", "https://wicg.github.io/trust-token-api/#infopaneltitle-for-649608b9", @@ -1147,6 +1236,21 @@ "https://wicg.github.io/trust-token-api/#infopaneltitle-for-ca3ca4ae", "https://wicg.github.io/trust-token-api/#infopanel-for-ca3ca4ae", "https://wicg.github.io/trust-token-api/#infopaneltitle-for-ca3ca4ae", + "https://wicg.github.io/trust-token-api/#032360ae", + "https://wicg.github.io/trust-token-api/#infopanel-for-032360ae", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-032360ae", + "https://wicg.github.io/trust-token-api/#infopanel-for-032360ae", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-032360ae", + "https://wicg.github.io/trust-token-api/#8fd2dc35", + "https://wicg.github.io/trust-token-api/#infopanel-for-8fd2dc35", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-8fd2dc35", + "https://wicg.github.io/trust-token-api/#infopanel-for-8fd2dc35", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-8fd2dc35", + "https://wicg.github.io/trust-token-api/#0eabc9a7", + "https://wicg.github.io/trust-token-api/#infopanel-for-0eabc9a7", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-0eabc9a7", + "https://wicg.github.io/trust-token-api/#infopanel-for-0eabc9a7", + "https://wicg.github.io/trust-token-api/#infopaneltitle-for-0eabc9a7", "https://wicg.github.io/trust-token-api/#dca2de17", "https://wicg.github.io/trust-token-api/#infopanel-for-dca2de17", "https://wicg.github.io/trust-token-api/#infopaneltitle-for-dca2de17", @@ -1249,6 +1353,7 @@ "https://wicg.github.io/trust-token-api/#infopaneltitle-for-0a22198c", "https://wicg.github.io/trust-token-api/#references", "https://wicg.github.io/trust-token-api/#normative", + "https://wicg.github.io/trust-token-api/#biblio-batchedtokens", "https://wicg.github.io/trust-token-api/#biblio-dom", "https://wicg.github.io/trust-token-api/#biblio-fetch", "https://wicg.github.io/trust-token-api/#biblio-hr-time-3", diff --git a/ed/ids/turtledove.json b/ed/ids/turtledove.json index c0adc672f13c..1b2d4a9c13ff 100644 --- a/ed/ids/turtledove.json +++ b/ed/ids/turtledove.json @@ -54,18 +54,30 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionad-metadata", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionad-metadata", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionad-metadata", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0", + "https://wicg.github.io/turtledove/#dom-auctionad-buyerreportingid", + "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionad-buyerreportingid", + "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionad-buyerreportingid", + "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionad-buyerreportingid", + "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionad-buyerreportingid", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1", + "https://wicg.github.io/turtledove/#dom-auctionad-buyerandsellerreportingid", + "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionad-buyerandsellerreportingid", + "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionad-buyerandsellerreportingid", + "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionad-buyerandsellerreportingid", + "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionad-buyerandsellerreportingid", "https://wicg.github.io/turtledove/#dictdef-generatebidinterestgroup", "https://wicg.github.io/turtledove/#infopanel-for-dictdef-generatebidinterestgroup", "https://wicg.github.io/turtledove/#infopaneltitle-for-dictdef-generatebidinterestgroup", "https://wicg.github.io/turtledove/#infopanel-for-dictdef-generatebidinterestgroup", "https://wicg.github.io/turtledove/#infopaneltitle-for-dictdef-generatebidinterestgroup", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A2", "https://wicg.github.io/turtledove/#dom-generatebidinterestgroup-owner", "https://wicg.github.io/turtledove/#infopanel-for-dom-generatebidinterestgroup-owner", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-generatebidinterestgroup-owner", "https://wicg.github.io/turtledove/#infopanel-for-dom-generatebidinterestgroup-owner", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-generatebidinterestgroup-owner", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A3", "https://wicg.github.io/turtledove/#dom-generatebidinterestgroup-name", "https://wicg.github.io/turtledove/#infopanel-for-dom-generatebidinterestgroup-name", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-generatebidinterestgroup-name", @@ -97,32 +109,32 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-generatebidinterestgroup-executionmode", "https://wicg.github.io/turtledove/#infopanel-for-dom-generatebidinterestgroup-executionmode", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-generatebidinterestgroup-executionmode", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A4", "https://wicg.github.io/turtledove/#dom-generatebidinterestgroup-biddinglogicurl", "https://wicg.github.io/turtledove/#infopanel-for-dom-generatebidinterestgroup-biddinglogicurl", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-generatebidinterestgroup-biddinglogicurl", "https://wicg.github.io/turtledove/#infopanel-for-dom-generatebidinterestgroup-biddinglogicurl", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-generatebidinterestgroup-biddinglogicurl", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A5", "https://wicg.github.io/turtledove/#dom-generatebidinterestgroup-biddingwasmhelperurl", "https://wicg.github.io/turtledove/#infopanel-for-dom-generatebidinterestgroup-biddingwasmhelperurl", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-generatebidinterestgroup-biddingwasmhelperurl", "https://wicg.github.io/turtledove/#infopanel-for-dom-generatebidinterestgroup-biddingwasmhelperurl", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-generatebidinterestgroup-biddingwasmhelperurl", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A6", "https://wicg.github.io/turtledove/#dom-generatebidinterestgroup-updateurl", "https://wicg.github.io/turtledove/#infopanel-for-dom-generatebidinterestgroup-updateurl", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-generatebidinterestgroup-updateurl", "https://wicg.github.io/turtledove/#infopanel-for-dom-generatebidinterestgroup-updateurl", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-generatebidinterestgroup-updateurl", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A7", "https://wicg.github.io/turtledove/#dom-generatebidinterestgroup-trustedbiddingsignalsurl", "https://wicg.github.io/turtledove/#infopanel-for-dom-generatebidinterestgroup-trustedbiddingsignalsurl", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-generatebidinterestgroup-trustedbiddingsignalsurl", "https://wicg.github.io/turtledove/#infopanel-for-dom-generatebidinterestgroup-trustedbiddingsignalsurl", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-generatebidinterestgroup-trustedbiddingsignalsurl", "https://wicg.github.io/turtledove/#ref-for-idl-sequence", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A8", "https://wicg.github.io/turtledove/#dom-generatebidinterestgroup-trustedbiddingsignalskeys", "https://wicg.github.io/turtledove/#infopanel-for-dom-generatebidinterestgroup-trustedbiddingsignalskeys", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-generatebidinterestgroup-trustedbiddingsignalskeys", @@ -279,6 +291,13 @@ "https://wicg.github.io/turtledove/#ref-for-dom-auctionad-metadata%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-dom-generatebidinterestgroup-ads%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-dom-auctionad-buyerreportingid", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-reporting-id", + "https://wicg.github.io/turtledove/#ref-for-dom-auctionad-buyerandsellerreportingid", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-and-seller-reporting-id", "https://wicg.github.io/turtledove/#ref-for-list-append", "https://wicg.github.io/turtledove/#ref-for-interest-group-estimated-size", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A6", @@ -353,12 +372,16 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-metadata%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-reporting-id%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-and-seller-reporting-id%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-metadata%E2%91%A1", "https://wicg.github.io/turtledove/#check-interest-group-permissions", "https://wicg.github.io/turtledove/#infopanel-for-check-interest-group-permissions", @@ -389,8 +412,8 @@ "https://wicg.github.io/turtledove/#ref-for-json-mime-type", "https://wicg.github.io/turtledove/#ref-for-parse-a-json-string-to-an-infra-value", "https://wicg.github.io/turtledove/#ref-for-ordered-map", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#build-an-interest-group-permissions-url", "https://wicg.github.io/turtledove/#infopanel-for-build-an-interest-group-permissions-url", "https://wicg.github.io/turtledove/#infopaneltitle-for-build-an-interest-group-permissions-url", @@ -418,13 +441,13 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-dictdef-auctionadinterestgroupkey", "https://wicg.github.io/turtledove/#infopanel-for-dictdef-auctionadinterestgroupkey", "https://wicg.github.io/turtledove/#infopaneltitle-for-dictdef-auctionadinterestgroupkey", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#dom-auctionadinterestgroupkey-owner", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadinterestgroupkey-owner", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadinterestgroupkey-owner", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadinterestgroupkey-owner", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadinterestgroupkey-owner", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#dom-auctionadinterestgroupkey-name", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadinterestgroupkey-name", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadinterestgroupkey-name", @@ -495,7 +518,7 @@ "https://wicg.github.io/turtledove/#ref-for-SecureContext%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-navigator%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-fencedframeconfig", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-runadauction%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dictdef-auctionadconfig", @@ -505,26 +528,26 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-dictdef-auctionadconfig", "https://wicg.github.io/turtledove/#infopanel-for-dictdef-auctionadconfig", "https://wicg.github.io/turtledove/#infopaneltitle-for-dictdef-auctionadconfig", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#dom-auctionadconfig-seller", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-seller", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadconfig-seller", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-seller", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadconfig-seller", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#dom-auctionadconfig-decisionlogicurl", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-decisionlogicurl", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadconfig-decisionlogicurl", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-decisionlogicurl", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadconfig-decisionlogicurl", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#dom-auctionadconfig-trustedscoringsignalsurl", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-trustedscoringsignalsurl", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadconfig-trustedscoringsignalsurl", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-trustedscoringsignalsurl", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadconfig-trustedscoringsignalsurl", "https://wicg.github.io/turtledove/#ref-for-idl-sequence%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#dom-auctionadconfig-interestgroupbuyers", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-interestgroupbuyers", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadconfig-interestgroupbuyers", @@ -545,7 +568,7 @@ "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-sellersignals", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadconfig-sellersignals", "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#dom-auctionadconfig-directfromsellersignals", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-directfromsellersignals", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadconfig-directfromsellersignals", @@ -563,7 +586,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadconfig-sellerexperimentgroupid", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-sellerexperimentgroupid", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadconfig-sellerexperimentgroupid", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#dom-auctionadconfig-sellercurrency", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-sellercurrency", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadconfig-sellercurrency", @@ -571,7 +594,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadconfig-sellercurrency", "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-idl-record%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-idl-any%E2%91%A3", "https://wicg.github.io/turtledove/#dom-auctionadconfig-perbuyersignals", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-perbuyersignals", @@ -580,7 +603,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadconfig-perbuyersignals", "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-idl-record%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-long-long%E2%91%A0", "https://wicg.github.io/turtledove/#dom-auctionadconfig-perbuyertimeouts", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-perbuyertimeouts", @@ -588,7 +611,7 @@ "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-perbuyertimeouts", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadconfig-perbuyertimeouts", "https://wicg.github.io/turtledove/#ref-for-idl-record%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A0", "https://wicg.github.io/turtledove/#dom-auctionadconfig-perbuyergrouplimits", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-perbuyergrouplimits", @@ -596,7 +619,7 @@ "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-perbuyergrouplimits", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadconfig-perbuyergrouplimits", "https://wicg.github.io/turtledove/#ref-for-idl-record%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A1", "https://wicg.github.io/turtledove/#dom-auctionadconfig-perbuyerexperimentgroupids", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-perbuyerexperimentgroupids", @@ -604,9 +627,9 @@ "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-perbuyerexperimentgroupids", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadconfig-perbuyerexperimentgroupids", "https://wicg.github.io/turtledove/#ref-for-idl-record%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-idl-record%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A3", "https://wicg.github.io/turtledove/#dom-auctionadconfig-perbuyerprioritysignals", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-perbuyerprioritysignals", @@ -615,8 +638,8 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadconfig-perbuyerprioritysignals", "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-idl-record%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#dom-auctionadconfig-perbuyercurrencies", "https://wicg.github.io/turtledove/#infopanel-for-dom-auctionadconfig-perbuyercurrencies", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-auctionadconfig-perbuyercurrencies", @@ -671,7 +694,7 @@ "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-signal", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-signal%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-abortsignal-aborted", "https://wicg.github.io/turtledove/#ref-for-reject%E2%91%A1", @@ -936,7 +959,7 @@ "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-auction-config-decision-logic-url", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-trustedscoringsignalsurl", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-trustedscoringsignalsurl%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A3", @@ -947,7 +970,7 @@ "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-auction-config-trusted-scoring-signals-url", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-interestgroupbuyers", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-interestgroupbuyers%E2%91%A0", @@ -958,7 +981,7 @@ "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-auction-config-interest-group-buyers%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-auctionsignals", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-auction-config-auction-signals", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-auctionsignals%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-handle-an-input-promise-in-configuration", @@ -972,7 +995,7 @@ "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-auctionsignals%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-sellersignals", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-auction-config-seller-signals", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-sellersignals%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-handle-an-input-promise-in-configuration%E2%91%A0", @@ -981,7 +1004,7 @@ "https://wicg.github.io/turtledove/#ref-for-serialize-a-javascript-value-to-a-json-string%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-auction-config-seller-signals%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-directfromsellersignals", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-handle-an-input-promise-in-configuration%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-directfromsellersignals%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A3", @@ -993,15 +1016,15 @@ "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-sellertimeout", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-auction-config-seller-timeout", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-sellertimeout%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-sellerexperimentgroupid", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-auction-config-seller-experiment-group-id", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-sellerexperimentgroupid%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-sellercurrency", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-check-whether-a-string-is-a-valid-currency-tag", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-sellercurrency%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A0%E2%91%A7", @@ -1009,7 +1032,7 @@ "https://wicg.github.io/turtledove/#ref-for-auction-config-seller-currency", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-sellercurrency%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-perbuyersignals", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-signals", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-perbuyersignals%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-handle-an-input-promise-in-configuration%E2%91%A2", @@ -1028,7 +1051,7 @@ "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-signals%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-signals%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-perbuyertimeouts", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-timeouts", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-perbuyertimeouts%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-handle-an-input-promise-in-configuration%E2%91%A3", @@ -1049,7 +1072,7 @@ "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-timeouts%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-timeouts%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-perbuyergrouplimits", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-perbuyergrouplimits%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A1%E2%93%AA", @@ -1061,7 +1084,7 @@ "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-group-limits", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-perbuyerexperimentgroupids", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-perbuyerexperimentgroupids%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-config-all-buyer-experiment-group-id", @@ -1071,7 +1094,7 @@ "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-experiment-group-ids", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-perbuyerprioritysignals", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-perbuyerprioritysignals%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A7", @@ -1092,7 +1115,7 @@ "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-priority-signals", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-perbuyercurrencies", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-currencies", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-perbuyercurrencies%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-handle-an-input-promise-in-configuration%E2%91%A4", @@ -1124,7 +1147,7 @@ "https://wicg.github.io/turtledove/#ref-for-auction-config-component-auctions%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-config-config-idl%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-resolvetoconfig", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-auction-config-resolve-to-config%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-resolvetoconfig%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-upon-fulfillment", @@ -1209,17 +1232,17 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-url%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-joining-origin%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-per-buyer-bid-generator%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-per-signals-url-bid-generator", "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-per-signals-url-bid-generator%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4", "https://wicg.github.io/turtledove/#generate-a-bid", @@ -1243,6 +1266,7 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-bid-counts%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-idl-sequence%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dictdef-previouswin", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-previous-wins%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-previous-win-time%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dictdef-previouswin%E2%91%A0", @@ -1266,10 +1290,10 @@ "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-idl-any%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-keys%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-evaluate-a-bidding-script", "https://wicg.github.io/turtledove/#generate-and-score-bids", @@ -1296,7 +1320,7 @@ "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-size", "https://wicg.github.io/turtledove/#ref-for-auction-config-component-auctions%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-auction-config-component-auctions%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-enqueue-the-following-steps%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-generate-and-score-bids%E2%91%A0", @@ -1343,7 +1367,7 @@ "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-enqueue-the-following-steps%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-experiment-group-ids%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#apply-interest-groups-limits-to-prioritized-list", "https://wicg.github.io/turtledove/#infopanel-for-apply-interest-groups-limits-to-prioritized-list", "https://wicg.github.io/turtledove/#infopaneltitle-for-apply-interest-groups-limits-to-prioritized-list", @@ -1366,19 +1390,19 @@ "https://wicg.github.io/turtledove/#ref-for-list-contain", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-signals%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-signals%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A2%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A2%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-signals%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-auction-config-all-buyers-timeout%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-timeouts%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-timeouts%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A2%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-timeouts%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-look-up-per-buyer-currency%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-ordered-set", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A0%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-set-append", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-keys%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-set-append%E2%91%A0", @@ -1388,7 +1412,7 @@ "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-dom-biddingbrowsersignals-dataversion", "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A0%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-generate-a-bid", @@ -1410,7 +1434,7 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-query-ad-k-anonymity-count", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A6", @@ -1419,7 +1443,7 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-query-component-ad-k-anonymity-count", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A7", @@ -1473,7 +1497,7 @@ "https://wicg.github.io/turtledove/#ref-for-dom-generatebidinterestgroup-userbiddingsignals%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-parse-a-json-string-to-a-javascript-value", "https://wicg.github.io/turtledove/#ref-for-interest-group-user-bidding-signals%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-dom-generatebidinterestgroup-ads%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-dom-generatebidinterestgroup-ads%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-convert-to-an-auctionad-sequence", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidinterestgroup-adcomponents%E2%91%A0", @@ -1496,6 +1520,7 @@ "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-idl-sequence%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dictdef-auctionad%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dictdef-auctionad%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-auctionad-renderurl%E2%91%A0", @@ -1519,15 +1544,15 @@ "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-long", "https://wicg.github.io/turtledove/#ref-for-currency-tag%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-set-append%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-descriptor%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-set-append%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-build-trusted-scoring-signals-url", "https://wicg.github.io/turtledove/#ref-for-auction-config-trusted-scoring-signals-url%E2%91%A0", @@ -1538,20 +1563,17 @@ "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%A3", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A2%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A2%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A1%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A1%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A2%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list-empty%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A1%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-map-is-empty%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad", "https://wicg.github.io/turtledove/#ref-for-generated-bid-bid", @@ -1566,7 +1588,7 @@ "https://wicg.github.io/turtledove/#ref-for-dom-scoringbrowsersignals-interestgroupowner", "https://wicg.github.io/turtledove/#ref-for-ascii-serialisation-of-an-origin%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-scoringbrowsersignals-renderurl", - "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-descriptor%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-dom-scoringbrowsersignals-biddingdurationmsec", @@ -1589,10 +1611,10 @@ "https://wicg.github.io/turtledove/#ref-for-dom-scoreadoutput-desirability", "https://wicg.github.io/turtledove/#ref-for-generated-bid-bid%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-scoreadoutput-bid", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A2%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-dom-scoreadoutput-bid%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-scoreadoutput-bidcurrency", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-dom-scoreadoutput-bidcurrency%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-generated-bid-modified-bid%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-bid-with-currency", @@ -1612,10 +1634,10 @@ "https://wicg.github.io/turtledove/#ref-for-generated-bid-bid%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-bid-with-currency-value%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-scoreadoutput-incomingbidinsellercurrency", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A2%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-generated-bid-bid-in-seller-currency%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-scoreadoutput-incomingbidinsellercurrency%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A3%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-generated-bid-bid-in-seller-currency%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-scoreadoutput-incomingbidinsellercurrency%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-leading-bid%E2%91%A6", @@ -1648,13 +1670,13 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-convert-to-a-string-sequence", "https://wicg.github.io/turtledove/#infopanel-for-convert-to-a-string-sequence", "https://wicg.github.io/turtledove/#infopaneltitle-for-convert-to-a-string-sequence", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-idl-sequence%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A1%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A0%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#update-highest-scoring-other-bid", "https://wicg.github.io/turtledove/#infopanel-for-update-highest-scoring-other-bid", @@ -1696,7 +1718,7 @@ "https://wicg.github.io/turtledove/#ref-for-javascript-mime-type", "https://wicg.github.io/turtledove/#ref-for-json-mime-type%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-parameters", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A3%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-utf-8", "https://wicg.github.io/turtledove/#ref-for-ascii-string", "https://wicg.github.io/turtledove/#fetch-script", @@ -1786,18 +1808,21 @@ "https://wicg.github.io/turtledove/#ref-for-http-headerdef-x-protected-audience-bidding-signals-format-version", "https://wicg.github.io/turtledove/#ref-for-parse-json-bytes-to-an-infra-value", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A1%E2%91%A6", + "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%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#encode-trusted-signals-keys", "https://wicg.github.io/turtledove/#infopanel-for-encode-trusted-signals-keys", "https://wicg.github.io/turtledove/#infopaneltitle-for-encode-trusted-signals-keys", "https://wicg.github.io/turtledove/#infopanel-for-encode-trusted-signals-keys", "https://wicg.github.io/turtledove/#infopaneltitle-for-encode-trusted-signals-keys", - "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-string-utf-8-percent-encode%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-component-percent-encode-set%E2%91%A0", "https://wicg.github.io/turtledove/#build-trusted-bidding-signals-url", @@ -1806,29 +1831,29 @@ "https://wicg.github.io/turtledove/#infopanel-for-build-trusted-bidding-signals-url", "https://wicg.github.io/turtledove/#infopaneltitle-for-build-trusted-bidding-signals-url", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-string-utf-8-percent-encode%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-relevant-settings-object%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-environment-top-level-origin%E2%91%A3", "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", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-extend%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-encode-trusted-signals-keys", "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-extend%E2%91%A1", "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%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-serialize-an-integer", "https://wicg.github.io/turtledove/#ref-for-concept-url-query%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A1", @@ -1838,35 +1863,28 @@ "https://wicg.github.io/turtledove/#infopanel-for-build-trusted-scoring-signals-url", "https://wicg.github.io/turtledove/#infopaneltitle-for-build-trusted-scoring-signals-url", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-dfn-url", - "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-dfn-url%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-string-utf-8-percent-encode%E2%91%A2", "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%A2", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-list-extend%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-encode-trusted-signals-keys%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A1%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A0%E2%91%A0", "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%A2", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A4", "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%A2", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A2", @@ -1892,7 +1910,7 @@ "https://wicg.github.io/turtledove/#ref-for-leading-bid-info%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-auction-config%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-component-seller%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-auction-config-seller-currency%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-look-up-per-buyer-currency%E2%91%A1", @@ -1954,6 +1972,19 @@ "https://wicg.github.io/turtledove/#ref-for-dom-reportresultbrowsersignals-dataversion", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-scoring-data-version%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-descriptor%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-and-seller-reporting-id%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-query-reporting-id-k-anonymity-count", + "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A1%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-dom-reportingbrowsersignals-buyerandsellerreportingid", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-and-seller-reporting-id%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-fetch-script%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-auction-config-decision-logic-url%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-evaluate-a-reporting-script", @@ -1977,26 +2008,19 @@ "https://wicg.github.io/turtledove/#infopanel-for-report-win", "https://wicg.github.io/turtledove/#infopaneltitle-for-report-win", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dictdef-reportingbrowsersignals", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-auction-config%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-leading-bid%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-signals%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A1%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dictdef-reportwinbrowsersignals", "https://wicg.github.io/turtledove/#ref-for-dictdef-reportingbrowsersignals%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-query-reporting-id-k-anonymity-count", - "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-descriptor%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-reportwinbrowsersignals-dataversion", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-bidding-data-version%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dom-reportwinbrowsersignals-adcost", "https://wicg.github.io/turtledove/#ref-for-round-a-value%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-cost", @@ -2007,23 +2031,41 @@ "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-highest-scoring-other-bid-owner%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-highest-scoring-other-bid-owner%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-dom-reportwinbrowsersignals-interestgroupname", "https://wicg.github.io/turtledove/#ref-for-dom-reportwinbrowsersignals-modelingsignals", "https://wicg.github.io/turtledove/#ref-for-generated-bid-modeling-signals", - "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A0%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-fetch-script%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A0%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-evaluate-a-reporting-script%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-auction-config%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-auction-config-config-idl%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-auctionsignals%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-buyer-reporting-result%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-reporting-result%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A0%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-reporting-result-report-url%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-reporting-result-reporting-beacon-map%E2%91%A3", - "https://wicg.github.io/turtledove/#k-anonymity", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-descriptor%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-and-seller-reporting-id%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-query-reporting-id-k-anonymity-count%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-reporting-id%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-dom-reportwinbrowsersignals-buyerreportingid", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-reporting-id%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-dom-reportwinbrowsersignals-interestgroupname", + "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-fetch-script%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-evaluate-a-reporting-script%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-auction-config%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-auction-config-config-idl%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-auctionsignals%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-buyer-reporting-result%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-reporting-result%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-reporting-result-report-url%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-reporting-result-reporting-beacon-map%E2%91%A3", + "https://wicg.github.io/turtledove/#k-anonymity", "https://wicg.github.io/turtledove/#k-anonymity-server", "https://wicg.github.io/turtledove/#infopanel-for-k-anonymity-server", "https://wicg.github.io/turtledove/#infopaneltitle-for-k-anonymity-server", @@ -2068,16 +2110,39 @@ "https://wicg.github.io/turtledove/#ref-for-sha-256", "https://wicg.github.io/turtledove/#ref-for-ascii-encode", "https://wicg.github.io/turtledove/#ref-for-query-k-anonymity-count%E2%91%A2", + "https://wicg.github.io/turtledove/#compute-the-key-hash-of-reporting-id", + "https://wicg.github.io/turtledove/#infopanel-for-compute-the-key-hash-of-reporting-id", + "https://wicg.github.io/turtledove/#infopaneltitle-for-compute-the-key-hash-of-reporting-id", + "https://wicg.github.io/turtledove/#infopanel-for-compute-the-key-hash-of-reporting-id", + "https://wicg.github.io/turtledove/#infopaneltitle-for-compute-the-key-hash-of-reporting-id", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-ascii-serialisation-of-an-origin%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-and-seller-reporting-id%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-and-seller-reporting-id%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-reporting-id%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-reporting-id%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-ascii-encode%E2%91%A0", "https://wicg.github.io/turtledove/#query-component-ad-k-anonymity-count", "https://wicg.github.io/turtledove/#infopanel-for-query-component-ad-k-anonymity-count", "https://wicg.github.io/turtledove/#infopaneltitle-for-query-component-ad-k-anonymity-count", "https://wicg.github.io/turtledove/#infopanel-for-query-component-ad-k-anonymity-count", "https://wicg.github.io/turtledove/#infopaneltitle-for-query-component-ad-k-anonymity-count", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A4", - "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%A0", - "https://wicg.github.io/turtledove/#ref-for-ascii-encode%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-ascii-encode%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-query-k-anonymity-count%E2%91%A3", "https://wicg.github.io/turtledove/#query-generated-bid-k-anonymity-count", "https://wicg.github.io/turtledove/#infopanel-for-query-generated-bid-k-anonymity-count", @@ -2086,29 +2151,21 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-query-generated-bid-k-anonymity-count", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-query-ad-k-anonymity-count%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-descriptor%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-descriptor%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-query-component-ad-k-anonymity-count%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#query-reporting-id-k-anonymity-count", "https://wicg.github.io/turtledove/#infopanel-for-query-reporting-id-k-anonymity-count", "https://wicg.github.io/turtledove/#infopaneltitle-for-query-reporting-id-k-anonymity-count", "https://wicg.github.io/turtledove/#infopanel-for-query-reporting-id-k-anonymity-count", "https://wicg.github.io/turtledove/#infopaneltitle-for-query-reporting-id-k-anonymity-count", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A0%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A7", - "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%93%AA", - "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A1%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A0%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A0%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A0%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-ascii-encode%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-compute-the-key-hash-of-reporting-id", "https://wicg.github.io/turtledove/#ref-for-query-k-anonymity-count%E2%91%A4", "https://wicg.github.io/turtledove/#increment-k-anonymity-count", "https://wicg.github.io/turtledove/#infopanel-for-increment-k-anonymity-count", @@ -2121,8 +2178,8 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-increment-ad-k-anonymity-count", "https://wicg.github.io/turtledove/#infopanel-for-increment-ad-k-anonymity-count", "https://wicg.github.io/turtledove/#infopaneltitle-for-increment-ad-k-anonymity-count", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A0%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-ascii-serialisation-of-an-origin%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A1%E2%91%A4", @@ -2137,7 +2194,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-increment-component-ad-k-anonymity-count", "https://wicg.github.io/turtledove/#infopanel-for-increment-component-ad-k-anonymity-count", "https://wicg.github.io/turtledove/#infopaneltitle-for-increment-component-ad-k-anonymity-count", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A3", @@ -2148,22 +2205,17 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-increment-reporting-id-k-anonymity-count", "https://wicg.github.io/turtledove/#infopanel-for-increment-reporting-id-k-anonymity-count", "https://wicg.github.io/turtledove/#infopaneltitle-for-increment-reporting-id-k-anonymity-count", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A0%E2%91%A8", - "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%A8", - "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%A1%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A1%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-concept-url-serializer%E2%91%A1%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A0%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-sha-256%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-ascii-encode%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-compute-the-key-hash-of-reporting-id%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-increment-k-anonymity-count%E2%91%A3", "https://wicg.github.io/turtledove/#script-runners", "https://wicg.github.io/turtledove/#ref-for-script-runner", "https://wicg.github.io/turtledove/#ref-for-document", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-sec-agent-clusters", "https://wicg.github.io/turtledove/#ref-for-sec-agent-clusters%E2%91%A0", @@ -2202,7 +2254,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-create-a-new-script-runner-realm", "https://wicg.github.io/turtledove/#infopanel-for-create-a-new-script-runner-realm", "https://wicg.github.io/turtledove/#infopaneltitle-for-create-a-new-script-runner-realm", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-obtain-a-script-runner-agent", "https://wicg.github.io/turtledove/#issue-43a9d327", @@ -2224,12 +2276,12 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-evaluate-a-bidding-script", "https://wicg.github.io/turtledove/#infopanel-for-evaluate-a-bidding-script", "https://wicg.github.io/turtledove/#infopaneltitle-for-evaluate-a-bidding-script", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%91%A1", "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%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-dictdef-biddingbrowsersignals%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A1", @@ -2244,10 +2296,11 @@ "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-interest-group", "https://wicg.github.io/turtledove/#ref-for-dfn-convert-idl-to-ecmascript-value", "https://wicg.github.io/turtledove/#ref-for-parse-a-json-string-to-a-javascript-value%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-parse-a-json-string-to-a-javascript-value%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dfn-convert-idl-to-ecmascript-value%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-dfn-convert-idl-to-ecmascript-value%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dfn-current-wall-time%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-evaluate-a-script", "https://wicg.github.io/turtledove/#ref-for-dfn-current-wall-time%E2%91%A4", @@ -2255,22 +2308,22 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-priority%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-priority%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list-replace%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A1%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A1%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-priority-signals", - "https://wicg.github.io/turtledove/#ref-for-map-is-empty%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-is-empty%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-priority-signals%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-remove%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority-signals-overrides%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A1%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority-signals-overrides%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-replace%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A1%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A1%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-bid", "https://wicg.github.io/turtledove/#ref-for-sec-completion-record-specification-type", @@ -2283,14 +2336,14 @@ "https://wicg.github.io/turtledove/#ref-for-generated-bid-bid%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-bid-with-currency-value%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-generated-bid-bid-duration%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#evaluate-a-scoring-script", "https://wicg.github.io/turtledove/#infopanel-for-evaluate-a-scoring-script", "https://wicg.github.io/turtledove/#infopaneltitle-for-evaluate-a-scoring-script", "https://wicg.github.io/turtledove/#infopanel-for-evaluate-a-scoring-script", "https://wicg.github.io/turtledove/#infopaneltitle-for-evaluate-a-scoring-script", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-dictdef-auctionadconfig%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A1%E2%91%A0", @@ -2298,15 +2351,17 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-create-a-new-script-runner-realm%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interestgroupscoringscriptrunnerglobalscope%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-dfn-convert-idl-to-ecmascript-value%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-dfn-convert-idl-to-ecmascript-value%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-dfn-convert-idl-to-ecmascript-value%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-dfn-convert-idl-to-ecmascript-value%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-evaluate-a-script%E2%91%A0", "https://wicg.github.io/turtledove/#evaluate-a-reporting-script", "https://wicg.github.io/turtledove/#infopanel-for-evaluate-a-reporting-script", "https://wicg.github.io/turtledove/#infopaneltitle-for-evaluate-a-reporting-script", "https://wicg.github.io/turtledove/#infopanel-for-evaluate-a-reporting-script", "https://wicg.github.io/turtledove/#infopaneltitle-for-evaluate-a-reporting-script", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A7", "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", @@ -2325,21 +2380,21 @@ "https://wicg.github.io/turtledove/#infopanel-for-evaluate-a-script", "https://wicg.github.io/turtledove/#infopaneltitle-for-evaluate-a-script", "https://wicg.github.io/turtledove/#ref-for-realm%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-sec-completion-record-specification-type%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-sec-completion-record-specification-type%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-sec-completion-record-specification-type%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-sec-ecmascript-language-types", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-realm-global%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-realm's-agent", "https://wicg.github.io/turtledove/#ref-for-sec-parse-script", "https://wicg.github.io/turtledove/#ref-for-script-record", "https://wicg.github.io/turtledove/#ref-for-concept-script%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-script-record%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-execution-context-stack", "https://wicg.github.io/turtledove/#ref-for-running-execution-context", @@ -2354,7 +2409,7 @@ "https://wicg.github.io/turtledove/#ref-for-sec-completion-record-specification-type%E2%91%A7", "https://wicg.github.io/turtledove/#evaluate-script-return", "https://wicg.github.io/turtledove/#ref-for-sec-completion-record-specification-type%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-running-execution-context%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-execution-context-stack%E2%91%A0", "https://wicg.github.io/turtledove/#global-scopes", @@ -2379,11 +2434,11 @@ "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupbiddingscriptrunnerglobalscope-setbid", "https://wicg.github.io/turtledove/#ref-for-dictdef-generatebidoutput%E2%91%A0", "https://wicg.github.io/turtledove/#dom-interestgroupbiddingscriptrunnerglobalscope-setbid-generatebidoutput-generatebidoutput", - "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupbiddingscriptrunnerglobalscope-setpriority", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#dom-interestgroupbiddingscriptrunnerglobalscope-setpriority-priority-priority", - "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupbiddingscriptrunnerglobalscope-setprioritysignalsoverride", "https://wicg.github.io/turtledove/#ref-for-idl-DOMString%E2%91%A2", "https://wicg.github.io/turtledove/#dom-interestgroupbiddingscriptrunnerglobalscope-setprioritysignalsoverride-key-priority-key", @@ -2488,7 +2543,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-interestgroupbiddingscriptrunnerglobalscope-priority-signals", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#interestgroupbiddingscriptrunnerglobalscope-interest-group", @@ -2496,7 +2551,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-interestgroupbiddingscriptrunnerglobalscope-interest-group", "https://wicg.github.io/turtledove/#infopanel-for-interestgroupbiddingscriptrunnerglobalscope-interest-group", "https://wicg.github.io/turtledove/#infopaneltitle-for-interestgroupbiddingscriptrunnerglobalscope-interest-group", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#interestgroupbiddingscriptrunnerglobalscope-expected-currency", "https://wicg.github.io/turtledove/#infopanel-for-interestgroupbiddingscriptrunnerglobalscope-expected-currency", "https://wicg.github.io/turtledove/#infopaneltitle-for-interestgroupbiddingscriptrunnerglobalscope-expected-currency", @@ -2521,7 +2576,7 @@ "https://wicg.github.io/turtledove/#infopanel-for-convert-generatebidoutput-to-generated-bid", "https://wicg.github.io/turtledove/#infopaneltitle-for-convert-generatebidoutput-to-generated-bid", "https://wicg.github.io/turtledove/#ref-for-dictdef-generatebidoutput%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-currency-tag%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A5", @@ -2533,7 +2588,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%A4", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-render", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A3%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-allowcomponentauction", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-bidcurrency", "https://wicg.github.io/turtledove/#ref-for-check-whether-a-string-is-a-valid-currency-tag%E2%91%A1", @@ -2546,7 +2601,7 @@ "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-bid%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-bid-with-currency-currency%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-ad", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-serialize-a-javascript-value-to-a-json-string%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-ad%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad%E2%91%A0", @@ -2556,12 +2611,12 @@ "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-render%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-validate-an-ad-url", - "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-convert-an-ad-render", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-render%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-descriptor%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-descriptor%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-adcomponents", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A3%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-adcomponents%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A1", @@ -2569,16 +2624,16 @@ "https://wicg.github.io/turtledove/#ref-for-idl-DOMString%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-validate-an-ad-url%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-convert-an-ad-render%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-adcost", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A4%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-cost%E2%91%A0", "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%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A4%E2%91%A4", "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%A0", "https://wicg.github.io/turtledove/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A0", @@ -2588,7 +2643,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-parse-an-adrender-dimension-value", "https://wicg.github.io/turtledove/#infopanel-for-parse-an-adrender-dimension-value", "https://wicg.github.io/turtledove/#infopaneltitle-for-parse-an-adrender-dimension-value", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A3", "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%A0", @@ -2607,17 +2662,17 @@ "https://wicg.github.io/turtledove/#infopanel-for-convert-an-ad-render", "https://wicg.github.io/turtledove/#infopaneltitle-for-convert-an-ad-render", "https://wicg.github.io/turtledove/#ref-for-dictdef-adrender%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dom-adrender-url", "https://wicg.github.io/turtledove/#ref-for-validate-an-ad-url%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dom-adrender-width", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A4%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-adrender-height", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A4%E2%91%A6", "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", @@ -2633,16 +2688,16 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-validate-an-ad-url", "https://wicg.github.io/turtledove/#infopanel-for-validate-an-ad-url", "https://wicg.github.io/turtledove/#infopaneltitle-for-validate-an-ad-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A1%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%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-list-iterate%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#dom-interestgroupbiddingscriptrunnerglobalscope-setbid", "https://wicg.github.io/turtledove/#infopanel-for-dom-interestgroupbiddingscriptrunnerglobalscope-setbid", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-interestgroupbiddingscriptrunnerglobalscope-setbid", @@ -2688,7 +2743,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-interestgroupbiddingscriptrunnerglobalscope-setprioritysignalsoverride", "https://wicg.github.io/turtledove/#infopanel-for-dom-interestgroupbiddingscriptrunnerglobalscope-setprioritysignalsoverride", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-interestgroupbiddingscriptrunnerglobalscope-setprioritysignalsoverride", - "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A1%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-priority-signals%E2%91%A1", @@ -2714,15 +2769,15 @@ "https://wicg.github.io/turtledove/#infopanel-for-interestgroupreportingscriptrunnerglobalscope", "https://wicg.github.io/turtledove/#infopaneltitle-for-interestgroupreportingscriptrunnerglobalscope", "https://wicg.github.io/turtledove/#ref-for-interestgroupscriptrunnerglobalscope%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupreportingscriptrunnerglobalscope-sendreportto", "https://wicg.github.io/turtledove/#ref-for-idl-DOMString%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#dom-interestgroupreportingscriptrunnerglobalscope-sendreportto-url-url", - "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupreportingscriptrunnerglobalscope-registeradbeacon", "https://wicg.github.io/turtledove/#ref-for-idl-record%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-idl-DOMString%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#dom-interestgroupreportingscriptrunnerglobalscope-registeradbeacon-map-map", "https://wicg.github.io/turtledove/#ref-for-interestgroupreportingscriptrunnerglobalscope%E2%91%A2", "https://wicg.github.io/turtledove/#interestgroupreportingscriptrunnerglobalscope-report-url", @@ -2730,7 +2785,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-interestgroupreportingscriptrunnerglobalscope-report-url", "https://wicg.github.io/turtledove/#infopanel-for-interestgroupreportingscriptrunnerglobalscope-report-url", "https://wicg.github.io/turtledove/#infopaneltitle-for-interestgroupreportingscriptrunnerglobalscope-report-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#interestgroupreportingscriptrunnerglobalscope-reporting-beacon-map", "https://wicg.github.io/turtledove/#infopanel-for-interestgroupreportingscriptrunnerglobalscope-reporting-beacon-map", "https://wicg.github.io/turtledove/#infopaneltitle-for-interestgroupreportingscriptrunnerglobalscope-reporting-beacon-map", @@ -2738,9 +2793,9 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-interestgroupreportingscriptrunnerglobalscope-reporting-beacon-map", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-dfn-url%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-dfn-url", "https://wicg.github.io/turtledove/#dom-interestgroupreportingscriptrunnerglobalscope-sendreportto", "https://wicg.github.io/turtledove/#infopanel-for-dom-interestgroupreportingscriptrunnerglobalscope-sendreportto", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-interestgroupreportingscriptrunnerglobalscope-sendreportto", @@ -2771,7 +2826,7 @@ "https://wicg.github.io/turtledove/#ref-for-interestgroupreportingscriptrunnerglobalscope-reporting-beacon-map%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A2%E2%91%A4", @@ -2781,7 +2836,7 @@ "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interestgroupreportingscriptrunnerglobalscope-reporting-beacon-map%E2%91%A1", "https://wicg.github.io/turtledove/#interest-group-updates", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-update-url%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-update-url%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-update%E2%91%A1", @@ -2789,7 +2844,7 @@ "https://wicg.github.io/turtledove/#ref-for-dom-navigator-updateadinterestgroups", "https://wicg.github.io/turtledove/#ref-for-SecureContext%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-navigator%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A1%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-updateadinterestgroups%E2%91%A0", "https://wicg.github.io/turtledove/#dom-navigator-updateadinterestgroups", "https://wicg.github.io/turtledove/#infopanel-for-dom-navigator-updateadinterestgroups", @@ -2807,10 +2862,10 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-update", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A1%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-next-update-after%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dfn-current-wall-time%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-request%E2%91%A3", @@ -2834,33 +2889,33 @@ "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-idl-boolean%E2%91%A3", "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%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A0%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%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A0%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-remove%E2%91%A4", "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%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A2%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-priority-signals-overrides%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-execution-mode%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A8", "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%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-url%E2%91%A4", @@ -2868,42 +2923,48 @@ "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-url-origin%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A2%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-include-credentials%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-url-fragment%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A1%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-keys%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dictdef-auctionad%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A1%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A1%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-auctionad-renderurl%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-include-credentials%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-render-url%E2%91%A7", + "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-dom-auctionad-metadata%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A4%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A4%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-metadata%E2%91%A4", "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%A3", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A2%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-dom-auctionad-buyerreportingid%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A4%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-reporting-id%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-dom-auctionad-buyerandsellerreportingid%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A5%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-and-seller-reporting-id%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-next-update-after%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dfn-current-wall-time%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-list-replace%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A2%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A2%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-set%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#abort-update", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#permissions-policy-integration", "https://wicg.github.io/turtledove/#ref-for-policy-controlled-feature%E2%91%A2", "https://wicg.github.io/turtledove/#join-ad-interest-group", @@ -2947,7 +3008,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-biddingbrowsersignals-topwindowhostname", "https://wicg.github.io/turtledove/#infopanel-for-dom-biddingbrowsersignals-topwindowhostname", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-biddingbrowsersignals-topwindowhostname", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#dom-biddingbrowsersignals-seller", "https://wicg.github.io/turtledove/#infopanel-for-dom-biddingbrowsersignals-seller", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-biddingbrowsersignals-seller", @@ -2965,7 +3026,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-biddingbrowsersignals-bidcount", "https://wicg.github.io/turtledove/#infopanel-for-dom-biddingbrowsersignals-bidcount", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-biddingbrowsersignals-bidcount", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#dom-biddingbrowsersignals-toplevelseller", "https://wicg.github.io/turtledove/#infopanel-for-dom-biddingbrowsersignals-toplevelseller", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-biddingbrowsersignals-toplevelseller", @@ -3001,13 +3062,13 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-scoringbrowsersignals-topwindowhostname", "https://wicg.github.io/turtledove/#infopanel-for-dom-scoringbrowsersignals-topwindowhostname", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-scoringbrowsersignals-topwindowhostname", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#dom-scoringbrowsersignals-interestgroupowner", "https://wicg.github.io/turtledove/#infopanel-for-dom-scoringbrowsersignals-interestgroupowner", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-scoringbrowsersignals-interestgroupowner", "https://wicg.github.io/turtledove/#infopanel-for-dom-scoringbrowsersignals-interestgroupowner", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-scoringbrowsersignals-interestgroupowner", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#dom-scoringbrowsersignals-renderurl", "https://wicg.github.io/turtledove/#infopanel-for-dom-scoringbrowsersignals-renderurl", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-scoringbrowsersignals-renderurl", @@ -3032,7 +3093,7 @@ "https://wicg.github.io/turtledove/#infopanel-for-dom-scoringbrowsersignals-dataversion", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-scoringbrowsersignals-dataversion", "https://wicg.github.io/turtledove/#ref-for-idl-sequence%E2%91%A0%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A2%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A2%E2%91%A2", "https://wicg.github.io/turtledove/#dom-scoringbrowsersignals-adcomponents", "https://wicg.github.io/turtledove/#infopanel-for-dom-scoringbrowsersignals-adcomponents", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-scoringbrowsersignals-adcomponents", @@ -3040,7 +3101,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-scoringbrowsersignals-adcomponents", "https://wicg.github.io/turtledove/#ref-for-dictdef-scoringbrowsersignals%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-scoringbrowsersignals-adcomponents%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-idl-undefined%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A5", @@ -3055,13 +3116,13 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportingbrowsersignals-topwindowhostname", "https://wicg.github.io/turtledove/#infopanel-for-dom-reportingbrowsersignals-topwindowhostname", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportingbrowsersignals-topwindowhostname", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A2%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#dom-reportingbrowsersignals-interestgroupowner", "https://wicg.github.io/turtledove/#infopanel-for-dom-reportingbrowsersignals-interestgroupowner", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportingbrowsersignals-interestgroupowner", "https://wicg.github.io/turtledove/#infopanel-for-dom-reportingbrowsersignals-interestgroupowner", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportingbrowsersignals-interestgroupowner", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A2%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A2%E2%91%A4", "https://wicg.github.io/turtledove/#dom-reportingbrowsersignals-renderurl", "https://wicg.github.io/turtledove/#infopanel-for-dom-reportingbrowsersignals-renderurl", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportingbrowsersignals-renderurl", @@ -3091,27 +3152,33 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportingbrowsersignals-highestscoringotherbidcurrency", "https://wicg.github.io/turtledove/#infopanel-for-dom-reportingbrowsersignals-highestscoringotherbidcurrency", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportingbrowsersignals-highestscoringotherbidcurrency", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A2%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A2%E2%91%A5", "https://wicg.github.io/turtledove/#dom-reportingbrowsersignals-toplevelseller", "https://wicg.github.io/turtledove/#infopanel-for-dom-reportingbrowsersignals-toplevelseller", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportingbrowsersignals-toplevelseller", "https://wicg.github.io/turtledove/#infopanel-for-dom-reportingbrowsersignals-toplevelseller", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportingbrowsersignals-toplevelseller", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#dom-reportingbrowsersignals-componentseller", "https://wicg.github.io/turtledove/#infopanel-for-dom-reportingbrowsersignals-componentseller", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportingbrowsersignals-componentseller", "https://wicg.github.io/turtledove/#infopanel-for-dom-reportingbrowsersignals-componentseller", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportingbrowsersignals-componentseller", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#dom-reportingbrowsersignals-buyerandsellerreportingid", + "https://wicg.github.io/turtledove/#infopanel-for-dom-reportingbrowsersignals-buyerandsellerreportingid", + "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportingbrowsersignals-buyerandsellerreportingid", + "https://wicg.github.io/turtledove/#infopanel-for-dom-reportingbrowsersignals-buyerandsellerreportingid", + "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportingbrowsersignals-buyerandsellerreportingid", "https://wicg.github.io/turtledove/#ref-for-dictdef-reportingbrowsersignals%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-reportingbrowsersignals-topwindowhostname%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-environment-top-level-origin%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-origin-host%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dom-reportingbrowsersignals-interestgroupowner%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A2%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-reportingbrowsersignals-renderurl%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-query-reporting-id-k-anonymity-count%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-query-reporting-id-k-anonymity-count%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-reportingbrowsersignals-bid%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-round-a-value%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-reportingbrowsersignals-highestscoringotherbid%E2%91%A0", @@ -3124,6 +3191,9 @@ "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-top-level-seller%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dom-reportingbrowsersignals-componentseller%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-component-seller%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-dom-reportingbrowsersignals-buyerandsellerreportingid%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-and-seller-reporting-id%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-query-reporting-id-k-anonymity-count%E2%91%A2", "https://wicg.github.io/turtledove/#dictdef-reportresultbrowsersignals", "https://wicg.github.io/turtledove/#infopanel-for-dictdef-reportresultbrowsersignals", "https://wicg.github.io/turtledove/#infopaneltitle-for-dictdef-reportresultbrowsersignals", @@ -3173,7 +3243,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportwinbrowsersignals-adcost", "https://wicg.github.io/turtledove/#infopanel-for-dom-reportwinbrowsersignals-adcost", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportwinbrowsersignals-adcost", - "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-idl-USVString%E2%91%A2%E2%91%A8", "https://wicg.github.io/turtledove/#dom-reportwinbrowsersignals-seller", "https://wicg.github.io/turtledove/#infopanel-for-dom-reportwinbrowsersignals-seller", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportwinbrowsersignals-seller", @@ -3191,6 +3261,12 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportwinbrowsersignals-interestgroupname", "https://wicg.github.io/turtledove/#infopanel-for-dom-reportwinbrowsersignals-interestgroupname", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportwinbrowsersignals-interestgroupname", + "https://wicg.github.io/turtledove/#ref-for-idl-DOMString%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#dom-reportwinbrowsersignals-buyerreportingid", + "https://wicg.github.io/turtledove/#infopanel-for-dom-reportwinbrowsersignals-buyerreportingid", + "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportwinbrowsersignals-buyerreportingid", + "https://wicg.github.io/turtledove/#infopanel-for-dom-reportwinbrowsersignals-buyerreportingid", + "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-reportwinbrowsersignals-buyerreportingid", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A5", "https://wicg.github.io/turtledove/#dom-reportwinbrowsersignals-modelingsignals", "https://wicg.github.io/turtledove/#infopanel-for-dom-reportwinbrowsersignals-modelingsignals", @@ -3208,12 +3284,18 @@ "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-cost%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-reportwinbrowsersignals-seller%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-reportwinbrowsersignals-madehighestscoringotherbid%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-dom-reportwinbrowsersignals-buyerreportingid%E2%91%A0", + "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%A8", + "https://wicg.github.io/turtledove/#ref-for-query-reporting-id-k-anonymity-count%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-reportwinbrowsersignals-interestgroupname%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-query-reporting-id-k-anonymity-count%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-query-reporting-id-k-anonymity-count%E2%91%A4", + "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-interest-group-ad-buyer-reporting-id%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dom-reportwinbrowsersignals-modelingsignals%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-reportwinbrowsersignals-dataversion%E2%91%A0", "https://wicg.github.io/turtledove/#interest-group", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A8", "https://wicg.github.io/turtledove/#infopanel-for-interest-group", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group", "https://wicg.github.io/turtledove/#infopanel-for-interest-group", @@ -3232,9 +3314,9 @@ "https://wicg.github.io/turtledove/#infopanel-for-interest-group-owner", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-owner", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A2%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A2%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A2%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-check-interest-group-permissions%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A1", "https://wicg.github.io/turtledove/#interest-group-name", @@ -3242,9 +3324,9 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-name", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-name", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-name", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A2%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#interest-group-priority", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-priority", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-priority", @@ -3266,7 +3348,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-priority-vector", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A0%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-perbuyerprioritysignals%E2%91%A1", @@ -3278,7 +3360,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-priority-signals-overrides", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dictdef-auctionadconfig%E2%91%A3", @@ -3292,71 +3374,71 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-bidding-url", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-bidding-url", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-bidding-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-concept-url%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-origin%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A0%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#interest-group-bidding-wasm-helper-url", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-bidding-wasm-helper-url", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-bidding-wasm-helper-url", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-bidding-wasm-helper-url", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-bidding-wasm-helper-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-url%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-bidding-wasm-helper-url%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A2%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#interest-group-update-url", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-update-url", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-update-url", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-update-url", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-update-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-update-url%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A3%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A2%E2%91%A8", "https://wicg.github.io/turtledove/#interest-group-trusted-bidding-signals-url", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-trusted-bidding-signals-url", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-trusted-bidding-signals-url", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-trusted-bidding-signals-url", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-trusted-bidding-signals-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-build-trusted-bidding-signals-url%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-url%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A3%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#interest-group-trusted-bidding-signals-keys", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-trusted-bidding-signals-keys", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-trusted-bidding-signals-keys", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-trusted-bidding-signals-keys", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-trusted-bidding-signals-keys", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A1%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-build-trusted-bidding-signals-url%E2%91%A1", "https://wicg.github.io/turtledove/#interest-group-user-bidding-signals", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-user-bidding-signals", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-user-bidding-signals", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-user-bidding-signals", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-user-bidding-signals", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A2", "https://wicg.github.io/turtledove/#interest-group-ads", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-ads", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-ads", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-ads", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-ads", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A1%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A8", "https://wicg.github.io/turtledove/#interest-group-ad-components", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-ad-components", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-ad-components", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-ad-components", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-ad-components", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A1%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#interest-group-joining-origin", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-joining-origin", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-joining-origin", @@ -3393,7 +3475,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-next-update-after", "https://wicg.github.io/turtledove/#ref-for-dfn-moment%E2%91%A1", "https://wicg.github.io/turtledove/#interest-group-ad", - "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-ad", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-ad", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-ad", @@ -3405,7 +3487,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-ad-render-url", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-ad-render-url", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-ad-render-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-urn-uuid", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-runadauction%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-the-iframe-element", @@ -3415,14 +3497,27 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-ad-metadata", "https://wicg.github.io/turtledove/#infopanel-for-interest-group-ad-metadata", "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-ad-metadata", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A3", + "https://wicg.github.io/turtledove/#interest-group-ad-buyer-reporting-id", + "https://wicg.github.io/turtledove/#infopanel-for-interest-group-ad-buyer-reporting-id", + "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-ad-buyer-reporting-id", + "https://wicg.github.io/turtledove/#infopanel-for-interest-group-ad-buyer-reporting-id", + "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-ad-buyer-reporting-id", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#interest-group-ad-buyer-and-seller-reporting-id", + "https://wicg.github.io/turtledove/#infopanel-for-interest-group-ad-buyer-and-seller-reporting-id", + "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-ad-buyer-and-seller-reporting-id", + "https://wicg.github.io/turtledove/#infopanel-for-interest-group-ad-buyer-and-seller-reporting-id", + "https://wicg.github.io/turtledove/#infopaneltitle-for-interest-group-ad-buyer-and-seller-reporting-id", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-buyer-reporting-id%E2%91%A8", "https://wicg.github.io/turtledove/#currency-tag", "https://wicg.github.io/turtledove/#ref-for-currency-tag%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#infopanel-for-currency-tag", "https://wicg.github.io/turtledove/#infopaneltitle-for-currency-tag", "https://wicg.github.io/turtledove/#infopanel-for-currency-tag", "https://wicg.github.io/turtledove/#infopaneltitle-for-currency-tag", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#serialize-a-currency-tag", "https://wicg.github.io/turtledove/#infopanel-for-serialize-a-currency-tag", "https://wicg.github.io/turtledove/#infopaneltitle-for-serialize-a-currency-tag", @@ -3434,8 +3529,8 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-check-whether-a-string-is-a-valid-currency-tag", "https://wicg.github.io/turtledove/#infopanel-for-check-whether-a-string-is-a-valid-currency-tag", "https://wicg.github.io/turtledove/#infopaneltitle-for-check-whether-a-string-is-a-valid-currency-tag", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string-length%E2%91%A0%E2%91%A6", "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", @@ -3464,7 +3559,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-auction-config-decision-logic-url", "https://wicg.github.io/turtledove/#infopanel-for-auction-config-decision-logic-url", "https://wicg.github.io/turtledove/#infopaneltitle-for-auction-config-decision-logic-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-auction-config-decision-logic-url%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A0%E2%91%A3", @@ -3474,7 +3569,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-auction-config-trusted-scoring-signals-url", "https://wicg.github.io/turtledove/#infopanel-for-auction-config-trusted-scoring-signals-url", "https://wicg.github.io/turtledove/#infopaneltitle-for-auction-config-trusted-scoring-signals-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-auction-config-trusted-scoring-signals-url%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-same-origin%E2%91%A0%E2%91%A4", @@ -3493,7 +3588,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-auction-config-auction-signals", "https://wicg.github.io/turtledove/#infopanel-for-auction-config-auction-signals", "https://wicg.github.io/turtledove/#infopaneltitle-for-auction-config-auction-signals", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-script-runner%E2%91%A0", "https://wicg.github.io/turtledove/#auction-config-seller-signals", @@ -3501,7 +3596,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-auction-config-seller-signals", "https://wicg.github.io/turtledove/#infopanel-for-auction-config-seller-signals", "https://wicg.github.io/turtledove/#infopaneltitle-for-auction-config-seller-signals", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-script-runner%E2%91%A1", "https://wicg.github.io/turtledove/#auction-config-seller-timeout", @@ -3520,7 +3615,7 @@ "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-script-runner%E2%91%A2", @@ -3574,7 +3669,7 @@ "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A2%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A0%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%93%AA", "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%A4", @@ -3585,7 +3680,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-auction-config-all-buyers-priority-signals", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-priority-signals%E2%91%A0", @@ -3678,7 +3773,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-wait-until-configuration-input-promises-resolve", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-auction-config-pending-promise-count", - "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-auction-config-auction-signals%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-auction-config-seller-signals%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-signals%E2%91%A0%E2%93%AA", @@ -3696,7 +3791,7 @@ "https://wicg.github.io/turtledove/#infopanel-for-recursively-wait-until-configuration-input-promises-resolve", "https://wicg.github.io/turtledove/#infopaneltitle-for-recursively-wait-until-configuration-input-promises-resolve", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A1%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-auction-config-component-auctions%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-wait-until-configuration-input-promises-resolve%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-wait-until-configuration-input-promises-resolve%E2%91%A1", @@ -3724,7 +3819,7 @@ "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-currencies%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-currencies%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A4%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A5%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-config-per-buyer-currencies%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#per-buyer-bid-generator", "https://wicg.github.io/turtledove/#ref-for-per-buyer-bid-generator%E2%91%A1", @@ -3734,7 +3829,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-per-buyer-bid-generator", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-dfn-url%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-dfn-url%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-url%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-per-signals-url-bid-generator%E2%91%A1", @@ -3750,27 +3845,27 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-joining-origin%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#previous-win", "https://wicg.github.io/turtledove/#ref-for-previous-win%E2%91%A1", "https://wicg.github.io/turtledove/#infopanel-for-previous-win", "https://wicg.github.io/turtledove/#infopaneltitle-for-previous-win", "https://wicg.github.io/turtledove/#infopanel-for-previous-win", "https://wicg.github.io/turtledove/#infopaneltitle-for-previous-win", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A4", "https://wicg.github.io/turtledove/#previous-win-time", "https://wicg.github.io/turtledove/#infopanel-for-previous-win-time", "https://wicg.github.io/turtledove/#infopaneltitle-for-previous-win-time", "https://wicg.github.io/turtledove/#infopanel-for-previous-win-time", "https://wicg.github.io/turtledove/#infopaneltitle-for-previous-win-time", "https://wicg.github.io/turtledove/#ref-for-dfn-moment%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A5", "https://wicg.github.io/turtledove/#previous-win-ad-json", "https://wicg.github.io/turtledove/#infopanel-for-previous-win-ad-json", "https://wicg.github.io/turtledove/#infopaneltitle-for-previous-win-ad-json", "https://wicg.github.io/turtledove/#infopanel-for-previous-win-ad-json", "https://wicg.github.io/turtledove/#infopaneltitle-for-previous-win-ad-json", - "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%A3", "https://wicg.github.io/turtledove/#bid-with-currency", "https://wicg.github.io/turtledove/#ref-for-bid-with-currency%E2%91%A4", "https://wicg.github.io/turtledove/#infopanel-for-bid-with-currency", @@ -3802,7 +3897,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-generated-bid-bid", "https://wicg.github.io/turtledove/#ref-for-bid-with-currency%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-bid-with-currency-value%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#generated-bid-bid-in-seller-currency", "https://wicg.github.io/turtledove/#infopanel-for-generated-bid-bid-in-seller-currency", "https://wicg.github.io/turtledove/#infopaneltitle-for-generated-bid-bid-in-seller-currency", @@ -3814,7 +3909,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-generated-bid-ad", "https://wicg.github.io/turtledove/#infopanel-for-generated-bid-ad", "https://wicg.github.io/turtledove/#infopaneltitle-for-generated-bid-ad", - "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%A4", "https://wicg.github.io/turtledove/#generated-bid-ad-descriptor", "https://wicg.github.io/turtledove/#infopanel-for-generated-bid-ad-descriptor", "https://wicg.github.io/turtledove/#infopaneltitle-for-generated-bid-ad-descriptor", @@ -3847,7 +3942,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-generated-bid-interest-group", "https://wicg.github.io/turtledove/#infopanel-for-generated-bid-interest-group", "https://wicg.github.io/turtledove/#infopaneltitle-for-generated-bid-interest-group", - "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#generated-bid-modified-bid", "https://wicg.github.io/turtledove/#infopanel-for-generated-bid-modified-bid", "https://wicg.github.io/turtledove/#infopaneltitle-for-generated-bid-modified-bid", @@ -3871,7 +3966,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-ad-descriptor-url", "https://wicg.github.io/turtledove/#infopanel-for-ad-descriptor-url", "https://wicg.github.io/turtledove/#infopaneltitle-for-ad-descriptor-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ad-descriptor-size", "https://wicg.github.io/turtledove/#infopanel-for-ad-descriptor-size", "https://wicg.github.io/turtledove/#infopaneltitle-for-ad-descriptor-size", @@ -3895,7 +3990,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-ad-size-width-units", "https://wicg.github.io/turtledove/#infopanel-for-ad-size-width-units", "https://wicg.github.io/turtledove/#infopaneltitle-for-ad-size-width-units", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ad-size-height", "https://wicg.github.io/turtledove/#infopanel-for-ad-size-height", "https://wicg.github.io/turtledove/#infopaneltitle-for-ad-size-height", @@ -3907,7 +4002,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-ad-size-height-units", "https://wicg.github.io/turtledove/#infopanel-for-ad-size-height-units", "https://wicg.github.io/turtledove/#infopaneltitle-for-ad-size-height-units", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#score-ad-output", "https://wicg.github.io/turtledove/#ref-for-score-ad-output", "https://wicg.github.io/turtledove/#infopanel-for-score-ad-output", @@ -3931,7 +4026,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-scoreadoutput-bid", "https://wicg.github.io/turtledove/#infopanel-for-dom-scoreadoutput-bid", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-scoreadoutput-bid", - "https://wicg.github.io/turtledove/#ref-for-idl-DOMString%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-idl-DOMString%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#dom-scoreadoutput-bidcurrency", "https://wicg.github.io/turtledove/#infopanel-for-dom-scoreadoutput-bidcurrency", "https://wicg.github.io/turtledove/#infopaneltitle-for-dom-scoreadoutput-bidcurrency", @@ -3977,7 +4072,7 @@ "https://wicg.github.io/turtledove/#ref-for-dictdef-scoreadoutput%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A2%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-dom-scoreadoutput-bidcurrency%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A4%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A5%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-check-whether-a-string-is-a-valid-currency-tag%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-dom-scoreadoutput-bidcurrency%E2%91%A3", "https://wicg.github.io/turtledove/#leading-bid-info", @@ -4044,19 +4139,19 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-leading-bid-info-top-level-seller", "https://wicg.github.io/turtledove/#infopanel-for-leading-bid-info-top-level-seller", "https://wicg.github.io/turtledove/#infopaneltitle-for-leading-bid-info-top-level-seller", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#leading-bid-info-top-level-seller-signals", "https://wicg.github.io/turtledove/#infopanel-for-leading-bid-info-top-level-seller-signals", "https://wicg.github.io/turtledove/#infopaneltitle-for-leading-bid-info-top-level-seller-signals", "https://wicg.github.io/turtledove/#infopanel-for-leading-bid-info-top-level-seller-signals", "https://wicg.github.io/turtledove/#infopaneltitle-for-leading-bid-info-top-level-seller-signals", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A8", "https://wicg.github.io/turtledove/#leading-bid-info-component-seller", "https://wicg.github.io/turtledove/#infopanel-for-leading-bid-info-component-seller", "https://wicg.github.io/turtledove/#infopaneltitle-for-leading-bid-info-component-seller", "https://wicg.github.io/turtledove/#infopanel-for-leading-bid-info-component-seller", "https://wicg.github.io/turtledove/#infopaneltitle-for-leading-bid-info-component-seller", - "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-leading-bid%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#leading-bid-info-bidding-data-version", "https://wicg.github.io/turtledove/#infopanel-for-leading-bid-info-bidding-data-version", @@ -4100,7 +4195,7 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-reporting-result-report-url", "https://wicg.github.io/turtledove/#infopanel-for-reporting-result-report-url", "https://wicg.github.io/turtledove/#infopaneltitle-for-reporting-result-report-url", - "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A0", "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/#infopanel-for-reporting-result-reporting-beacon-map", @@ -4109,9 +4204,9 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-reporting-result-reporting-beacon-map", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%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%91%A0", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-dfn-url%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-dfn-url%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupreportingscriptrunnerglobalscope-registeradbeacon%E2%91%A0", "https://wicg.github.io/turtledove/#privacy-considerations", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-joinadinterestgroup%E2%91%A4", @@ -5001,11 +5096,6 @@ "https://wicg.github.io/turtledove/#infopaneltitle-for-2d1093cd", "https://wicg.github.io/turtledove/#infopanel-for-2d1093cd", "https://wicg.github.io/turtledove/#infopaneltitle-for-2d1093cd", - "https://wicg.github.io/turtledove/#15e48c39", - "https://wicg.github.io/turtledove/#infopanel-for-15e48c39", - "https://wicg.github.io/turtledove/#infopaneltitle-for-15e48c39", - "https://wicg.github.io/turtledove/#infopanel-for-15e48c39", - "https://wicg.github.io/turtledove/#infopaneltitle-for-15e48c39", "https://wicg.github.io/turtledove/#0e6b2056", "https://wicg.github.io/turtledove/#infopanel-for-0e6b2056", "https://wicg.github.io/turtledove/#infopaneltitle-for-0e6b2056", diff --git a/ed/index.json b/ed/index.json index 7bd5e37d603c..0cd2a3d54710 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2023-07-18T12:43:41.058Z", + "date": "2023-07-18T18:34:55.217Z", "options": { "fallback": "webref-fallback/ed/index.json", "output": "report", @@ -276,7 +276,7 @@ ], "crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-digest-headers.html", "crawlCacheInfo": { - "lastModified": "Tue, 18 Jul 2023 01:13:03 GMT" + "lastModified": "Tue, 18 Jul 2023 15:03:01 GMT" }, "date": "18 July 2023", "links": "links/digest-headers.json", @@ -323,7 +323,7 @@ ], "crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html", "crawlCacheInfo": { - "lastModified": "Tue, 18 Jul 2023 01:13:03 GMT" + "lastModified": "Tue, 18 Jul 2023 15:03:01 GMT" }, "date": "18 July 2023", "links": "links/rfc6265bis.json", @@ -548,7 +548,7 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:27 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:28 GMT" }, "generator": "bikeshed", "date": "2 July 2023", @@ -608,7 +608,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-6/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:51 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:47 GMT" }, "generator": "bikeshed", "date": "16 February 2023", @@ -659,7 +659,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-hdr/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:53 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:49 GMT" }, "generator": "bikeshed", "date": "2 July 2023", @@ -711,7 +711,7 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-values-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:58 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:52 GMT" }, "generator": "bikeshed", "date": "21 February 2023", @@ -771,7 +771,7 @@ ], "crawled": "https://drafts.csswg.org/css-display-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:14 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:05 GMT" }, "generator": "bikeshed", "date": "20 April 2023", @@ -831,7 +831,7 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:16 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:07 GMT" }, "generator": "bikeshed", "date": "21 February 2023", @@ -890,7 +890,7 @@ ], "crawled": "https://drafts.csswg.org/css-env-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:20 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:10 GMT" }, "generator": "bikeshed", "date": "30 August 2021", @@ -943,7 +943,7 @@ ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:22 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:12 GMT" }, "generator": "bikeshed", "date": "26 August 2020", @@ -996,7 +996,7 @@ ], "crawled": "https://drafts.csswg.org/css-forms-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:43 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:28 GMT" }, "generator": "bikeshed", "date": "11 October 2017", @@ -1054,7 +1054,7 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:45 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:30 GMT" }, "generator": "bikeshed", "date": "17 July 2023", @@ -1114,7 +1114,7 @@ ], "crawled": "https://drafts.csswg.org/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:56 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:38 GMT" }, "generator": "bikeshed", "date": "22 February 2021", @@ -1174,7 +1174,7 @@ ], "crawled": "https://drafts.csswg.org/css-images-5/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:04 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:44 GMT" }, "generator": "bikeshed", "date": "28 November 2022", @@ -1227,7 +1227,7 @@ ], "crawled": "https://drafts.csswg.org/css-link-params-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:09 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:48 GMT" }, "generator": "bikeshed", "date": "16 December 2022", @@ -1287,7 +1287,7 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:19 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:56 GMT" }, "generator": "bikeshed", "date": "5 October 2021", @@ -1347,7 +1347,7 @@ ], "crawled": "https://drafts.csswg.org/css-page-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:32 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:06 GMT" }, "generator": "bikeshed", "date": "12 May 2023", @@ -1406,7 +1406,7 @@ ], "crawled": "https://drafts.csswg.org/css-position-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:37 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:10 GMT" }, "generator": "bikeshed", "date": "18 May 2023", @@ -1466,7 +1466,7 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:54 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:23 GMT" }, "generator": "bikeshed", "date": "10 May 2023", @@ -1527,7 +1527,7 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:59 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:27 GMT" }, "generator": "bikeshed", "date": "7 March 2022", @@ -1586,7 +1586,7 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:00 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:28 GMT" }, "generator": "bikeshed", "date": "23 June 2022", @@ -1646,7 +1646,7 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:34 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:55 GMT" }, "generator": "bikeshed", "date": "22 June 2023", @@ -1707,7 +1707,7 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:48 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:06 GMT" }, "generator": "bikeshed", "date": "6 April 2023", @@ -1767,7 +1767,7 @@ ], "crawled": "https://drafts.csswg.org/css-variables-2/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:52 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:09 GMT" }, "generator": "bikeshed", "date": "29 June 2022", @@ -1818,7 +1818,7 @@ ], "crawled": "https://drafts.csswg.org/css-viewport/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:57 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:13 GMT" }, "generator": "bikeshed", "date": "1 June 2023", @@ -5432,10 +5432,10 @@ ], "crawled": "https://screen-share.github.io/element-capture/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 19:51:39 GMT" + "lastModified": "Tue, 18 Jul 2023 15:33:26 GMT" }, "generator": "respec", - "date": "17 July 2023", + "date": "18 July 2023", "links": "links/element-capture.json", "refs": "refs/element-capture.json", "idl": "idl/element-capture.idl", @@ -6912,7 +6912,7 @@ ], "crawled": "https://tc39.es/proposal-set-methods/", "crawlCacheInfo": { - "lastModified": "Tue, 18 Jul 2023 04:45:45 GMT" + "lastModified": "Tue, 18 Jul 2023 15:21:51 GMT" }, "date": "18 July 2023", "links": "links/tc39-set-methods.json", @@ -7048,9 +7048,9 @@ ], "crawled": "https://tc39.es/proposal-temporal/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 19:11:51 GMT" + "lastModified": "Tue, 18 Jul 2023 15:18:16 GMT" }, - "date": "17 July 2023", + "date": "18 July 2023", "links": "links/tc39-temporal.json", "headings": "headings/tc39-temporal.json", "ids": "ids/tc39-temporal.json" @@ -7502,10 +7502,10 @@ ], "crawled": "https://w3c.github.io/PNG-spec/", "crawlCacheInfo": { - "lastModified": "Tue, 11 Jul 2023 12:45:34 GMT" + "lastModified": "Tue, 18 Jul 2023 16:41:39 GMT" }, "generator": "respec", - "date": "11 July 2023", + "date": "18 July 2023", "links": "links/PNG-spec.json", "refs": "refs/PNG-spec.json", "dfns": "dfns/PNG-spec.json", @@ -8022,10 +8022,10 @@ ], "crawled": "https://wicg.github.io/attribution-reporting-api/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 18:26:27 GMT" + "lastModified": "Tue, 18 Jul 2023 13:42:24 GMT" }, "generator": "bikeshed", - "date": "17 July 2023", + "date": "18 July 2023", "links": "links/attribution-reporting-api.json", "refs": "refs/attribution-reporting-api.json", "idl": "idl/attribution-reporting-api.idl", @@ -10775,10 +10775,10 @@ ], "crawled": "https://wicg.github.io/sanitizer-api/", "crawlCacheInfo": { - "lastModified": "Wed, 14 Jun 2023 11:19:50 GMT" + "lastModified": "Tue, 18 Jul 2023 13:14:34 GMT" }, "generator": "bikeshed", - "date": "14 June 2023", + "date": "18 July 2023", "links": "links/sanitizer-api.json", "refs": "refs/sanitizer-api.json", "idl": "idl/sanitizer-api.idl", @@ -11353,10 +11353,10 @@ ], "crawled": "https://wicg.github.io/trust-token-api/", "crawlCacheInfo": { - "lastModified": "Fri, 14 Jul 2023 17:34:11 GMT" + "lastModified": "Tue, 18 Jul 2023 13:57:58 GMT" }, "generator": "bikeshed", - "date": "14 July 2023", + "date": "18 July 2023", "links": "links/trust-token-api.json", "refs": "refs/trust-token-api.json", "idl": "idl/trust-token-api.idl", @@ -11402,10 +11402,10 @@ ], "crawled": "https://wicg.github.io/turtledove/", "crawlCacheInfo": { - "lastModified": "Wed, 12 Jul 2023 15:05:07 GMT" + "lastModified": "Tue, 18 Jul 2023 18:13:53 GMT" }, "generator": "bikeshed", - "date": "12 July 2023", + "date": "18 July 2023", "links": "links/turtledove.json", "refs": "refs/turtledove.json", "idl": "idl/turtledove.idl", @@ -12020,7 +12020,7 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc2397", "crawlCacheInfo": { - "lastModified": "Tue, 18 Jul 2023 06:33:35 GMT" + "lastModified": "Tue, 18 Jul 2023 18:33:38 GMT" }, "date": "18 July 2023", "links": "links/rfc2397.json", @@ -12198,7 +12198,7 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc6454", "crawlCacheInfo": { - "lastModified": "Tue, 18 Jul 2023 06:33:35 GMT" + "lastModified": "Tue, 18 Jul 2023 18:33:39 GMT" }, "date": "18 July 2023", "links": "links/rfc6454.json", @@ -12240,7 +12240,7 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc6797", "crawlCacheInfo": { - "lastModified": "Tue, 18 Jul 2023 06:33:38 GMT" + "lastModified": "Tue, 18 Jul 2023 07:14:19 GMT" }, "date": "18 July 2023", "links": "links/rfc6797.json", @@ -12607,7 +12607,7 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc7239", "crawlCacheInfo": { - "lastModified": "Tue, 18 Jul 2023 06:33:39 GMT" + "lastModified": "Tue, 18 Jul 2023 18:33:41 GMT" }, "date": "18 July 2023", "links": "links/rfc7239.json", @@ -12649,7 +12649,7 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc7469", "crawlCacheInfo": { - "lastModified": "Tue, 18 Jul 2023 00:51:50 GMT" + "lastModified": "Tue, 18 Jul 2023 18:33:41 GMT" }, "date": "18 July 2023", "links": "links/rfc7469.json", @@ -12785,7 +12785,7 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc7578", "crawlCacheInfo": { - "lastModified": "Tue, 18 Jul 2023 00:51:51 GMT" + "lastModified": "Tue, 18 Jul 2023 18:33:42 GMT" }, "date": "18 July 2023", "links": "links/rfc7578.json", @@ -13156,7 +13156,7 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc8942", "crawlCacheInfo": { - "lastModified": "Tue, 18 Jul 2023 06:33:39 GMT" + "lastModified": "Tue, 18 Jul 2023 18:33:42 GMT" }, "date": "18 July 2023", "links": "links/rfc8942.json", @@ -13202,9 +13202,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc9110", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:36:15 GMT" + "lastModified": "Tue, 18 Jul 2023 12:17:03 GMT" }, - "date": "17 July 2023", + "date": "18 July 2023", "links": "links/rfc9110.json", "refs": "refs/rfc9110.json", "headings": "headings/rfc9110.json", @@ -13248,7 +13248,7 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc9111", "crawlCacheInfo": { - "lastModified": "Tue, 18 Jul 2023 06:33:42 GMT" + "lastModified": "Tue, 18 Jul 2023 18:33:44 GMT" }, "date": "18 July 2023", "links": "links/rfc9111.json", @@ -13294,7 +13294,7 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc9112", "crawlCacheInfo": { - "lastModified": "Tue, 18 Jul 2023 00:51:53 GMT" + "lastModified": "Tue, 18 Jul 2023 08:11:49 GMT" }, "date": "18 July 2023", "links": "links/rfc9112.json", @@ -13386,7 +13386,7 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc9114", "crawlCacheInfo": { - "lastModified": "Tue, 18 Jul 2023 06:33:43 GMT" + "lastModified": "Tue, 18 Jul 2023 18:33:46 GMT" }, "date": "18 July 2023", "links": "links/rfc9114.json", @@ -13432,7 +13432,7 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc9163", "crawlCacheInfo": { - "lastModified": "Tue, 18 Jul 2023 12:41:35 GMT" + "lastModified": "Tue, 18 Jul 2023 18:33:46 GMT" }, "date": "18 July 2023", "links": "links/rfc9163.json", @@ -14908,7 +14908,7 @@ ], "crawled": "https://drafts.csswg.org/css-2022/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:11 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:15 GMT" }, "generator": "bikeshed", "date": "21 November 2022", @@ -14967,7 +14967,7 @@ ], "crawled": "https://drafts.csswg.org/css-2023/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:15 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:18 GMT" }, "generator": "bikeshed", "date": "10 February 2023", @@ -15032,7 +15032,7 @@ ], "crawled": "https://drafts.csswg.org/css-align-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:17 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:20 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -15092,7 +15092,7 @@ ], "crawled": "https://drafts.csswg.org/css-anchor-position-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:19 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:21 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -15223,7 +15223,7 @@ ], "crawled": "https://drafts.csswg.org/css-animations-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:21 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:23 GMT" }, "generator": "bikeshed", "date": "2 June 2023", @@ -15291,7 +15291,7 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:23 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:24 GMT" }, "generator": "bikeshed", "date": "12 June 2023", @@ -15359,7 +15359,7 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:26 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:27 GMT" }, "generator": "bikeshed", "date": "17 March 2023", @@ -15426,7 +15426,7 @@ ], "crawled": "https://drafts.csswg.org/css-box-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:29 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:29 GMT" }, "generator": "bikeshed", "date": "3 March 2023", @@ -15491,7 +15491,7 @@ ], "crawled": "https://drafts.csswg.org/css-box-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:30 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:30 GMT" }, "generator": "bikeshed", "date": "3 March 2023", @@ -15558,7 +15558,7 @@ ], "crawled": "https://drafts.csswg.org/css-break-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:31 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:31 GMT" }, "generator": "bikeshed", "date": "21 December 2022", @@ -15623,7 +15623,7 @@ ], "crawled": "https://drafts.csswg.org/css-break-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:33 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:33 GMT" }, "generator": "bikeshed", "date": "21 December 2022", @@ -15689,7 +15689,7 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:35 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:34 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -15756,7 +15756,7 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:37 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:36 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -15822,7 +15822,7 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-5/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:39 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:38 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -15889,7 +15889,7 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-6/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:41 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:39 GMT" }, "generator": "bikeshed", "date": "12 May 2023", @@ -15956,7 +15956,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:48:53 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:01 GMT" }, "date": "18 January 2022", "links": "links/css-color-3.json", @@ -16022,7 +16022,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:47 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:43 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -16089,7 +16089,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-5/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:49 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:46 GMT" }, "generator": "bikeshed", "date": "6 July 2023", @@ -16156,7 +16156,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-adjust-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:52 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:48 GMT" }, "generator": "bikeshed", "date": "14 June 2022", @@ -16223,7 +16223,7 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:55 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:50 GMT" }, "generator": "bikeshed", "date": "12 May 2023", @@ -16291,7 +16291,7 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:56 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:51 GMT" }, "generator": "bikeshed", "date": "4 August 2022", @@ -16357,7 +16357,7 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-5/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:49:57 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:52 GMT" }, "generator": "bikeshed", "date": "1 July 2023", @@ -16423,7 +16423,7 @@ ], "crawled": "https://drafts.csswg.org/css-contain-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:00 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:54 GMT" }, "generator": "bikeshed", "date": "15 January 2023", @@ -16490,7 +16490,7 @@ ], "crawled": "https://drafts.csswg.org/css-contain-2/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:03 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:56 GMT" }, "generator": "bikeshed", "date": "13 July 2023", @@ -16558,7 +16558,7 @@ ], "crawled": "https://drafts.csswg.org/css-contain-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:05 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:58 GMT" }, "generator": "bikeshed", "date": "12 May 2023", @@ -16625,7 +16625,7 @@ ], "crawled": "https://drafts.csswg.org/css-content-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:07 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:59 GMT" }, "generator": "bikeshed", "date": "23 June 2022", @@ -16691,7 +16691,7 @@ ], "crawled": "https://drafts.csswg.org/css-counter-styles-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:09 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:01 GMT" }, "generator": "bikeshed", "date": "25 May 2023", @@ -16759,7 +16759,7 @@ ], "crawled": "https://drafts.csswg.org/css-display-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:11 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:03 GMT" }, "generator": "bikeshed", "date": "27 March 2023", @@ -16825,7 +16825,7 @@ ], "crawled": "https://drafts.csswg.org/css-easing-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:15 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:06 GMT" }, "generator": "bikeshed", "date": "14 April 2023", @@ -16890,7 +16890,7 @@ ], "crawled": "https://drafts.csswg.org/css-flexbox-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:28 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:16 GMT" }, "generator": "bikeshed", "date": "17 March 2023", @@ -16956,7 +16956,7 @@ ], "crawled": "https://drafts.csswg.org/css-font-loading-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:30 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:18 GMT" }, "generator": "bikeshed", "date": "3 April 2023", @@ -17026,7 +17026,7 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:36 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:22 GMT" }, "generator": "bikeshed", "date": "29 June 2023", @@ -17093,7 +17093,7 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-5/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:42 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:27 GMT" }, "generator": "bikeshed", "date": "1 March 2023", @@ -17160,7 +17160,7 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:44 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:29 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -17226,7 +17226,7 @@ ], "crawled": "https://drafts.csswg.org/css-grid-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:50 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:33 GMT" }, "generator": "bikeshed", "date": "17 July 2023", @@ -17293,7 +17293,7 @@ ], "crawled": "https://drafts.csswg.org/css-grid-2/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:55 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:37 GMT" }, "generator": "bikeshed", "date": "17 July 2023", @@ -17353,7 +17353,7 @@ ], "crawled": "https://drafts.csswg.org/css-highlight-api-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:58 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:39 GMT" }, "generator": "bikeshed", "date": "5 April 2023", @@ -17421,7 +17421,7 @@ ], "crawled": "https://drafts.csswg.org/css-images-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:00 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:41 GMT" }, "generator": "bikeshed", "date": "5 July 2023", @@ -17488,7 +17488,7 @@ ], "crawled": "https://drafts.csswg.org/css-images-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:03 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:43 GMT" }, "generator": "bikeshed", "date": "5 July 2023", @@ -17555,7 +17555,7 @@ ], "crawled": "https://drafts.csswg.org/css-inline-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:07 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:46 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -17679,7 +17679,7 @@ ], "crawled": "https://drafts.csswg.org/css-line-grid-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:08 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:47 GMT" }, "generator": "bikeshed", "date": "15 July 2022", @@ -17745,7 +17745,7 @@ ], "crawled": "https://drafts.csswg.org/css-lists-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:11 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:50 GMT" }, "generator": "bikeshed", "date": "14 March 2023", @@ -17811,7 +17811,7 @@ ], "crawled": "https://drafts.csswg.org/css-logical-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:13 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:51 GMT" }, "generator": "bikeshed", "date": "3 March 2023", @@ -17943,7 +17943,7 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:18 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:55 GMT" }, "generator": "bikeshed", "date": "27 February 2023", @@ -18009,7 +18009,7 @@ ], "crawled": "https://drafts.csswg.org/css-namespaces-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:20 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:57 GMT" }, "generator": "bikeshed", "date": "18 August 2020", @@ -18069,7 +18069,7 @@ ], "crawled": "https://drafts.csswg.org/css-nav-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:22 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:58 GMT" }, "generator": "bikeshed", "date": "1 March 2023", @@ -18131,7 +18131,7 @@ ], "crawled": "https://drafts.csswg.org/css-nesting-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:24 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:59 GMT" }, "generator": "bikeshed", "date": "14 July 2023", @@ -18198,7 +18198,7 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:26 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:01 GMT" }, "generator": "bikeshed", "date": "28 March 2023", @@ -18264,7 +18264,7 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:28 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:03 GMT" }, "generator": "bikeshed", "date": "21 March 2023", @@ -18330,7 +18330,7 @@ ], "crawled": "https://drafts.csswg.org/css-overscroll-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:29 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:04 GMT" }, "generator": "bikeshed", "date": "3 March 2023", @@ -18397,7 +18397,7 @@ ], "crawled": "https://drafts.csswg.org/css-page-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:31 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:05 GMT" }, "generator": "bikeshed", "date": "12 May 2023", @@ -18457,7 +18457,7 @@ ], "crawled": "https://drafts.csswg.org/css-page-floats-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:33 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:07 GMT" }, "generator": "bikeshed", "date": "5 October 2021", @@ -18588,7 +18588,7 @@ ], "crawled": "https://drafts.csswg.org/css-position-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:36 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:09 GMT" }, "generator": "bikeshed", "date": "29 March 2023", @@ -18722,7 +18722,7 @@ ], "crawled": "https://drafts.csswg.org/css-pseudo-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:41 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:13 GMT" }, "generator": "bikeshed", "date": "4 July 2023", @@ -18783,7 +18783,7 @@ ], "crawled": "https://drafts.csswg.org/css-regions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:43 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:15 GMT" }, "generator": "bikeshed", "date": "17 May 2021", @@ -18844,7 +18844,7 @@ ], "crawled": "https://drafts.csswg.org/css-rhythm-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:44 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:15 GMT" }, "generator": "bikeshed", "date": "3 March 2023", @@ -18910,7 +18910,7 @@ ], "crawled": "https://drafts.csswg.org/css-round-display-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:45 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:16 GMT" }, "generator": "bikeshed", "date": "27 February 2023", @@ -18976,7 +18976,7 @@ ], "crawled": "https://drafts.csswg.org/css-ruby-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:48 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:18 GMT" }, "generator": "bikeshed", "date": "14 March 2023", @@ -19042,7 +19042,7 @@ ], "crawled": "https://drafts.csswg.org/css-scoping-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:49 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:20 GMT" }, "generator": "bikeshed", "date": "20 July 2022", @@ -19108,7 +19108,7 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-anchoring-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:50 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:21 GMT" }, "generator": "bikeshed", "date": "22 December 2020", @@ -19175,7 +19175,7 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:52 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:22 GMT" }, "generator": "bikeshed", "date": "20 April 2023", @@ -19241,7 +19241,7 @@ ], "crawled": "https://drafts.csswg.org/css-scrollbars-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:55 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:24 GMT" }, "generator": "bikeshed", "date": "26 May 2023", @@ -19307,7 +19307,7 @@ ], "crawled": "https://drafts.csswg.org/css-shadow-parts-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:56 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:25 GMT" }, "generator": "bikeshed", "date": "15 September 2020", @@ -19375,7 +19375,7 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:51:58 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:26 GMT" }, "generator": "bikeshed", "date": "6 September 2022", @@ -19442,7 +19442,7 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:02 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:30 GMT" }, "generator": "bikeshed", "date": "14 March 2023", @@ -19508,7 +19508,7 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:04 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:31 GMT" }, "generator": "bikeshed", "date": "6 July 2023", @@ -19574,7 +19574,7 @@ ], "crawled": "https://drafts.csswg.org/css-speech-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:06 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:32 GMT" }, "generator": "bikeshed", "date": "6 September 2022", @@ -19638,7 +19638,7 @@ ], "crawled": "https://drafts.csswg.org/css-style-attr/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:48:53 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:01 GMT" }, "date": "10 April 2015", "links": "links/css-style-attr.json", @@ -19703,7 +19703,7 @@ ], "crawled": "https://drafts.csswg.org/css-syntax-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:09 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:35 GMT" }, "generator": "bikeshed", "date": "12 July 2023", @@ -19769,7 +19769,7 @@ ], "crawled": "https://drafts.csswg.org/css-tables-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:12 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:37 GMT" }, "generator": "bikeshed", "date": "30 June 2022", @@ -19836,7 +19836,7 @@ ], "crawled": "https://drafts.csswg.org/css-text-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:15 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:40 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -19902,7 +19902,7 @@ ], "crawled": "https://drafts.csswg.org/css-text-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:23 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:46 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -19969,7 +19969,7 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:24 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:47 GMT" }, "generator": "bikeshed", "date": "18 August 2022", @@ -20035,7 +20035,7 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:27 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:49 GMT" }, "generator": "bikeshed", "date": "2 September 2022", @@ -20102,7 +20102,7 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:29 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:51 GMT" }, "generator": "bikeshed", "date": "6 April 2023", @@ -20168,7 +20168,7 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-2/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:31 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:53 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -20235,7 +20235,7 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:33 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:54 GMT" }, "generator": "bikeshed", "date": "13 March 2023", @@ -20371,7 +20371,7 @@ ], "crawled": "https://drafts.csswg.org/css-ui-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:36 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:57 GMT" }, "generator": "bikeshed", "date": "27 February 2023", @@ -20437,7 +20437,7 @@ ], "crawled": "https://drafts.csswg.org/css-ui-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:39 GMT" + "lastModified": "Tue, 18 Jul 2023 16:27:59 GMT" }, "generator": "bikeshed", "date": "25 May 2023", @@ -20505,7 +20505,7 @@ ], "crawled": "https://drafts.csswg.org/css-values-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:42 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:01 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -20572,7 +20572,7 @@ ], "crawled": "https://drafts.csswg.org/css-values-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:46 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:05 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -20639,7 +20639,7 @@ ], "crawled": "https://drafts.csswg.org/css-variables-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:50 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:08 GMT" }, "generator": "bikeshed", "date": "27 June 2022", @@ -20698,10 +20698,10 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:55 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:11 GMT" }, "generator": "bikeshed", - "date": "13 July 2023", + "date": "18 July 2023", "links": "links/css-view-transitions-1.json", "refs": "refs/css-view-transitions-1.json", "idl": "idl/css-view-transitions.idl", @@ -20765,7 +20765,7 @@ ], "crawled": "https://drafts.csswg.org/css-will-change-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:52:58 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:14 GMT" }, "generator": "bikeshed", "date": "29 April 2022", @@ -20832,7 +20832,7 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:53:01 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:16 GMT" }, "generator": "bikeshed", "date": "2 July 2023", @@ -20898,7 +20898,7 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:53:03 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:18 GMT" }, "generator": "bikeshed", "date": "2 July 2023", @@ -21102,7 +21102,7 @@ ], "crawled": "https://drafts.csswg.org/css2/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:53:13 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:26 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -21168,7 +21168,7 @@ ], "crawled": "https://drafts.csswg.org/css-exclusions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:50:21 GMT" + "lastModified": "Tue, 18 Jul 2023 16:26:11 GMT" }, "generator": "bikeshed", "date": "28 July 2021", @@ -21234,7 +21234,7 @@ ], "crawled": "https://drafts.csswg.org/cssom-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:53:17 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:29 GMT" }, "generator": "bikeshed", "date": "14 July 2023", @@ -21301,7 +21301,7 @@ ], "crawled": "https://drafts.csswg.org/cssom-view-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:53:22 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:33 GMT" }, "generator": "bikeshed", "date": "24 April 2023", @@ -24239,7 +24239,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:48:53 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:01 GMT" }, "date": "05 April 2022", "links": "links/mediaqueries-3.json", @@ -24304,7 +24304,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:53:28 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:38 GMT" }, "generator": "bikeshed", "date": "13 March 2023", @@ -24370,7 +24370,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-5/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:53:30 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:40 GMT" }, "generator": "bikeshed", "date": "24 August 2022", @@ -26921,7 +26921,7 @@ ], "crawled": "https://drafts.csswg.org/resize-observer-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:53:32 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:41 GMT" }, "generator": "bikeshed", "date": "27 January 2023", @@ -27239,10 +27239,10 @@ ], "crawled": "https://drafts.csswg.org/scroll-animations-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:53:34 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:43 GMT" }, "generator": "bikeshed", - "date": "8 June 2023", + "date": "20 June 2023", "links": "links/scroll-animations-1.json", "refs": "refs/scroll-animations-1.json", "idl": "idl/scroll-animations.idl", @@ -27492,7 +27492,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-3/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:48:53 GMT" + "lastModified": "Tue, 18 Jul 2023 16:25:01 GMT" }, "date": "30 January 2018", "links": "links/selectors-3.json", @@ -27557,7 +27557,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-4/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:53:38 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:46 GMT" }, "generator": "bikeshed", "date": "11 July 2023", @@ -27617,7 +27617,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-nonelement-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:53:39 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:47 GMT" }, "generator": "bikeshed", "date": "7 February 2021", @@ -29795,7 +29795,7 @@ ], "crawled": "https://drafts.csswg.org/web-animations-1/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:53:45 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:52 GMT" }, "generator": "bikeshed", "date": "15 June 2023", @@ -29862,7 +29862,7 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jul 2023 22:53:49 GMT" + "lastModified": "Tue, 18 Jul 2023 16:28:54 GMT" }, "generator": "bikeshed", "date": "4 April 2023", diff --git a/ed/links/PNG-spec.json b/ed/links/PNG-spec.json index 5ff94f40153b..51538e2d782b 100644 --- a/ed/links/PNG-spec.json +++ b/ed/links/PNG-spec.json @@ -61,7 +61,7 @@ "https://www.sciencedirect.com/science/article/pii/B9780080507545500293": {}, "https://www.w3.org/2003/11/REC-PNG-20031110-errata": {}, "https://www.w3.org/2020/01/registering-mediatypes.html": {}, - "https://www.w3.org/2021/Process-20211102/": {}, + "https://www.w3.org/2023/Process-20230612/": {}, "https://www.w3.org/Consortium/Patent-Policy/": { "anchors": [ "def-essential", diff --git a/ed/links/css-view-transitions-1.json b/ed/links/css-view-transitions-1.json index ff2fcb9a1320..392658e27be7 100644 --- a/ed/links/css-view-transitions-1.json +++ b/ed/links/css-view-transitions-1.json @@ -103,11 +103,6 @@ "https://github.com/w3c/csswg-drafts/issues/8924": {}, "https://github.com/w3c/csswg-drafts/pull/8879": {}, "https://html.spec.whatwg.org/multipage/": {}, - "https://html.spec.whatwg.org/multipage/document-sequences.html": { - "anchors": [ - "fully-active" - ] - }, "https://html.spec.whatwg.org/multipage/indices.html": { "anchors": [ "event-unhandledrejection" @@ -122,9 +117,6 @@ "anchors": [ "concept-relevant-realm", "concept-relevant-global", - "event-loop-processing-model:run-the-update-intersection-observations-steps", - "update-the-rendering", - "rendering-opportunity", "queue-a-global-task", "dom-manipulation-task-source" ] diff --git a/ed/links/scroll-animations-1.json b/ed/links/scroll-animations-1.json index 362553f02b0a..cbc7461ef62f 100644 --- a/ed/links/scroll-animations-1.json +++ b/ed/links/scroll-animations-1.json @@ -273,7 +273,8 @@ }, "https://drafts.csswg.org/web-animations-2/": { "anchors": [ - "dom-animationtimeline-duration" + "dom-animationtimeline-duration", + "animations" ], "specShortname": "web-animations-2" }, diff --git a/ed/links/tc39-set-methods.json b/ed/links/tc39-set-methods.json index c34d3dd4f17d..06bd1154b9f3 100644 --- a/ed/links/tc39-set-methods.json +++ b/ed/links/tc39-set-methods.json @@ -4,9 +4,11 @@ "url": "https://tc39.es/proposal-set-methods/" }, "links": { + "https://ecma-international.org/memento/codeofconduct.htm": {}, "https://tc39.es/ecma262/": { "anchors": [ "sec-requireinternalslot", + "sec-getiteratorfrommethod", "sec-iteratorstep", "sec-iteratorvalue", "sec-ordinaryobjectcreate", @@ -25,7 +27,6 @@ "sec-tonumber", "sec-tointegerorinfinity", "sec-iscallable", - "sec-iterator-records", "sec-samevaluezero" ] } diff --git a/ed/links/tc39-temporal.json b/ed/links/tc39-temporal.json index 9da05537645d..05bacc2bada9 100644 --- a/ed/links/tc39-temporal.json +++ b/ed/links/tc39-temporal.json @@ -49,7 +49,6 @@ "assert", "sec-completion-record-specification-type", "sec-ordinarycreatefromconstructor", - "sec-tostring", "eqn-truncate", "sec-tozeropaddeddecimalstring", "eqn-abs", @@ -71,6 +70,7 @@ "eqn-SecondsPerMinute", "eqn-msPerDay", "sec-time-values-and-time-range", + "sec-toprimitive", "list-concatenation", "sec-getnamedtimezoneoffsetnanoseconds", "sec-getnamedtimezoneepochnanoseconds", @@ -118,6 +118,7 @@ "sec-week-day", "eqn-MonthFromTime", "sec-toboolean", + "sec-tostring", "sec-expanded-years", "prod-TimeSeparator", "sec-codepointstostring", @@ -142,7 +143,6 @@ "sec-date", "sec-todatestring", "thistimevalue", - "sec-toprimitive", "sec-date.parse", "sec-properties-of-the-date-constructor", "sec-date.now", diff --git a/ed/links/trust-token-api.json b/ed/links/trust-token-api.json index 559b1e973ba6..4bb08d1a09b1 100644 --- a/ed/links/trust-token-api.json +++ b/ed/links/trust-token-api.json @@ -104,6 +104,7 @@ "byte-sequence", "list-iterate", "list-remove", + "byte-sequence-length", "list-empty", "assert", "iteration-continue", @@ -170,7 +171,19 @@ "https://www.ietf.org/archive/id/draft-ietf-privacypass-architecture-10.html": {}, "https://www.ietf.org/archive/id/draft-ietf-privacypass-auth-scheme-10.html": {}, "https://www.ietf.org/archive/id/draft-ietf-privacypass-protocol-10.html": {}, - "https://www.ietf.org/archive/id/draft-irtf-cfrg-voprf-13.html": {}, + "https://www.ietf.org/archive/id/draft-irtf-cfrg-voprf-21.html": { + "anchors": [ + "name-oprfp-384-sha-384", + "section-3.3.1-9", + "section-3.3.1-2" + ] + }, + "https://www.ietf.org/archive/id/draft-robert-privacypass-batched-tokens-01.html": { + "anchors": [ + "section-4-5", + "section-5-4" + ] + }, "https://www.rfc-editor.org/rfc/rfc4648": {}, "https://www.rfc-editor.org/rfc/rfc8259": {}, "https://www.rfc-editor.org/rfc/rfc8446": {}, diff --git a/ed/refs/trust-token-api.json b/ed/refs/trust-token-api.json index baee93573228..9dd6f2f76c31 100644 --- a/ed/refs/trust-token-api.json +++ b/ed/refs/trust-token-api.json @@ -5,6 +5,10 @@ }, "refs": { "normative": [ + { + "name": "BatchedTokens", + "url": "https://www.ietf.org/archive/id/draft-robert-privacypass-batched-tokens-01.html" + }, { "name": "DOM", "url": "https://dom.spec.whatwg.org/" @@ -83,7 +87,7 @@ }, { "name": "VOPRF", - "url": "https://www.ietf.org/archive/id/draft-irtf-cfrg-voprf-13.html" + "url": "https://www.ietf.org/archive/id/draft-irtf-cfrg-voprf-21.html" }, { "name": "WEBIDL",