Skip to content

Commit 883e00a

Browse files
gibson042ptomato
authored andcommitted
Normative: Require sorted output from AvailableCalendars
1 parent e7be49b commit 883e00a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/calendar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ <h1>
6262
1. Let _calendars_ be the List of String values representing calendar types supported by the implementation.
6363
1. Assert: _calendars_ contains *"iso8601"*.
6464
1. Assert: _calendars_ does not contain any element that does not identify a calendar type in the <a href="https://cldr.unicode.org/">Unicode Common Locale Data Repository (CLDR)</a>.
65+
1. Sort _calendars_ in order as if an Array of the same values had been sorted using %Array.prototype.sort% with *undefined* as _comparefn_.
6566
1. Return _calendars_.
6667
</emu-alg>
6768
</emu-clause>

0 commit comments

Comments
 (0)