From db6df3bc554c30e7347c94bfe8c3767f1d4ee4e7 Mon Sep 17 00:00:00 2001 From: curation-bot <> Date: Wed, 25 Sep 2024 18:44:00 +0000 Subject: [PATCH] Publish curated data from 7eee6d5415f0d02e0677457e208dda7d39c09b70 Curated data generated from raw data at 7eee6d5415f0d02e0677457e208dda7d39c09b70 --- ed/algorithms/topics.json | 38 +- ed/dfns/av1-avif.json | 167 ++- ed/headings/av1-avif.json | 4 +- ed/headings/tc39-temporal.json | 21 +- ed/headings/topics.json | 7 + ed/ids/av1-avif.json | 441 ++++++-- ed/ids/rfc6265bis.json | 2 +- ed/ids/tc39-temporal.json | 1937 ++++++++++++++++---------------- ed/ids/topics.json | 32 +- ed/index.json | 28 +- ed/links/WGSL.json | 1 + ed/links/av1-avif.json | 3 +- ed/links/rfc6265bis.json | 4 +- ed/links/tc39-temporal.json | 3 +- ed/refs/rfc6265bis.json | 8 +- 15 files changed, 1502 insertions(+), 1194 deletions(-) diff --git a/ed/algorithms/topics.json b/ed/algorithms/topics.json index 1d7d412be9c3..3d51f25b42c0 100644 --- a/ed/algorithms/topics.json +++ b/ed/algorithms/topics.json @@ -333,7 +333,7 @@ "html": "

Let lastEpochTime be epochs[numEpochs − 1]'s time.

" }, { - "html": "

Let epochSwitchTimeDecisionMessageArray be the concatenation of \"epoch-switch-time-decision|\" and callerContext’s top level context domain.

" + "html": "

Let epochSwitchTimeDecisionMessageArray be the concatenation of \"epoch-switch-time-decision|\", lastEpochTime, and callerContext’s top level context domain.

" }, { "html": "

Let epochSwitchTimeDecisionHmacOutput be the output of the HMAC algorithm, given input parameters: whichSha=SHA256, key=user agent’s user topics state's hmac key, and message_array=epochSwitchTimeDecisionMessageArray.

" @@ -344,6 +344,18 @@ { "html": "

Let epochSwitchTimeDelayIntroduction be a duration of (epochSwitchTimeDecisionHash % 172800) seconds (i.e. 172800 is 2 days in seconds).

" }, + { + "html": "

Let epochPhaseOutTimeDecisionMessageArray be the concatenation of \"epoch-phase-out-time-decision|\", lastEpochTime, and callerContext’s top level context domain.

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

Let epochPhaseOutTimeDecisionHmacOutput be the output of the HMAC algorithm, given input parameters: whichSha=SHA256, key=user agent’s user topics state's hmac key, and message_array=epochPhaseOutTimeDecisionMessageArray.

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

Let epochPhaseOutTimeDecisionHash be 64-bit truncation of epochPhaseOutTimeDecisionHmacOutput.

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

Let epochPhaseOutTimeOffset be a duration of (epochPhaseOutTimeDecisionHash % 172800) seconds (i.e. 172800 is 2 days in seconds).

" + }, { "html": "

Let timestamp be callerContext’s timestamp.

" }, @@ -387,10 +399,16 @@ { "html": "

Let i be startEpochIndex.

" }, + { + "html": "

Let epochRetentionDuration be a duration of 28 days.

" + }, { "html": "While iendEpochIndex:", - "rationale": "append", + "rationale": "if", "steps": [ + { + "html": "

If epochs[i]'s time < timestamp - epochRetentionDuration + epochPhaseOutTimeOffset, then continue.

" + }, { "html": "

Append epochs[i] to result.

" }, @@ -458,10 +476,10 @@ "html": "

Let topic be null.

" }, { - "html": "

Let topTopicIndexDecisionMessageArray be the concatenation of \"top-topic-index-decision|\", epoch’s time, and callerContext’s top level context domain.

" + "html": "

Let topTopicIndexDecisionMessageArray be the concatenation of \"top-topic-index-decision|\", epoch’s time, and callerContext’s top level context domain.

" }, { - "html": "

Let topTopicIndexDecisionHmacOutput be the output of the HMAC algorithm, given input parameters: whichSha=SHA256, key=user agent’s user topics state's hmac key, and message_array=topTopicIndexDecisionMessageArray.

" + "html": "

Let topTopicIndexDecisionHmacOutput be the output of the HMAC algorithm, given input parameters: whichSha=SHA256, key=user agent’s user topics state's hmac key, and message_array=topTopicIndexDecisionMessageArray.

" }, { "html": "

Let topTopicIndexDecisionHash be 64-bit truncation of topTopicIndexDecisionHmacOutput.

" @@ -488,10 +506,10 @@ "html": "

If topic is null, or if topic’s topic is 0 (i.e. the candidate topic was cleared), then continue.

" }, { - "html": "

Let randomOrTopTopicDecisionMessageArray be the concatenation of \"random-or-top-topic-decision|\", epoch’s time, and callerContext’s top level context domain.

" + "html": "

Let randomOrTopTopicDecisionMessageArray be the concatenation of \"random-or-top-topic-decision|\", epoch’s time, and callerContext’s top level context domain.

" }, { - "html": "

Let randomOrTopTopicDecisionHmacOutput be the output of the HMAC algorithm, given input parameters: whichSha=SHA256, key=user agent’s user topics state's hmac key, and message_array=randomOrTopTopicDecisionMessageArray.

" + "html": "

Let randomOrTopTopicDecisionHmacOutput be the output of the HMAC algorithm, given input parameters: whichSha=SHA256, key=user agent’s user topics state's hmac key, and message_array=randomOrTopTopicDecisionMessageArray.

" }, { "html": "

Let randomOrTopTopicDecisionHash be 64-bit truncation of randomOrTopTopicDecisionHmacOutput.

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

Let randomTopicIndexDecisionMessageArray be the concatenation of \"random-topic-index-decision|\", epoch’s time, and callerContext’s top level context domain.

" + "html": "

Let randomTopicIndexDecisionMessageArray be the concatenation of \"random-topic-index-decision|\", epoch’s time, and callerContext’s top level context domain.

" }, { - "html": "

Let randomTopicIndexDecisionHmacOutput be the output of the HMAC algorithm, given input parameters: whichSha=SHA256, key=user agent’s user topics state's hmac key, and message_array=randomTopicIndexDecisionMessageArray.

" + "html": "

Let randomTopicIndexDecisionHmacOutput be the output of the HMAC algorithm, given input parameters: whichSha=SHA256, key=user agent’s user topics state's hmac key, and message_array=randomTopicIndexDecisionMessageArray.

" }, { "html": "

Let randomTopicIndexDecisionHash be 64-bit truncation of randomTopicIndexDecisionHmacOutput.

" @@ -570,7 +588,7 @@ "html": "

Set topicsCallerContext’s caller domain to document’s origin's host's registrable domain.

" }, { - "html": "

Set topicsCallerContext’s top level context domain to topLevelDocument’s origin's host's registrable domain.

" + "html": "

Set topicsCallerContext’s top level context domain to topLevelDocument’s origin's host's registrable domain.

" }, { "html": "

Let unsafeMoment be the wall clock's unsafe current time.

" @@ -715,7 +733,7 @@ "html": "

Set topicsCallerContext’s caller domain to requestOrigin’s host's registrable domain.

" }, { - "html": "

Set topicsCallerContext’s top level context domain to topLevelDocument’s origin's host's registrable domain.

" + "html": "

Set topicsCallerContext’s top level context domain to topLevelDocument’s origin's host's registrable domain.

" }, { "html": "

Let unsafeMoment be the wall clock's unsafe current time.

