You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/calendar.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ <h1>
62
62
1. Let _calendars_ be the List of String values representing calendar types supported by the implementation.
63
63
1.Assert:_calendars_ contains *"iso8601"*.
64
64
1.Assert:_calendars_ does not contain any element that does not identify a calendar type in the <ahref="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_.
0 commit comments