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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,12 @@ <h1>
61
61
<p>
62
62
Calendar types are constrained to those in the <ahref="https://cldr.unicode.org/">Unicode Common Locale Data Repository (CLDR)</a>. All implementations are required to support *"iso8601"*.
63
63
</p>
64
+
<emu-alg>
65
+
1. Let _calendars_ be the List of String values representing calendar types supported by the implementation.
66
+
1.Assert:_calendars_ contains *"iso8601"*.
67
+
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>.
0 commit comments