Skip to content

Commit 711f8c3

Browse files
authored
Change « »
1 parent 91149ee commit 711f8c3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

spec/locale.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ <h1>
624624
</dl>
625625
<emu-alg>
626626
1. If _loc_.[[Calendar]] is not *undefined*, then
627-
1. Return CreateArrayFromList(&laquo; _loc_.[[Calendar]] &raquo;).
627+
1. Return CreateArrayFromList(« _loc_.[[Calendar]] »).
628628
1. Let _preference_ be RegionPreference(_loc_.[[Locale]]).
629629
1. Let _region_ be _preference_.[[Region]].
630630
1. Let _regionOverride_ be _preference_.[[RegionOverride]].
@@ -633,7 +633,7 @@ <h1>
633633
1. Else,
634634
1. Let _lookupRegion_ be _region_.
635635
1. Let _list_ be a List of unique calendar types in canonical form (<emu-xref href="#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 &laquo; *"gregory"* &raquo;.
636+
1. If _list_ is empty, set _list_ to « *"gregory"* ».
637637
1. Return CreateArrayFromList(_list_).
638638
</emu-alg>
639639
</emu-clause>
@@ -651,7 +651,7 @@ <h1>
651651
1. Return CreateArrayFromList(« _loc_.[[Collation]] »).
652652
1. Let _language_ be GetLocaleLanguage(_loc_.[[Locale]]).
653653
1. If _language_ is not *"und"*, then
654-
1. Let _r_ be LookupMatchingLocaleByPrefix(%Intl.Collator%.[[AvailableLocales]], &laquo; _loc_.[[Locale]] &raquo;).
654+
1. Let _r_ be LookupMatchingLocaleByPrefix(%Intl.Collator%.[[AvailableLocales]], « _loc_.[[Locale]] »).
655655
1. If _r_ is not *undefined*, then
656656
1. Let _foundLocale_ be _r_.[[locale]].
657657
1. Else,
@@ -661,7 +661,7 @@ <h1>
661661
1. Assert: _list_[0] is *null*.
662662
1. Remove the first element from _list_.
663663
1. Else,
664-
1. Let _list_ be &laquo; *"emoji"*, *"eor"* &raquo;.
664+
1. Let _list_ be « *"emoji"*, *"eor"* ».
665665
1. Let _sorted_ be a copy of _list_, sorted according to lexicographic code unit order.
666666
1. Return CreateArrayFromList(_sorted_).
667667
</emu-alg>
@@ -679,7 +679,7 @@ <h1>
679679
</dl>
680680
<emu-alg>
681681
1. If _loc_.[[HourCycle]] is not *undefined*, then
682-
1. Return CreateArrayFromList(&laquo; _loc_.[[HourCycle]] &raquo;).
682+
1. Return CreateArrayFromList(« _loc_.[[HourCycle]] »).
683683
1. Let _preference_ be RegionPreference(_loc_.[[Locale]]).
684684
1. Let _region_ be _preference_.[[Region]].
685685
1. Let _regionOverride_ be _preference_.[[RegionOverride]].
@@ -688,7 +688,7 @@ <h1>
688688
1. Else,
689689
1. Let _lookupRegion_ be _region_.
690690
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 &laquo; *"h23"* &raquo;.
691+
1. If _list_ is empty, set _list_ to « *"h23"* ».
692692
1. Return CreateArrayFromList(_list_).
693693
</emu-alg>
694694
</emu-clause>
@@ -703,15 +703,15 @@ <h1>
703703
</dl>
704704
<emu-alg>
705705
1. If _loc_.[[NumberingSystem]] is not *undefined*, then
706-
1. Return CreateArrayFromList(&laquo; _loc_.[[NumberingSystem]] &raquo;).
707-
1. Let _r_ be LookupMatchingLocaleByPrefix(%Intl.NumberFormat%.[[AvailableLocales]], &laquo; _loc_.[[Locale]] &raquo;).
706+
1. Return CreateArrayFromList(« _loc_.[[NumberingSystem]] »).
707+
1. Let _r_ be LookupMatchingLocaleByPrefix(%Intl.NumberFormat%.[[AvailableLocales]], « _loc_.[[Locale]] »).
708708
1. If _r_ is not *undefined*, then
709709
1. Let _foundLocale_ be _r_.[[locale]].
710710
1. Let _foundLocaleData_ be %Intl.NumberFormat%.[[LocaleData]].[[&lt;_foundLocale_&gt;]].
711711
1. Let _numberingSystems_ be _foundLocaleData_.[[nu]].
712-
1. Let _list_ be &laquo; _numberingSystems_[0] &raquo;.
712+
1. Let _list_ be « _numberingSystems_[0] ».
713713
1. Else,
714-
1. Let _list_ be &laquo; *"latn"* &raquo;.
714+
1. Let _list_ be « *"latn"* ».
715715
1. Return CreateArrayFromList(_list_).
716716
</emu-alg>
717717
</emu-clause>

0 commit comments

Comments
 (0)