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
1. Let _preference_ be RegionPreference(_loc_.[[Locale]]).
629
629
1. Let _region_ be _preference_.[[Region]].
630
630
1. Let _regionOverride_ be _preference_.[[RegionOverride]].
@@ -633,7 +633,7 @@ <h1>
633
633
1. Else,
634
634
1. Let _lookupRegion_ be _region_.
635
635
1. Let _list_ be a List of unique calendar types in canonical form (<emu-xrefhref="#sec-calendar-types"></emu-xref>), sorted in descending preference of those in common use for date and time formatting in _lookupRegion_. The list is empty if no calendar preference data for _lookupRegion_ is available.
636
-
1. If _list_ is empty, set _list_ to «*"gregory"*».
636
+
1. If _list_ is empty, set _list_ to «*"gregory"*».
1. Let _preference_ be RegionPreference(_loc_.[[Locale]]).
684
684
1. Let _region_ be _preference_.[[Region]].
685
685
1. Let _regionOverride_ be _preference_.[[RegionOverride]].
@@ -688,7 +688,7 @@ <h1>
688
688
1. Else,
689
689
1. Let _lookupRegion_ be _region_.
690
690
1. Let _list_ be a List of unique hour cycle identifiers, which must be lower case String values indicating either the 12-hour format (*"h11"*, *"h12"*) or the 24-hour format (*"h23"*, *"h24"*), sorted in descending preference of those in common use for date and time formatting in _lookupRegion_. The list is empty if no time data for _lookupRegion_ is available.
691
-
1. If _list_ is empty, set _list_ to «*"h23"*».
691
+
1. If _list_ is empty, set _list_ to «*"h23"*».
692
692
1. Return CreateArrayFromList(_list_).
693
693
</emu-alg>
694
694
</emu-clause>
@@ -703,15 +703,15 @@ <h1>
703
703
</dl>
704
704
<emu-alg>
705
705
1. If _loc_.[[NumberingSystem]] is not *undefined*, then
0 commit comments