" diff --git a/ed/dfns/av1-avif.json b/ed/dfns/av1-avif.json index 880e68f49936..547ca6b40183 100644 --- a/ed/dfns/av1-avif.json +++ b/ed/dfns/av1-avif.json @@ -407,14 +407,16 @@ "definedIn": "prose" }, { - "id": "version", - "href": "https://aomediacodec.github.io/av1-avif/#version", + "id": "sato-version", + "href": "https://aomediacodec.github.io/av1-avif/#sato-version", "linkingText": [ "version" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "sato" + ], "access": "private", "informative": false, "heading": { @@ -426,97 +428,182 @@ "definedIn": "prose" }, { - "id": "reserved", - "href": "https://aomediacodec.github.io/av1-avif/#reserved", + "id": "sato-reserved", + "href": "https://aomediacodec.github.io/av1-avif/#sato-reserved", "linkingText": [ "reserved" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "sato" + ], "access": "private", "informative": false, "heading": { - "id": "sample-transform-semantics", - "href": "https://aomediacodec.github.io/av1-avif/#sample-transform-semantics", - "title": "Semantics", - "number": "4.2.2.3" + "id": "title", + "href": "https://aomediacodec.github.io/av1-avif/#title", + "title": "AV1 Image File Format (AVIF)" }, "definedIn": "prose" }, { - "id": "bit_depth", - "href": "https://aomediacodec.github.io/av1-avif/#bit_depth", + "id": "sato-bit_depth", + "href": "https://aomediacodec.github.io/av1-avif/#sato-bit_depth", "linkingText": [ "bit_depth" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "sato" + ], "access": "private", "informative": false, "heading": { - "id": "sample-transform-semantics", - "href": "https://aomediacodec.github.io/av1-avif/#sample-transform-semantics", - "title": "Semantics", - "number": "4.2.2.3" + "id": "title", + "href": "https://aomediacodec.github.io/av1-avif/#title", + "title": "AV1 Image File Format (AVIF)" }, "definedIn": "prose" }, { - "id": "token_count", - "href": "https://aomediacodec.github.io/av1-avif/#token_count", + "id": "sato-intermediate-bit-depth", + "href": "https://aomediacodec.github.io/av1-avif/#sato-intermediate-bit-depth", + "linkingText": [ + "intermediate bit depth" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "sato" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://aomediacodec.github.io/av1-avif/#title", + "title": "AV1 Image File Format (AVIF)" + }, + "definedIn": "table" + }, + { + "id": "sato-num_bits", + "href": "https://aomediacodec.github.io/av1-avif/#sato-num_bits", + "linkingText": [ + "num_bits" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "sato" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://aomediacodec.github.io/av1-avif/#title", + "title": "AV1 Image File Format (AVIF)" + }, + "definedIn": "table" + }, + { + "id": "sato-token_count", + "href": "https://aomediacodec.github.io/av1-avif/#sato-token_count", "linkingText": [ "token_count" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "sato" + ], "access": "private", "informative": false, "heading": { - "id": "sample-transform-semantics", - "href": "https://aomediacodec.github.io/av1-avif/#sample-transform-semantics", - "title": "Semantics", - "number": "4.2.2.3" + "id": "title", + "href": "https://aomediacodec.github.io/av1-avif/#title", + "title": "AV1 Image File Format (AVIF)" }, "definedIn": "prose" }, { - "id": "token", - "href": "https://aomediacodec.github.io/av1-avif/#token", + "id": "sato-token", + "href": "https://aomediacodec.github.io/av1-avif/#sato-token", "linkingText": [ "token" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "sato" + ], "access": "private", "informative": false, "heading": { - "id": "sample-transform-semantics", - "href": "https://aomediacodec.github.io/av1-avif/#sample-transform-semantics", - "title": "Semantics", - "number": "4.2.2.3" + "id": "title", + "href": "https://aomediacodec.github.io/av1-avif/#title", + "title": "AV1 Image File Format (AVIF)" + }, + "definedIn": "prose" + }, + { + "id": "sato-operand", + "href": "https://aomediacodec.github.io/av1-avif/#sato-operand", + "linkingText": [ + "operand" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "sato" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://aomediacodec.github.io/av1-avif/#title", + "title": "AV1 Image File Format (AVIF)" }, "definedIn": "prose" }, { - "id": "constant", - "href": "https://aomediacodec.github.io/av1-avif/#constant", + "id": "sato-operator", + "href": "https://aomediacodec.github.io/av1-avif/#sato-operator", + "linkingText": [ + "operator" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "sato" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://aomediacodec.github.io/av1-avif/#title", + "title": "AV1 Image File Format (AVIF)" + }, + "definedIn": "prose" + }, + { + "id": "sato-constant", + "href": "https://aomediacodec.github.io/av1-avif/#sato-constant", "linkingText": [ "constant" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "sato" + ], "access": "private", "informative": false, "heading": { - "id": "sample-transform-semantics", - "href": "https://aomediacodec.github.io/av1-avif/#sample-transform-semantics", - "title": "Semantics", - "number": "4.2.2.3" + "id": "title", + "href": "https://aomediacodec.github.io/av1-avif/#title", + "title": "AV1 Image File Format (AVIF)" }, "definedIn": "prose" }, @@ -557,7 +644,7 @@ "heading": { "id": "altr-group", "href": "https://aomediacodec.github.io/av1-avif/#altr-group", - "title": "altr group", + "title": "'altr' group", "number": "5.1" }, "definedIn": "prose" @@ -578,7 +665,7 @@ "heading": { "id": "ster-group", "href": "https://aomediacodec.github.io/av1-avif/#ster-group", - "title": "ster group", + "title": "'ster' group", "number": "5.2" }, "definedIn": "prose" diff --git a/ed/headings/av1-avif.json b/ed/headings/av1-avif.json index 54e5e51d4f3f..4821c3c07d86 100644 --- a/ed/headings/av1-avif.json +++ b/ed/headings/av1-avif.json @@ -263,14 +263,14 @@ "id": "altr-group", "href": "https://aomediacodec.github.io/av1-avif/#altr-group", "level": 3, - "title": "altr group", + "title": "'altr' group", "number": "5.1" }, { "id": "ster-group", "href": "https://aomediacodec.github.io/av1-avif/#ster-group", "level": 3, - "title": "ster group", + "title": "'ster' group", "number": "5.2" }, { diff --git a/ed/headings/tc39-temporal.json b/ed/headings/tc39-temporal.json index 457947fe71ac..f267974b9b75 100644 --- a/ed/headings/tc39-temporal.json +++ b/ed/headings/tc39-temporal.json @@ -4127,61 +4127,54 @@ "level": 2, "number": "14.4" }, - { - "id": "sec-temporal-getutcepochnanoseconds", - "href": "https://tc39.es/proposal-temporal/#sec-temporal-getutcepochnanoseconds", - "title": "GetUTCEpochNanoseconds ( year, month, day, hour, minute, second, millisecond, microsecond, nanosecond [ , offsetNanoseconds ] )", - "level": 3, - "number": "14.4.1" - }, { "id": "sec-time-zone-identifiers", "href": "https://tc39.es/proposal-temporal/#sec-time-zone-identifiers", "title": "Time Zone Identifiers", "level": 3, - "number": "14.4.2" + "number": "14.4.1" }, { "id": "sec-systemtimezoneidentifier", "href": "https://tc39.es/proposal-temporal/#sec-systemtimezoneidentifier", "title": "SystemTimeZoneIdentifier ( )", "level": 3, - "number": "14.4.3" + "number": "14.4.2" }, { "id": "sec-time-zone-offset-strings", "href": "https://tc39.es/proposal-temporal/#sec-time-zone-offset-strings", "title": "Time Zone Offset String FormatFormats", "level": 3, - "number": "14.4.4" + "number": "14.4.3" }, { "id": "sec-localtime", "href": "https://tc39.es/proposal-temporal/#sec-localtime", "title": "LocalTime ( t )", "level": 3, - "number": "14.4.5" + "number": "14.4.4" }, { "id": "sec-utc-t", "href": "https://tc39.es/proposal-temporal/#sec-utc-t", "title": "UTC ( t )", "level": 3, - "number": "14.4.6" + "number": "14.4.5" }, { "id": "sec-timestring", "href": "https://tc39.es/proposal-temporal/#sec-timestring", "title": "TimeString ( tv )", "level": 3, - "number": "14.4.7" + "number": "14.4.6" }, { "id": "sec-timezoneestring", "href": "https://tc39.es/proposal-temporal/#sec-timezoneestring", "title": "TimeZoneString ( tv )", "level": 3, - "number": "14.4.8" + "number": "14.4.7" }, { "id": "sec-temporal-date-constructor", diff --git a/ed/headings/topics.json b/ed/headings/topics.json index cdc0e3b8f009..f084a61d4b09 100644 --- a/ed/headings/topics.json +++ b/ed/headings/topics.json @@ -49,6 +49,13 @@ "title": "User agent associated state", "number": "3" }, + { + "id": "expiring-stored-data", + "href": "https://patcg-individual-drafts.github.io/topics/#expiring-stored-data", + "level": 3, + "title": "Expiring stored data", + "number": "3.1" + }, { "id": "browsing-topic-dictionary-header", "href": "https://patcg-individual-drafts.github.io/topics/#browsing-topic-dictionary-header", diff --git a/ed/ids/av1-avif.json b/ed/ids/av1-avif.json index 554417805aa1..1a3f2d4cc461 100644 --- a/ed/ids/av1-avif.json +++ b/ed/ids/av1-avif.json @@ -45,7 +45,7 @@ "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-av1-image-item-data", "https://aomediacodec.github.io/av1-avif/#infopanel-for-av1-image-item-data", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-av1-image-item-data", - "https://aomediacodec.github.io/av1-avif/#assert-c0816326", + "https://aomediacodec.github.io/av1-avif/#assert-8ef3bad2", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-item-data", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A3", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A4", @@ -98,10 +98,10 @@ "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A1%E2%91%A5", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A1%E2%91%A6", "https://aomediacodec.github.io/av1-avif/#ref-for-operatingpointselectorproperty%E2%91%A0", - "https://aomediacodec.github.io/av1-avif/#assert-c3c2b07e", + "https://aomediacodec.github.io/av1-avif/#assert-547b3f26", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A1%E2%91%A7", "https://aomediacodec.github.io/av1-avif/#ref-for-operatingpointselectorproperty%E2%91%A1", - "https://aomediacodec.github.io/av1-avif/#assert-3572d989", + "https://aomediacodec.github.io/av1-avif/#assert-f6c470c1", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A1%E2%91%A8", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A2%E2%93%AA", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A2%E2%91%A0", @@ -115,7 +115,7 @@ "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A2%E2%91%A8", "https://aomediacodec.github.io/av1-avif/#clean-aperture-property", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A3%E2%93%AA", - "https://aomediacodec.github.io/av1-avif/#assert-5e6a8f83", + "https://aomediacodec.github.io/av1-avif/#assert-ecdb0910", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A3%E2%91%A0", "https://aomediacodec.github.io/av1-avif/#other-item-property", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-item%E2%91%A2", @@ -152,6 +152,7 @@ "https://aomediacodec.github.io/av1-avif/#ref-for-operatingpointselectorproperty%E2%91%A4", "https://aomediacodec.github.io/av1-avif/#ref-for-operatingpointselectorproperty%E2%91%A5", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-item%E2%91%A5", + "https://aomediacodec.github.io/av1-avif/#ref-for-op_index", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A5%E2%91%A2", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A5%E2%91%A3", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-item%E2%91%A6", @@ -188,6 +189,10 @@ "https://aomediacodec.github.io/av1-avif/#operating-point-selector-property-syntax", "https://aomediacodec.github.io/av1-avif/#operating-point-selector-property-semantics", "https://aomediacodec.github.io/av1-avif/#op_index", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-op_index", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-op_index", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-op_index", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-op_index", "https://aomediacodec.github.io/av1-avif/#assert-11e5cae1", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A6%E2%91%A6", "https://aomediacodec.github.io/av1-avif/#layer-selector-property", @@ -233,12 +238,13 @@ "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A7%E2%91%A5", "https://aomediacodec.github.io/av1-avif/#assert-773464dd", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A7%E2%91%A6", - "https://aomediacodec.github.io/av1-avif/#assert-a8b0de8a", + "https://aomediacodec.github.io/av1-avif/#assert-f42bd67a", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-sequence", - "https://aomediacodec.github.io/av1-avif/#assert-457192a4", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A7%E2%91%A7", - "https://aomediacodec.github.io/av1-avif/#assert-bfc4d5c2", + "https://aomediacodec.github.io/av1-avif/#assert-457192a4", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A7%E2%91%A8", + "https://aomediacodec.github.io/av1-avif/#assert-bfc4d5c2", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A8%E2%93%AA", "https://aomediacodec.github.io/av1-avif/#other-images", "https://aomediacodec.github.io/av1-avif/#auxiliary-images", "https://aomediacodec.github.io/av1-avif/#av1-auxiliary-image-item", @@ -254,14 +260,14 @@ "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-item%E2%91%A0%E2%91%A4", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-sequence%E2%91%A0", "https://aomediacodec.github.io/av1-avif/#assert-1047902f", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A8%E2%93%AA", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A8%E2%91%A0", - "https://aomediacodec.github.io/av1-avif/#assert-1243aeeb", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A8%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#assert-1243aeeb", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A8%E2%91%A2", - "https://aomediacodec.github.io/av1-avif/#assert-12507edd", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A8%E2%91%A3", + "https://aomediacodec.github.io/av1-avif/#assert-12507edd", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A8%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A8%E2%91%A5", "https://aomediacodec.github.io/av1-avif/#av1-alpha-image-item", "https://aomediacodec.github.io/av1-avif/#infopanel-for-av1-alpha-image-item", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-av1-alpha-image-item", @@ -274,6 +280,9 @@ "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-av1-alpha-image-sequence", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-auxiliary-image-item", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-auxiliary-image-sequence", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A8%E2%91%A6", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A8%E2%91%A7", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A8%E2%91%A8", "https://aomediacodec.github.io/av1-avif/#assert-37945cd1", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-alpha-image-item", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-alpha-image-sequence", @@ -287,66 +296,218 @@ "https://aomediacodec.github.io/av1-avif/#av1-depth-image-sequence", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-auxiliary-image-item%E2%91%A0", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-auxiliary-image-sequence%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%93%AA%E2%93%AA", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%93%AA%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%93%AA%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%93%AA%E2%91%A2", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%93%AA%E2%91%A3", "https://aomediacodec.github.io/av1-avif/#derived-images", "https://aomediacodec.github.io/av1-avif/#tone-map-derivation", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A8%E2%91%A5", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%93%AA%E2%91%A4", "https://aomediacodec.github.io/av1-avif/#ref-for-avif-image-brand-avif", - "https://aomediacodec.github.io/av1-avif/#assert-f656f7b2", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A8%E2%91%A6", + "https://aomediacodec.github.io/av1-avif/#assert-8360e667", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%93%AA%E2%91%A5", "https://aomediacodec.github.io/av1-avif/#ref-for-avif-altr", "https://aomediacodec.github.io/av1-avif/#sample-transform", "https://aomediacodec.github.io/av1-avif/#ref-for-avif-image-brand-avif%E2%91%A0", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-item%E2%91%A0%E2%91%A6", "https://aomediacodec.github.io/av1-avif/#sample-transform-definition", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A8%E2%91%A7", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%93%AA%E2%91%A6", "https://aomediacodec.github.io/av1-avif/#valdef-sample-transform-derived-image-item-type-sato", "https://aomediacodec.github.io/av1-avif/#sample-transform-derived-image-item", "https://aomediacodec.github.io/av1-avif/#infopanel-for-sample-transform-derived-image-item", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sample-transform-derived-image-item", "https://aomediacodec.github.io/av1-avif/#infopanel-for-sample-transform-derived-image-item", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sample-transform-derived-image-item", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A8%E2%91%A8", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%93%AA%E2%93%AA", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%93%AA%E2%91%A0", - "https://aomediacodec.github.io/av1-avif/#ref-for-sample-transform-derived-image-item", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%93%AA%E2%91%A1", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%93%AA%E2%91%A2", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%93%AA%E2%91%A3", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%93%AA%E2%91%A4", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%93%AA%E2%91%A5", - "https://aomediacodec.github.io/av1-avif/#ref-for-sample-transform-derived-image-item%E2%91%A0", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%93%AA%E2%91%A6", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-constant", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%93%AA%E2%91%A7", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%93%AA%E2%91%A8", - "https://aomediacodec.github.io/av1-avif/#ref-for-sample-transform-derived-image-item%E2%91%A1", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A0%E2%93%AA", + "https://aomediacodec.github.io/av1-avif/#ref-for-sample-transform-derived-image-item", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A0%E2%91%A0", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A0%E2%91%A1", - "https://aomediacodec.github.io/av1-avif/#ref-for-av1itemconfigurationproperty-av1c", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A0%E2%91%A2", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A0%E2%91%A3", - "https://aomediacodec.github.io/av1-avif/#ref-for-sample-transform-derived-image-item%E2%91%A2", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A0%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#ref-for-sample-transform-derived-image-item%E2%91%A0", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A0%E2%91%A5", - "https://aomediacodec.github.io/av1-avif/#example-958613cb", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A0%E2%91%A6", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A0%E2%91%A7", - "https://aomediacodec.github.io/av1-avif/#ref-for-sample-transform-derived-image-item%E2%91%A3", + "https://aomediacodec.github.io/av1-avif/#ref-for-sample-transform-derived-image-item%E2%91%A1", "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A0%E2%91%A8", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%93%AA", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#ref-for-av1itemconfigurationproperty-av1c", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%91%A2", + "https://aomediacodec.github.io/av1-avif/#ref-for-sample-transform-derived-image-item%E2%91%A2", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%91%A3", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%91%A5", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%91%A6", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%91%A7", + "https://aomediacodec.github.io/av1-avif/#example-e0f43f20", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%91%A8", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%93%AA", + "https://aomediacodec.github.io/av1-avif/#ref-for-sample-transform-derived-image-item%E2%91%A3", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%91%A0", "https://aomediacodec.github.io/av1-avif/#ref-for-sample-transform-derived-image-item%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#ref-for-avif-altr%E2%91%A0", "https://aomediacodec.github.io/av1-avif/#ref-for-sample-transform-derived-image-item%E2%91%A5", "https://aomediacodec.github.io/av1-avif/#sample-transform-syntax", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-token", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-token%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A2", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A2", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A3", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A3", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A5", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-token%E2%91%A1", "https://aomediacodec.github.io/av1-avif/#sample-transform-semantics", - "https://aomediacodec.github.io/av1-avif/#version", - "https://aomediacodec.github.io/av1-avif/#reserved", - "https://aomediacodec.github.io/av1-avif/#bit_depth", - "https://aomediacodec.github.io/av1-avif/#token_count", - "https://aomediacodec.github.io/av1-avif/#token", - "https://aomediacodec.github.io/av1-avif/#constant", - "https://aomediacodec.github.io/av1-avif/#sample-transform-constraints", + "https://aomediacodec.github.io/av1-avif/#sato-version", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-version", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-version", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-version", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-version", "https://aomediacodec.github.io/av1-avif/#ref-for-sample-transform-derived-image-item%E2%91%A6", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-version", + "https://aomediacodec.github.io/av1-avif/#sato-reserved", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-reserved", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-reserved", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-reserved", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-reserved", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-reserved", + "https://aomediacodec.github.io/av1-avif/#sato-bit_depth", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-bit_depth", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-bit_depth", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-bit_depth", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-bit_depth", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-constant%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-bit_depth", + "https://aomediacodec.github.io/av1-avif/#sato-intermediate-bit-depth", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-intermediate-bit-depth", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-intermediate-bit-depth", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-intermediate-bit-depth", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-intermediate-bit-depth", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-bit_depth%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#sato-num_bits", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-num_bits", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-num_bits", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-num_bits", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-num_bits", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-num_bits", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-num_bits%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A6", + "https://aomediacodec.github.io/av1-avif/#sato-token_count", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-token_count", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-token_count", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-token_count", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-token_count", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-token%E2%91%A2", + "https://aomediacodec.github.io/av1-avif/#sato-token", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-token", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-token", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-token", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-token", + "https://aomediacodec.github.io/av1-avif/#sato-operand", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-operand", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-operand", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-operand", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-operand", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-constant%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#sato-operator", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-operator", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-operator", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-operator", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-operator", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A7", "https://aomediacodec.github.io/av1-avif/#ref-for-sample-transform-derived-image-item%E2%91%A7", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%93%AA", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-token%E2%91%A3", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-token%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-token%E2%91%A5", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A8", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A5", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A0%E2%93%AA", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-bit_depth%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A0%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-token%E2%91%A6", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-token%E2%91%A7", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A6", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A0%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A7", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A0%E2%91%A2", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A8", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A0%E2%91%A3", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A0%E2%93%AA", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A0%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A0%E2%91%A5", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A0%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A0%E2%91%A6", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A0%E2%91%A7", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A0%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A0%E2%91%A8", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A1%E2%93%AA", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A0%E2%91%A2", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A1%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A1%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A0%E2%91%A3", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A1%E2%91%A2", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A1%E2%91%A3", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A1%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A1%E2%91%A5", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A0%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A1%E2%91%A6", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A0%E2%91%A5", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A1%E2%91%A7", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A0%E2%91%A6", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A1%E2%91%A8", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A0%E2%91%A7", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A2%E2%93%AA", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A2%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A2%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A0%E2%91%A8", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A2%E2%91%A2", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A1%E2%93%AA", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A2%E2%91%A3", + "https://aomediacodec.github.io/av1-avif/#sato-constant", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-constant", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-constant", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-sato-constant", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-sato-constant", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-intermediate-bit-depth", + "https://aomediacodec.github.io/av1-avif/#sample-transform-constraints", + "https://aomediacodec.github.io/av1-avif/#ref-for-sample-transform-derived-image-item%E2%91%A8", + "https://aomediacodec.github.io/av1-avif/#assert-73397869", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-token%E2%91%A8", + "https://aomediacodec.github.io/av1-avif/#ref-for-sample-transform-derived-image-item%E2%91%A0%E2%93%AA", + "https://aomediacodec.github.io/av1-avif/#assert-1f569fa5", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-token%E2%91%A0%E2%93%AA", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A2%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#assert-6c16d91f", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-token%E2%91%A0%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-token%E2%91%A0%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#assert-98b07e13", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A1%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#assert-75c5cbbc", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A1%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#assert-bac41e3a", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-token%E2%91%A0%E2%91%A2", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A1%E2%91%A2", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A2%E2%91%A5", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A1%E2%91%A3", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-token_count", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operator%E2%91%A1%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-operand%E2%91%A2%E2%91%A6", + "https://aomediacodec.github.io/av1-avif/#ref-for-sato-token_count%E2%91%A0", "https://aomediacodec.github.io/av1-avif/#groups", "https://aomediacodec.github.io/av1-avif/#avif-grpl", "https://aomediacodec.github.io/av1-avif/#infopanel-for-avif-grpl", @@ -355,15 +516,15 @@ "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-avif-grpl", "https://aomediacodec.github.io/av1-avif/#assert-988bf23f", "https://aomediacodec.github.io/av1-avif/#altr-group", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%91%A2", "https://aomediacodec.github.io/av1-avif/#avif-altr", "https://aomediacodec.github.io/av1-avif/#infopanel-for-avif-altr", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-avif-altr", "https://aomediacodec.github.io/av1-avif/#infopanel-for-avif-altr", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-avif-altr", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#ref-for-avif-altr%E2%91%A1", "https://aomediacodec.github.io/av1-avif/#ster-group", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%91%A2", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%91%A3", "https://aomediacodec.github.io/av1-avif/#avif-ster", "https://aomediacodec.github.io/av1-avif/#infopanel-for-avif-ster", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-avif-ster", @@ -371,16 +532,16 @@ "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-avif-ster", "https://aomediacodec.github.io/av1-avif/#brands", "https://aomediacodec.github.io/av1-avif/#brands-overview", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%91%A3", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%91%A5", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-file-format%E2%91%A3", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-file-format%E2%91%A4", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-file-format%E2%91%A5", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-file-format%E2%91%A6", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-file-format%E2%91%A7", "https://aomediacodec.github.io/av1-avif/#assert-bd18acea", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%91%A5", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%91%A6", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%91%A6", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%91%A7", "https://aomediacodec.github.io/av1-avif/#image-and-image-collection-brand", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-item%E2%91%A0%E2%91%A7", "https://aomediacodec.github.io/av1-avif/#avif-image-brand-avif", @@ -388,146 +549,160 @@ "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-avif-image-brand-avif", "https://aomediacodec.github.io/av1-avif/#infopanel-for-avif-image-brand-avif", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-avif-image-brand-avif", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%91%A7", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A1%E2%91%A8", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%91%A8", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%93%AA", "https://aomediacodec.github.io/av1-avif/#assert-569c9576", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-item%E2%91%A0%E2%91%A8", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-item%E2%91%A1%E2%93%AA", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-auxiliary-image-item%E2%91%A1", "https://aomediacodec.github.io/av1-avif/#assert-fae54de7", "https://aomediacodec.github.io/av1-avif/#ref-for-avif-image-brand-avif%E2%91%A1", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%93%AA", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%91%A1", "https://aomediacodec.github.io/av1-avif/#avif-intra-only-brand-avio", "https://aomediacodec.github.io/av1-avif/#infopanel-for-avif-intra-only-brand-avio", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-avif-intra-only-brand-avio", "https://aomediacodec.github.io/av1-avif/#infopanel-for-avif-intra-only-brand-avio", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-avif-intra-only-brand-avio", "https://aomediacodec.github.io/av1-avif/#ref-for-avif-intra-only-brand-avio", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%91%A1", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%91%A2", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%91%A2", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%91%A3", "https://aomediacodec.github.io/av1-avif/#assert-d13d352f", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-item%E2%91%A1%E2%91%A0", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%91%A3", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%91%A4", "https://aomediacodec.github.io/av1-avif/#assert-34dd8dd6", "https://aomediacodec.github.io/av1-avif/#ref-for-avif-intra-only-brand-avio%E2%91%A0", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%91%A4", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%91%A5", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%91%A5", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%91%A6", "https://aomediacodec.github.io/av1-avif/#image-sequence-brand", "https://aomediacodec.github.io/av1-avif/#avif-image-sequence-brand-avis", "https://aomediacodec.github.io/av1-avif/#infopanel-for-avif-image-sequence-brand-avis", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-avif-image-sequence-brand-avis", "https://aomediacodec.github.io/av1-avif/#infopanel-for-avif-image-sequence-brand-avis", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-avif-image-sequence-brand-avis", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%91%A6", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%91%A7", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%91%A7", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%91%A8", "https://aomediacodec.github.io/av1-avif/#assert-efe9c102", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-sequence%E2%91%A2", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-auxiliary-image-sequence%E2%91%A1", "https://aomediacodec.github.io/av1-avif/#assert-ed1008e7", "https://aomediacodec.github.io/av1-avif/#ref-for-avif-image-sequence-brand-avis", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A2%E2%91%A8", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%93%AA", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%93%AA", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%91%A0", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-sequence%E2%91%A3", "https://aomediacodec.github.io/av1-avif/#ref-for-avif-intra-only-brand-avio%E2%91%A1", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%91%A0", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%91%A2", "https://aomediacodec.github.io/av1-avif/#assert-254a98fe", - "https://aomediacodec.github.io/av1-avif/#assert-248ad609", + "https://aomediacodec.github.io/av1-avif/#assert-bc61e83a", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-sequence%E2%91%A4", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%91%A2", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%91%A3", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%91%A3", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%91%A4", "https://aomediacodec.github.io/av1-avif/#assert-7d2f92b6", "https://aomediacodec.github.io/av1-avif/#ref-for-avif-intra-only-brand-avio%E2%91%A2", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-item%E2%91%A1%E2%91%A1", "https://aomediacodec.github.io/av1-avif/#file-constraints", - "https://aomediacodec.github.io/av1-avif/#assert-cc4551b3", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%91%A4", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%91%A5", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%91%A6", + "https://aomediacodec.github.io/av1-avif/#assert-3fcbf80d", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%91%A5", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%91%A6", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%91%A7", "https://aomediacodec.github.io/av1-avif/#assert-c9940d26", "https://aomediacodec.github.io/av1-avif/#ref-for-avif-image-brand-avif%E2%91%A2", "https://aomediacodec.github.io/av1-avif/#ref-for-avif-image-sequence-brand-avis%E2%91%A0", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%91%A7", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A3%E2%91%A8", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%91%A8", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%93%AA", "https://aomediacodec.github.io/av1-avif/#assert-bae3ce0c", "https://aomediacodec.github.io/av1-avif/#profiles", "https://aomediacodec.github.io/av1-avif/#profiles-overview", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-file-format%E2%91%A8", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-file-format%E2%91%A0%E2%93%AA", "https://aomediacodec.github.io/av1-avif/#assert-90b9bfa3", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%93%AA", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%91%A0", "https://aomediacodec.github.io/av1-avif/#assert-951c6d0d", "https://aomediacodec.github.io/av1-avif/#ref-for-avif-image-sequence-brand-avis%E2%91%A1", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%91%A0", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%91%A2", "https://aomediacodec.github.io/av1-avif/#assert-8b7ce377", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-file-format%E2%91%A0%E2%91%A0", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%91%A2", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%91%A3", "https://aomediacodec.github.io/av1-avif/#example-ee584b29", "https://aomediacodec.github.io/av1-avif/#baseline-profile", "https://aomediacodec.github.io/av1-avif/#avif-baseline-profile-ma1b", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%91%A3", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-avif-baseline-profile-ma1b", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-avif-baseline-profile-ma1b", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-avif-baseline-profile-ma1b", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-avif-baseline-profile-ma1b", + "https://aomediacodec.github.io/av1-avif/#ref-for-avif-baseline-profile-ma1b", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%91%A5", "https://aomediacodec.github.io/av1-avif/#assert-6ac49813", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%91%A5", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%91%A6", "https://aomediacodec.github.io/av1-avif/#assert-49344907", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%91%A6", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%91%A7", "https://aomediacodec.github.io/av1-avif/#assert-5503fd6a", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%91%A7", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%91%A8", "https://aomediacodec.github.io/av1-avif/#assert-d42b107b", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A4%E2%91%A8", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%93%AA", "https://aomediacodec.github.io/av1-avif/#assert-cc9ff415", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%93%AA", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%91%A0", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-item%E2%91%A1%E2%91%A2", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-sequence%E2%91%A5", "https://aomediacodec.github.io/av1-avif/#assert-76bdbeb4", - "https://aomediacodec.github.io/av1-avif/#example-025f4925", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%91%A0", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%91%A1", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%91%A2", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%91%A3", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%91%A4", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%91%A5", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%91%A6", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%91%A7", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A5%E2%91%A8", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%93%AA", + "https://aomediacodec.github.io/av1-avif/#example-190506b9", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%91%A2", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%91%A3", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%91%A5", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%91%A6", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%91%A7", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%91%A8", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A7%E2%93%AA", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A7%E2%91%A0", "https://aomediacodec.github.io/av1-avif/#advanced-profile", "https://aomediacodec.github.io/av1-avif/#avif-advanced-profile-ma1a", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%91%A0", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-avif-advanced-profile-ma1a", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-avif-advanced-profile-ma1a", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-avif-advanced-profile-ma1a", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-avif-advanced-profile-ma1a", + "https://aomediacodec.github.io/av1-avif/#ref-for-avif-advanced-profile-ma1a", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A7%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A7%E2%91%A2", "https://aomediacodec.github.io/av1-avif/#assert-6ac49813", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%91%A2", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A7%E2%91%A3", "https://aomediacodec.github.io/av1-avif/#assert-49344907", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%91%A3", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A7%E2%91%A4", "https://aomediacodec.github.io/av1-avif/#assert-5503fd6a", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A7%E2%91%A5", "https://aomediacodec.github.io/av1-avif/#assert-d42b107b", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%91%A5", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A7%E2%91%A6", "https://aomediacodec.github.io/av1-avif/#assert-cc9ff415", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%91%A6", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A7%E2%91%A7", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-item%E2%91%A1%E2%91%A3", "https://aomediacodec.github.io/av1-avif/#assert-994c71bb", "https://aomediacodec.github.io/av1-avif/#ref-for-av1-image-sequence%E2%91%A6", "https://aomediacodec.github.io/av1-avif/#assert-7f965b8f", "https://aomediacodec.github.io/av1-avif/#assert-d00bacd1", "https://aomediacodec.github.io/av1-avif/#assert-d0390d60", - "https://aomediacodec.github.io/av1-avif/#example-e237da1f", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%91%A7", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A6%E2%91%A8", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A7%E2%93%AA", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A7%E2%91%A0", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A7%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#example-416a52f0", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A7%E2%91%A8", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A8%E2%93%AA", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A8%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A8%E2%91%A1", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A8%E2%91%A2", "https://aomediacodec.github.io/av1-avif/#box-lists", "https://aomediacodec.github.io/av1-avif/#avif-boxes", "https://aomediacodec.github.io/av1-avif/#avif-required-boxes", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A7%E2%91%A2", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A7%E2%91%A3", - "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A7%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A8%E2%91%A3", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A8%E2%91%A4", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A8%E2%91%A5", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A8%E2%91%A6", "https://aomediacodec.github.io/av1-avif/#avif-required-boxes-additional", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A8%E2%91%A7", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A0%E2%91%A8%E2%91%A8", + "https://aomediacodec.github.io/av1-avif/#ref-for-something%E2%91%A1%E2%93%AA%E2%93%AA", "https://aomediacodec.github.io/av1-avif/#ref-for-avif-grpl", - "https://aomediacodec.github.io/av1-avif/#ref-for-avif-altr%E2%91%A0", + "https://aomediacodec.github.io/av1-avif/#ref-for-avif-altr%E2%91%A2", "https://aomediacodec.github.io/av1-avif/#ref-for-avif-ster", "https://aomediacodec.github.io/av1-avif/#mime-registration", "https://aomediacodec.github.io/av1-avif/#change-list", @@ -651,6 +826,21 @@ "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-89bfaf88", "https://aomediacodec.github.io/av1-avif/#infopanel-for-89bfaf88", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-89bfaf88", + "https://aomediacodec.github.io/av1-avif/#f4d0cb03", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-f4d0cb03", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-f4d0cb03", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-f4d0cb03", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-f4d0cb03", + "https://aomediacodec.github.io/av1-avif/#d502f69f", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-d502f69f", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-d502f69f", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-d502f69f", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-d502f69f", + "https://aomediacodec.github.io/av1-avif/#336e8e9f", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-336e8e9f", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-336e8e9f", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-336e8e9f", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-336e8e9f", "https://aomediacodec.github.io/av1-avif/#54060927", "https://aomediacodec.github.io/av1-avif/#infopanel-for-54060927", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-54060927", @@ -771,6 +961,11 @@ "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-1d77ab01", "https://aomediacodec.github.io/av1-avif/#infopanel-for-1d77ab01", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-1d77ab01", + "https://aomediacodec.github.io/av1-avif/#7284c50b", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-7284c50b", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-7284c50b", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-7284c50b", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-7284c50b", "https://aomediacodec.github.io/av1-avif/#9fdb6dda", "https://aomediacodec.github.io/av1-avif/#infopanel-for-9fdb6dda", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-9fdb6dda", @@ -781,11 +976,21 @@ "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-d661e727", "https://aomediacodec.github.io/av1-avif/#infopanel-for-d661e727", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-d661e727", + "https://aomediacodec.github.io/av1-avif/#4d46b131", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-4d46b131", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-4d46b131", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-4d46b131", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-4d46b131", "https://aomediacodec.github.io/av1-avif/#087e720b", "https://aomediacodec.github.io/av1-avif/#infopanel-for-087e720b", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-087e720b", "https://aomediacodec.github.io/av1-avif/#infopanel-for-087e720b", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-087e720b", + "https://aomediacodec.github.io/av1-avif/#24f179d3", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-24f179d3", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-24f179d3", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-24f179d3", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-24f179d3", "https://aomediacodec.github.io/av1-avif/#c137dd95", "https://aomediacodec.github.io/av1-avif/#infopanel-for-c137dd95", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-c137dd95", @@ -801,11 +1006,26 @@ "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-f7e6f0d6", "https://aomediacodec.github.io/av1-avif/#infopanel-for-f7e6f0d6", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-f7e6f0d6", + "https://aomediacodec.github.io/av1-avif/#12c4c0f7", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-12c4c0f7", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-12c4c0f7", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-12c4c0f7", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-12c4c0f7", "https://aomediacodec.github.io/av1-avif/#2d8a154e", "https://aomediacodec.github.io/av1-avif/#infopanel-for-2d8a154e", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-2d8a154e", "https://aomediacodec.github.io/av1-avif/#infopanel-for-2d8a154e", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-2d8a154e", + "https://aomediacodec.github.io/av1-avif/#f92aa1f3", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-f92aa1f3", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-f92aa1f3", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-f92aa1f3", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-f92aa1f3", + "https://aomediacodec.github.io/av1-avif/#2fd84947", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-2fd84947", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-2fd84947", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-2fd84947", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-2fd84947", "https://aomediacodec.github.io/av1-avif/#a0ebee8f", "https://aomediacodec.github.io/av1-avif/#infopanel-for-a0ebee8f", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-a0ebee8f", @@ -821,6 +1041,11 @@ "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-79c8abc0", "https://aomediacodec.github.io/av1-avif/#infopanel-for-79c8abc0", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-79c8abc0", + "https://aomediacodec.github.io/av1-avif/#040ac565", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-040ac565", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-040ac565", + "https://aomediacodec.github.io/av1-avif/#infopanel-for-040ac565", + "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-040ac565", "https://aomediacodec.github.io/av1-avif/#aa1a4784", "https://aomediacodec.github.io/av1-avif/#infopanel-for-aa1a4784", "https://aomediacodec.github.io/av1-avif/#infopaneltitle-for-aa1a4784", diff --git a/ed/ids/rfc6265bis.json b/ed/ids/rfc6265bis.json index b9554cc75e39..5b7b3e1b9774 100644 --- a/ed/ids/rfc6265bis.json +++ b/ed/ids/rfc6265bis.json @@ -1236,7 +1236,6 @@ "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#RFC6454", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#RFC8126", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#SAMESITE", - "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#SERVICE-WORKERS", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#USASCII", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#sec-informative-references", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#section-10.2", @@ -1259,6 +1258,7 @@ "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#RFC7034", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#RFC9113", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#RFC9114", + "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#SERVICE-WORKERS", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#UTS46", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#changes-from-rfc-6265", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#appendix-A", diff --git a/ed/ids/tc39-temporal.json b/ed/ids/tc39-temporal.json index ad29a80dc430..79c9c3de88a2 100644 --- a/ed/ids/tc39-temporal.json +++ b/ed/ids/tc39-temporal.json @@ -96,99 +96,99 @@ "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.from", "https://tc39.es/proposal-temporal/#_ref_158", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.compare", "https://tc39.es/proposal-temporal/#_ref_159", "https://tc39.es/proposal-temporal/#_ref_160", "https://tc39.es/proposal-temporal/#_ref_161", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.compare", - "https://tc39.es/proposal-temporal/#_ref_162", - "https://tc39.es/proposal-temporal/#_ref_163", - "https://tc39.es/proposal-temporal/#_ref_164", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindate-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype-%25symbol.tostringtag%25", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.calendarid", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.era", + "https://tc39.es/proposal-temporal/#_ref_162", + "https://tc39.es/proposal-temporal/#_ref_163", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.erayear", + "https://tc39.es/proposal-temporal/#_ref_164", "https://tc39.es/proposal-temporal/#_ref_165", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.year", "https://tc39.es/proposal-temporal/#_ref_166", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_167", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.month", "https://tc39.es/proposal-temporal/#_ref_168", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.year", "https://tc39.es/proposal-temporal/#_ref_169", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_170", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.month", "https://tc39.es/proposal-temporal/#_ref_171", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.day", "https://tc39.es/proposal-temporal/#_ref_172", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_173", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_174", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.day", "https://tc39.es/proposal-temporal/#_ref_175", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_176", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_177", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_178", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_179", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.yearofweek", "https://tc39.es/proposal-temporal/#_ref_180", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_181", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_182", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.yearofweek", "https://tc39.es/proposal-temporal/#_ref_183", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_184", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_185", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_186", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_187", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_188", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_189", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_190", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_191", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_192", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_193", "https://tc39.es/proposal-temporal/#_ref_194", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_195", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplainmonthday", "https://tc39.es/proposal-temporal/#_ref_196", "https://tc39.es/proposal-temporal/#_ref_197", "https://tc39.es/proposal-temporal/#_ref_198", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplainmonthday", "https://tc39.es/proposal-temporal/#_ref_199", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.add", "https://tc39.es/proposal-temporal/#_ref_200", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_201", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.with", "https://tc39.es/proposal-temporal/#_ref_202", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.add", "https://tc39.es/proposal-temporal/#_ref_203", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_204", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.with", "https://tc39.es/proposal-temporal/#_ref_205", "https://tc39.es/proposal-temporal/#_ref_206", "https://tc39.es/proposal-temporal/#_ref_207", "https://tc39.es/proposal-temporal/#_ref_208", "https://tc39.es/proposal-temporal/#_ref_209", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_210", "https://tc39.es/proposal-temporal/#_ref_211", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.until", "https://tc39.es/proposal-temporal/#_ref_212", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.withcalendar", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.since", "https://tc39.es/proposal-temporal/#_ref_213", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_214", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.until", "https://tc39.es/proposal-temporal/#_ref_215", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.since", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_216", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_217", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_218", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_219", "https://tc39.es/proposal-temporal/#_ref_220", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_221", "https://tc39.es/proposal-temporal/#_ref_222", "https://tc39.es/proposal-temporal/#_ref_223", @@ -196,45 +196,45 @@ "https://tc39.es/proposal-temporal/#_ref_225", "https://tc39.es/proposal-temporal/#_ref_226", "https://tc39.es/proposal-temporal/#_ref_227", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_228", "https://tc39.es/proposal-temporal/#_ref_229", "https://tc39.es/proposal-temporal/#_ref_230", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tostring", - "https://tc39.es/proposal-temporal/#_ref_231", - "https://tc39.es/proposal-temporal/#_ref_232", - "https://tc39.es/proposal-temporal/#_ref_233", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_234", + "https://tc39.es/proposal-temporal/#_ref_231", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tojson", - "https://tc39.es/proposal-temporal/#_ref_235", + "https://tc39.es/proposal-temporal/#_ref_232", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.valueof", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaindate-instances", "https://tc39.es/proposal-temporal/#_ref_9", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaldate-instances", - "https://tc39.es/proposal-temporal/#_ref_236", + "https://tc39.es/proposal-temporal/#_ref_233", "https://tc39.es/proposal-temporal/#sec-temporal-plaindate-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-iso-date-records", - "https://tc39.es/proposal-temporal/#_ref_237", + "https://tc39.es/proposal-temporal/#_ref_234", "https://tc39.es/proposal-temporal/#_ref_10", "https://tc39.es/proposal-temporal/#table-temporal-iso-date-record-fields", - "https://tc39.es/proposal-temporal/#_ref_238", + "https://tc39.es/proposal-temporal/#_ref_235", "https://tc39.es/proposal-temporal/#sec-temporal-create-iso-date-record", + "https://tc39.es/proposal-temporal/#_ref_236", + "https://tc39.es/proposal-temporal/#_ref_237", + "https://tc39.es/proposal-temporal/#_ref_238", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalobjecttoisodaterecord", "https://tc39.es/proposal-temporal/#_ref_239", "https://tc39.es/proposal-temporal/#_ref_240", + "https://tc39.es/proposal-temporal/#sec-temporal-isodatetimetodaterecord", "https://tc39.es/proposal-temporal/#_ref_241", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalobjecttoisodaterecord", "https://tc39.es/proposal-temporal/#_ref_242", "https://tc39.es/proposal-temporal/#_ref_243", - "https://tc39.es/proposal-temporal/#sec-temporal-isodatetimetodaterecord", "https://tc39.es/proposal-temporal/#_ref_244", "https://tc39.es/proposal-temporal/#_ref_245", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldate", "https://tc39.es/proposal-temporal/#_ref_246", "https://tc39.es/proposal-temporal/#_ref_247", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldate", "https://tc39.es/proposal-temporal/#_ref_248", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldate", "https://tc39.es/proposal-temporal/#_ref_249", "https://tc39.es/proposal-temporal/#_ref_250", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldate", "https://tc39.es/proposal-temporal/#_ref_251", "https://tc39.es/proposal-temporal/#_ref_252", "https://tc39.es/proposal-temporal/#_ref_253", @@ -255,13 +255,13 @@ "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-isodatesurpasses", "https://tc39.es/proposal-temporal/#_ref_271", "https://tc39.es/proposal-temporal/#_ref_272", - "https://tc39.es/proposal-temporal/#sec-temporal-isodatesurpasses", "https://tc39.es/proposal-temporal/#_ref_273", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodate", "https://tc39.es/proposal-temporal/#_ref_274", "https://tc39.es/proposal-temporal/#_ref_275", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodate", "https://tc39.es/proposal-temporal/#_ref_276", "https://tc39.es/proposal-temporal/#_ref_277", "https://tc39.es/proposal-temporal/#_ref_278", @@ -279,18 +279,18 @@ "https://tc39.es/proposal-temporal/#_ref_290", "https://tc39.es/proposal-temporal/#_ref_291", "https://tc39.es/proposal-temporal/#_ref_292", + "https://tc39.es/proposal-temporal/#sec-temporal-regulateisodate", "https://tc39.es/proposal-temporal/#_ref_293", "https://tc39.es/proposal-temporal/#_ref_294", - "https://tc39.es/proposal-temporal/#sec-temporal-regulateisodate", "https://tc39.es/proposal-temporal/#_ref_295", "https://tc39.es/proposal-temporal/#_ref_296", "https://tc39.es/proposal-temporal/#_ref_297", "https://tc39.es/proposal-temporal/#_ref_298", + "https://tc39.es/proposal-temporal/#sec-temporal-isvalidisodate", "https://tc39.es/proposal-temporal/#_ref_299", + "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodate", "https://tc39.es/proposal-temporal/#_ref_300", - "https://tc39.es/proposal-temporal/#sec-temporal-isvalidisodate", "https://tc39.es/proposal-temporal/#_ref_301", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodate", "https://tc39.es/proposal-temporal/#_ref_302", "https://tc39.es/proposal-temporal/#_ref_303", "https://tc39.es/proposal-temporal/#_ref_304", @@ -298,26 +298,26 @@ "https://tc39.es/proposal-temporal/#_ref_306", "https://tc39.es/proposal-temporal/#_ref_307", "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/#sec-temporal-padisoyear", "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetostring", + "https://tc39.es/proposal-temporal/#_ref_309", + "https://tc39.es/proposal-temporal/#_ref_310", + "https://tc39.es/proposal-temporal/#sec-temporal-isodatewithinlimits", "https://tc39.es/proposal-temporal/#_ref_311", "https://tc39.es/proposal-temporal/#_ref_312", - "https://tc39.es/proposal-temporal/#sec-temporal-isodatewithinlimits", + "https://tc39.es/proposal-temporal/#sec-temporal-addisodate", "https://tc39.es/proposal-temporal/#_ref_313", "https://tc39.es/proposal-temporal/#_ref_314", - "https://tc39.es/proposal-temporal/#sec-temporal-addisodate", "https://tc39.es/proposal-temporal/#_ref_315", "https://tc39.es/proposal-temporal/#_ref_316", "https://tc39.es/proposal-temporal/#_ref_317", "https://tc39.es/proposal-temporal/#_ref_318", "https://tc39.es/proposal-temporal/#_ref_319", + "https://tc39.es/proposal-temporal/#sec-temporal-compareisodate", "https://tc39.es/proposal-temporal/#_ref_320", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaindate", "https://tc39.es/proposal-temporal/#_ref_321", - "https://tc39.es/proposal-temporal/#sec-temporal-compareisodate", "https://tc39.es/proposal-temporal/#_ref_322", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaindate", "https://tc39.es/proposal-temporal/#_ref_323", "https://tc39.es/proposal-temporal/#_ref_324", "https://tc39.es/proposal-temporal/#_ref_325", @@ -330,39 +330,33 @@ "https://tc39.es/proposal-temporal/#_ref_332", "https://tc39.es/proposal-temporal/#_ref_333", "https://tc39.es/proposal-temporal/#_ref_334", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtodate", "https://tc39.es/proposal-temporal/#_ref_335", "https://tc39.es/proposal-temporal/#_ref_336", "https://tc39.es/proposal-temporal/#_ref_337", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtodate", "https://tc39.es/proposal-temporal/#_ref_338", "https://tc39.es/proposal-temporal/#_ref_339", "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-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_343", + "https://tc39.es/proposal-temporal/#_ref_344", + "https://tc39.es/proposal-temporal/#_ref_345", "https://tc39.es/proposal-temporal/#_ref_346", "https://tc39.es/proposal-temporal/#_ref_347", "https://tc39.es/proposal-temporal/#_ref_348", "https://tc39.es/proposal-temporal/#_ref_349", - "https://tc39.es/proposal-temporal/#_ref_350", - "https://tc39.es/proposal-temporal/#_ref_351", - "https://tc39.es/proposal-temporal/#_ref_352", "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_353", - "https://tc39.es/proposal-temporal/#_ref_354", - "https://tc39.es/proposal-temporal/#_ref_355", - "https://tc39.es/proposal-temporal/#_ref_356", + "https://tc39.es/proposal-temporal/#_ref_350", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.compare", - "https://tc39.es/proposal-temporal/#_ref_357", - "https://tc39.es/proposal-temporal/#_ref_358", - "https://tc39.es/proposal-temporal/#_ref_359", + "https://tc39.es/proposal-temporal/#_ref_351", + "https://tc39.es/proposal-temporal/#_ref_352", + "https://tc39.es/proposal-temporal/#_ref_353", "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-%25symbol.tostringtag%25", @@ -373,61 +367,67 @@ "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_360", + "https://tc39.es/proposal-temporal/#_ref_354", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.subtract", - "https://tc39.es/proposal-temporal/#_ref_361", + "https://tc39.es/proposal-temporal/#_ref_355", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.with", + "https://tc39.es/proposal-temporal/#_ref_356", + "https://tc39.es/proposal-temporal/#_ref_357", + "https://tc39.es/proposal-temporal/#_ref_358", + "https://tc39.es/proposal-temporal/#_ref_359", + "https://tc39.es/proposal-temporal/#_ref_360", + "https://tc39.es/proposal-temporal/#_ref_361", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_362", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_363", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_364", "https://tc39.es/proposal-temporal/#_ref_365", "https://tc39.es/proposal-temporal/#_ref_366", "https://tc39.es/proposal-temporal/#_ref_367", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_368", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_369", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.round", "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/#sec-temporal.plaintime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_373", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_374", "https://tc39.es/proposal-temporal/#_ref_375", "https://tc39.es/proposal-temporal/#_ref_376", "https://tc39.es/proposal-temporal/#_ref_377", "https://tc39.es/proposal-temporal/#_ref_378", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_379", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_380", - "https://tc39.es/proposal-temporal/#_ref_381", - "https://tc39.es/proposal-temporal/#_ref_382", - "https://tc39.es/proposal-temporal/#_ref_383", - "https://tc39.es/proposal-temporal/#_ref_384", - "https://tc39.es/proposal-temporal/#_ref_385", - "https://tc39.es/proposal-temporal/#_ref_386", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_387", + "https://tc39.es/proposal-temporal/#_ref_381", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tojson", - "https://tc39.es/proposal-temporal/#_ref_388", + "https://tc39.es/proposal-temporal/#_ref_382", "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-time-records", - "https://tc39.es/proposal-temporal/#_ref_389", - "https://tc39.es/proposal-temporal/#_ref_390", + "https://tc39.es/proposal-temporal/#_ref_383", + "https://tc39.es/proposal-temporal/#_ref_384", "https://tc39.es/proposal-temporal/#_ref_12", "https://tc39.es/proposal-temporal/#table-temporal-time-record-fields", - "https://tc39.es/proposal-temporal/#_ref_391", + "https://tc39.es/proposal-temporal/#_ref_385", "https://tc39.es/proposal-temporal/#sec-temporal-differencetime", + "https://tc39.es/proposal-temporal/#_ref_386", + "https://tc39.es/proposal-temporal/#_ref_387", + "https://tc39.es/proposal-temporal/#_ref_388", + "https://tc39.es/proposal-temporal/#_ref_389", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltime", + "https://tc39.es/proposal-temporal/#_ref_390", + "https://tc39.es/proposal-temporal/#_ref_391", "https://tc39.es/proposal-temporal/#_ref_392", "https://tc39.es/proposal-temporal/#_ref_393", "https://tc39.es/proposal-temporal/#_ref_394", "https://tc39.es/proposal-temporal/#_ref_395", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltime", "https://tc39.es/proposal-temporal/#_ref_396", "https://tc39.es/proposal-temporal/#_ref_397", "https://tc39.es/proposal-temporal/#_ref_398", @@ -439,59 +439,60 @@ "https://tc39.es/proposal-temporal/#_ref_404", "https://tc39.es/proposal-temporal/#_ref_405", "https://tc39.es/proposal-temporal/#_ref_406", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimeormidnight", "https://tc39.es/proposal-temporal/#_ref_407", "https://tc39.es/proposal-temporal/#_ref_408", + "https://tc39.es/proposal-temporal/#sec-temporal-regulatetime", "https://tc39.es/proposal-temporal/#_ref_409", "https://tc39.es/proposal-temporal/#_ref_410", "https://tc39.es/proposal-temporal/#_ref_411", "https://tc39.es/proposal-temporal/#_ref_412", + "https://tc39.es/proposal-temporal/#sec-temporal-isvalidtime", + "https://tc39.es/proposal-temporal/#sec-temporal-balancetime", "https://tc39.es/proposal-temporal/#_ref_413", "https://tc39.es/proposal-temporal/#_ref_414", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimeormidnight", "https://tc39.es/proposal-temporal/#_ref_415", "https://tc39.es/proposal-temporal/#_ref_416", - "https://tc39.es/proposal-temporal/#sec-temporal-regulatetime", "https://tc39.es/proposal-temporal/#_ref_417", "https://tc39.es/proposal-temporal/#_ref_418", "https://tc39.es/proposal-temporal/#_ref_419", "https://tc39.es/proposal-temporal/#_ref_420", - "https://tc39.es/proposal-temporal/#sec-temporal-isvalidtime", - "https://tc39.es/proposal-temporal/#sec-temporal-balancetime", + "https://tc39.es/proposal-temporal/#sec-temporal-constraintime", "https://tc39.es/proposal-temporal/#_ref_421", "https://tc39.es/proposal-temporal/#_ref_422", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaltime", "https://tc39.es/proposal-temporal/#_ref_423", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimerecord", "https://tc39.es/proposal-temporal/#_ref_424", "https://tc39.es/proposal-temporal/#_ref_425", "https://tc39.es/proposal-temporal/#_ref_426", "https://tc39.es/proposal-temporal/#_ref_427", "https://tc39.es/proposal-temporal/#_ref_428", - "https://tc39.es/proposal-temporal/#sec-temporal-constraintime", "https://tc39.es/proposal-temporal/#_ref_429", + "https://tc39.es/proposal-temporal/#table-temporal-temporaltimelike-record-fields", + "https://tc39.es/proposal-temporal/#sec-temporal-temporaltimetostring", "https://tc39.es/proposal-temporal/#_ref_430", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaltime", + "https://tc39.es/proposal-temporal/#sec-temporal-comparetemporaltime", + "https://tc39.es/proposal-temporal/#sec-temporal-addtime", "https://tc39.es/proposal-temporal/#_ref_431", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimerecord", "https://tc39.es/proposal-temporal/#_ref_432", "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-roundtime", + "https://tc39.es/proposal-temporal/#_ref_13", + "https://tc39.es/proposal-temporal/#_ref_14", "https://tc39.es/proposal-temporal/#_ref_436", + "https://tc39.es/proposal-temporal/#_ref_15", "https://tc39.es/proposal-temporal/#_ref_437", - "https://tc39.es/proposal-temporal/#table-temporal-temporaltimelike-record-fields", - "https://tc39.es/proposal-temporal/#sec-temporal-temporaltimetostring", "https://tc39.es/proposal-temporal/#_ref_438", - "https://tc39.es/proposal-temporal/#sec-temporal-comparetemporaltime", - "https://tc39.es/proposal-temporal/#sec-temporal-addtime", "https://tc39.es/proposal-temporal/#_ref_439", "https://tc39.es/proposal-temporal/#_ref_440", "https://tc39.es/proposal-temporal/#_ref_441", "https://tc39.es/proposal-temporal/#_ref_442", "https://tc39.es/proposal-temporal/#_ref_443", - "https://tc39.es/proposal-temporal/#sec-temporal-roundtime", - "https://tc39.es/proposal-temporal/#_ref_13", - "https://tc39.es/proposal-temporal/#_ref_14", "https://tc39.es/proposal-temporal/#_ref_444", - "https://tc39.es/proposal-temporal/#_ref_15", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaintime", "https://tc39.es/proposal-temporal/#_ref_445", "https://tc39.es/proposal-temporal/#_ref_446", "https://tc39.es/proposal-temporal/#_ref_447", @@ -500,133 +501,134 @@ "https://tc39.es/proposal-temporal/#_ref_450", "https://tc39.es/proposal-temporal/#_ref_451", "https://tc39.es/proposal-temporal/#_ref_452", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaintime", "https://tc39.es/proposal-temporal/#_ref_453", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtotime", "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/#_ref_457", "https://tc39.es/proposal-temporal/#_ref_458", + "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_459", "https://tc39.es/proposal-temporal/#_ref_460", "https://tc39.es/proposal-temporal/#_ref_461", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtotime", "https://tc39.es/proposal-temporal/#_ref_462", "https://tc39.es/proposal-temporal/#_ref_463", "https://tc39.es/proposal-temporal/#_ref_464", "https://tc39.es/proposal-temporal/#_ref_465", "https://tc39.es/proposal-temporal/#_ref_466", - "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_467", "https://tc39.es/proposal-temporal/#_ref_468", "https://tc39.es/proposal-temporal/#_ref_469", "https://tc39.es/proposal-temporal/#_ref_470", + "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_471", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.from", "https://tc39.es/proposal-temporal/#_ref_472", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.compare", "https://tc39.es/proposal-temporal/#_ref_473", "https://tc39.es/proposal-temporal/#_ref_474", "https://tc39.es/proposal-temporal/#_ref_475", + "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-%25symbol.tostringtag%25", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.calendarid", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.era", "https://tc39.es/proposal-temporal/#_ref_476", "https://tc39.es/proposal-temporal/#_ref_477", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_478", - "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_479", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.from", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.year", "https://tc39.es/proposal-temporal/#_ref_480", "https://tc39.es/proposal-temporal/#_ref_481", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.month", "https://tc39.es/proposal-temporal/#_ref_482", "https://tc39.es/proposal-temporal/#_ref_483", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.compare", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_484", "https://tc39.es/proposal-temporal/#_ref_485", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.day", "https://tc39.es/proposal-temporal/#_ref_486", - "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-%25symbol.tostringtag%25", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.calendarid", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.era", "https://tc39.es/proposal-temporal/#_ref_487", + "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", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.millisecond", + "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_488", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_489", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_490", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.year", "https://tc39.es/proposal-temporal/#_ref_491", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_492", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.month", "https://tc39.es/proposal-temporal/#_ref_493", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.yearofweek", "https://tc39.es/proposal-temporal/#_ref_494", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_495", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_496", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.day", "https://tc39.es/proposal-temporal/#_ref_497", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_498", - "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", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.millisecond", - "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_499", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_500", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_501", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_502", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_503", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_504", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.yearofweek", "https://tc39.es/proposal-temporal/#_ref_505", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_506", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_507", "https://tc39.es/proposal-temporal/#_ref_508", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_509", "https://tc39.es/proposal-temporal/#_ref_510", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_511", "https://tc39.es/proposal-temporal/#_ref_512", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_513", "https://tc39.es/proposal-temporal/#_ref_514", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_515", "https://tc39.es/proposal-temporal/#_ref_516", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.with", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_517", "https://tc39.es/proposal-temporal/#_ref_518", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_519", "https://tc39.es/proposal-temporal/#_ref_520", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.add", "https://tc39.es/proposal-temporal/#_ref_521", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_522", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_523", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_524", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_525", "https://tc39.es/proposal-temporal/#_ref_526", "https://tc39.es/proposal-temporal/#_ref_527", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_528", "https://tc39.es/proposal-temporal/#_ref_529", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_530", "https://tc39.es/proposal-temporal/#_ref_531", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.add", "https://tc39.es/proposal-temporal/#_ref_532", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_533", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_534", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.since", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_535", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_536", "https://tc39.es/proposal-temporal/#_ref_537", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_538", "https://tc39.es/proposal-temporal/#_ref_539", "https://tc39.es/proposal-temporal/#_ref_540", @@ -635,63 +637,63 @@ "https://tc39.es/proposal-temporal/#_ref_543", "https://tc39.es/proposal-temporal/#_ref_544", "https://tc39.es/proposal-temporal/#_ref_545", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_546", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_547", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_548", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tostring", + "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_549", "https://tc39.es/proposal-temporal/#_ref_550", "https://tc39.es/proposal-temporal/#_ref_551", "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-temporal.plaindatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_555", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_556", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaindatetime-instances", "https://tc39.es/proposal-temporal/#_ref_557", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#_ref_16", + "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaldatetime-instances", "https://tc39.es/proposal-temporal/#_ref_558", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tojson", + "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-iso-date-time-records", "https://tc39.es/proposal-temporal/#_ref_559", - "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_560", "https://tc39.es/proposal-temporal/#_ref_561", + "https://tc39.es/proposal-temporal/#_ref_17", + "https://tc39.es/proposal-temporal/#table-temporal-iso-date-time-record-fields", "https://tc39.es/proposal-temporal/#_ref_562", + "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetimetoisodatetimerecord", "https://tc39.es/proposal-temporal/#_ref_563", "https://tc39.es/proposal-temporal/#_ref_564", + "https://tc39.es/proposal-temporal/#sec-temporal-combineisodateandtimerecord", "https://tc39.es/proposal-temporal/#_ref_565", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_566", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_567", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaindatetime-instances", "https://tc39.es/proposal-temporal/#_ref_568", - "https://tc39.es/proposal-temporal/#_ref_16", - "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaldatetime-instances", "https://tc39.es/proposal-temporal/#_ref_569", - "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-iso-date-time-records", "https://tc39.es/proposal-temporal/#_ref_570", "https://tc39.es/proposal-temporal/#_ref_571", "https://tc39.es/proposal-temporal/#_ref_572", - "https://tc39.es/proposal-temporal/#_ref_17", - "https://tc39.es/proposal-temporal/#table-temporal-iso-date-time-record-fields", "https://tc39.es/proposal-temporal/#_ref_573", - "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetimetoisodatetimerecord", + "https://tc39.es/proposal-temporal/#sec-temporal-isodatetimewithinlimits", "https://tc39.es/proposal-temporal/#_ref_574", "https://tc39.es/proposal-temporal/#_ref_575", - "https://tc39.es/proposal-temporal/#sec-temporal-combineisodateandtimerecord", "https://tc39.es/proposal-temporal/#_ref_576", "https://tc39.es/proposal-temporal/#_ref_577", "https://tc39.es/proposal-temporal/#_ref_578", "https://tc39.es/proposal-temporal/#_ref_579", + "https://tc39.es/proposal-temporal/#sec-temporal-interprettemporaldatetimefields", "https://tc39.es/proposal-temporal/#_ref_580", "https://tc39.es/proposal-temporal/#_ref_581", "https://tc39.es/proposal-temporal/#_ref_582", "https://tc39.es/proposal-temporal/#_ref_583", "https://tc39.es/proposal-temporal/#_ref_584", - "https://tc39.es/proposal-temporal/#sec-temporal-isodatetimewithinlimits", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_585", "https://tc39.es/proposal-temporal/#_ref_586", "https://tc39.es/proposal-temporal/#_ref_587", @@ -699,13 +701,11 @@ "https://tc39.es/proposal-temporal/#_ref_589", "https://tc39.es/proposal-temporal/#_ref_590", "https://tc39.es/proposal-temporal/#_ref_591", - "https://tc39.es/proposal-temporal/#sec-temporal-interprettemporaldatetimefields", "https://tc39.es/proposal-temporal/#_ref_592", "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/#_ref_596", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_597", "https://tc39.es/proposal-temporal/#_ref_598", "https://tc39.es/proposal-temporal/#_ref_599", @@ -718,49 +718,50 @@ "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-temporal-balanceisodatetime", "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/#_ref_612", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_613", "https://tc39.es/proposal-temporal/#_ref_614", "https://tc39.es/proposal-temporal/#_ref_615", + "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetimetostring", "https://tc39.es/proposal-temporal/#_ref_616", "https://tc39.es/proposal-temporal/#_ref_617", "https://tc39.es/proposal-temporal/#_ref_618", "https://tc39.es/proposal-temporal/#_ref_619", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodatetime", + "https://tc39.es/proposal-temporal/#sec-temporal-compareisodatetime", "https://tc39.es/proposal-temporal/#_ref_620", "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-temporal-createtemporaldatetime", + "https://tc39.es/proposal-temporal/#sec-temporal-roundisodatetime", + "https://tc39.es/proposal-temporal/#_ref_18", "https://tc39.es/proposal-temporal/#_ref_624", "https://tc39.es/proposal-temporal/#_ref_625", "https://tc39.es/proposal-temporal/#_ref_626", - "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetimetostring", "https://tc39.es/proposal-temporal/#_ref_627", "https://tc39.es/proposal-temporal/#_ref_628", "https://tc39.es/proposal-temporal/#_ref_629", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodatetime", "https://tc39.es/proposal-temporal/#_ref_630", - "https://tc39.es/proposal-temporal/#sec-temporal-compareisodatetime", "https://tc39.es/proposal-temporal/#_ref_631", "https://tc39.es/proposal-temporal/#_ref_632", "https://tc39.es/proposal-temporal/#_ref_633", "https://tc39.es/proposal-temporal/#_ref_634", - "https://tc39.es/proposal-temporal/#sec-temporal-roundisodatetime", - "https://tc39.es/proposal-temporal/#_ref_18", "https://tc39.es/proposal-temporal/#_ref_635", "https://tc39.es/proposal-temporal/#_ref_636", "https://tc39.es/proposal-temporal/#_ref_637", "https://tc39.es/proposal-temporal/#_ref_638", "https://tc39.es/proposal-temporal/#_ref_639", "https://tc39.es/proposal-temporal/#_ref_640", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodatetime", "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/#_ref_644", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceplaindatetimewithrounding", "https://tc39.es/proposal-temporal/#_ref_645", "https://tc39.es/proposal-temporal/#_ref_646", "https://tc39.es/proposal-temporal/#_ref_647", @@ -772,8 +773,8 @@ "https://tc39.es/proposal-temporal/#_ref_653", "https://tc39.es/proposal-temporal/#_ref_654", "https://tc39.es/proposal-temporal/#_ref_655", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceplaindatetimewithrounding", "https://tc39.es/proposal-temporal/#_ref_656", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaindatetime", "https://tc39.es/proposal-temporal/#_ref_657", "https://tc39.es/proposal-temporal/#_ref_658", "https://tc39.es/proposal-temporal/#_ref_659", @@ -783,10 +784,10 @@ "https://tc39.es/proposal-temporal/#_ref_663", "https://tc39.es/proposal-temporal/#_ref_664", "https://tc39.es/proposal-temporal/#_ref_665", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtodatetime", "https://tc39.es/proposal-temporal/#_ref_666", "https://tc39.es/proposal-temporal/#_ref_667", "https://tc39.es/proposal-temporal/#_ref_668", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaindatetime", "https://tc39.es/proposal-temporal/#_ref_669", "https://tc39.es/proposal-temporal/#_ref_670", "https://tc39.es/proposal-temporal/#_ref_671", @@ -795,8 +796,10 @@ "https://tc39.es/proposal-temporal/#_ref_674", "https://tc39.es/proposal-temporal/#_ref_675", "https://tc39.es/proposal-temporal/#_ref_676", + "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_677", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtodatetime", "https://tc39.es/proposal-temporal/#_ref_678", "https://tc39.es/proposal-temporal/#_ref_679", "https://tc39.es/proposal-temporal/#_ref_680", @@ -804,128 +807,132 @@ "https://tc39.es/proposal-temporal/#_ref_682", "https://tc39.es/proposal-temporal/#_ref_683", "https://tc39.es/proposal-temporal/#_ref_684", + "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_685", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.compare", "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-objects", - "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime", + "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-%25symbol.tostringtag%25", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.calendarid", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.timezoneid", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.era", "https://tc39.es/proposal-temporal/#_ref_689", "https://tc39.es/proposal-temporal/#_ref_690", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_691", "https://tc39.es/proposal-temporal/#_ref_692", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.year", "https://tc39.es/proposal-temporal/#_ref_693", "https://tc39.es/proposal-temporal/#_ref_694", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.month", "https://tc39.es/proposal-temporal/#_ref_695", "https://tc39.es/proposal-temporal/#_ref_696", - "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/#sec-get-temporal.zoneddatetime.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_697", "https://tc39.es/proposal-temporal/#_ref_698", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.day", "https://tc39.es/proposal-temporal/#_ref_699", "https://tc39.es/proposal-temporal/#_ref_700", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hour", "https://tc39.es/proposal-temporal/#_ref_701", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.minute", "https://tc39.es/proposal-temporal/#_ref_702", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.compare", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.second", "https://tc39.es/proposal-temporal/#_ref_703", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.millisecond", "https://tc39.es/proposal-temporal/#_ref_704", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.microsecond", "https://tc39.es/proposal-temporal/#_ref_705", - "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-%25symbol.tostringtag%25", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.calendarid", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.timezoneid", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.era", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.nanosecond", "https://tc39.es/proposal-temporal/#_ref_706", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmilliseconds", + "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_707", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_708", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_709", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.year", "https://tc39.es/proposal-temporal/#_ref_710", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_711", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.month", "https://tc39.es/proposal-temporal/#_ref_712", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.yearofweek", "https://tc39.es/proposal-temporal/#_ref_713", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_714", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hoursinday", "https://tc39.es/proposal-temporal/#_ref_715", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.day", "https://tc39.es/proposal-temporal/#_ref_716", "https://tc39.es/proposal-temporal/#_ref_717", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hour", "https://tc39.es/proposal-temporal/#_ref_718", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.minute", "https://tc39.es/proposal-temporal/#_ref_719", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.second", "https://tc39.es/proposal-temporal/#_ref_720", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.millisecond", "https://tc39.es/proposal-temporal/#_ref_721", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.microsecond", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_722", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.nanosecond", "https://tc39.es/proposal-temporal/#_ref_723", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmilliseconds", - "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/#sec-get-temporal.zoneddatetime.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_724", "https://tc39.es/proposal-temporal/#_ref_725", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_726", "https://tc39.es/proposal-temporal/#_ref_727", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.weekofyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_728", "https://tc39.es/proposal-temporal/#_ref_729", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.yearofweek", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_730", "https://tc39.es/proposal-temporal/#_ref_731", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hoursinday", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offsetnanoseconds", "https://tc39.es/proposal-temporal/#_ref_732", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offset", "https://tc39.es/proposal-temporal/#_ref_733", "https://tc39.es/proposal-temporal/#_ref_734", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.with", "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/#sec-get-temporal.zoneddatetime.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_739", "https://tc39.es/proposal-temporal/#_ref_740", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_741", "https://tc39.es/proposal-temporal/#_ref_742", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_743", "https://tc39.es/proposal-temporal/#_ref_744", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_745", "https://tc39.es/proposal-temporal/#_ref_746", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_747", "https://tc39.es/proposal-temporal/#_ref_748", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offsetnanoseconds", "https://tc39.es/proposal-temporal/#_ref_749", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offset", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_750", "https://tc39.es/proposal-temporal/#_ref_751", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_752", "https://tc39.es/proposal-temporal/#_ref_753", "https://tc39.es/proposal-temporal/#_ref_754", "https://tc39.es/proposal-temporal/#_ref_755", "https://tc39.es/proposal-temporal/#_ref_756", "https://tc39.es/proposal-temporal/#_ref_757", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withtimezone", "https://tc39.es/proposal-temporal/#_ref_758", "https://tc39.es/proposal-temporal/#_ref_759", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_760", "https://tc39.es/proposal-temporal/#_ref_761", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.add", "https://tc39.es/proposal-temporal/#_ref_762", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_763", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_764", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_765", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_766", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_767", "https://tc39.es/proposal-temporal/#_ref_768", "https://tc39.es/proposal-temporal/#_ref_769", @@ -934,27 +941,22 @@ "https://tc39.es/proposal-temporal/#_ref_772", "https://tc39.es/proposal-temporal/#_ref_773", "https://tc39.es/proposal-temporal/#_ref_774", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withtimezone", "https://tc39.es/proposal-temporal/#_ref_775", "https://tc39.es/proposal-temporal/#_ref_776", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_777", "https://tc39.es/proposal-temporal/#_ref_778", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.add", "https://tc39.es/proposal-temporal/#_ref_779", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_780", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_781", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_782", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_783", "https://tc39.es/proposal-temporal/#_ref_784", "https://tc39.es/proposal-temporal/#_ref_785", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_786", "https://tc39.es/proposal-temporal/#_ref_787", "https://tc39.es/proposal-temporal/#_ref_788", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_789", "https://tc39.es/proposal-temporal/#_ref_790", "https://tc39.es/proposal-temporal/#_ref_791", @@ -964,59 +966,58 @@ "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/#sec-temporal.zoneddatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_798", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_799", + "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_800", "https://tc39.es/proposal-temporal/#_ref_801", "https://tc39.es/proposal-temporal/#_ref_802", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_803", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.gettimezonetransition", "https://tc39.es/proposal-temporal/#_ref_804", "https://tc39.es/proposal-temporal/#_ref_805", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_806", "https://tc39.es/proposal-temporal/#_ref_807", "https://tc39.es/proposal-temporal/#_ref_808", "https://tc39.es/proposal-temporal/#_ref_809", "https://tc39.es/proposal-temporal/#_ref_810", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toinstant", "https://tc39.es/proposal-temporal/#_ref_811", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_812", "https://tc39.es/proposal-temporal/#_ref_813", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_814", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_815", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tojson", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_816", - "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_817", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-zoneddatetime-instances", + "https://tc39.es/proposal-temporal/#_ref_19", + "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_818", "https://tc39.es/proposal-temporal/#_ref_819", "https://tc39.es/proposal-temporal/#_ref_820", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.gettimezonetransition", "https://tc39.es/proposal-temporal/#_ref_821", "https://tc39.es/proposal-temporal/#_ref_822", "https://tc39.es/proposal-temporal/#_ref_823", "https://tc39.es/proposal-temporal/#_ref_824", "https://tc39.es/proposal-temporal/#_ref_825", "https://tc39.es/proposal-temporal/#_ref_826", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_827", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toinstant", "https://tc39.es/proposal-temporal/#_ref_828", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_829", "https://tc39.es/proposal-temporal/#_ref_830", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_831", "https://tc39.es/proposal-temporal/#_ref_832", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_833", "https://tc39.es/proposal-temporal/#_ref_834", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-zoneddatetime-instances", - "https://tc39.es/proposal-temporal/#_ref_19", - "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_835", "https://tc39.es/proposal-temporal/#_ref_836", "https://tc39.es/proposal-temporal/#_ref_837", @@ -1028,7 +1029,6 @@ "https://tc39.es/proposal-temporal/#_ref_843", "https://tc39.es/proposal-temporal/#_ref_844", "https://tc39.es/proposal-temporal/#_ref_845", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_846", "https://tc39.es/proposal-temporal/#_ref_847", "https://tc39.es/proposal-temporal/#_ref_848", @@ -1037,13 +1037,17 @@ "https://tc39.es/proposal-temporal/#_ref_851", "https://tc39.es/proposal-temporal/#_ref_852", "https://tc39.es/proposal-temporal/#_ref_853", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_854", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalzoneddatetimetostring", + "https://tc39.es/proposal-temporal/#_ref_20", "https://tc39.es/proposal-temporal/#_ref_855", "https://tc39.es/proposal-temporal/#_ref_856", "https://tc39.es/proposal-temporal/#_ref_857", "https://tc39.es/proposal-temporal/#_ref_858", "https://tc39.es/proposal-temporal/#_ref_859", "https://tc39.es/proposal-temporal/#_ref_860", + "https://tc39.es/proposal-temporal/#sec-temporal-addzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_861", "https://tc39.es/proposal-temporal/#_ref_862", "https://tc39.es/proposal-temporal/#_ref_863", @@ -1054,18 +1058,15 @@ "https://tc39.es/proposal-temporal/#_ref_868", "https://tc39.es/proposal-temporal/#_ref_869", "https://tc39.es/proposal-temporal/#_ref_870", + "https://tc39.es/proposal-temporal/#sec-temporal-differencezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_871", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_872", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalzoneddatetimetostring", - "https://tc39.es/proposal-temporal/#_ref_20", "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-addzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_879", "https://tc39.es/proposal-temporal/#_ref_880", "https://tc39.es/proposal-temporal/#_ref_881", @@ -1074,15 +1075,16 @@ "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/#sec-temporal-differencezoneddatetimewithrounding", "https://tc39.es/proposal-temporal/#_ref_887", "https://tc39.es/proposal-temporal/#_ref_888", - "https://tc39.es/proposal-temporal/#sec-temporal-differencezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_889", "https://tc39.es/proposal-temporal/#_ref_890", "https://tc39.es/proposal-temporal/#_ref_891", "https://tc39.es/proposal-temporal/#_ref_892", "https://tc39.es/proposal-temporal/#_ref_893", "https://tc39.es/proposal-temporal/#_ref_894", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_895", "https://tc39.es/proposal-temporal/#_ref_896", "https://tc39.es/proposal-temporal/#_ref_897", @@ -1093,17 +1095,19 @@ "https://tc39.es/proposal-temporal/#_ref_902", "https://tc39.es/proposal-temporal/#_ref_903", "https://tc39.es/proposal-temporal/#_ref_904", - "https://tc39.es/proposal-temporal/#sec-temporal-differencezoneddatetimewithrounding", "https://tc39.es/proposal-temporal/#_ref_905", "https://tc39.es/proposal-temporal/#_ref_906", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_907", "https://tc39.es/proposal-temporal/#_ref_908", "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/#_ref_912", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_913", + "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_914", "https://tc39.es/proposal-temporal/#_ref_915", "https://tc39.es/proposal-temporal/#_ref_916", @@ -1115,17 +1119,17 @@ "https://tc39.es/proposal-temporal/#_ref_922", "https://tc39.es/proposal-temporal/#_ref_923", "https://tc39.es/proposal-temporal/#_ref_924", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtozoneddatetime", + "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_925", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.compare", "https://tc39.es/proposal-temporal/#_ref_926", "https://tc39.es/proposal-temporal/#_ref_927", "https://tc39.es/proposal-temporal/#_ref_928", "https://tc39.es/proposal-temporal/#_ref_929", "https://tc39.es/proposal-temporal/#_ref_930", "https://tc39.es/proposal-temporal/#_ref_931", - "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_932", "https://tc39.es/proposal-temporal/#_ref_933", "https://tc39.es/proposal-temporal/#_ref_934", @@ -1137,29 +1141,6 @@ "https://tc39.es/proposal-temporal/#_ref_940", "https://tc39.es/proposal-temporal/#_ref_941", "https://tc39.es/proposal-temporal/#_ref_942", - "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_943", - "https://tc39.es/proposal-temporal/#_ref_944", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.compare", - "https://tc39.es/proposal-temporal/#_ref_945", - "https://tc39.es/proposal-temporal/#_ref_946", - "https://tc39.es/proposal-temporal/#_ref_947", - "https://tc39.es/proposal-temporal/#_ref_948", - "https://tc39.es/proposal-temporal/#_ref_949", - "https://tc39.es/proposal-temporal/#_ref_950", - "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/#_ref_954", - "https://tc39.es/proposal-temporal/#_ref_955", - "https://tc39.es/proposal-temporal/#_ref_956", - "https://tc39.es/proposal-temporal/#_ref_957", - "https://tc39.es/proposal-temporal/#_ref_958", - "https://tc39.es/proposal-temporal/#_ref_959", - "https://tc39.es/proposal-temporal/#_ref_960", - "https://tc39.es/proposal-temporal/#_ref_961", "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-%25symbol.tostringtag%25", @@ -1174,21 +1155,40 @@ "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_962", + "https://tc39.es/proposal-temporal/#_ref_943", "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.blank", - "https://tc39.es/proposal-temporal/#_ref_963", + "https://tc39.es/proposal-temporal/#_ref_944", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.with", + "https://tc39.es/proposal-temporal/#_ref_945", + "https://tc39.es/proposal-temporal/#_ref_946", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.negated", + "https://tc39.es/proposal-temporal/#_ref_947", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.abs", + "https://tc39.es/proposal-temporal/#_ref_948", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.add", + "https://tc39.es/proposal-temporal/#_ref_949", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.subtract", + "https://tc39.es/proposal-temporal/#_ref_950", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.round", + "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/#_ref_954", + "https://tc39.es/proposal-temporal/#_ref_955", + "https://tc39.es/proposal-temporal/#_ref_956", + "https://tc39.es/proposal-temporal/#_ref_957", + "https://tc39.es/proposal-temporal/#_ref_958", + "https://tc39.es/proposal-temporal/#_ref_959", + "https://tc39.es/proposal-temporal/#_ref_960", + "https://tc39.es/proposal-temporal/#_ref_961", + "https://tc39.es/proposal-temporal/#_ref_962", + "https://tc39.es/proposal-temporal/#_ref_963", "https://tc39.es/proposal-temporal/#_ref_964", "https://tc39.es/proposal-temporal/#_ref_965", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.negated", "https://tc39.es/proposal-temporal/#_ref_966", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.abs", "https://tc39.es/proposal-temporal/#_ref_967", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.add", "https://tc39.es/proposal-temporal/#_ref_968", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_969", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.round", "https://tc39.es/proposal-temporal/#_ref_970", "https://tc39.es/proposal-temporal/#_ref_971", "https://tc39.es/proposal-temporal/#_ref_972", @@ -1201,6 +1201,7 @@ "https://tc39.es/proposal-temporal/#_ref_979", "https://tc39.es/proposal-temporal/#_ref_980", "https://tc39.es/proposal-temporal/#_ref_981", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.total", "https://tc39.es/proposal-temporal/#_ref_982", "https://tc39.es/proposal-temporal/#_ref_983", "https://tc39.es/proposal-temporal/#_ref_984", @@ -1219,8 +1220,8 @@ "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/#sec-temporal.duration.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1000", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.total", "https://tc39.es/proposal-temporal/#_ref_1001", "https://tc39.es/proposal-temporal/#_ref_1002", "https://tc39.es/proposal-temporal/#_ref_1003", @@ -1232,34 +1233,40 @@ "https://tc39.es/proposal-temporal/#_ref_1009", "https://tc39.es/proposal-temporal/#_ref_1010", "https://tc39.es/proposal-temporal/#_ref_1011", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1012", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1013", + "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_21", + "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalduration-instances", "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/#_ref_1017", "https://tc39.es/proposal-temporal/#_ref_1018", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tostring", "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/#_ref_1022", "https://tc39.es/proposal-temporal/#_ref_1023", + "https://tc39.es/proposal-temporal/#sec-temporal-duration-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-date-duration-records", "https://tc39.es/proposal-temporal/#_ref_1024", + "https://tc39.es/proposal-temporal/#_ref_22", + "https://tc39.es/proposal-temporal/#table-temporal-date-duration-record-fields", "https://tc39.es/proposal-temporal/#_ref_1025", "https://tc39.es/proposal-temporal/#_ref_1026", "https://tc39.es/proposal-temporal/#_ref_1027", "https://tc39.es/proposal-temporal/#_ref_1028", "https://tc39.es/proposal-temporal/#_ref_1029", + "https://tc39.es/proposal-temporal/#sec-temporal-partial-duration-records", + "https://tc39.es/proposal-temporal/#_ref_23", + "https://tc39.es/proposal-temporal/#table-temporal-partial-duration-record-fields", "https://tc39.es/proposal-temporal/#_ref_1030", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1031", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1032", - "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_21", - "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalduration-instances", "https://tc39.es/proposal-temporal/#_ref_1033", "https://tc39.es/proposal-temporal/#_ref_1034", "https://tc39.es/proposal-temporal/#_ref_1035", @@ -1268,220 +1275,221 @@ "https://tc39.es/proposal-temporal/#_ref_1038", "https://tc39.es/proposal-temporal/#_ref_1039", "https://tc39.es/proposal-temporal/#_ref_1040", + "https://tc39.es/proposal-temporal/#sec-temporal-normalized-time-duration-records", "https://tc39.es/proposal-temporal/#_ref_1041", + "https://tc39.es/proposal-temporal/#_ref_24", + "https://tc39.es/proposal-temporal/#table-temporal-normalized-time-duration-record-fields", "https://tc39.es/proposal-temporal/#_ref_1042", - "https://tc39.es/proposal-temporal/#sec-temporal-duration-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-date-duration-records", "https://tc39.es/proposal-temporal/#_ref_1043", - "https://tc39.es/proposal-temporal/#_ref_22", - "https://tc39.es/proposal-temporal/#table-temporal-date-duration-record-fields", "https://tc39.es/proposal-temporal/#_ref_1044", + "https://tc39.es/proposal-temporal/#eqn-maxTimeDuration", + "https://tc39.es/proposal-temporal/#sec-temporal-normalized-duration-records", "https://tc39.es/proposal-temporal/#_ref_1045", "https://tc39.es/proposal-temporal/#_ref_1046", "https://tc39.es/proposal-temporal/#_ref_1047", + "https://tc39.es/proposal-temporal/#_ref_25", + "https://tc39.es/proposal-temporal/#table-temporal-normalized-duration-record-fields", "https://tc39.es/proposal-temporal/#_ref_1048", - "https://tc39.es/proposal-temporal/#sec-temporal-partial-duration-records", - "https://tc39.es/proposal-temporal/#_ref_23", - "https://tc39.es/proposal-temporal/#table-temporal-partial-duration-record-fields", "https://tc39.es/proposal-temporal/#_ref_1049", "https://tc39.es/proposal-temporal/#_ref_1050", + "https://tc39.es/proposal-temporal/#sec-temporal-zerodateduration", "https://tc39.es/proposal-temporal/#_ref_1051", "https://tc39.es/proposal-temporal/#_ref_1052", + "https://tc39.es/proposal-temporal/#sec-temporal-zeronormalizedduration", "https://tc39.es/proposal-temporal/#_ref_1053", "https://tc39.es/proposal-temporal/#_ref_1054", "https://tc39.es/proposal-temporal/#_ref_1055", "https://tc39.es/proposal-temporal/#_ref_1056", + "https://tc39.es/proposal-temporal/#sec-temporal-normalizeduration", "https://tc39.es/proposal-temporal/#_ref_1057", "https://tc39.es/proposal-temporal/#_ref_1058", "https://tc39.es/proposal-temporal/#_ref_1059", - "https://tc39.es/proposal-temporal/#sec-temporal-normalized-time-duration-records", "https://tc39.es/proposal-temporal/#_ref_1060", - "https://tc39.es/proposal-temporal/#_ref_24", - "https://tc39.es/proposal-temporal/#table-temporal-normalized-time-duration-record-fields", + "https://tc39.es/proposal-temporal/#sec-temporal-normalizedurationwith24hourdays", "https://tc39.es/proposal-temporal/#_ref_1061", "https://tc39.es/proposal-temporal/#_ref_1062", "https://tc39.es/proposal-temporal/#_ref_1063", - "https://tc39.es/proposal-temporal/#eqn-maxTimeDuration", - "https://tc39.es/proposal-temporal/#sec-temporal-normalized-duration-records", "https://tc39.es/proposal-temporal/#_ref_1064", "https://tc39.es/proposal-temporal/#_ref_1065", + "https://tc39.es/proposal-temporal/#sec-temporal-normalizedurationwithouttime", "https://tc39.es/proposal-temporal/#_ref_1066", - "https://tc39.es/proposal-temporal/#_ref_25", - "https://tc39.es/proposal-temporal/#table-temporal-normalized-duration-record-fields", "https://tc39.es/proposal-temporal/#_ref_1067", "https://tc39.es/proposal-temporal/#_ref_1068", "https://tc39.es/proposal-temporal/#_ref_1069", - "https://tc39.es/proposal-temporal/#sec-temporal-zerodateduration", + "https://tc39.es/proposal-temporal/#sec-temporal-unnormalizeduration", "https://tc39.es/proposal-temporal/#_ref_1070", + "https://tc39.es/proposal-temporal/#_ref_26", "https://tc39.es/proposal-temporal/#_ref_1071", - "https://tc39.es/proposal-temporal/#sec-temporal-zeronormalizedduration", "https://tc39.es/proposal-temporal/#_ref_1072", "https://tc39.es/proposal-temporal/#_ref_1073", "https://tc39.es/proposal-temporal/#_ref_1074", "https://tc39.es/proposal-temporal/#_ref_1075", - "https://tc39.es/proposal-temporal/#sec-temporal-normalizeduration", "https://tc39.es/proposal-temporal/#_ref_1076", "https://tc39.es/proposal-temporal/#_ref_1077", "https://tc39.es/proposal-temporal/#_ref_1078", "https://tc39.es/proposal-temporal/#_ref_1079", - "https://tc39.es/proposal-temporal/#sec-temporal-normalizedurationwith24hourdays", "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/#_ref_1083", "https://tc39.es/proposal-temporal/#_ref_1084", - "https://tc39.es/proposal-temporal/#sec-temporal-normalizedurationwithouttime", "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/#_ref_1088", - "https://tc39.es/proposal-temporal/#sec-temporal-unnormalizeduration", "https://tc39.es/proposal-temporal/#_ref_1089", - "https://tc39.es/proposal-temporal/#_ref_26", "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/#_ref_1093", "https://tc39.es/proposal-temporal/#_ref_1094", + "https://tc39.es/proposal-temporal/#sec-temporal-createdatedurationrecord", "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-adjustdatedurationrecord", "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/#sec-temporal-combinedateandnormalizedtimeduration", "https://tc39.es/proposal-temporal/#_ref_1102", "https://tc39.es/proposal-temporal/#_ref_1103", "https://tc39.es/proposal-temporal/#_ref_1104", "https://tc39.es/proposal-temporal/#_ref_1105", "https://tc39.es/proposal-temporal/#_ref_1106", "https://tc39.es/proposal-temporal/#_ref_1107", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalduration", "https://tc39.es/proposal-temporal/#_ref_1108", "https://tc39.es/proposal-temporal/#_ref_1109", "https://tc39.es/proposal-temporal/#_ref_1110", "https://tc39.es/proposal-temporal/#_ref_1111", "https://tc39.es/proposal-temporal/#_ref_1112", "https://tc39.es/proposal-temporal/#_ref_1113", - "https://tc39.es/proposal-temporal/#sec-temporal-createdatedurationrecord", + "https://tc39.es/proposal-temporal/#sec-temporal-durationsign", + "https://tc39.es/proposal-temporal/#sec-temporal-datedurationsign", "https://tc39.es/proposal-temporal/#_ref_1114", + "https://tc39.es/proposal-temporal/#sec-temporal-normalizeddurationsign", "https://tc39.es/proposal-temporal/#_ref_1115", "https://tc39.es/proposal-temporal/#_ref_1116", - "https://tc39.es/proposal-temporal/#sec-temporal-adjustdatedurationrecord", "https://tc39.es/proposal-temporal/#_ref_1117", + "https://tc39.es/proposal-temporal/#sec-temporal-isvalidduration", + "https://tc39.es/proposal-temporal/#sec-temporal-defaulttemporallargestunit", + "https://tc39.es/proposal-temporal/#_ref_27", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalpartialdurationrecord", "https://tc39.es/proposal-temporal/#_ref_1118", "https://tc39.es/proposal-temporal/#_ref_1119", "https://tc39.es/proposal-temporal/#_ref_1120", - "https://tc39.es/proposal-temporal/#sec-temporal-combinedateandnormalizedtimeduration", "https://tc39.es/proposal-temporal/#_ref_1121", "https://tc39.es/proposal-temporal/#_ref_1122", "https://tc39.es/proposal-temporal/#_ref_1123", "https://tc39.es/proposal-temporal/#_ref_1124", "https://tc39.es/proposal-temporal/#_ref_1125", "https://tc39.es/proposal-temporal/#_ref_1126", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalduration", "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/#sec-temporal-createtemporalduration", "https://tc39.es/proposal-temporal/#_ref_1130", + "https://tc39.es/proposal-temporal/#sec-temporal-createnegatedtemporalduration", "https://tc39.es/proposal-temporal/#_ref_1131", - "https://tc39.es/proposal-temporal/#sec-temporal-durationsign", - "https://tc39.es/proposal-temporal/#sec-temporal-datedurationsign", + "https://tc39.es/proposal-temporal/#sec-temporal-normalizetimeduration", "https://tc39.es/proposal-temporal/#_ref_1132", - "https://tc39.es/proposal-temporal/#sec-temporal-normalizeddurationsign", "https://tc39.es/proposal-temporal/#_ref_1133", "https://tc39.es/proposal-temporal/#_ref_1134", + "https://tc39.es/proposal-temporal/#sec-temporal-normalizedtimedurationabs", "https://tc39.es/proposal-temporal/#_ref_1135", - "https://tc39.es/proposal-temporal/#sec-temporal-isvalidduration", - "https://tc39.es/proposal-temporal/#sec-temporal-defaulttemporallargestunit", - "https://tc39.es/proposal-temporal/#_ref_27", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalpartialdurationrecord", "https://tc39.es/proposal-temporal/#_ref_1136", "https://tc39.es/proposal-temporal/#_ref_1137", + "https://tc39.es/proposal-temporal/#sec-temporal-addnormalizedtimeduration", "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/#sec-temporal-add24hourdaystonormalizedtimeduration", "https://tc39.es/proposal-temporal/#_ref_1143", "https://tc39.es/proposal-temporal/#_ref_1144", "https://tc39.es/proposal-temporal/#_ref_1145", "https://tc39.es/proposal-temporal/#_ref_1146", "https://tc39.es/proposal-temporal/#_ref_1147", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalduration", + "https://tc39.es/proposal-temporal/#sec-temporal-addnormalizedtimedurationtoepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1148", - "https://tc39.es/proposal-temporal/#sec-temporal-createnegatedtemporalduration", "https://tc39.es/proposal-temporal/#_ref_1149", - "https://tc39.es/proposal-temporal/#sec-temporal-normalizetimeduration", + "https://tc39.es/proposal-temporal/#sec-temporal-comparenormalizedtimeduration", "https://tc39.es/proposal-temporal/#_ref_1150", "https://tc39.es/proposal-temporal/#_ref_1151", "https://tc39.es/proposal-temporal/#_ref_1152", - "https://tc39.es/proposal-temporal/#sec-temporal-normalizedtimedurationabs", + "https://tc39.es/proposal-temporal/#sec-temporal-dividenormalizedtimeduration", "https://tc39.es/proposal-temporal/#_ref_1153", + "https://tc39.es/proposal-temporal/#sec-temporal-normalizedtimedurationfromepochnanosecondsdifference", "https://tc39.es/proposal-temporal/#_ref_1154", "https://tc39.es/proposal-temporal/#_ref_1155", - "https://tc39.es/proposal-temporal/#sec-temporal-addnormalizedtimeduration", "https://tc39.es/proposal-temporal/#_ref_1156", "https://tc39.es/proposal-temporal/#_ref_1157", + "https://tc39.es/proposal-temporal/#sec-temporal-normalizedtimedurationiszero", "https://tc39.es/proposal-temporal/#_ref_1158", + "https://tc39.es/proposal-temporal/#sec-temporal-roundnormalizedtimedurationtoincrement", "https://tc39.es/proposal-temporal/#_ref_1159", + "https://tc39.es/proposal-temporal/#_ref_28", "https://tc39.es/proposal-temporal/#_ref_1160", - "https://tc39.es/proposal-temporal/#sec-temporal-add24hourdaystonormalizedtimeduration", "https://tc39.es/proposal-temporal/#_ref_1161", "https://tc39.es/proposal-temporal/#_ref_1162", "https://tc39.es/proposal-temporal/#_ref_1163", + "https://tc39.es/proposal-temporal/#sec-temporal-normalizedtimedurationseconds", "https://tc39.es/proposal-temporal/#_ref_1164", + "https://tc39.es/proposal-temporal/#sec-temporal-normalizedtimedurationsign", "https://tc39.es/proposal-temporal/#_ref_1165", - "https://tc39.es/proposal-temporal/#sec-temporal-addnormalizedtimedurationtoepochnanoseconds", + "https://tc39.es/proposal-temporal/#sec-temporal-normalizedtimedurationsubseconds", "https://tc39.es/proposal-temporal/#_ref_1166", "https://tc39.es/proposal-temporal/#_ref_1167", - "https://tc39.es/proposal-temporal/#sec-temporal-comparenormalizedtimeduration", + "https://tc39.es/proposal-temporal/#sec-temporal-subtractnormalizedtimeduration", "https://tc39.es/proposal-temporal/#_ref_1168", "https://tc39.es/proposal-temporal/#_ref_1169", "https://tc39.es/proposal-temporal/#_ref_1170", - "https://tc39.es/proposal-temporal/#sec-temporal-dividenormalizedtimeduration", "https://tc39.es/proposal-temporal/#_ref_1171", - "https://tc39.es/proposal-temporal/#sec-temporal-normalizedtimedurationfromepochnanosecondsdifference", "https://tc39.es/proposal-temporal/#_ref_1172", + "https://tc39.es/proposal-temporal/#sec-zerotimeduration", "https://tc39.es/proposal-temporal/#_ref_1173", "https://tc39.es/proposal-temporal/#_ref_1174", + "https://tc39.es/proposal-temporal/#sec-temporal-unbalancedatedurationrelative", "https://tc39.es/proposal-temporal/#_ref_1175", - "https://tc39.es/proposal-temporal/#sec-temporal-normalizedtimedurationiszero", "https://tc39.es/proposal-temporal/#_ref_1176", - "https://tc39.es/proposal-temporal/#sec-temporal-roundnormalizedtimedurationtoincrement", "https://tc39.es/proposal-temporal/#_ref_1177", - "https://tc39.es/proposal-temporal/#_ref_28", "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-normalizedtimedurationseconds", + "https://tc39.es/proposal-temporal/#sec-temporal-roundtimeduration", "https://tc39.es/proposal-temporal/#_ref_1182", - "https://tc39.es/proposal-temporal/#sec-temporal-normalizedtimedurationsign", + "https://tc39.es/proposal-temporal/#_ref_29", + "https://tc39.es/proposal-temporal/#_ref_30", "https://tc39.es/proposal-temporal/#_ref_1183", - "https://tc39.es/proposal-temporal/#sec-temporal-normalizedtimedurationsubseconds", "https://tc39.es/proposal-temporal/#_ref_1184", "https://tc39.es/proposal-temporal/#_ref_1185", - "https://tc39.es/proposal-temporal/#sec-temporal-subtractnormalizedtimeduration", "https://tc39.es/proposal-temporal/#_ref_1186", "https://tc39.es/proposal-temporal/#_ref_1187", "https://tc39.es/proposal-temporal/#_ref_1188", "https://tc39.es/proposal-temporal/#_ref_1189", + "https://tc39.es/proposal-temporal/#_ref_31", + "https://tc39.es/proposal-temporal/#_ref_32", "https://tc39.es/proposal-temporal/#_ref_1190", - "https://tc39.es/proposal-temporal/#sec-zerotimeduration", "https://tc39.es/proposal-temporal/#_ref_1191", "https://tc39.es/proposal-temporal/#_ref_1192", - "https://tc39.es/proposal-temporal/#sec-temporal-unbalancedatedurationrelative", "https://tc39.es/proposal-temporal/#_ref_1193", + "https://tc39.es/proposal-temporal/#sec-temporal-duration-nudge-result-records", "https://tc39.es/proposal-temporal/#_ref_1194", "https://tc39.es/proposal-temporal/#_ref_1195", "https://tc39.es/proposal-temporal/#_ref_1196", + "https://tc39.es/proposal-temporal/#_ref_33", + "https://tc39.es/proposal-temporal/#table-temporal-duration-nudge-result-record-fields", "https://tc39.es/proposal-temporal/#_ref_1197", "https://tc39.es/proposal-temporal/#_ref_1198", + "https://tc39.es/proposal-temporal/#sec-temporal-nudgetocalendarunit", "https://tc39.es/proposal-temporal/#_ref_1199", - "https://tc39.es/proposal-temporal/#sec-temporal-roundtimeduration", "https://tc39.es/proposal-temporal/#_ref_1200", - "https://tc39.es/proposal-temporal/#_ref_29", - "https://tc39.es/proposal-temporal/#_ref_30", + "https://tc39.es/proposal-temporal/#_ref_34", + "https://tc39.es/proposal-temporal/#_ref_35", "https://tc39.es/proposal-temporal/#_ref_1201", "https://tc39.es/proposal-temporal/#_ref_1202", "https://tc39.es/proposal-temporal/#_ref_1203", @@ -1489,25 +1497,17 @@ "https://tc39.es/proposal-temporal/#_ref_1205", "https://tc39.es/proposal-temporal/#_ref_1206", "https://tc39.es/proposal-temporal/#_ref_1207", - "https://tc39.es/proposal-temporal/#_ref_31", - "https://tc39.es/proposal-temporal/#_ref_32", "https://tc39.es/proposal-temporal/#_ref_1208", "https://tc39.es/proposal-temporal/#_ref_1209", "https://tc39.es/proposal-temporal/#_ref_1210", "https://tc39.es/proposal-temporal/#_ref_1211", - "https://tc39.es/proposal-temporal/#sec-temporal-duration-nudge-result-records", "https://tc39.es/proposal-temporal/#_ref_1212", "https://tc39.es/proposal-temporal/#_ref_1213", "https://tc39.es/proposal-temporal/#_ref_1214", - "https://tc39.es/proposal-temporal/#_ref_33", - "https://tc39.es/proposal-temporal/#table-temporal-duration-nudge-result-record-fields", "https://tc39.es/proposal-temporal/#_ref_1215", "https://tc39.es/proposal-temporal/#_ref_1216", - "https://tc39.es/proposal-temporal/#sec-temporal-nudgetocalendarunit", "https://tc39.es/proposal-temporal/#_ref_1217", "https://tc39.es/proposal-temporal/#_ref_1218", - "https://tc39.es/proposal-temporal/#_ref_34", - "https://tc39.es/proposal-temporal/#_ref_35", "https://tc39.es/proposal-temporal/#_ref_1219", "https://tc39.es/proposal-temporal/#_ref_1220", "https://tc39.es/proposal-temporal/#_ref_1221", @@ -1521,9 +1521,13 @@ "https://tc39.es/proposal-temporal/#_ref_1229", "https://tc39.es/proposal-temporal/#_ref_1230", "https://tc39.es/proposal-temporal/#_ref_1231", + "https://tc39.es/proposal-temporal/#sec-temporal-nudgetozonedtime", "https://tc39.es/proposal-temporal/#_ref_1232", "https://tc39.es/proposal-temporal/#_ref_1233", + "https://tc39.es/proposal-temporal/#_ref_36", + "https://tc39.es/proposal-temporal/#_ref_37", "https://tc39.es/proposal-temporal/#_ref_1234", + "https://tc39.es/proposal-temporal/#_ref_38", "https://tc39.es/proposal-temporal/#_ref_1235", "https://tc39.es/proposal-temporal/#_ref_1236", "https://tc39.es/proposal-temporal/#_ref_1237", @@ -1533,6 +1537,7 @@ "https://tc39.es/proposal-temporal/#_ref_1241", "https://tc39.es/proposal-temporal/#_ref_1242", "https://tc39.es/proposal-temporal/#_ref_1243", + "https://tc39.es/proposal-temporal/#_ref_39", "https://tc39.es/proposal-temporal/#_ref_1244", "https://tc39.es/proposal-temporal/#_ref_1245", "https://tc39.es/proposal-temporal/#_ref_1246", @@ -1541,14 +1546,16 @@ "https://tc39.es/proposal-temporal/#_ref_1249", "https://tc39.es/proposal-temporal/#_ref_1250", "https://tc39.es/proposal-temporal/#_ref_1251", - "https://tc39.es/proposal-temporal/#sec-temporal-nudgetozonedtime", "https://tc39.es/proposal-temporal/#_ref_1252", + "https://tc39.es/proposal-temporal/#sec-temporal-nudgetodayortime", "https://tc39.es/proposal-temporal/#_ref_1253", - "https://tc39.es/proposal-temporal/#_ref_36", - "https://tc39.es/proposal-temporal/#_ref_37", + "https://tc39.es/proposal-temporal/#_ref_40", + "https://tc39.es/proposal-temporal/#_ref_41", + "https://tc39.es/proposal-temporal/#_ref_42", "https://tc39.es/proposal-temporal/#_ref_1254", - "https://tc39.es/proposal-temporal/#_ref_38", + "https://tc39.es/proposal-temporal/#_ref_43", "https://tc39.es/proposal-temporal/#_ref_1255", + "https://tc39.es/proposal-temporal/#_ref_44", "https://tc39.es/proposal-temporal/#_ref_1256", "https://tc39.es/proposal-temporal/#_ref_1257", "https://tc39.es/proposal-temporal/#_ref_1258", @@ -1557,7 +1564,6 @@ "https://tc39.es/proposal-temporal/#_ref_1261", "https://tc39.es/proposal-temporal/#_ref_1262", "https://tc39.es/proposal-temporal/#_ref_1263", - "https://tc39.es/proposal-temporal/#_ref_39", "https://tc39.es/proposal-temporal/#_ref_1264", "https://tc39.es/proposal-temporal/#_ref_1265", "https://tc39.es/proposal-temporal/#_ref_1266", @@ -1565,18 +1571,20 @@ "https://tc39.es/proposal-temporal/#_ref_1268", "https://tc39.es/proposal-temporal/#_ref_1269", "https://tc39.es/proposal-temporal/#_ref_1270", + "https://tc39.es/proposal-temporal/#sec-temporal-bubblerelativeduration", "https://tc39.es/proposal-temporal/#_ref_1271", "https://tc39.es/proposal-temporal/#_ref_1272", - "https://tc39.es/proposal-temporal/#sec-temporal-nudgetodayortime", + "https://tc39.es/proposal-temporal/#_ref_45", + "https://tc39.es/proposal-temporal/#_ref_46", "https://tc39.es/proposal-temporal/#_ref_1273", - "https://tc39.es/proposal-temporal/#_ref_40", - "https://tc39.es/proposal-temporal/#_ref_41", - "https://tc39.es/proposal-temporal/#_ref_42", "https://tc39.es/proposal-temporal/#_ref_1274", - "https://tc39.es/proposal-temporal/#_ref_43", "https://tc39.es/proposal-temporal/#_ref_1275", - "https://tc39.es/proposal-temporal/#_ref_44", "https://tc39.es/proposal-temporal/#_ref_1276", + "https://tc39.es/proposal-temporal/#_ref_47", + "https://tc39.es/proposal-temporal/#_ref_48", + "https://tc39.es/proposal-temporal/#_ref_49", + "https://tc39.es/proposal-temporal/#_ref_50", + "https://tc39.es/proposal-temporal/#_ref_51", "https://tc39.es/proposal-temporal/#_ref_1277", "https://tc39.es/proposal-temporal/#_ref_1278", "https://tc39.es/proposal-temporal/#_ref_1279", @@ -1586,62 +1594,73 @@ "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/#sec-temporal-roundrelativeduration", "https://tc39.es/proposal-temporal/#_ref_1286", "https://tc39.es/proposal-temporal/#_ref_1287", + "https://tc39.es/proposal-temporal/#_ref_52", + "https://tc39.es/proposal-temporal/#_ref_53", + "https://tc39.es/proposal-temporal/#_ref_54", "https://tc39.es/proposal-temporal/#_ref_1288", "https://tc39.es/proposal-temporal/#_ref_1289", "https://tc39.es/proposal-temporal/#_ref_1290", - "https://tc39.es/proposal-temporal/#sec-temporal-bubblerelativeduration", "https://tc39.es/proposal-temporal/#_ref_1291", "https://tc39.es/proposal-temporal/#_ref_1292", - "https://tc39.es/proposal-temporal/#_ref_45", - "https://tc39.es/proposal-temporal/#_ref_46", "https://tc39.es/proposal-temporal/#_ref_1293", "https://tc39.es/proposal-temporal/#_ref_1294", + "https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationtostring", "https://tc39.es/proposal-temporal/#_ref_1295", "https://tc39.es/proposal-temporal/#_ref_1296", - "https://tc39.es/proposal-temporal/#_ref_47", - "https://tc39.es/proposal-temporal/#_ref_48", - "https://tc39.es/proposal-temporal/#_ref_49", - "https://tc39.es/proposal-temporal/#_ref_50", - "https://tc39.es/proposal-temporal/#_ref_51", "https://tc39.es/proposal-temporal/#_ref_1297", "https://tc39.es/proposal-temporal/#_ref_1298", "https://tc39.es/proposal-temporal/#_ref_1299", "https://tc39.es/proposal-temporal/#_ref_1300", "https://tc39.es/proposal-temporal/#_ref_1301", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurations", "https://tc39.es/proposal-temporal/#_ref_1302", "https://tc39.es/proposal-temporal/#_ref_1303", "https://tc39.es/proposal-temporal/#_ref_1304", "https://tc39.es/proposal-temporal/#_ref_1305", "https://tc39.es/proposal-temporal/#_ref_1306", - "https://tc39.es/proposal-temporal/#sec-temporal-roundrelativeduration", "https://tc39.es/proposal-temporal/#_ref_1307", "https://tc39.es/proposal-temporal/#_ref_1308", - "https://tc39.es/proposal-temporal/#_ref_52", - "https://tc39.es/proposal-temporal/#_ref_53", - "https://tc39.es/proposal-temporal/#_ref_54", "https://tc39.es/proposal-temporal/#_ref_1309", "https://tc39.es/proposal-temporal/#_ref_1310", "https://tc39.es/proposal-temporal/#_ref_1311", "https://tc39.es/proposal-temporal/#_ref_1312", "https://tc39.es/proposal-temporal/#_ref_1313", + "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_1314", "https://tc39.es/proposal-temporal/#_ref_1315", - "https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationtostring", + "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_1316", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmilliseconds", "https://tc39.es/proposal-temporal/#_ref_1317", "https://tc39.es/proposal-temporal/#_ref_1318", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1319", "https://tc39.es/proposal-temporal/#_ref_1320", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.compare", "https://tc39.es/proposal-temporal/#_ref_1321", "https://tc39.es/proposal-temporal/#_ref_1322", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurations", "https://tc39.es/proposal-temporal/#_ref_1323", + "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-%25symbol.tostringtag%25", + "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochmilliseconds", + "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_1324", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1325", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1326", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1327", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.round", "https://tc39.es/proposal-temporal/#_ref_1328", "https://tc39.es/proposal-temporal/#_ref_1329", "https://tc39.es/proposal-temporal/#_ref_1330", @@ -1649,186 +1668,185 @@ "https://tc39.es/proposal-temporal/#_ref_1332", "https://tc39.es/proposal-temporal/#_ref_1333", "https://tc39.es/proposal-temporal/#_ref_1334", - "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_1335", "https://tc39.es/proposal-temporal/#_ref_1336", - "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/#sec-temporal.instant.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1337", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1338", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmilliseconds", "https://tc39.es/proposal-temporal/#_ref_1339", "https://tc39.es/proposal-temporal/#_ref_1340", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1341", "https://tc39.es/proposal-temporal/#_ref_1342", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.compare", "https://tc39.es/proposal-temporal/#_ref_1343", "https://tc39.es/proposal-temporal/#_ref_1344", "https://tc39.es/proposal-temporal/#_ref_1345", - "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-%25symbol.tostringtag%25", - "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochmilliseconds", - "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_1346", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.subtract", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1347", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.until", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1348", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.since", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetimeiso", "https://tc39.es/proposal-temporal/#_ref_1349", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.round", "https://tc39.es/proposal-temporal/#_ref_1350", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-instant-instances", + "https://tc39.es/proposal-temporal/#_ref_55", + "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_1351", + "https://tc39.es/proposal-temporal/#eqn-nsMaxInstant", "https://tc39.es/proposal-temporal/#_ref_1352", + "https://tc39.es/proposal-temporal/#eqn-nsPerDay", "https://tc39.es/proposal-temporal/#_ref_1353", + "https://tc39.es/proposal-temporal/#eqn-nsMinInstant", "https://tc39.es/proposal-temporal/#_ref_1354", + "https://tc39.es/proposal-temporal/#sec-temporal-instant-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-isvalidepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1355", "https://tc39.es/proposal-temporal/#_ref_1356", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1357", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1358", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1359", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1360", "https://tc39.es/proposal-temporal/#_ref_1361", "https://tc39.es/proposal-temporal/#_ref_1362", "https://tc39.es/proposal-temporal/#_ref_1363", "https://tc39.es/proposal-temporal/#_ref_1364", "https://tc39.es/proposal-temporal/#_ref_1365", + "https://tc39.es/proposal-temporal/#sec-temporal-compareepochnanoseconds", + "https://tc39.es/proposal-temporal/#sec-temporal-addinstant", "https://tc39.es/proposal-temporal/#_ref_1366", "https://tc39.es/proposal-temporal/#_ref_1367", "https://tc39.es/proposal-temporal/#_ref_1368", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceinstant", + "https://tc39.es/proposal-temporal/#_ref_56", "https://tc39.es/proposal-temporal/#_ref_1369", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1370", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetimeiso", "https://tc39.es/proposal-temporal/#_ref_1371", "https://tc39.es/proposal-temporal/#_ref_1372", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-instant-instances", - "https://tc39.es/proposal-temporal/#_ref_55", - "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_1373", - "https://tc39.es/proposal-temporal/#eqn-nsMaxInstant", + "https://tc39.es/proposal-temporal/#sec-temporal-roundtemporalinstant", + "https://tc39.es/proposal-temporal/#_ref_57", + "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/#_ref_1374", - "https://tc39.es/proposal-temporal/#eqn-nsPerDay", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalinstanttostring", "https://tc39.es/proposal-temporal/#_ref_1375", - "https://tc39.es/proposal-temporal/#eqn-nsMinInstant", "https://tc39.es/proposal-temporal/#_ref_1376", - "https://tc39.es/proposal-temporal/#sec-temporal-instant-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-isvalidepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1377", "https://tc39.es/proposal-temporal/#_ref_1378", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalinstant", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1379", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1380", "https://tc39.es/proposal-temporal/#_ref_1381", "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-adddurationtoinstant", "https://tc39.es/proposal-temporal/#_ref_1385", "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/#sec-temporal-compareepochnanoseconds", - "https://tc39.es/proposal-temporal/#sec-temporal-addinstant", "https://tc39.es/proposal-temporal/#_ref_1389", "https://tc39.es/proposal-temporal/#_ref_1390", "https://tc39.es/proposal-temporal/#_ref_1391", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceinstant", - "https://tc39.es/proposal-temporal/#_ref_56", + "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_1392", "https://tc39.es/proposal-temporal/#_ref_1393", "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-roundtemporalinstant", - "https://tc39.es/proposal-temporal/#_ref_57", - "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/#_ref_1397", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalinstanttostring", + "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_1398", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.compare", "https://tc39.es/proposal-temporal/#_ref_1399", "https://tc39.es/proposal-temporal/#_ref_1400", "https://tc39.es/proposal-temporal/#_ref_1401", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalinstant", + "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-%25symbol.tostringtag%25", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.calendarid", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.era", "https://tc39.es/proposal-temporal/#_ref_1402", "https://tc39.es/proposal-temporal/#_ref_1403", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_1404", "https://tc39.es/proposal-temporal/#_ref_1405", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.year", "https://tc39.es/proposal-temporal/#_ref_1406", "https://tc39.es/proposal-temporal/#_ref_1407", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoinstant", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.month", "https://tc39.es/proposal-temporal/#_ref_1408", "https://tc39.es/proposal-temporal/#_ref_1409", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_1410", "https://tc39.es/proposal-temporal/#_ref_1411", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_1412", "https://tc39.es/proposal-temporal/#_ref_1413", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_1414", - "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_1415", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_1416", "https://tc39.es/proposal-temporal/#_ref_1417", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_1418", "https://tc39.es/proposal-temporal/#_ref_1419", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.with", "https://tc39.es/proposal-temporal/#_ref_1420", - "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_1421", "https://tc39.es/proposal-temporal/#_ref_1422", "https://tc39.es/proposal-temporal/#_ref_1423", "https://tc39.es/proposal-temporal/#_ref_1424", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.compare", "https://tc39.es/proposal-temporal/#_ref_1425", "https://tc39.es/proposal-temporal/#_ref_1426", "https://tc39.es/proposal-temporal/#_ref_1427", - "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-%25symbol.tostringtag%25", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.calendarid", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.era", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.add", "https://tc39.es/proposal-temporal/#_ref_1428", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1429", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.erayear", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1430", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1431", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.year", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1432", "https://tc39.es/proposal-temporal/#_ref_1433", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.month", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1434", "https://tc39.es/proposal-temporal/#_ref_1435", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_1436", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1437", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinyear", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1438", + "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_1439", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_1440", "https://tc39.es/proposal-temporal/#_ref_1441", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_1442", "https://tc39.es/proposal-temporal/#_ref_1443", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.inleapyear", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainyearmonth-instances", + "https://tc39.es/proposal-temporal/#_ref_61", + "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalyearmonth-instances", "https://tc39.es/proposal-temporal/#_ref_1444", + "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-iso-year-month-records", + "https://tc39.es/proposal-temporal/#_ref_62", + "https://tc39.es/proposal-temporal/#table-temporal-iso-year-month-record-fields", "https://tc39.es/proposal-temporal/#_ref_1445", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.with", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1446", "https://tc39.es/proposal-temporal/#_ref_1447", "https://tc39.es/proposal-temporal/#_ref_1448", @@ -1837,44 +1855,32 @@ "https://tc39.es/proposal-temporal/#_ref_1451", "https://tc39.es/proposal-temporal/#_ref_1452", "https://tc39.es/proposal-temporal/#_ref_1453", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.add", "https://tc39.es/proposal-temporal/#_ref_1454", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1455", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1456", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1457", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1458", "https://tc39.es/proposal-temporal/#_ref_1459", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1460", "https://tc39.es/proposal-temporal/#_ref_1461", "https://tc39.es/proposal-temporal/#_ref_1462", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1463", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tojson", + "https://tc39.es/proposal-temporal/#sec-temporal-regulateisoyearmonth", "https://tc39.es/proposal-temporal/#_ref_1464", - "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_1465", "https://tc39.es/proposal-temporal/#_ref_1466", + "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthwithinlimits", + "https://tc39.es/proposal-temporal/#sec-temporal-balanceisoyearmonth", "https://tc39.es/proposal-temporal/#_ref_1467", "https://tc39.es/proposal-temporal/#_ref_1468", "https://tc39.es/proposal-temporal/#_ref_1469", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainyearmonth-instances", - "https://tc39.es/proposal-temporal/#_ref_61", - "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalyearmonth-instances", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1470", - "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-iso-year-month-records", - "https://tc39.es/proposal-temporal/#_ref_62", - "https://tc39.es/proposal-temporal/#table-temporal-iso-year-month-record-fields", "https://tc39.es/proposal-temporal/#_ref_1471", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalyearmonth", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalyearmonthtostring", "https://tc39.es/proposal-temporal/#_ref_1472", "https://tc39.es/proposal-temporal/#_ref_1473", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1474", "https://tc39.es/proposal-temporal/#_ref_1475", "https://tc39.es/proposal-temporal/#_ref_1476", @@ -1890,22 +1896,17 @@ "https://tc39.es/proposal-temporal/#_ref_1486", "https://tc39.es/proposal-temporal/#_ref_1487", "https://tc39.es/proposal-temporal/#_ref_1488", - "https://tc39.es/proposal-temporal/#sec-temporal-regulateisoyearmonth", "https://tc39.es/proposal-temporal/#_ref_1489", "https://tc39.es/proposal-temporal/#_ref_1490", "https://tc39.es/proposal-temporal/#_ref_1491", - "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthwithinlimits", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceisoyearmonth", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoyearmonth", "https://tc39.es/proposal-temporal/#_ref_1492", "https://tc39.es/proposal-temporal/#_ref_1493", "https://tc39.es/proposal-temporal/#_ref_1494", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1495", "https://tc39.es/proposal-temporal/#_ref_1496", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalyearmonthtostring", "https://tc39.es/proposal-temporal/#_ref_1497", "https://tc39.es/proposal-temporal/#_ref_1498", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1499", "https://tc39.es/proposal-temporal/#_ref_1500", "https://tc39.es/proposal-temporal/#_ref_1501", @@ -1915,18 +1916,30 @@ "https://tc39.es/proposal-temporal/#_ref_1505", "https://tc39.es/proposal-temporal/#_ref_1506", "https://tc39.es/proposal-temporal/#_ref_1507", + "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_1508", "https://tc39.es/proposal-temporal/#_ref_1509", "https://tc39.es/proposal-temporal/#_ref_1510", "https://tc39.es/proposal-temporal/#_ref_1511", "https://tc39.es/proposal-temporal/#_ref_1512", "https://tc39.es/proposal-temporal/#_ref_1513", + "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_1514", + "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-%25symbol.tostringtag%25", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.calendarid", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_1515", "https://tc39.es/proposal-temporal/#_ref_1516", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.day", "https://tc39.es/proposal-temporal/#_ref_1517", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoyearmonth", "https://tc39.es/proposal-temporal/#_ref_1518", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.with", "https://tc39.es/proposal-temporal/#_ref_1519", "https://tc39.es/proposal-temporal/#_ref_1520", "https://tc39.es/proposal-temporal/#_ref_1521", @@ -1935,40 +1948,38 @@ "https://tc39.es/proposal-temporal/#_ref_1524", "https://tc39.es/proposal-temporal/#_ref_1525", "https://tc39.es/proposal-temporal/#_ref_1526", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1527", "https://tc39.es/proposal-temporal/#_ref_1528", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1529", "https://tc39.es/proposal-temporal/#_ref_1530", "https://tc39.es/proposal-temporal/#_ref_1531", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1532", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1533", - "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/#sec-temporal.plainmonthday.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_1534", "https://tc39.es/proposal-temporal/#_ref_1535", "https://tc39.es/proposal-temporal/#_ref_1536", "https://tc39.es/proposal-temporal/#_ref_1537", "https://tc39.es/proposal-temporal/#_ref_1538", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainmonthday-instances", + "https://tc39.es/proposal-temporal/#_ref_63", + "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalmonthday-instances", "https://tc39.es/proposal-temporal/#_ref_1539", - "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/#sec-temporal-plainmonthday-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1540", "https://tc39.es/proposal-temporal/#_ref_1541", "https://tc39.es/proposal-temporal/#_ref_1542", "https://tc39.es/proposal-temporal/#_ref_1543", - "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-%25symbol.tostringtag%25", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.calendarid", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_1544", "https://tc39.es/proposal-temporal/#_ref_1545", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.day", "https://tc39.es/proposal-temporal/#_ref_1546", "https://tc39.es/proposal-temporal/#_ref_1547", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.with", "https://tc39.es/proposal-temporal/#_ref_1548", "https://tc39.es/proposal-temporal/#_ref_1549", "https://tc39.es/proposal-temporal/#_ref_1550", @@ -1977,30 +1988,25 @@ "https://tc39.es/proposal-temporal/#_ref_1553", "https://tc39.es/proposal-temporal/#_ref_1554", "https://tc39.es/proposal-temporal/#_ref_1555", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1556", "https://tc39.es/proposal-temporal/#_ref_1557", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1558", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1559", "https://tc39.es/proposal-temporal/#_ref_1560", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalmonthdaytostring", "https://tc39.es/proposal-temporal/#_ref_1561", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1562", - "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-timezones", + "https://tc39.es/proposal-temporal/#sec-temporal-timezone-abstract-ops", "https://tc39.es/proposal-temporal/#_ref_1563", + "https://tc39.es/proposal-temporal/#sec-getavailablenamedtimezoneidentifier", "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/#sec-properties-of-temporal-plainmonthday-instances", - "https://tc39.es/proposal-temporal/#_ref_63", - "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalmonthday-instances", "https://tc39.es/proposal-temporal/#_ref_1568", - "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalmonthday", + "https://tc39.es/proposal-temporal/#sec-temporal-getisopartsfromepoch", "https://tc39.es/proposal-temporal/#_ref_1569", "https://tc39.es/proposal-temporal/#_ref_1570", "https://tc39.es/proposal-temporal/#_ref_1571", @@ -2009,245 +2015,246 @@ "https://tc39.es/proposal-temporal/#_ref_1574", "https://tc39.es/proposal-temporal/#_ref_1575", "https://tc39.es/proposal-temporal/#_ref_1576", + "https://tc39.es/proposal-temporal/#sec-temporal-getnamedtimezonenexttransition", "https://tc39.es/proposal-temporal/#_ref_1577", + "https://tc39.es/proposal-temporal/#sec-temporal-getnamedtimezoneprevioustransition", "https://tc39.es/proposal-temporal/#_ref_1578", + "https://tc39.es/proposal-temporal/#sec-temporal-formatoffsettimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1579", "https://tc39.es/proposal-temporal/#_ref_1580", + "https://tc39.es/proposal-temporal/#sec-temporal-formatutcoffsetnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1581", "https://tc39.es/proposal-temporal/#_ref_1582", "https://tc39.es/proposal-temporal/#_ref_1583", "https://tc39.es/proposal-temporal/#_ref_1584", + "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimeutcoffsetrounded", "https://tc39.es/proposal-temporal/#_ref_1585", "https://tc39.es/proposal-temporal/#_ref_1586", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1587", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1588", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalmonthdaytostring", "https://tc39.es/proposal-temporal/#_ref_1589", "https://tc39.es/proposal-temporal/#_ref_1590", - "https://tc39.es/proposal-temporal/#sec-temporal-timezones", - "https://tc39.es/proposal-temporal/#sec-temporal-timezone-abstract-ops", "https://tc39.es/proposal-temporal/#_ref_1591", - "https://tc39.es/proposal-temporal/#sec-getavailablenamedtimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1592", "https://tc39.es/proposal-temporal/#_ref_1593", + "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1594", + "https://tc39.es/proposal-temporal/#sec-temporal-getisodatetimefor", "https://tc39.es/proposal-temporal/#_ref_1595", "https://tc39.es/proposal-temporal/#_ref_1596", - "https://tc39.es/proposal-temporal/#sec-temporal-getisopartsfromepoch", "https://tc39.es/proposal-temporal/#_ref_1597", "https://tc39.es/proposal-temporal/#_ref_1598", + "https://tc39.es/proposal-temporal/#sec-temporal-getepochnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1599", "https://tc39.es/proposal-temporal/#_ref_1600", "https://tc39.es/proposal-temporal/#_ref_1601", + "https://tc39.es/proposal-temporal/#sec-temporal-disambiguatepossibleepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1602", "https://tc39.es/proposal-temporal/#_ref_1603", "https://tc39.es/proposal-temporal/#_ref_1604", - "https://tc39.es/proposal-temporal/#sec-temporal-getnamedtimezonenexttransition", "https://tc39.es/proposal-temporal/#_ref_1605", - "https://tc39.es/proposal-temporal/#sec-temporal-getnamedtimezoneprevioustransition", "https://tc39.es/proposal-temporal/#_ref_1606", - "https://tc39.es/proposal-temporal/#sec-temporal-formatoffsettimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1607", "https://tc39.es/proposal-temporal/#_ref_1608", - "https://tc39.es/proposal-temporal/#sec-temporal-formatutcoffsetnanoseconds", "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/#_ref_1612", - "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimeutcoffsetrounded", "https://tc39.es/proposal-temporal/#_ref_1613", "https://tc39.es/proposal-temporal/#_ref_1614", "https://tc39.es/proposal-temporal/#_ref_1615", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1616", "https://tc39.es/proposal-temporal/#_ref_1617", "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/#sec-temporal-getoffsetnanosecondsfor", + "https://tc39.es/proposal-temporal/#sec-temporal-getpossibleepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1622", - "https://tc39.es/proposal-temporal/#sec-temporal-getisodatetimefor", "https://tc39.es/proposal-temporal/#_ref_1623", "https://tc39.es/proposal-temporal/#_ref_1624", + "https://tc39.es/proposal-temporal/#sec-temporal-getstartofday", "https://tc39.es/proposal-temporal/#_ref_1625", "https://tc39.es/proposal-temporal/#_ref_1626", - "https://tc39.es/proposal-temporal/#sec-temporal-getepochnanosecondsfor", "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/#sec-temporal-disambiguatepossibleepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1630", + "https://tc39.es/proposal-temporal/#sec-temporal-timezoneequals", "https://tc39.es/proposal-temporal/#_ref_1631", "https://tc39.es/proposal-temporal/#_ref_1632", "https://tc39.es/proposal-temporal/#_ref_1633", "https://tc39.es/proposal-temporal/#_ref_1634", + "https://tc39.es/proposal-temporal/#sec-parsetimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1635", "https://tc39.es/proposal-temporal/#_ref_1636", + "https://tc39.es/proposal-temporal/#_ref_2270", + "https://tc39.es/proposal-temporal/#_ref_2271", + "https://tc39.es/proposal-temporal/#_ref_2272", "https://tc39.es/proposal-temporal/#_ref_1637", + "https://tc39.es/proposal-temporal/#_ref_2273", + "https://tc39.es/proposal-temporal/#_ref_2274", "https://tc39.es/proposal-temporal/#_ref_1638", - "https://tc39.es/proposal-temporal/#_ref_1639", + "https://tc39.es/proposal-temporal/#sec-temporal-calendars", + "https://tc39.es/proposal-temporal/#sec-calendar-types", + "https://tc39.es/proposal-temporal/#sec-temporal-isbuiltincalendar", + "https://tc39.es/proposal-temporal/#_ref_1639", "https://tc39.es/proposal-temporal/#_ref_1640", "https://tc39.es/proposal-temporal/#_ref_1641", + "https://tc39.es/proposal-temporal/#sec-availablecalendars", "https://tc39.es/proposal-temporal/#_ref_1642", + "https://tc39.es/proposal-temporal/#_ref_64", + "https://tc39.es/proposal-temporal/#sec-temporal-calendar-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-calendar-date-records", "https://tc39.es/proposal-temporal/#_ref_1643", + "https://tc39.es/proposal-temporal/#_ref_65", + "https://tc39.es/proposal-temporal/#table-temporal-calendar-date-record-fields", "https://tc39.es/proposal-temporal/#_ref_1644", "https://tc39.es/proposal-temporal/#_ref_1645", "https://tc39.es/proposal-temporal/#_ref_1646", "https://tc39.es/proposal-temporal/#_ref_1647", "https://tc39.es/proposal-temporal/#_ref_1648", "https://tc39.es/proposal-temporal/#_ref_1649", - "https://tc39.es/proposal-temporal/#sec-temporal-getpossibleepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1650", "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/#sec-temporal-getstartofday", + "https://tc39.es/proposal-temporal/#sec-temporal-calendar-fields-records", "https://tc39.es/proposal-temporal/#_ref_1654", "https://tc39.es/proposal-temporal/#_ref_1655", "https://tc39.es/proposal-temporal/#_ref_1656", "https://tc39.es/proposal-temporal/#_ref_1657", "https://tc39.es/proposal-temporal/#_ref_1658", "https://tc39.es/proposal-temporal/#_ref_1659", - "https://tc39.es/proposal-temporal/#sec-temporal-timezoneequals", + "https://tc39.es/proposal-temporal/#_ref_66", + "https://tc39.es/proposal-temporal/#table-temporal-calendar-fields-record-fields", "https://tc39.es/proposal-temporal/#_ref_1660", "https://tc39.es/proposal-temporal/#_ref_1661", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarfieldkeyspresent", "https://tc39.es/proposal-temporal/#_ref_1662", + "https://tc39.es/proposal-temporal/#_ref_67", + "https://tc39.es/proposal-temporal/#_ref_68", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmergefields", "https://tc39.es/proposal-temporal/#_ref_1663", - "https://tc39.es/proposal-temporal/#sec-parsetimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1664", "https://tc39.es/proposal-temporal/#_ref_1665", - "https://tc39.es/proposal-temporal/#_ref_2302", - "https://tc39.es/proposal-temporal/#_ref_2303", - "https://tc39.es/proposal-temporal/#_ref_2304", "https://tc39.es/proposal-temporal/#_ref_1666", - "https://tc39.es/proposal-temporal/#_ref_2305", - "https://tc39.es/proposal-temporal/#_ref_2306", "https://tc39.es/proposal-temporal/#_ref_1667", - "https://tc39.es/proposal-temporal/#sec-temporal-calendars", - "https://tc39.es/proposal-temporal/#sec-calendar-types", - "https://tc39.es/proposal-temporal/#sec-temporal-isbuiltincalendar", "https://tc39.es/proposal-temporal/#_ref_1668", "https://tc39.es/proposal-temporal/#_ref_1669", "https://tc39.es/proposal-temporal/#_ref_1670", - "https://tc39.es/proposal-temporal/#sec-availablecalendars", + "https://tc39.es/proposal-temporal/#_ref_69", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateadd", "https://tc39.es/proposal-temporal/#_ref_1671", - "https://tc39.es/proposal-temporal/#_ref_64", - "https://tc39.es/proposal-temporal/#sec-temporal-calendar-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-calendar-date-records", "https://tc39.es/proposal-temporal/#_ref_1672", - "https://tc39.es/proposal-temporal/#_ref_65", - "https://tc39.es/proposal-temporal/#table-temporal-calendar-date-record-fields", "https://tc39.es/proposal-temporal/#_ref_1673", "https://tc39.es/proposal-temporal/#_ref_1674", "https://tc39.es/proposal-temporal/#_ref_1675", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateuntil", "https://tc39.es/proposal-temporal/#_ref_1676", "https://tc39.es/proposal-temporal/#_ref_1677", + "https://tc39.es/proposal-temporal/#_ref_70", "https://tc39.es/proposal-temporal/#_ref_1678", "https://tc39.es/proposal-temporal/#_ref_1679", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarera", "https://tc39.es/proposal-temporal/#_ref_1680", "https://tc39.es/proposal-temporal/#_ref_1681", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarerayear", "https://tc39.es/proposal-temporal/#_ref_1682", - "https://tc39.es/proposal-temporal/#sec-temporal-calendar-fields-records", "https://tc39.es/proposal-temporal/#_ref_1683", + "https://tc39.es/proposal-temporal/#sec-temporal-calendaryear", "https://tc39.es/proposal-temporal/#_ref_1684", "https://tc39.es/proposal-temporal/#_ref_1685", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonth", "https://tc39.es/proposal-temporal/#_ref_1686", "https://tc39.es/proposal-temporal/#_ref_1687", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthcode", "https://tc39.es/proposal-temporal/#_ref_1688", - "https://tc39.es/proposal-temporal/#_ref_66", - "https://tc39.es/proposal-temporal/#table-temporal-calendar-fields-record-fields", "https://tc39.es/proposal-temporal/#_ref_1689", "https://tc39.es/proposal-temporal/#_ref_1690", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarfieldkeyspresent", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarday", "https://tc39.es/proposal-temporal/#_ref_1691", - "https://tc39.es/proposal-temporal/#_ref_67", - "https://tc39.es/proposal-temporal/#_ref_68", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmergefields", "https://tc39.es/proposal-temporal/#_ref_1692", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofweek", "https://tc39.es/proposal-temporal/#_ref_1693", "https://tc39.es/proposal-temporal/#_ref_1694", "https://tc39.es/proposal-temporal/#_ref_1695", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofyear", "https://tc39.es/proposal-temporal/#_ref_1696", "https://tc39.es/proposal-temporal/#_ref_1697", "https://tc39.es/proposal-temporal/#_ref_1698", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarweekofyear", "https://tc39.es/proposal-temporal/#_ref_1699", - "https://tc39.es/proposal-temporal/#_ref_69", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateadd", "https://tc39.es/proposal-temporal/#_ref_1700", "https://tc39.es/proposal-temporal/#_ref_1701", + "https://tc39.es/proposal-temporal/#sec-temporal-calendaryearofweek", "https://tc39.es/proposal-temporal/#_ref_1702", "https://tc39.es/proposal-temporal/#_ref_1703", "https://tc39.es/proposal-temporal/#_ref_1704", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateuntil", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinweek", "https://tc39.es/proposal-temporal/#_ref_1705", "https://tc39.es/proposal-temporal/#_ref_1706", - "https://tc39.es/proposal-temporal/#_ref_70", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinmonth", "https://tc39.es/proposal-temporal/#_ref_1707", "https://tc39.es/proposal-temporal/#_ref_1708", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarera", "https://tc39.es/proposal-temporal/#_ref_1709", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinyear", "https://tc39.es/proposal-temporal/#_ref_1710", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarerayear", "https://tc39.es/proposal-temporal/#_ref_1711", "https://tc39.es/proposal-temporal/#_ref_1712", - "https://tc39.es/proposal-temporal/#sec-temporal-calendaryear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthsinyear", "https://tc39.es/proposal-temporal/#_ref_1713", "https://tc39.es/proposal-temporal/#_ref_1714", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonth", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarinleapyear", "https://tc39.es/proposal-temporal/#_ref_1715", "https://tc39.es/proposal-temporal/#_ref_1716", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthcode", "https://tc39.es/proposal-temporal/#_ref_1717", "https://tc39.es/proposal-temporal/#_ref_1718", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendaridentifier", "https://tc39.es/proposal-temporal/#_ref_1719", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarday", "https://tc39.es/proposal-temporal/#_ref_1720", "https://tc39.es/proposal-temporal/#_ref_1721", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofweek", "https://tc39.es/proposal-temporal/#_ref_1722", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalcalendarslotvaluewithisodefault", "https://tc39.es/proposal-temporal/#_ref_1723", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatefromfields", "https://tc39.es/proposal-temporal/#_ref_1724", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofyear", "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/#sec-temporal-calendarweekofyear", "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/#sec-temporal-calendaryearofweek", + "https://tc39.es/proposal-temporal/#sec-temporal-calendaryearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1731", "https://tc39.es/proposal-temporal/#_ref_1732", "https://tc39.es/proposal-temporal/#_ref_1733", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinweek", "https://tc39.es/proposal-temporal/#_ref_1734", "https://tc39.es/proposal-temporal/#_ref_1735", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinmonth", "https://tc39.es/proposal-temporal/#_ref_1736", "https://tc39.es/proposal-temporal/#_ref_1737", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1738", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinyear", "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/#sec-temporal-calendarmonthsinyear", "https://tc39.es/proposal-temporal/#_ref_1742", "https://tc39.es/proposal-temporal/#_ref_1743", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarinleapyear", "https://tc39.es/proposal-temporal/#_ref_1744", + "https://tc39.es/proposal-temporal/#sec-temporal-maybeformatcalendarannotation", "https://tc39.es/proposal-temporal/#_ref_1745", + "https://tc39.es/proposal-temporal/#sec-temporal-formatcalendarannotation", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarequals", + "https://tc39.es/proposal-temporal/#sec-temporal-isodaysinmonth", "https://tc39.es/proposal-temporal/#_ref_1746", "https://tc39.es/proposal-temporal/#_ref_1747", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendaridentifier", + "https://tc39.es/proposal-temporal/#sec-temporal-toisoweekofyear", "https://tc39.es/proposal-temporal/#_ref_1748", "https://tc39.es/proposal-temporal/#_ref_1749", "https://tc39.es/proposal-temporal/#_ref_1750", "https://tc39.es/proposal-temporal/#_ref_1751", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalcalendarslotvaluewithisodefault", "https://tc39.es/proposal-temporal/#_ref_1752", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatefromfields", "https://tc39.es/proposal-temporal/#_ref_1753", "https://tc39.es/proposal-temporal/#_ref_1754", "https://tc39.es/proposal-temporal/#_ref_1755", @@ -2255,32 +2262,31 @@ "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/#sec-temporal-calendaryearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1760", + "https://tc39.es/proposal-temporal/#sec-temporal-isomonthcode", + "https://tc39.es/proposal-temporal/#sec-temporal-isoresolvemonth", "https://tc39.es/proposal-temporal/#_ref_1761", "https://tc39.es/proposal-temporal/#_ref_1762", + "https://tc39.es/proposal-temporal/#_ref_2275", "https://tc39.es/proposal-temporal/#_ref_1763", + "https://tc39.es/proposal-temporal/#sec-temporal-isodatefromfields", "https://tc39.es/proposal-temporal/#_ref_1764", "https://tc39.es/proposal-temporal/#_ref_1765", "https://tc39.es/proposal-temporal/#_ref_1766", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1767", "https://tc39.es/proposal-temporal/#_ref_1768", "https://tc39.es/proposal-temporal/#_ref_1769", "https://tc39.es/proposal-temporal/#_ref_1770", + "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1771", "https://tc39.es/proposal-temporal/#_ref_1772", "https://tc39.es/proposal-temporal/#_ref_1773", - "https://tc39.es/proposal-temporal/#sec-temporal-maybeformatcalendarannotation", "https://tc39.es/proposal-temporal/#_ref_1774", - "https://tc39.es/proposal-temporal/#sec-temporal-formatcalendarannotation", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarequals", - "https://tc39.es/proposal-temporal/#sec-temporal-isodaysinmonth", "https://tc39.es/proposal-temporal/#_ref_1775", "https://tc39.es/proposal-temporal/#_ref_1776", - "https://tc39.es/proposal-temporal/#sec-temporal-toisoweekofyear", "https://tc39.es/proposal-temporal/#_ref_1777", "https://tc39.es/proposal-temporal/#_ref_1778", + "https://tc39.es/proposal-temporal/#sec-temporal-isomonthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1779", "https://tc39.es/proposal-temporal/#_ref_1780", "https://tc39.es/proposal-temporal/#_ref_1781", @@ -2289,24 +2295,26 @@ "https://tc39.es/proposal-temporal/#_ref_1784", "https://tc39.es/proposal-temporal/#_ref_1785", "https://tc39.es/proposal-temporal/#_ref_1786", + "https://tc39.es/proposal-temporal/#sec-temporal-isofieldkeystoignore", + "https://tc39.es/proposal-temporal/#_ref_71", + "https://tc39.es/proposal-temporal/#_ref_72", + "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofyear", "https://tc39.es/proposal-temporal/#_ref_1787", "https://tc39.es/proposal-temporal/#_ref_1788", "https://tc39.es/proposal-temporal/#_ref_1789", - "https://tc39.es/proposal-temporal/#sec-temporal-isomonthcode", - "https://tc39.es/proposal-temporal/#sec-temporal-isoresolvemonth", "https://tc39.es/proposal-temporal/#_ref_1790", + "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofweek", "https://tc39.es/proposal-temporal/#_ref_1791", - "https://tc39.es/proposal-temporal/#_ref_2307", "https://tc39.es/proposal-temporal/#_ref_1792", - "https://tc39.es/proposal-temporal/#sec-temporal-isodatefromfields", "https://tc39.es/proposal-temporal/#_ref_1793", "https://tc39.es/proposal-temporal/#_ref_1794", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatetoiso", "https://tc39.es/proposal-temporal/#_ref_1795", "https://tc39.es/proposal-temporal/#_ref_1796", "https://tc39.es/proposal-temporal/#_ref_1797", "https://tc39.es/proposal-temporal/#_ref_1798", "https://tc39.es/proposal-temporal/#_ref_1799", - "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthfromfields", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdaytoisoreferencedate", "https://tc39.es/proposal-temporal/#_ref_1800", "https://tc39.es/proposal-temporal/#_ref_1801", "https://tc39.es/proposal-temporal/#_ref_1802", @@ -2315,112 +2323,106 @@ "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/#sec-temporal-isomonthdayfromfields", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateaddition", "https://tc39.es/proposal-temporal/#_ref_1808", "https://tc39.es/proposal-temporal/#_ref_1809", "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-temporal-calendardatedifference", "https://tc39.es/proposal-temporal/#_ref_1814", "https://tc39.es/proposal-temporal/#_ref_1815", - "https://tc39.es/proposal-temporal/#sec-temporal-isofieldkeystoignore", - "https://tc39.es/proposal-temporal/#_ref_71", - "https://tc39.es/proposal-temporal/#_ref_72", - "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofyear", "https://tc39.es/proposal-temporal/#_ref_1816", "https://tc39.es/proposal-temporal/#_ref_1817", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarisotodate", "https://tc39.es/proposal-temporal/#_ref_1818", "https://tc39.es/proposal-temporal/#_ref_1819", - "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofweek", "https://tc39.es/proposal-temporal/#_ref_1820", "https://tc39.es/proposal-temporal/#_ref_1821", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarextrafields", "https://tc39.es/proposal-temporal/#_ref_1822", + "https://tc39.es/proposal-temporal/#_ref_73", + "https://tc39.es/proposal-temporal/#_ref_74", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarfieldkeystoignore", "https://tc39.es/proposal-temporal/#_ref_1823", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatetoiso", + "https://tc39.es/proposal-temporal/#_ref_75", + "https://tc39.es/proposal-temporal/#_ref_76", "https://tc39.es/proposal-temporal/#_ref_1824", + "https://tc39.es/proposal-temporal/#table-calendarfieldkeystoignore-example", "https://tc39.es/proposal-temporal/#_ref_1825", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarresolvefields", "https://tc39.es/proposal-temporal/#_ref_1826", "https://tc39.es/proposal-temporal/#_ref_1827", + "https://tc39.es/proposal-temporal/#_ref_77", + "https://tc39.es/proposal-temporal/#_ref_78", + "https://tc39.es/proposal-temporal/#sec-temporal-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-isodatetoepochdays", "https://tc39.es/proposal-temporal/#_ref_1828", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdaytoisoreferencedate", "https://tc39.es/proposal-temporal/#_ref_1829", "https://tc39.es/proposal-temporal/#_ref_1830", "https://tc39.es/proposal-temporal/#_ref_1831", "https://tc39.es/proposal-temporal/#_ref_1832", + "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_1833", "https://tc39.es/proposal-temporal/#_ref_1834", "https://tc39.es/proposal-temporal/#_ref_1835", "https://tc39.es/proposal-temporal/#_ref_1836", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateaddition", "https://tc39.es/proposal-temporal/#_ref_1837", "https://tc39.es/proposal-temporal/#_ref_1838", + "https://tc39.es/proposal-temporal/#eqn-epochdaynumberforyear", + "https://tc39.es/proposal-temporal/#eqn-epochtimeforyear", "https://tc39.es/proposal-temporal/#_ref_1839", + "https://tc39.es/proposal-temporal/#eqn-epochtimetoepochyear", "https://tc39.es/proposal-temporal/#_ref_1840", + "https://tc39.es/proposal-temporal/#eqn-mathematicalinleapyear", "https://tc39.es/proposal-temporal/#_ref_1841", "https://tc39.es/proposal-temporal/#_ref_1842", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedifference", "https://tc39.es/proposal-temporal/#_ref_1843", "https://tc39.es/proposal-temporal/#_ref_1844", + "https://tc39.es/proposal-temporal/#eqn-epochtimetomonthinyear", "https://tc39.es/proposal-temporal/#_ref_1845", "https://tc39.es/proposal-temporal/#_ref_1846", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarisotodate", "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/#_ref_1850", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarextrafields", "https://tc39.es/proposal-temporal/#_ref_1851", - "https://tc39.es/proposal-temporal/#_ref_73", - "https://tc39.es/proposal-temporal/#_ref_74", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarfieldkeystoignore", "https://tc39.es/proposal-temporal/#_ref_1852", - "https://tc39.es/proposal-temporal/#_ref_75", - "https://tc39.es/proposal-temporal/#_ref_76", "https://tc39.es/proposal-temporal/#_ref_1853", - "https://tc39.es/proposal-temporal/#table-calendarfieldkeystoignore-example", "https://tc39.es/proposal-temporal/#_ref_1854", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarresolvefields", "https://tc39.es/proposal-temporal/#_ref_1855", "https://tc39.es/proposal-temporal/#_ref_1856", - "https://tc39.es/proposal-temporal/#_ref_77", - "https://tc39.es/proposal-temporal/#_ref_78", - "https://tc39.es/proposal-temporal/#sec-temporal-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-isodatetoepochdays", "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/#_ref_1860", "https://tc39.es/proposal-temporal/#_ref_1861", - "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_1862", "https://tc39.es/proposal-temporal/#_ref_1863", "https://tc39.es/proposal-temporal/#_ref_1864", "https://tc39.es/proposal-temporal/#_ref_1865", "https://tc39.es/proposal-temporal/#_ref_1866", "https://tc39.es/proposal-temporal/#_ref_1867", - "https://tc39.es/proposal-temporal/#eqn-epochdaynumberforyear", - "https://tc39.es/proposal-temporal/#eqn-epochtimeforyear", "https://tc39.es/proposal-temporal/#_ref_1868", - "https://tc39.es/proposal-temporal/#eqn-epochtimetoepochyear", "https://tc39.es/proposal-temporal/#_ref_1869", - "https://tc39.es/proposal-temporal/#eqn-mathematicalinleapyear", "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/#eqn-epochtimetomonthinyear", "https://tc39.es/proposal-temporal/#_ref_1874", "https://tc39.es/proposal-temporal/#_ref_1875", "https://tc39.es/proposal-temporal/#_ref_1876", "https://tc39.es/proposal-temporal/#_ref_1877", + "https://tc39.es/proposal-temporal/#eqn-epochtimetodayinyear", "https://tc39.es/proposal-temporal/#_ref_1878", "https://tc39.es/proposal-temporal/#_ref_1879", "https://tc39.es/proposal-temporal/#_ref_1880", "https://tc39.es/proposal-temporal/#_ref_1881", + "https://tc39.es/proposal-temporal/#eqn-epochtimetodate", "https://tc39.es/proposal-temporal/#_ref_1882", "https://tc39.es/proposal-temporal/#_ref_1883", "https://tc39.es/proposal-temporal/#_ref_1884", @@ -2446,35 +2448,63 @@ "https://tc39.es/proposal-temporal/#_ref_1904", "https://tc39.es/proposal-temporal/#_ref_1905", "https://tc39.es/proposal-temporal/#_ref_1906", - "https://tc39.es/proposal-temporal/#eqn-epochtimetodayinyear", "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/#_ref_1910", - "https://tc39.es/proposal-temporal/#eqn-epochtimetodate", "https://tc39.es/proposal-temporal/#_ref_1911", "https://tc39.es/proposal-temporal/#_ref_1912", "https://tc39.es/proposal-temporal/#_ref_1913", "https://tc39.es/proposal-temporal/#_ref_1914", "https://tc39.es/proposal-temporal/#_ref_1915", + "https://tc39.es/proposal-temporal/#eqn-epochtimetoweekday", "https://tc39.es/proposal-temporal/#_ref_1916", "https://tc39.es/proposal-temporal/#_ref_1917", "https://tc39.es/proposal-temporal/#_ref_1918", "https://tc39.es/proposal-temporal/#_ref_1919", + "https://tc39.es/proposal-temporal/#sec-temporal-units", + "https://tc39.es/proposal-temporal/#_ref_79", + "https://tc39.es/proposal-temporal/#table-temporal-units", "https://tc39.es/proposal-temporal/#_ref_1920", "https://tc39.es/proposal-temporal/#_ref_1921", + "https://tc39.es/proposal-temporal/#sec-getoptionsobject", "https://tc39.es/proposal-temporal/#_ref_1922", + "https://tc39.es/proposal-temporal/#sec-getoption", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaloverflowoption", "https://tc39.es/proposal-temporal/#_ref_1923", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaldisambiguationoption", "https://tc39.es/proposal-temporal/#_ref_1924", + "https://tc39.es/proposal-temporal/#sec-temporal-getroundingmodeoption", + "https://tc39.es/proposal-temporal/#_ref_80", + "https://tc39.es/proposal-temporal/#_ref_81", + "https://tc39.es/proposal-temporal/#_ref_82", "https://tc39.es/proposal-temporal/#_ref_1925", + "https://tc39.es/proposal-temporal/#table-temporal-rounding-modes", + "https://tc39.es/proposal-temporal/#sec-temporal-negateroundingmode", + "https://tc39.es/proposal-temporal/#_ref_83", + "https://tc39.es/proposal-temporal/#_ref_84", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaloffsetoption", "https://tc39.es/proposal-temporal/#_ref_1926", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowcalendarnameoption", "https://tc39.es/proposal-temporal/#_ref_1927", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowtimezonenameoption", "https://tc39.es/proposal-temporal/#_ref_1928", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowoffsetoption", "https://tc39.es/proposal-temporal/#_ref_1929", + "https://tc39.es/proposal-temporal/#sec-temporal-getdirectionoption", "https://tc39.es/proposal-temporal/#_ref_1930", + "https://tc39.es/proposal-temporal/#sec-temporal-getroundingincrementoption", "https://tc39.es/proposal-temporal/#_ref_1931", + "https://tc39.es/proposal-temporal/#sec-validatetemporalroundingincrement", "https://tc39.es/proposal-temporal/#_ref_1932", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalfractionalseconddigitsoption", + "https://tc39.es/proposal-temporal/#sec-temporal-tosecondsstringprecisionrecord", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalunitvaluedoption", + "https://tc39.es/proposal-temporal/#_ref_85", + "https://tc39.es/proposal-temporal/#_ref_86", "https://tc39.es/proposal-temporal/#_ref_1933", + "https://tc39.es/proposal-temporal/#_ref_87", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalrelativetooption", "https://tc39.es/proposal-temporal/#_ref_1934", "https://tc39.es/proposal-temporal/#_ref_1935", "https://tc39.es/proposal-temporal/#_ref_1936", @@ -2486,98 +2516,39 @@ "https://tc39.es/proposal-temporal/#_ref_1942", "https://tc39.es/proposal-temporal/#_ref_1943", "https://tc39.es/proposal-temporal/#_ref_1944", - "https://tc39.es/proposal-temporal/#eqn-epochtimetoweekday", "https://tc39.es/proposal-temporal/#_ref_1945", "https://tc39.es/proposal-temporal/#_ref_1946", "https://tc39.es/proposal-temporal/#_ref_1947", + "https://tc39.es/proposal-temporal/#sec-temporal-largeroftwotemporalunits", + "https://tc39.es/proposal-temporal/#_ref_88", + "https://tc39.es/proposal-temporal/#_ref_89", + "https://tc39.es/proposal-temporal/#_ref_90", + "https://tc39.es/proposal-temporal/#_ref_91", + "https://tc39.es/proposal-temporal/#sec-temporal-iscalendarunit", + "https://tc39.es/proposal-temporal/#_ref_92", + "https://tc39.es/proposal-temporal/#sec-temporal-maximumtemporaldurationroundingincrement", + "https://tc39.es/proposal-temporal/#_ref_93", + "https://tc39.es/proposal-temporal/#sec-temporal-ispartialtemporalobject", + "https://tc39.es/proposal-temporal/#sec-temporal-formatfractionalseconds", + "https://tc39.es/proposal-temporal/#sec-temporal-formattimestring", "https://tc39.es/proposal-temporal/#_ref_1948", - "https://tc39.es/proposal-temporal/#sec-temporal-units", - "https://tc39.es/proposal-temporal/#_ref_79", - "https://tc39.es/proposal-temporal/#table-temporal-units", + "https://tc39.es/proposal-temporal/#sec-getunsignedroundingmode", + "https://tc39.es/proposal-temporal/#_ref_94", + "https://tc39.es/proposal-temporal/#_ref_95", + "https://tc39.es/proposal-temporal/#_ref_96", + "https://tc39.es/proposal-temporal/#_ref_97", + "https://tc39.es/proposal-temporal/#table-unsigned-rounding-modes", + "https://tc39.es/proposal-temporal/#sec-applyunsignedroundingmode", + "https://tc39.es/proposal-temporal/#_ref_98", "https://tc39.es/proposal-temporal/#_ref_1949", + "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrement", + "https://tc39.es/proposal-temporal/#_ref_99", "https://tc39.es/proposal-temporal/#_ref_1950", - "https://tc39.es/proposal-temporal/#sec-getoptionsobject", "https://tc39.es/proposal-temporal/#_ref_1951", - "https://tc39.es/proposal-temporal/#sec-getoption", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaloverflowoption", + "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrementasifpositive", + "https://tc39.es/proposal-temporal/#_ref_100", "https://tc39.es/proposal-temporal/#_ref_1952", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaldisambiguationoption", "https://tc39.es/proposal-temporal/#_ref_1953", - "https://tc39.es/proposal-temporal/#sec-temporal-getroundingmodeoption", - "https://tc39.es/proposal-temporal/#_ref_80", - "https://tc39.es/proposal-temporal/#_ref_81", - "https://tc39.es/proposal-temporal/#_ref_82", - "https://tc39.es/proposal-temporal/#_ref_1954", - "https://tc39.es/proposal-temporal/#table-temporal-rounding-modes", - "https://tc39.es/proposal-temporal/#sec-temporal-negateroundingmode", - "https://tc39.es/proposal-temporal/#_ref_83", - "https://tc39.es/proposal-temporal/#_ref_84", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaloffsetoption", - "https://tc39.es/proposal-temporal/#_ref_1955", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowcalendarnameoption", - "https://tc39.es/proposal-temporal/#_ref_1956", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowtimezonenameoption", - "https://tc39.es/proposal-temporal/#_ref_1957", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowoffsetoption", - "https://tc39.es/proposal-temporal/#_ref_1958", - "https://tc39.es/proposal-temporal/#sec-temporal-getdirectionoption", - "https://tc39.es/proposal-temporal/#_ref_1959", - "https://tc39.es/proposal-temporal/#sec-temporal-getroundingincrementoption", - "https://tc39.es/proposal-temporal/#_ref_1960", - "https://tc39.es/proposal-temporal/#sec-validatetemporalroundingincrement", - "https://tc39.es/proposal-temporal/#_ref_1961", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalfractionalseconddigitsoption", - "https://tc39.es/proposal-temporal/#sec-temporal-tosecondsstringprecisionrecord", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalunitvaluedoption", - "https://tc39.es/proposal-temporal/#_ref_85", - "https://tc39.es/proposal-temporal/#_ref_86", - "https://tc39.es/proposal-temporal/#_ref_1962", - "https://tc39.es/proposal-temporal/#_ref_87", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalrelativetooption", - "https://tc39.es/proposal-temporal/#_ref_1963", - "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/#_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/#_ref_1974", - "https://tc39.es/proposal-temporal/#_ref_1975", - "https://tc39.es/proposal-temporal/#_ref_1976", - "https://tc39.es/proposal-temporal/#sec-temporal-largeroftwotemporalunits", - "https://tc39.es/proposal-temporal/#_ref_88", - "https://tc39.es/proposal-temporal/#_ref_89", - "https://tc39.es/proposal-temporal/#_ref_90", - "https://tc39.es/proposal-temporal/#_ref_91", - "https://tc39.es/proposal-temporal/#sec-temporal-iscalendarunit", - "https://tc39.es/proposal-temporal/#_ref_92", - "https://tc39.es/proposal-temporal/#sec-temporal-maximumtemporaldurationroundingincrement", - "https://tc39.es/proposal-temporal/#_ref_93", - "https://tc39.es/proposal-temporal/#sec-temporal-ispartialtemporalobject", - "https://tc39.es/proposal-temporal/#sec-temporal-formatfractionalseconds", - "https://tc39.es/proposal-temporal/#sec-temporal-formattimestring", - "https://tc39.es/proposal-temporal/#_ref_1977", - "https://tc39.es/proposal-temporal/#sec-getunsignedroundingmode", - "https://tc39.es/proposal-temporal/#_ref_94", - "https://tc39.es/proposal-temporal/#_ref_95", - "https://tc39.es/proposal-temporal/#_ref_96", - "https://tc39.es/proposal-temporal/#_ref_97", - "https://tc39.es/proposal-temporal/#table-unsigned-rounding-modes", - "https://tc39.es/proposal-temporal/#sec-applyunsignedroundingmode", - "https://tc39.es/proposal-temporal/#_ref_98", - "https://tc39.es/proposal-temporal/#_ref_1978", - "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrement", - "https://tc39.es/proposal-temporal/#_ref_99", - "https://tc39.es/proposal-temporal/#_ref_1979", - "https://tc39.es/proposal-temporal/#_ref_1980", - "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrementasifpositive", - "https://tc39.es/proposal-temporal/#_ref_100", - "https://tc39.es/proposal-temporal/#_ref_1981", - "https://tc39.es/proposal-temporal/#_ref_1982", "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar", "https://tc39.es/proposal-temporal/#prod-Alpha", "https://tc39.es/proposal-temporal/#prod-LowercaseAlpha", @@ -2598,258 +2569,312 @@ "https://tc39.es/proposal-temporal/#prod-DateMonth", "https://tc39.es/proposal-temporal/#prod-DateDay", "https://tc39.es/proposal-temporal/#prod-DateSpecYearMonth", + "https://tc39.es/proposal-temporal/#_ref_2276", + "https://tc39.es/proposal-temporal/#_ref_2277", + "https://tc39.es/proposal-temporal/#_ref_2278", + "https://tc39.es/proposal-temporal/#_ref_2279", + "https://tc39.es/proposal-temporal/#_ref_2280", + "https://tc39.es/proposal-temporal/#_ref_2281", + "https://tc39.es/proposal-temporal/#prod-DateSpecMonthDay", + "https://tc39.es/proposal-temporal/#prod-1kDkJBzS", + "https://tc39.es/proposal-temporal/#_ref_2282", + "https://tc39.es/proposal-temporal/#_ref_2283", + "https://tc39.es/proposal-temporal/#_ref_2284", + "https://tc39.es/proposal-temporal/#prod-1kDkJBzS", + "https://tc39.es/proposal-temporal/#_ref_2285", + "https://tc39.es/proposal-temporal/#_ref_2286", + "https://tc39.es/proposal-temporal/#_ref_2287", + "https://tc39.es/proposal-temporal/#prod-DateSpec", + "https://tc39.es/proposal-temporal/#prod-8vF0CRKB", + "https://tc39.es/proposal-temporal/#_ref_2288", + "https://tc39.es/proposal-temporal/#_ref_2289", + "https://tc39.es/proposal-temporal/#_ref_2290", + "https://tc39.es/proposal-temporal/#_ref_2291", + "https://tc39.es/proposal-temporal/#_ref_2292", + "https://tc39.es/proposal-temporal/#prod-Date", + "https://tc39.es/proposal-temporal/#_ref_2293", + "https://tc39.es/proposal-temporal/#_ref_2294", + "https://tc39.es/proposal-temporal/#prod-TimeSecond", + "https://tc39.es/proposal-temporal/#prod-NormalizedUTCOffset", + "https://tc39.es/proposal-temporal/#prod-UTCOffset", + "https://tc39.es/proposal-temporal/#prod-DateTimeUTCOffset", + "https://tc39.es/proposal-temporal/#_ref_2295", + "https://tc39.es/proposal-temporal/#_ref_2296", + "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", + "https://tc39.es/proposal-temporal/#_ref_2297", + "https://tc39.es/proposal-temporal/#prod-TZChar", + "https://tc39.es/proposal-temporal/#_ref_2298", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", + "https://tc39.es/proposal-temporal/#_ref_2299", + "https://tc39.es/proposal-temporal/#_ref_2300", + "https://tc39.es/proposal-temporal/#_ref_2301", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", + "https://tc39.es/proposal-temporal/#_ref_2302", + "https://tc39.es/proposal-temporal/#_ref_2303", + "https://tc39.es/proposal-temporal/#_ref_2304", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier", + "https://tc39.es/proposal-temporal/#_ref_2305", + "https://tc39.es/proposal-temporal/#_ref_2306", + "https://tc39.es/proposal-temporal/#prod-TimeZoneAnnotation", + "https://tc39.es/proposal-temporal/#_ref_2307", "https://tc39.es/proposal-temporal/#_ref_2308", + "https://tc39.es/proposal-temporal/#prod-AKeyLeadingChar", "https://tc39.es/proposal-temporal/#_ref_2309", + "https://tc39.es/proposal-temporal/#prod-AKeyChar", "https://tc39.es/proposal-temporal/#_ref_2310", + "https://tc39.es/proposal-temporal/#prod-AnnotationKey", "https://tc39.es/proposal-temporal/#_ref_2311", "https://tc39.es/proposal-temporal/#_ref_2312", "https://tc39.es/proposal-temporal/#_ref_2313", - "https://tc39.es/proposal-temporal/#prod-DateSpecMonthDay", - "https://tc39.es/proposal-temporal/#prod-1kDkJBzS", + "https://tc39.es/proposal-temporal/#prod-AnnotationValueComponent", "https://tc39.es/proposal-temporal/#_ref_2314", "https://tc39.es/proposal-temporal/#_ref_2315", "https://tc39.es/proposal-temporal/#_ref_2316", - "https://tc39.es/proposal-temporal/#prod-1kDkJBzS", + "https://tc39.es/proposal-temporal/#prod-AnnotationValue", "https://tc39.es/proposal-temporal/#_ref_2317", "https://tc39.es/proposal-temporal/#_ref_2318", "https://tc39.es/proposal-temporal/#_ref_2319", - "https://tc39.es/proposal-temporal/#prod-DateSpec", - "https://tc39.es/proposal-temporal/#prod-8vF0CRKB", + "https://tc39.es/proposal-temporal/#prod-Annotation", "https://tc39.es/proposal-temporal/#_ref_2320", "https://tc39.es/proposal-temporal/#_ref_2321", "https://tc39.es/proposal-temporal/#_ref_2322", + "https://tc39.es/proposal-temporal/#prod-Annotations", "https://tc39.es/proposal-temporal/#_ref_2323", "https://tc39.es/proposal-temporal/#_ref_2324", - "https://tc39.es/proposal-temporal/#prod-Date", + "https://tc39.es/proposal-temporal/#prod-TimeSpec", "https://tc39.es/proposal-temporal/#_ref_2325", + "https://tc39.es/proposal-temporal/#prod-Time", "https://tc39.es/proposal-temporal/#_ref_2326", - "https://tc39.es/proposal-temporal/#prod-TimeSecond", - "https://tc39.es/proposal-temporal/#prod-NormalizedUTCOffset", - "https://tc39.es/proposal-temporal/#prod-UTCOffset", - "https://tc39.es/proposal-temporal/#prod-DateTimeUTCOffset", "https://tc39.es/proposal-temporal/#_ref_2327", + "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_2328", - "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", "https://tc39.es/proposal-temporal/#_ref_2329", - "https://tc39.es/proposal-temporal/#prod-TZChar", "https://tc39.es/proposal-temporal/#_ref_2330", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", "https://tc39.es/proposal-temporal/#_ref_2331", "https://tc39.es/proposal-temporal/#_ref_2332", + "https://tc39.es/proposal-temporal/#prod-AnnotatedTime", "https://tc39.es/proposal-temporal/#_ref_2333", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", "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-TimeZoneIdentifier", "https://tc39.es/proposal-temporal/#_ref_2337", "https://tc39.es/proposal-temporal/#_ref_2338", - "https://tc39.es/proposal-temporal/#prod-TimeZoneAnnotation", "https://tc39.es/proposal-temporal/#_ref_2339", "https://tc39.es/proposal-temporal/#_ref_2340", - "https://tc39.es/proposal-temporal/#prod-AKeyLeadingChar", "https://tc39.es/proposal-temporal/#_ref_2341", - "https://tc39.es/proposal-temporal/#prod-AKeyChar", + "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTime", "https://tc39.es/proposal-temporal/#_ref_2342", - "https://tc39.es/proposal-temporal/#prod-AnnotationKey", "https://tc39.es/proposal-temporal/#_ref_2343", "https://tc39.es/proposal-temporal/#_ref_2344", "https://tc39.es/proposal-temporal/#_ref_2345", - "https://tc39.es/proposal-temporal/#prod-AnnotationValueComponent", "https://tc39.es/proposal-temporal/#_ref_2346", "https://tc39.es/proposal-temporal/#_ref_2347", + "https://tc39.es/proposal-temporal/#prod-AnnotatedYearMonth", "https://tc39.es/proposal-temporal/#_ref_2348", - "https://tc39.es/proposal-temporal/#prod-AnnotationValue", "https://tc39.es/proposal-temporal/#_ref_2349", "https://tc39.es/proposal-temporal/#_ref_2350", + "https://tc39.es/proposal-temporal/#prod-AnnotatedMonthDay", "https://tc39.es/proposal-temporal/#_ref_2351", - "https://tc39.es/proposal-temporal/#prod-Annotation", "https://tc39.es/proposal-temporal/#_ref_2352", "https://tc39.es/proposal-temporal/#_ref_2353", + "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", "https://tc39.es/proposal-temporal/#_ref_2354", - "https://tc39.es/proposal-temporal/#prod-Annotations", + "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", "https://tc39.es/proposal-temporal/#_ref_2355", "https://tc39.es/proposal-temporal/#_ref_2356", - "https://tc39.es/proposal-temporal/#prod-TimeSpec", "https://tc39.es/proposal-temporal/#_ref_2357", - "https://tc39.es/proposal-temporal/#prod-Time", + "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", "https://tc39.es/proposal-temporal/#_ref_2358", "https://tc39.es/proposal-temporal/#_ref_2359", - "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_2360", "https://tc39.es/proposal-temporal/#_ref_2361", "https://tc39.es/proposal-temporal/#_ref_2362", + "https://tc39.es/proposal-temporal/#prod-DurationTime", "https://tc39.es/proposal-temporal/#_ref_2363", "https://tc39.es/proposal-temporal/#_ref_2364", - "https://tc39.es/proposal-temporal/#prod-AnnotatedTime", "https://tc39.es/proposal-temporal/#_ref_2365", "https://tc39.es/proposal-temporal/#_ref_2366", "https://tc39.es/proposal-temporal/#_ref_2367", "https://tc39.es/proposal-temporal/#_ref_2368", + "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_2369", + "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", "https://tc39.es/proposal-temporal/#_ref_2370", "https://tc39.es/proposal-temporal/#_ref_2371", + "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", "https://tc39.es/proposal-temporal/#_ref_2372", "https://tc39.es/proposal-temporal/#_ref_2373", - "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTime", "https://tc39.es/proposal-temporal/#_ref_2374", "https://tc39.es/proposal-temporal/#_ref_2375", + "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", "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/#_ref_2379", - "https://tc39.es/proposal-temporal/#prod-AnnotatedYearMonth", "https://tc39.es/proposal-temporal/#_ref_2380", "https://tc39.es/proposal-temporal/#_ref_2381", + "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_2382", - "https://tc39.es/proposal-temporal/#prod-AnnotatedMonthDay", "https://tc39.es/proposal-temporal/#_ref_2383", "https://tc39.es/proposal-temporal/#_ref_2384", "https://tc39.es/proposal-temporal/#_ref_2385", - "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", "https://tc39.es/proposal-temporal/#_ref_2386", - "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", "https://tc39.es/proposal-temporal/#_ref_2387", "https://tc39.es/proposal-temporal/#_ref_2388", "https://tc39.es/proposal-temporal/#_ref_2389", - "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", + "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_2390", "https://tc39.es/proposal-temporal/#_ref_2391", "https://tc39.es/proposal-temporal/#_ref_2392", "https://tc39.es/proposal-temporal/#_ref_2393", + "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "https://tc39.es/proposal-temporal/#_ref_2394", - "https://tc39.es/proposal-temporal/#prod-DurationTime", "https://tc39.es/proposal-temporal/#_ref_2395", "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/#_ref_2399", + "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2400", - "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", + "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", "https://tc39.es/proposal-temporal/#_ref_2401", - "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", + "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", "https://tc39.es/proposal-temporal/#_ref_2402", "https://tc39.es/proposal-temporal/#_ref_2403", - "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", + "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", "https://tc39.es/proposal-temporal/#_ref_2404", "https://tc39.es/proposal-temporal/#_ref_2405", + "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", "https://tc39.es/proposal-temporal/#_ref_2406", "https://tc39.es/proposal-temporal/#_ref_2407", - "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", + "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-isvalidmonthday", + "https://tc39.es/proposal-temporal/#prod-05aVrTdx", "https://tc39.es/proposal-temporal/#_ref_2408", "https://tc39.es/proposal-temporal/#_ref_2409", "https://tc39.es/proposal-temporal/#_ref_2410", "https://tc39.es/proposal-temporal/#_ref_2411", "https://tc39.es/proposal-temporal/#_ref_2412", + "https://tc39.es/proposal-temporal/#prod-5Vwj4sDK", "https://tc39.es/proposal-temporal/#_ref_2413", - "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_2414", "https://tc39.es/proposal-temporal/#_ref_2415", + "https://tc39.es/proposal-temporal/#prod-5Vwj4sDK", "https://tc39.es/proposal-temporal/#_ref_2416", "https://tc39.es/proposal-temporal/#_ref_2417", "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/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_2422", + "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-isvaliddate", + "https://tc39.es/proposal-temporal/#prod-m8U20pMU", "https://tc39.es/proposal-temporal/#_ref_2423", "https://tc39.es/proposal-temporal/#_ref_2424", "https://tc39.es/proposal-temporal/#_ref_2425", - "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "https://tc39.es/proposal-temporal/#_ref_2426", "https://tc39.es/proposal-temporal/#_ref_2427", + "https://tc39.es/proposal-temporal/#_ref_1954", "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/#_ref_2431", - "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", + "https://tc39.es/proposal-temporal/#_ref_1955", + "https://tc39.es/proposal-temporal/#_ref_1956", + "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-early-errors", "https://tc39.es/proposal-temporal/#_ref_2432", - "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", "https://tc39.es/proposal-temporal/#_ref_2433", - "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", "https://tc39.es/proposal-temporal/#_ref_2434", "https://tc39.es/proposal-temporal/#_ref_2435", - "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", + "https://tc39.es/proposal-temporal/#_ref_1957", "https://tc39.es/proposal-temporal/#_ref_2436", "https://tc39.es/proposal-temporal/#_ref_2437", - "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", "https://tc39.es/proposal-temporal/#_ref_2438", "https://tc39.es/proposal-temporal/#_ref_2439", - "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-isvalidmonthday", - "https://tc39.es/proposal-temporal/#prod-05aVrTdx", "https://tc39.es/proposal-temporal/#_ref_2440", "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/#prod-5Vwj4sDK", "https://tc39.es/proposal-temporal/#_ref_2445", "https://tc39.es/proposal-temporal/#_ref_2446", + "https://tc39.es/proposal-temporal/#_ref_1958", "https://tc39.es/proposal-temporal/#_ref_2447", - "https://tc39.es/proposal-temporal/#prod-5Vwj4sDK", "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/#_ref_2453", + "https://tc39.es/proposal-temporal/#_ref_1959", "https://tc39.es/proposal-temporal/#_ref_2454", - "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-isvaliddate", - "https://tc39.es/proposal-temporal/#prod-m8U20pMU", "https://tc39.es/proposal-temporal/#_ref_2455", + "https://tc39.es/proposal-temporal/#sec-temporal-iso-string-time-zone-parse-records", + "https://tc39.es/proposal-temporal/#_ref_101", + "https://tc39.es/proposal-temporal/#table-temporal-iso-string-time-zone-parse-record-fields", + "https://tc39.es/proposal-temporal/#_ref_1960", + "https://tc39.es/proposal-temporal/#sec-temporal-iso-date-time-parse-records", + "https://tc39.es/proposal-temporal/#_ref_102", + "https://tc39.es/proposal-temporal/#table-temporal-iso-date-time-parse-record-fields", + "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/#sec-temporal-parseisodatetime", + "https://tc39.es/proposal-temporal/#_ref_1965", "https://tc39.es/proposal-temporal/#_ref_2456", "https://tc39.es/proposal-temporal/#_ref_2457", "https://tc39.es/proposal-temporal/#_ref_2458", "https://tc39.es/proposal-temporal/#_ref_2459", - "https://tc39.es/proposal-temporal/#_ref_1983", "https://tc39.es/proposal-temporal/#_ref_2460", "https://tc39.es/proposal-temporal/#_ref_2461", "https://tc39.es/proposal-temporal/#_ref_2462", "https://tc39.es/proposal-temporal/#_ref_2463", - "https://tc39.es/proposal-temporal/#_ref_1984", - "https://tc39.es/proposal-temporal/#_ref_1985", - "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/#_ref_1986", "https://tc39.es/proposal-temporal/#_ref_2468", + "https://tc39.es/proposal-temporal/#_ref_1966", "https://tc39.es/proposal-temporal/#_ref_2469", "https://tc39.es/proposal-temporal/#_ref_2470", "https://tc39.es/proposal-temporal/#_ref_2471", "https://tc39.es/proposal-temporal/#_ref_2472", + "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_2473", "https://tc39.es/proposal-temporal/#_ref_2474", "https://tc39.es/proposal-temporal/#_ref_2475", "https://tc39.es/proposal-temporal/#_ref_2476", "https://tc39.es/proposal-temporal/#_ref_2477", + "https://tc39.es/proposal-temporal/#_ref_1971", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring", + "https://tc39.es/proposal-temporal/#_ref_1972", "https://tc39.es/proposal-temporal/#_ref_2478", - "https://tc39.es/proposal-temporal/#_ref_1987", + "https://tc39.es/proposal-temporal/#_ref_1973", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring", + "https://tc39.es/proposal-temporal/#_ref_1974", "https://tc39.es/proposal-temporal/#_ref_2479", + "https://tc39.es/proposal-temporal/#_ref_1975", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", + "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/#_ref_2480", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring", + "https://tc39.es/proposal-temporal/#_ref_1980", "https://tc39.es/proposal-temporal/#_ref_2481", + "https://tc39.es/proposal-temporal/#_ref_1981", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", + "https://tc39.es/proposal-temporal/#_ref_1982", "https://tc39.es/proposal-temporal/#_ref_2482", "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_1988", "https://tc39.es/proposal-temporal/#_ref_2486", "https://tc39.es/proposal-temporal/#_ref_2487", - "https://tc39.es/proposal-temporal/#sec-temporal-iso-string-time-zone-parse-records", - "https://tc39.es/proposal-temporal/#_ref_101", - "https://tc39.es/proposal-temporal/#table-temporal-iso-string-time-zone-parse-record-fields", - "https://tc39.es/proposal-temporal/#_ref_1989", - "https://tc39.es/proposal-temporal/#sec-temporal-iso-date-time-parse-records", - "https://tc39.es/proposal-temporal/#_ref_102", - "https://tc39.es/proposal-temporal/#table-temporal-iso-date-time-parse-record-fields", - "https://tc39.es/proposal-temporal/#_ref_1990", - "https://tc39.es/proposal-temporal/#_ref_1991", - "https://tc39.es/proposal-temporal/#_ref_1992", - "https://tc39.es/proposal-temporal/#_ref_1993", - "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", - "https://tc39.es/proposal-temporal/#_ref_1994", "https://tc39.es/proposal-temporal/#_ref_2488", "https://tc39.es/proposal-temporal/#_ref_2489", "https://tc39.es/proposal-temporal/#_ref_2490", @@ -2859,326 +2884,310 @@ "https://tc39.es/proposal-temporal/#_ref_2494", "https://tc39.es/proposal-temporal/#_ref_2495", "https://tc39.es/proposal-temporal/#_ref_2496", - "https://tc39.es/proposal-temporal/#_ref_2497", - "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_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/#_ref_1989", + "https://tc39.es/proposal-temporal/#_ref_1990", + "https://tc39.es/proposal-temporal/#_ref_1991", + "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_2501", - "https://tc39.es/proposal-temporal/#_ref_2502", - "https://tc39.es/proposal-temporal/#_ref_2503", - "https://tc39.es/proposal-temporal/#_ref_2504", "https://tc39.es/proposal-temporal/#_ref_1996", "https://tc39.es/proposal-temporal/#_ref_1997", + "https://tc39.es/proposal-temporal/#sec-temporal-iso-month-day-parse-records", "https://tc39.es/proposal-temporal/#_ref_1998", "https://tc39.es/proposal-temporal/#_ref_1999", - "https://tc39.es/proposal-temporal/#_ref_2505", - "https://tc39.es/proposal-temporal/#_ref_2506", - "https://tc39.es/proposal-temporal/#_ref_2507", - "https://tc39.es/proposal-temporal/#_ref_2508", - "https://tc39.es/proposal-temporal/#_ref_2509", "https://tc39.es/proposal-temporal/#_ref_2000", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring", + "https://tc39.es/proposal-temporal/#_ref_103", + "https://tc39.es/proposal-temporal/#table-temporal-iso-month-day-parse-record-fields", "https://tc39.es/proposal-temporal/#_ref_2001", - "https://tc39.es/proposal-temporal/#_ref_2510", "https://tc39.es/proposal-temporal/#_ref_2002", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalmonthdaystring", "https://tc39.es/proposal-temporal/#_ref_2003", - "https://tc39.es/proposal-temporal/#_ref_2511", + "https://tc39.es/proposal-temporal/#_ref_2497", "https://tc39.es/proposal-temporal/#_ref_2004", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", + "https://tc39.es/proposal-temporal/#_ref_2498", "https://tc39.es/proposal-temporal/#_ref_2005", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalrelativetostring", "https://tc39.es/proposal-temporal/#_ref_2006", + "https://tc39.es/proposal-temporal/#_ref_2499", "https://tc39.es/proposal-temporal/#_ref_2007", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimestring", "https://tc39.es/proposal-temporal/#_ref_2008", - "https://tc39.es/proposal-temporal/#_ref_2512", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring", + "https://tc39.es/proposal-temporal/#_ref_2500", "https://tc39.es/proposal-temporal/#_ref_2009", - "https://tc39.es/proposal-temporal/#_ref_2513", + "https://tc39.es/proposal-temporal/#_ref_2501", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", "https://tc39.es/proposal-temporal/#_ref_2010", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", "https://tc39.es/proposal-temporal/#_ref_2011", - "https://tc39.es/proposal-temporal/#_ref_2514", - "https://tc39.es/proposal-temporal/#_ref_2515", - "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/#_ref_2519", - "https://tc39.es/proposal-temporal/#_ref_2520", - "https://tc39.es/proposal-temporal/#_ref_2521", - "https://tc39.es/proposal-temporal/#_ref_2522", - "https://tc39.es/proposal-temporal/#_ref_2523", - "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_2527", - "https://tc39.es/proposal-temporal/#_ref_2528", "https://tc39.es/proposal-temporal/#_ref_2012", "https://tc39.es/proposal-temporal/#_ref_2013", "https://tc39.es/proposal-temporal/#_ref_2014", "https://tc39.es/proposal-temporal/#_ref_2015", + "https://tc39.es/proposal-temporal/#_ref_2502", "https://tc39.es/proposal-temporal/#_ref_2016", "https://tc39.es/proposal-temporal/#_ref_2017", "https://tc39.es/proposal-temporal/#_ref_2018", "https://tc39.es/proposal-temporal/#_ref_2019", "https://tc39.es/proposal-temporal/#_ref_2020", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalyearmonthstring", "https://tc39.es/proposal-temporal/#_ref_2021", + "https://tc39.es/proposal-temporal/#_ref_2503", "https://tc39.es/proposal-temporal/#_ref_2022", + "https://tc39.es/proposal-temporal/#sec-topositiveintegerwithtruncation", "https://tc39.es/proposal-temporal/#_ref_2023", + "https://tc39.es/proposal-temporal/#sec-tointegerwithtruncation", + "https://tc39.es/proposal-temporal/#sec-tointegerifintegral", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalobjecttofields", "https://tc39.es/proposal-temporal/#_ref_2024", "https://tc39.es/proposal-temporal/#_ref_2025", "https://tc39.es/proposal-temporal/#_ref_2026", - "https://tc39.es/proposal-temporal/#sec-temporal-iso-month-day-parse-records", + "https://tc39.es/proposal-temporal/#sec-temporal-isodatetofields", "https://tc39.es/proposal-temporal/#_ref_2027", "https://tc39.es/proposal-temporal/#_ref_2028", "https://tc39.es/proposal-temporal/#_ref_2029", - "https://tc39.es/proposal-temporal/#_ref_103", - "https://tc39.es/proposal-temporal/#table-temporal-iso-month-day-parse-record-fields", "https://tc39.es/proposal-temporal/#_ref_2030", "https://tc39.es/proposal-temporal/#_ref_2031", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalmonthdaystring", "https://tc39.es/proposal-temporal/#_ref_2032", - "https://tc39.es/proposal-temporal/#_ref_2529", + "https://tc39.es/proposal-temporal/#sec-temporal-preparecalendarfields", + "https://tc39.es/proposal-temporal/#_ref_104", + "https://tc39.es/proposal-temporal/#_ref_105", + "https://tc39.es/proposal-temporal/#_ref_106", "https://tc39.es/proposal-temporal/#_ref_2033", - "https://tc39.es/proposal-temporal/#_ref_2530", "https://tc39.es/proposal-temporal/#_ref_2034", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalrelativetostring", "https://tc39.es/proposal-temporal/#_ref_2035", - "https://tc39.es/proposal-temporal/#_ref_2531", + "https://tc39.es/proposal-temporal/#_ref_107", + "https://tc39.es/proposal-temporal/#_ref_108", "https://tc39.es/proposal-temporal/#_ref_2036", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimestring", "https://tc39.es/proposal-temporal/#_ref_2037", - "https://tc39.es/proposal-temporal/#_ref_2532", "https://tc39.es/proposal-temporal/#_ref_2038", - "https://tc39.es/proposal-temporal/#_ref_2533", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", "https://tc39.es/proposal-temporal/#_ref_2039", + "https://tc39.es/proposal-temporal/#sec-temporal-getdifferencesettings", + "https://tc39.es/proposal-temporal/#_ref_109", "https://tc39.es/proposal-temporal/#_ref_2040", "https://tc39.es/proposal-temporal/#_ref_2041", "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/#_ref_2534", "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/#_ref_2048", + "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_2049", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalyearmonthstring", + "https://tc39.es/proposal-temporal/#_ref_110", + "https://tc39.es/proposal-temporal/#table-year-week-record", "https://tc39.es/proposal-temporal/#_ref_2050", - "https://tc39.es/proposal-temporal/#_ref_2535", + "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_2051", - "https://tc39.es/proposal-temporal/#sec-topositiveintegerwithtruncation", + "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_2052", - "https://tc39.es/proposal-temporal/#sec-tointegerwithtruncation", - "https://tc39.es/proposal-temporal/#sec-tointegerifintegral", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalobjecttofields", "https://tc39.es/proposal-temporal/#_ref_2053", + "https://tc39.es/proposal-temporal/#_ref_2504", + "https://tc39.es/proposal-temporal/#_ref_2505", "https://tc39.es/proposal-temporal/#_ref_2054", + "https://tc39.es/proposal-temporal/#sec-systemtimezoneidentifier", + "https://tc39.es/proposal-temporal/#sec-defaulttimezone", "https://tc39.es/proposal-temporal/#_ref_2055", - "https://tc39.es/proposal-temporal/#sec-temporal-isodatetofields", "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/#_ref_2060", + "https://tc39.es/proposal-temporal/#sec-time-zone-offset-strings", "https://tc39.es/proposal-temporal/#_ref_2061", - "https://tc39.es/proposal-temporal/#sec-temporal-preparecalendarfields", - "https://tc39.es/proposal-temporal/#_ref_104", - "https://tc39.es/proposal-temporal/#_ref_105", - "https://tc39.es/proposal-temporal/#_ref_106", + "https://tc39.es/proposal-temporal/#_ref_2506", + "https://tc39.es/proposal-temporal/#_ref_2507", + "https://tc39.es/proposal-temporal/#_ref_111", + "https://tc39.es/proposal-temporal/#_ref_112", + "https://tc39.es/proposal-temporal/#sec-localtime", "https://tc39.es/proposal-temporal/#_ref_2062", "https://tc39.es/proposal-temporal/#_ref_2063", "https://tc39.es/proposal-temporal/#_ref_2064", - "https://tc39.es/proposal-temporal/#_ref_107", - "https://tc39.es/proposal-temporal/#_ref_108", "https://tc39.es/proposal-temporal/#_ref_2065", "https://tc39.es/proposal-temporal/#_ref_2066", "https://tc39.es/proposal-temporal/#_ref_2067", + "https://tc39.es/proposal-temporal/#sec-utc-t", "https://tc39.es/proposal-temporal/#_ref_2068", - "https://tc39.es/proposal-temporal/#sec-temporal-getdifferencesettings", - "https://tc39.es/proposal-temporal/#_ref_109", "https://tc39.es/proposal-temporal/#_ref_2069", "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/#sec-timestring", "https://tc39.es/proposal-temporal/#_ref_2074", + "https://tc39.es/proposal-temporal/#sec-timezoneestring", "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/#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-isoffsettimezoneidentifier", + "https://tc39.es/proposal-temporal/#sec-istimezoneoffsetstring", + "https://tc39.es/proposal-temporal/#_ref_2508", + "https://tc39.es/proposal-temporal/#_ref_2509", + "https://tc39.es/proposal-temporal/#_ref_2510", + "https://tc39.es/proposal-temporal/#_ref_2511", + "https://tc39.es/proposal-temporal/#sec-parsedatetimeutcoffset", + "https://tc39.es/proposal-temporal/#sec-parsetimezoneoffsetstring", + "https://tc39.es/proposal-temporal/#_ref_2512", + "https://tc39.es/proposal-temporal/#_ref_2513", + "https://tc39.es/proposal-temporal/#sec-temporal-date-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal-date", "https://tc39.es/proposal-temporal/#_ref_2078", - "https://tc39.es/proposal-temporal/#_ref_110", - "https://tc39.es/proposal-temporal/#table-year-week-record", "https://tc39.es/proposal-temporal/#_ref_2079", - "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_2080", - "https://tc39.es/proposal-temporal/#sec-overview-of-date-objects-and-definitions-of-abstract-operations", - "https://tc39.es/proposal-temporal/#sec-temporal-getutcepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_2081", "https://tc39.es/proposal-temporal/#_ref_2082", + "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_2083", - "https://tc39.es/proposal-temporal/#sec-time-zone-identifiers", + "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_2084", + "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_2085", - "https://tc39.es/proposal-temporal/#_ref_2536", - "https://tc39.es/proposal-temporal/#_ref_2537", "https://tc39.es/proposal-temporal/#_ref_2086", - "https://tc39.es/proposal-temporal/#sec-systemtimezoneidentifier", - "https://tc39.es/proposal-temporal/#sec-defaulttimezone", "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/#sec-time-zone-offset-strings", + "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_2093", - "https://tc39.es/proposal-temporal/#_ref_2538", - "https://tc39.es/proposal-temporal/#_ref_2539", - "https://tc39.es/proposal-temporal/#_ref_111", - "https://tc39.es/proposal-temporal/#_ref_112", - "https://tc39.es/proposal-temporal/#sec-localtime", "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/#_ref_2097", "https://tc39.es/proposal-temporal/#_ref_2098", "https://tc39.es/proposal-temporal/#_ref_2099", - "https://tc39.es/proposal-temporal/#sec-utc-t", "https://tc39.es/proposal-temporal/#_ref_2100", "https://tc39.es/proposal-temporal/#_ref_2101", "https://tc39.es/proposal-temporal/#_ref_2102", "https://tc39.es/proposal-temporal/#_ref_2103", "https://tc39.es/proposal-temporal/#_ref_2104", + "https://tc39.es/proposal-temporal/#_ref_113", "https://tc39.es/proposal-temporal/#_ref_2105", - "https://tc39.es/proposal-temporal/#sec-timestring", + "https://tc39.es/proposal-temporal/#sup-availablenamedtimezoneidentifiers", + "https://tc39.es/proposal-temporal/#sec-availabletimezones", "https://tc39.es/proposal-temporal/#_ref_2106", - "https://tc39.es/proposal-temporal/#sec-timezoneestring", "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/#sec-isoffsettimezoneidentifier", - "https://tc39.es/proposal-temporal/#sec-istimezoneoffsetstring", - "https://tc39.es/proposal-temporal/#_ref_2540", - "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/#sec-parsedatetimeutcoffset", - "https://tc39.es/proposal-temporal/#sec-parsetimezoneoffsetstring", - "https://tc39.es/proposal-temporal/#_ref_2544", - "https://tc39.es/proposal-temporal/#_ref_2545", - "https://tc39.es/proposal-temporal/#sec-temporal-date-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal-date", "https://tc39.es/proposal-temporal/#_ref_2110", "https://tc39.es/proposal-temporal/#_ref_2111", "https://tc39.es/proposal-temporal/#_ref_2112", "https://tc39.es/proposal-temporal/#_ref_2113", "https://tc39.es/proposal-temporal/#_ref_2114", - "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-time-zone-names-deleted", "https://tc39.es/proposal-temporal/#_ref_2115", - "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/#sec-isvalidtimezonename", "https://tc39.es/proposal-temporal/#_ref_2116", - "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_2117", "https://tc39.es/proposal-temporal/#_ref_2118", "https://tc39.es/proposal-temporal/#_ref_2119", + "https://tc39.es/proposal-temporal/#sec-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_2120", "https://tc39.es/proposal-temporal/#_ref_2121", + "https://tc39.es/proposal-temporal/#sec-availablecanonicaltimezones", "https://tc39.es/proposal-temporal/#_ref_2122", "https://tc39.es/proposal-temporal/#_ref_2123", + "https://tc39.es/proposal-temporal/#sec-calendar-types-deleted", "https://tc39.es/proposal-temporal/#_ref_2124", - "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-availablecalendars-deleted", "https://tc39.es/proposal-temporal/#_ref_2125", "https://tc39.es/proposal-temporal/#_ref_2126", + "https://tc39.es/proposal-temporal/#_ref_114", + "https://tc39.es/proposal-temporal/#intl-object", + "https://tc39.es/proposal-temporal/#sec-function-properties-of-the-intl-object", + "https://tc39.es/proposal-temporal/#sec-intl.supportedvaluesof", "https://tc39.es/proposal-temporal/#_ref_2127", + "https://tc39.es/proposal-temporal/#sec-abstract-operations", + "https://tc39.es/proposal-temporal/#sec-getoptionsobject-deleted", "https://tc39.es/proposal-temporal/#_ref_2128", "https://tc39.es/proposal-temporal/#_ref_2129", + "https://tc39.es/proposal-temporal/#sec-getoption-deleted", "https://tc39.es/proposal-temporal/#_ref_2130", + "https://tc39.es/proposal-temporal/#table-intl-rounding-modes", + "https://tc39.es/proposal-temporal/#sec-getunsignedroundingmode-deleted", "https://tc39.es/proposal-temporal/#_ref_2131", + "https://tc39.es/proposal-temporal/#_ref_115", + "https://tc39.es/proposal-temporal/#_ref_116", + "https://tc39.es/proposal-temporal/#_ref_117", + "https://tc39.es/proposal-temporal/#table-intl-unsigned-rounding-modes", + "https://tc39.es/proposal-temporal/#sec-applyunsignedroundingmode-deleted", "https://tc39.es/proposal-temporal/#_ref_2132", + "https://tc39.es/proposal-temporal/#_ref_118", "https://tc39.es/proposal-temporal/#_ref_2133", + "https://tc39.es/proposal-temporal/#sec-intl-datetimeformat-constructor", + "https://tc39.es/proposal-temporal/#sec-createdatetimeformat", + "https://tc39.es/proposal-temporal/#sec-todatetimeoptions", + "https://tc39.es/proposal-temporal/#sec-initializedatetimeformat", "https://tc39.es/proposal-temporal/#_ref_2134", "https://tc39.es/proposal-temporal/#_ref_2135", "https://tc39.es/proposal-temporal/#_ref_2136", - "https://tc39.es/proposal-temporal/#_ref_113", "https://tc39.es/proposal-temporal/#_ref_2137", - "https://tc39.es/proposal-temporal/#sup-availablenamedtimezoneidentifiers", - "https://tc39.es/proposal-temporal/#sec-availabletimezones", "https://tc39.es/proposal-temporal/#_ref_2138", "https://tc39.es/proposal-temporal/#_ref_2139", "https://tc39.es/proposal-temporal/#_ref_2140", "https://tc39.es/proposal-temporal/#_ref_2141", "https://tc39.es/proposal-temporal/#_ref_2142", "https://tc39.es/proposal-temporal/#_ref_2143", + "https://tc39.es/proposal-temporal/#_ref_2514", + "https://tc39.es/proposal-temporal/#_ref_2515", "https://tc39.es/proposal-temporal/#_ref_2144", "https://tc39.es/proposal-temporal/#_ref_2145", "https://tc39.es/proposal-temporal/#_ref_2146", - "https://tc39.es/proposal-temporal/#sec-time-zone-names-deleted", "https://tc39.es/proposal-temporal/#_ref_2147", - "https://tc39.es/proposal-temporal/#sec-isvalidtimezonename", "https://tc39.es/proposal-temporal/#_ref_2148", "https://tc39.es/proposal-temporal/#_ref_2149", "https://tc39.es/proposal-temporal/#_ref_2150", "https://tc39.es/proposal-temporal/#_ref_2151", - "https://tc39.es/proposal-temporal/#sec-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_2152", "https://tc39.es/proposal-temporal/#_ref_2153", - "https://tc39.es/proposal-temporal/#sec-availablecanonicaltimezones", "https://tc39.es/proposal-temporal/#_ref_2154", "https://tc39.es/proposal-temporal/#_ref_2155", - "https://tc39.es/proposal-temporal/#sec-calendar-types-deleted", "https://tc39.es/proposal-temporal/#_ref_2156", - "https://tc39.es/proposal-temporal/#sec-availablecalendars-deleted", "https://tc39.es/proposal-temporal/#_ref_2157", "https://tc39.es/proposal-temporal/#_ref_2158", - "https://tc39.es/proposal-temporal/#_ref_114", - "https://tc39.es/proposal-temporal/#intl-object", - "https://tc39.es/proposal-temporal/#sec-function-properties-of-the-intl-object", - "https://tc39.es/proposal-temporal/#sec-intl.supportedvaluesof", "https://tc39.es/proposal-temporal/#_ref_2159", - "https://tc39.es/proposal-temporal/#sec-abstract-operations", - "https://tc39.es/proposal-temporal/#sec-getoptionsobject-deleted", "https://tc39.es/proposal-temporal/#_ref_2160", + "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-constructor", + "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat-internal-slots", + "https://tc39.es/proposal-temporal/#sec-datetimeformat-abstracts", + "https://tc39.es/proposal-temporal/#sec-getdatetimeformat", + "https://tc39.es/proposal-temporal/#sec-datetime-format-functions", "https://tc39.es/proposal-temporal/#_ref_2161", - "https://tc39.es/proposal-temporal/#sec-getoption-deleted", "https://tc39.es/proposal-temporal/#_ref_2162", - "https://tc39.es/proposal-temporal/#table-intl-rounding-modes", - "https://tc39.es/proposal-temporal/#sec-getunsignedroundingmode-deleted", + "https://tc39.es/proposal-temporal/#sec-formatdatetimepattern", "https://tc39.es/proposal-temporal/#_ref_2163", - "https://tc39.es/proposal-temporal/#_ref_115", - "https://tc39.es/proposal-temporal/#_ref_116", - "https://tc39.es/proposal-temporal/#_ref_117", - "https://tc39.es/proposal-temporal/#table-intl-unsigned-rounding-modes", - "https://tc39.es/proposal-temporal/#sec-applyunsignedroundingmode-deleted", "https://tc39.es/proposal-temporal/#_ref_2164", - "https://tc39.es/proposal-temporal/#_ref_118", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", "https://tc39.es/proposal-temporal/#_ref_2165", - "https://tc39.es/proposal-temporal/#sec-intl-datetimeformat-constructor", - "https://tc39.es/proposal-temporal/#sec-createdatetimeformat", - "https://tc39.es/proposal-temporal/#sec-todatetimeoptions", - "https://tc39.es/proposal-temporal/#sec-initializedatetimeformat", "https://tc39.es/proposal-temporal/#_ref_2166", "https://tc39.es/proposal-temporal/#_ref_2167", + "https://tc39.es/proposal-temporal/#sec-formatdatetime", "https://tc39.es/proposal-temporal/#_ref_2168", "https://tc39.es/proposal-temporal/#_ref_2169", + "https://tc39.es/proposal-temporal/#sec-formatdatetimetoparts", "https://tc39.es/proposal-temporal/#_ref_2170", "https://tc39.es/proposal-temporal/#_ref_2171", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", "https://tc39.es/proposal-temporal/#_ref_2172", "https://tc39.es/proposal-temporal/#_ref_2173", "https://tc39.es/proposal-temporal/#_ref_2174", "https://tc39.es/proposal-temporal/#_ref_2175", - "https://tc39.es/proposal-temporal/#_ref_2546", - "https://tc39.es/proposal-temporal/#_ref_2547", "https://tc39.es/proposal-temporal/#_ref_2176", "https://tc39.es/proposal-temporal/#_ref_2177", "https://tc39.es/proposal-temporal/#_ref_2178", @@ -3186,183 +3195,141 @@ "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/#sec-formatdatetimerange", "https://tc39.es/proposal-temporal/#_ref_2183", "https://tc39.es/proposal-temporal/#_ref_2184", "https://tc39.es/proposal-temporal/#_ref_2185", + "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", "https://tc39.es/proposal-temporal/#_ref_2186", "https://tc39.es/proposal-temporal/#_ref_2187", "https://tc39.es/proposal-temporal/#_ref_2188", + "https://tc39.es/proposal-temporal/#sec-todatetimeformattable", "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/#sec-temporal-istemporalobject", + "https://tc39.es/proposal-temporal/#sec-temporal-sametemporaltype", "https://tc39.es/proposal-temporal/#_ref_2192", - "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-constructor", - "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat-internal-slots", - "https://tc39.es/proposal-temporal/#sec-datetimeformat-abstracts", - "https://tc39.es/proposal-temporal/#sec-getdatetimeformat", - "https://tc39.es/proposal-temporal/#sec-datetime-format-functions", "https://tc39.es/proposal-temporal/#_ref_2193", + "https://tc39.es/proposal-temporal/#sec-datetimeformat-value-format-records", + "https://tc39.es/proposal-temporal/#datetimeformat-value-format-record", + "https://tc39.es/proposal-temporal/#_ref_119", + "https://tc39.es/proposal-temporal/#table-datetimeformat-value-format-record", "https://tc39.es/proposal-temporal/#_ref_2194", - "https://tc39.es/proposal-temporal/#sec-formatdatetimepattern", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaldate", "https://tc39.es/proposal-temporal/#_ref_2195", "https://tc39.es/proposal-temporal/#_ref_2196", - "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", "https://tc39.es/proposal-temporal/#_ref_2197", "https://tc39.es/proposal-temporal/#_ref_2198", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_2199", - "https://tc39.es/proposal-temporal/#sec-formatdatetime", "https://tc39.es/proposal-temporal/#_ref_2200", "https://tc39.es/proposal-temporal/#_ref_2201", - "https://tc39.es/proposal-temporal/#sec-formatdatetimetoparts", "https://tc39.es/proposal-temporal/#_ref_2202", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_2203", - "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", "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/#sec-temporal-handledatetimetemporaltime", "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/#_ref_2210", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_2211", "https://tc39.es/proposal-temporal/#_ref_2212", "https://tc39.es/proposal-temporal/#_ref_2213", "https://tc39.es/proposal-temporal/#_ref_2214", - "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_2215", "https://tc39.es/proposal-temporal/#_ref_2216", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", "https://tc39.es/proposal-temporal/#_ref_2217", - "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", "https://tc39.es/proposal-temporal/#_ref_2218", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", "https://tc39.es/proposal-temporal/#_ref_2219", "https://tc39.es/proposal-temporal/#_ref_2220", - "https://tc39.es/proposal-temporal/#sec-todatetimeformattable", "https://tc39.es/proposal-temporal/#_ref_2221", "https://tc39.es/proposal-temporal/#_ref_2222", "https://tc39.es/proposal-temporal/#_ref_2223", - "https://tc39.es/proposal-temporal/#sec-temporal-istemporalobject", - "https://tc39.es/proposal-temporal/#sec-temporal-sametemporaltype", "https://tc39.es/proposal-temporal/#_ref_2224", "https://tc39.es/proposal-temporal/#_ref_2225", - "https://tc39.es/proposal-temporal/#sec-datetimeformat-value-format-records", - "https://tc39.es/proposal-temporal/#datetimeformat-value-format-record", - "https://tc39.es/proposal-temporal/#_ref_119", - "https://tc39.es/proposal-temporal/#table-datetimeformat-value-format-record", "https://tc39.es/proposal-temporal/#_ref_2226", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaldate", "https://tc39.es/proposal-temporal/#_ref_2227", + "https://tc39.es/proposal-temporal/#sec-tolocaltime", "https://tc39.es/proposal-temporal/#_ref_2228", + "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_2229", "https://tc39.es/proposal-temporal/#_ref_2230", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalyearmonth", + "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", "https://tc39.es/proposal-temporal/#_ref_2231", "https://tc39.es/proposal-temporal/#_ref_2232", "https://tc39.es/proposal-temporal/#_ref_2233", + "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", "https://tc39.es/proposal-temporal/#_ref_2234", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_2235", "https://tc39.es/proposal-temporal/#_ref_2236", + "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.resolvedoptions", + "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-instances", "https://tc39.es/proposal-temporal/#_ref_2237", "https://tc39.es/proposal-temporal/#_ref_2238", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaltime", "https://tc39.es/proposal-temporal/#_ref_2239", "https://tc39.es/proposal-temporal/#_ref_2240", "https://tc39.es/proposal-temporal/#_ref_2241", "https://tc39.es/proposal-temporal/#_ref_2242", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_2243", + "https://tc39.es/proposal-temporal/#locale-sensitive-functions", + "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_120", "https://tc39.es/proposal-temporal/#_ref_2244", "https://tc39.es/proposal-temporal/#_ref_2245", "https://tc39.es/proposal-temporal/#_ref_2246", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalinstant", + "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_121", "https://tc39.es/proposal-temporal/#_ref_2247", "https://tc39.es/proposal-temporal/#_ref_2248", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", "https://tc39.es/proposal-temporal/#_ref_2249", + "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_122", "https://tc39.es/proposal-temporal/#_ref_2250", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", "https://tc39.es/proposal-temporal/#_ref_2251", "https://tc39.es/proposal-temporal/#_ref_2252", + "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_123", "https://tc39.es/proposal-temporal/#_ref_2253", "https://tc39.es/proposal-temporal/#_ref_2254", "https://tc39.es/proposal-temporal/#_ref_2255", + "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_124", "https://tc39.es/proposal-temporal/#_ref_2256", "https://tc39.es/proposal-temporal/#_ref_2257", "https://tc39.es/proposal-temporal/#_ref_2258", + "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_125", "https://tc39.es/proposal-temporal/#_ref_2259", - "https://tc39.es/proposal-temporal/#sec-tolocaltime", "https://tc39.es/proposal-temporal/#_ref_2260", - "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_2261", + "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_126", "https://tc39.es/proposal-temporal/#_ref_2262", - "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", "https://tc39.es/proposal-temporal/#_ref_2263", "https://tc39.es/proposal-temporal/#_ref_2264", "https://tc39.es/proposal-temporal/#_ref_2265", - "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", "https://tc39.es/proposal-temporal/#_ref_2266", "https://tc39.es/proposal-temporal/#_ref_2267", "https://tc39.es/proposal-temporal/#_ref_2268", - "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.resolvedoptions", - "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-instances", "https://tc39.es/proposal-temporal/#_ref_2269", - "https://tc39.es/proposal-temporal/#_ref_2270", - "https://tc39.es/proposal-temporal/#_ref_2271", - "https://tc39.es/proposal-temporal/#_ref_2272", - "https://tc39.es/proposal-temporal/#_ref_2273", - "https://tc39.es/proposal-temporal/#_ref_2274", - "https://tc39.es/proposal-temporal/#_ref_2275", - "https://tc39.es/proposal-temporal/#locale-sensitive-functions", - "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_120", - "https://tc39.es/proposal-temporal/#_ref_2276", - "https://tc39.es/proposal-temporal/#_ref_2277", - "https://tc39.es/proposal-temporal/#_ref_2278", - "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_121", - "https://tc39.es/proposal-temporal/#_ref_2279", - "https://tc39.es/proposal-temporal/#_ref_2280", - "https://tc39.es/proposal-temporal/#_ref_2281", - "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_122", - "https://tc39.es/proposal-temporal/#_ref_2282", - "https://tc39.es/proposal-temporal/#_ref_2283", - "https://tc39.es/proposal-temporal/#_ref_2284", - "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_123", - "https://tc39.es/proposal-temporal/#_ref_2285", - "https://tc39.es/proposal-temporal/#_ref_2286", - "https://tc39.es/proposal-temporal/#_ref_2287", - "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_124", - "https://tc39.es/proposal-temporal/#_ref_2288", - "https://tc39.es/proposal-temporal/#_ref_2289", - "https://tc39.es/proposal-temporal/#_ref_2290", - "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_125", - "https://tc39.es/proposal-temporal/#_ref_2291", - "https://tc39.es/proposal-temporal/#_ref_2292", - "https://tc39.es/proposal-temporal/#_ref_2293", - "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_126", - "https://tc39.es/proposal-temporal/#_ref_2294", - "https://tc39.es/proposal-temporal/#_ref_2295", - "https://tc39.es/proposal-temporal/#_ref_2296", - "https://tc39.es/proposal-temporal/#_ref_2297", - "https://tc39.es/proposal-temporal/#_ref_2298", - "https://tc39.es/proposal-temporal/#_ref_2299", - "https://tc39.es/proposal-temporal/#_ref_2300", - "https://tc39.es/proposal-temporal/#_ref_2301", "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/topics.json b/ed/ids/topics.json index ed96ee600553..e1bac5a8af75 100644 --- a/ed/ids/topics.json +++ b/ed/ids/topics.json @@ -109,6 +109,7 @@ "https://patcg-individual-drafts.github.io/topics/#ref-for-user-agent-configuration-version", "https://patcg-individual-drafts.github.io/topics/#ref-for-user-agent-user-topics-state", "https://patcg-individual-drafts.github.io/topics/#ref-for-user-agent-topics-history-storage", + "https://patcg-individual-drafts.github.io/topics/#expiring-stored-data", "https://patcg-individual-drafts.github.io/topics/#browsing-topic-dictionary-header", "https://patcg-individual-drafts.github.io/topics/#ref-for-dictdef-browsingtopic", "https://patcg-individual-drafts.github.io/topics/#ref-for-browsing-topics-types-topic-ids%E2%91%A6", @@ -308,8 +309,15 @@ "https://patcg-individual-drafts.github.io/topics/#ref-for-user-agent-user-topics-state%E2%91%A8", "https://patcg-individual-drafts.github.io/topics/#ref-for-user-topics-state-hmac-key%E2%91%A0", "https://patcg-individual-drafts.github.io/topics/#ref-for-dfn-duration%E2%91%A0%E2%93%AA", + "https://patcg-individual-drafts.github.io/topics/#ref-for-topics-caller-context-top-level-context-domain%E2%91%A0", + "https://patcg-individual-drafts.github.io/topics/#ref-for-section-8.3%E2%91%A0", + "https://patcg-individual-drafts.github.io/topics/#ref-for-user-agent-user-topics-state%E2%91%A0%E2%93%AA", + "https://patcg-individual-drafts.github.io/topics/#ref-for-user-topics-state-hmac-key%E2%91%A1", + "https://patcg-individual-drafts.github.io/topics/#ref-for-dfn-duration%E2%91%A0%E2%91%A0", "https://patcg-individual-drafts.github.io/topics/#ref-for-topics-caller-context-timestamp", "https://patcg-individual-drafts.github.io/topics/#ref-for-list%E2%91%A7", + "https://patcg-individual-drafts.github.io/topics/#ref-for-dfn-duration%E2%91%A0%E2%91%A1", + "https://patcg-individual-drafts.github.io/topics/#ref-for-epoch-time%E2%91%A2", "https://patcg-individual-drafts.github.io/topics/#ref-for-list-append%E2%91%A5", "https://patcg-individual-drafts.github.io/topics/#get-the-number-of-distinct-versions-in-epochs-header", "https://patcg-individual-drafts.github.io/topics/#get-the-number-of-distinct-versions-in-epochs", @@ -326,11 +334,11 @@ "https://patcg-individual-drafts.github.io/topics/#ref-for-calculate-the-epochs-for-caller%E2%91%A0", "https://patcg-individual-drafts.github.io/topics/#ref-for-list%E2%91%A8", "https://patcg-individual-drafts.github.io/topics/#ref-for-epoch-top-5-topics-with-caller-domains%E2%91%A0", - "https://patcg-individual-drafts.github.io/topics/#ref-for-epoch-time%E2%91%A2", - "https://patcg-individual-drafts.github.io/topics/#ref-for-topics-caller-context-top-level-context-domain%E2%91%A0", - "https://patcg-individual-drafts.github.io/topics/#ref-for-section-8.3%E2%91%A0", - "https://patcg-individual-drafts.github.io/topics/#ref-for-user-agent-user-topics-state%E2%91%A0%E2%93%AA", - "https://patcg-individual-drafts.github.io/topics/#ref-for-user-topics-state-hmac-key%E2%91%A1", + "https://patcg-individual-drafts.github.io/topics/#ref-for-epoch-time%E2%91%A3", + "https://patcg-individual-drafts.github.io/topics/#ref-for-topics-caller-context-top-level-context-domain%E2%91%A1", + "https://patcg-individual-drafts.github.io/topics/#ref-for-section-8.3%E2%91%A1", + "https://patcg-individual-drafts.github.io/topics/#ref-for-user-agent-user-topics-state%E2%91%A0%E2%91%A0", + "https://patcg-individual-drafts.github.io/topics/#ref-for-user-topics-state-hmac-key%E2%91%A2", "https://patcg-individual-drafts.github.io/topics/#ref-for-epoch-top-5-topics-with-caller-domains%E2%91%A1", "https://patcg-individual-drafts.github.io/topics/#ref-for-topic-with-caller-domains-caller-domains%E2%91%A1", "https://patcg-individual-drafts.github.io/topics/#ref-for-topics-caller-context-caller-domain", @@ -338,16 +346,16 @@ "https://patcg-individual-drafts.github.io/topics/#ref-for-dom-browsingtopic-topic%E2%91%A1", "https://patcg-individual-drafts.github.io/topics/#ref-for-topic-with-caller-domains-topic-id%E2%91%A1", "https://patcg-individual-drafts.github.io/topics/#ref-for-dom-browsingtopic-topic%E2%91%A2", - "https://patcg-individual-drafts.github.io/topics/#ref-for-epoch-time%E2%91%A3", - "https://patcg-individual-drafts.github.io/topics/#ref-for-topics-caller-context-top-level-context-domain%E2%91%A1", - "https://patcg-individual-drafts.github.io/topics/#ref-for-section-8.3%E2%91%A1", - "https://patcg-individual-drafts.github.io/topics/#ref-for-user-agent-user-topics-state%E2%91%A0%E2%91%A0", - "https://patcg-individual-drafts.github.io/topics/#ref-for-user-topics-state-hmac-key%E2%91%A2", "https://patcg-individual-drafts.github.io/topics/#ref-for-epoch-time%E2%91%A4", "https://patcg-individual-drafts.github.io/topics/#ref-for-topics-caller-context-top-level-context-domain%E2%91%A2", "https://patcg-individual-drafts.github.io/topics/#ref-for-section-8.3%E2%91%A2", "https://patcg-individual-drafts.github.io/topics/#ref-for-user-agent-user-topics-state%E2%91%A0%E2%91%A1", "https://patcg-individual-drafts.github.io/topics/#ref-for-user-topics-state-hmac-key%E2%91%A3", + "https://patcg-individual-drafts.github.io/topics/#ref-for-epoch-time%E2%91%A5", + "https://patcg-individual-drafts.github.io/topics/#ref-for-topics-caller-context-top-level-context-domain%E2%91%A3", + "https://patcg-individual-drafts.github.io/topics/#ref-for-section-8.3%E2%91%A3", + "https://patcg-individual-drafts.github.io/topics/#ref-for-user-agent-user-topics-state%E2%91%A0%E2%91%A2", + "https://patcg-individual-drafts.github.io/topics/#ref-for-user-topics-state-hmac-key%E2%91%A4", "https://patcg-individual-drafts.github.io/topics/#ref-for-epoch-taxonomy%E2%91%A0", "https://patcg-individual-drafts.github.io/topics/#ref-for-list-size%E2%91%A2", "https://patcg-individual-drafts.github.io/topics/#ref-for-dom-browsingtopic-topic%E2%91%A3", @@ -393,7 +401,7 @@ "https://patcg-individual-drafts.github.io/topics/#ref-for-concept-document-origin", "https://patcg-individual-drafts.github.io/topics/#ref-for-concept-origin-host", "https://patcg-individual-drafts.github.io/topics/#ref-for-host-registrable-domain%E2%91%A0", - "https://patcg-individual-drafts.github.io/topics/#ref-for-topics-caller-context-top-level-context-domain%E2%91%A3", + "https://patcg-individual-drafts.github.io/topics/#ref-for-topics-caller-context-top-level-context-domain%E2%91%A4", "https://patcg-individual-drafts.github.io/topics/#ref-for-concept-document-origin%E2%91%A0", "https://patcg-individual-drafts.github.io/topics/#ref-for-concept-origin-host%E2%91%A0", "https://patcg-individual-drafts.github.io/topics/#ref-for-host-registrable-domain%E2%91%A1", @@ -488,7 +496,7 @@ "https://patcg-individual-drafts.github.io/topics/#ref-for-topics-caller-context-caller-domain%E2%91%A2", "https://patcg-individual-drafts.github.io/topics/#ref-for-concept-origin-host%E2%91%A1", "https://patcg-individual-drafts.github.io/topics/#ref-for-host-registrable-domain%E2%91%A2", - "https://patcg-individual-drafts.github.io/topics/#ref-for-topics-caller-context-top-level-context-domain%E2%91%A4", + "https://patcg-individual-drafts.github.io/topics/#ref-for-topics-caller-context-top-level-context-domain%E2%91%A5", "https://patcg-individual-drafts.github.io/topics/#ref-for-concept-document-origin%E2%91%A3", "https://patcg-individual-drafts.github.io/topics/#ref-for-concept-origin-host%E2%91%A2", "https://patcg-individual-drafts.github.io/topics/#ref-for-host-registrable-domain%E2%91%A3", diff --git a/ed/index.json b/ed/index.json index 403c0504f01b..6753e66a5242 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-09-25T12:50:41.272Z", + "date": "2024-09-25T18:43:48.709Z", "options": { "useCrawl": "curated", "output": "curated", @@ -121,11 +121,11 @@ ], "crawled": "https://aomediacodec.github.io/av1-avif/", "crawlCacheInfo": { - "lastModified": "Wed, 25 Sep 2024 07:10:10 GMT" + "lastModified": "Wed, 25 Sep 2024 17:49:17 GMT" }, "generator": "bikeshed", "date": "25 June 2024", - "revision": "1796daebfe3edf4a3a8d07341072904d2312f2ca", + "revision": "7f87801c978721f83d8a9980b84dcc07283ae9c8", "links": "links/av1-avif.json", "refs": "refs/av1-avif.json", "css": "css/av1-avif.json", @@ -682,9 +682,9 @@ ], "crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html", "crawlCacheInfo": { - "lastModified": "Tue, 24 Sep 2024 00:55:18 GMT" + "lastModified": "Wed, 25 Sep 2024 14:03:56 GMT" }, - "date": "24 September 2024", + "date": "25 September 2024", "algorithms": "algorithms/rfc6265bis.json", "links": "links/rfc6265bis.json", "refs": "refs/rfc6265bis.json", @@ -3330,11 +3330,11 @@ ], "crawled": "https://patcg-individual-drafts.github.io/topics/", "crawlCacheInfo": { - "lastModified": "Mon, 08 Jul 2024 14:59:59 GMT" + "lastModified": "Wed, 25 Sep 2024 15:41:50 GMT" }, "generator": "bikeshed", - "date": "8 July 2024", - "revision": "2df537b95e2e1377825d29121d560b0042387feb", + "date": "25 September 2024", + "revision": "5e07172623fef80aaba67104fcffa872ce5ba7b9", "algorithms": "algorithms/topics.json", "links": "links/topics.json", "refs": "refs/topics.json", @@ -7473,9 +7473,9 @@ ], "crawled": "https://tc39.es/proposal-temporal/", "crawlCacheInfo": { - "lastModified": "Tue, 24 Sep 2024 01:49:17 GMT" + "lastModified": "Wed, 25 Sep 2024 18:29:32 GMT" }, - "date": "24 September 2024", + "date": "25 September 2024", "links": "links/tc39-temporal.json", "dfns": "dfns/tc39-temporal.json", "headings": "headings/tc39-temporal.json", @@ -35449,10 +35449,10 @@ ], "crawled": "https://gpuweb.github.io/gpuweb/", "crawlCacheInfo": { - "lastModified": "Tue, 24 Sep 2024 16:02:30 GMT" + "lastModified": "Wed, 25 Sep 2024 13:33:47 GMT" }, "generator": "bikeshed", - "date": "24 September 2024", + "date": "25 September 2024", "algorithms": "algorithms/webgpu.json", "links": "links/webgpu.json", "refs": "refs/webgpu.json", @@ -36745,10 +36745,10 @@ ], "crawled": "https://gpuweb.github.io/gpuweb/wgsl/", "crawlCacheInfo": { - "lastModified": "Tue, 24 Sep 2024 16:02:30 GMT" + "lastModified": "Wed, 25 Sep 2024 13:33:47 GMT" }, "generator": "bikeshed", - "date": "24 September 2024", + "date": "25 September 2024", "algorithms": "algorithms/WGSL.json", "links": "links/WGSL.json", "refs": "refs/WGSL.json", diff --git a/ed/links/WGSL.json b/ed/links/WGSL.json index 73f3b0de4965..1b1b02e71ac0 100644 --- a/ed/links/WGSL.json +++ b/ed/links/WGSL.json @@ -29,6 +29,7 @@ "sample-masking", "gpupipelinelayout", "fragment-processing", + "GPUSamplerDescriptor", "texture-format-caps" ] }, diff --git a/ed/links/av1-avif.json b/ed/links/av1-avif.json index 21b59d4dcb10..290c89b5ed64 100644 --- a/ed/links/av1-avif.json +++ b/ed/links/av1-avif.json @@ -21,8 +21,9 @@ "https://github.com/AOMediaCodec/av1-avif/pull/234": {}, "https://github.com/AOMediaCodec/av1-avif/pull/238": {}, "https://github.com/AOMediaCodec/av1-avif/pull/239": {}, + "https://github.com/AOMediaCodec/av1-avif/pull/240": {}, "https://github.com/AOMediaCodec/av1-avif/pull/243": {}, - "https://github.com/AOMediaCodec/av1-avif/pull/tbd": {}, + "https://github.com/AOMediaCodec/av1-avif/pull/251": {}, "https://www.iana.org/assignments/media-types/image/avif": {}, "https://www.iso.org/standard/66067.html": {}, "https://www.iso.org/standard/68960.html": {}, diff --git a/ed/links/rfc6265bis.json b/ed/links/rfc6265bis.json index a7b9c15cd98c..9da5f5410faf 100644 --- a/ed/links/rfc6265bis.json +++ b/ed/links/rfc6265bis.json @@ -9,7 +9,6 @@ "http://unicode.org/reports/tr46/": {}, "http://www.collinjackson.com/research/papers/appisolation.pdf": {}, "http://www.usenix.org/events/sec10/tech/full_papers/Aggarwal.pdf": {}, - "http://www.w3.org/TR/service-workers/": {}, "https://datatracker.ietf.org/doc/draft-ietf-httpbis-rfc6265bis/": {}, "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-cookie-alone-01": {}, "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-cookie-prefixes-00": {}, @@ -95,7 +94,8 @@ "https://www.rfc-editor.org/rfc/rfc8126": {}, "https://www.rfc-editor.org/rfc/rfc9110": {}, "https://www.rfc-editor.org/rfc/rfc9113": {}, - "https://www.rfc-editor.org/rfc/rfc9114": {} + "https://www.rfc-editor.org/rfc/rfc9114": {}, + "https://www.w3.org/TR/service-workers/": {} }, "autolinks": {} } diff --git a/ed/links/tc39-temporal.json b/ed/links/tc39-temporal.json index f9da6e86c9cf..da9825664c86 100644 --- a/ed/links/tc39-temporal.json +++ b/ed/links/tc39-temporal.json @@ -55,6 +55,7 @@ "sec-tozeropaddeddecimalstring", "eqn-abs", "string-concatenation", + "sec-getutcepochnanoseconds", "sec-ordinaryobjectcreate", "sec-createdatapropertyorthrow", "inclusive-interval", @@ -122,9 +123,9 @@ "ASCII-word-characters", "eqn-min", "eqn-max", - "sec-maketime", "sec-yearfromtime", "sec-timeclip", + "sec-maketime", "eqn-msPerHour", "sec-date-constructor", "sec-date", diff --git a/ed/refs/rfc6265bis.json b/ed/refs/rfc6265bis.json index 7cde4ff6e4c6..7320b0c083c8 100644 --- a/ed/refs/rfc6265bis.json +++ b/ed/refs/rfc6265bis.json @@ -61,10 +61,6 @@ "name": "SAMESITE", "url": "https://html.spec.whatwg.org/#same-site" }, - { - "name": "SERVICE-WORKERS", - "url": "http://www.w3.org/TR/service-workers/" - }, { "name": "USASCII" } @@ -142,6 +138,10 @@ "name": "RFC9114", "url": "https://www.rfc-editor.org/rfc/rfc9114" }, + { + "name": "SERVICE-WORKERS", + "url": "https://www.w3.org/TR/service-workers/" + }, { "name": "UTS46", "url": "http://unicode.org/reports/tr46/"