From 426ed94407a218e762a0ff3e4861b46eb0e41454 Mon Sep 17 00:00:00 2001 From: Frank Yung-Fong Tang Date: Tue, 29 Nov 2022 11:34:53 -0800 Subject: [PATCH] sync w/ intl-enumeration pull/43 https://github.com/tc39/proposal-intl-enumeration/pull/43 --- spec/locales-currencies-tz.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/locales-currencies-tz.html b/spec/locales-currencies-tz.html index 06a10deb..78409d8e 100644 --- a/spec/locales-currencies-tz.html +++ b/spec/locales-currencies-tz.html @@ -369,7 +369,7 @@

AvailableCanonicalNumberingSystems ( ): a List of Strings

description
-
The returned List is ordered as if an Array of the same values had been sorted using %Array.prototype.sort% using *undefined* as _comparefn_, and contains unique numbering systems identifiers identifying the numbering systems for which the implementation provides the functionality of Intl.DateTimeFormat, Intl.NumberFormat, and Intl.RelativeTimeFormat objects. The list must include the Numbering System value of every row of , except the header row.
+
The returned List is ordered as if an Array of the same values had been sorted using %Array.prototype.sort% using *undefined* as _comparefn_, and contains unique canonical numbering systems identifiers identifying the numbering systems for which the implementation provides the functionality of Intl.DateTimeFormat, Intl.NumberFormat, and Intl.RelativeTimeFormat objects. The list must include the Numbering System value of every row of , except the header row.
@@ -386,7 +386,7 @@

AvailableCanonicalCollations ( ): a List of Strings

description
-
The returned List is ordered as if an Array of the same values had been sorted using %Array.prototype.sort% using *undefined* as _comparefn_, and contains unique collation types identifying the collations for which the implementation provides the functionality of Intl.Collator objects.
+
The returned List is ordered as if an Array of the same values had been sorted using %Array.prototype.sort% using *undefined* as _comparefn_, and contains unique canonical collation types identifying the collations for which the implementation provides the functionality of Intl.Collator objects.
@@ -403,7 +403,7 @@

AvailableCanonicalCalendars ( ): a List of Strings

description
-
The returned List is ordered as if an Array of the same values had been sorted using %Array.prototype.sort% using *undefined* as _comparefn_, and contains unique calendar types identifying the calendars for which the implementation provides the functionality of Intl.DateTimeFormat objects. The list must include *"iso8601"*.
+
The returned List is ordered as if an Array of the same values had been sorted using %Array.prototype.sort% using *undefined* as _comparefn_, and contains unique canonical calendar types identifying the calendars for which the implementation provides the functionality of Intl.DateTimeFormat objects. The list must include *"iso8601"*.