Skip to content

Commit ecfc42c

Browse files
ptomatoben-allen
authored andcommitted
Editorial: Use "sorted according to lexicographic code unit order"
See tc39/ecma262#3299. This is the language preferred by the editors.
1 parent 60979f5 commit ecfc42c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/locales-currencies-tz.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h1>
160160
</h1>
161161
<dl class="header">
162162
<dt>description</dt>
163-
<dd>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, well-formed, and upper case canonicalized 3-letter ISO 4217 currency codes, identifying the currencies for which the implementation provides the functionality of Intl.DisplayNames and Intl.NumberFormat objects.</dd>
163+
<dd>The returned List is sorted according to lexicographic code unit order, and contains unique, well-formed, and upper case canonicalized 3-letter ISO 4217 currency codes, identifying the currencies for which the implementation provides the functionality of Intl.DisplayNames and Intl.NumberFormat objects.</dd>
164164
</dl>
165165
</emu-clause>
166166

@@ -402,7 +402,7 @@ <h1>
402402
</h1>
403403
<dl class="header">
404404
<dt>description</dt>
405-
<dd>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 consists of the unique values of simple unit identifiers listed in every row of <emu-xref href="#table-sanctioned-single-unit-identifiers"></emu-xref>, except the header row.</dd>
405+
<dd>The returned List is sorted according to lexicographic code unit order, and consists of the unique values of simple unit identifiers listed in every row of <emu-xref href="#table-sanctioned-single-unit-identifiers"></emu-xref>, except the header row.</dd>
406406
</dl>
407407
</emu-clause>
408408
</emu-clause>
@@ -421,7 +421,7 @@ <h1>
421421
</h1>
422422
<dl class="header">
423423
<dt>description</dt>
424-
<dd>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 <emu-xref href="#table-numbering-system-digits"></emu-xref>, except the header row.</dd>
424+
<dd>The returned List is sorted according to lexicographic code unit order, 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 <emu-xref href="#table-numbering-system-digits"></emu-xref>, except the header row.</dd>
425425
</dl>
426426
</emu-clause>
427427
</emu-clause>
@@ -440,7 +440,7 @@ <h1>
440440
</h1>
441441
<dl class="header">
442442
<dt>description</dt>
443-
<dd>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.</dd>
443+
<dd>The returned List is sorted according to lexicographic code unit order, and contains unique canonical collation types identifying the collations for which the implementation provides the functionality of Intl.Collator objects.</dd>
444444
</dl>
445445
</emu-clause>
446446
</emu-clause>
@@ -459,7 +459,7 @@ <h1>
459459
</h1>
460460
<dl class="header">
461461
<dt>description</dt>
462-
<dd>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"*.</dd>
462+
<dd>The returned List is sorted according to lexicographic code unit order, 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"*.</dd>
463463
</dl>
464464
</emu-clause>
465465
</emu-clause>

0 commit comments

Comments
 (0)