Skip to content
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
a110431
Intl Locale API proposal for Stage 4
FrankYFTang Nov 21, 2024
ddf72b7
remove empty line
FrankYFTang Nov 6, 2025
8480144
Update spec/annexes.html
FrankYFTang Nov 18, 2025
81b0f3f
Update spec/locale.html
FrankYFTang Nov 18, 2025
76da73a
Update spec/locale.html
FrankYFTang Nov 18, 2025
676932d
Update spec/locale.html
FrankYFTang Nov 18, 2025
0cac19f
Update spec/locale.html
FrankYFTang Nov 18, 2025
a47b587
Update spec/locale.html
FrankYFTang Nov 18, 2025
2402978
Update spec/locale.html
FrankYFTang Nov 18, 2025
8208ac0
Merge https://github.com/tc39/proposal-intl-locale-info/pull/92
FrankYFTang Nov 18, 2025
34de00c
Remove CreateArrayFromListOrRestricted
FrankYFTang Nov 18, 2025
52d81cf
rename LocaleDirection to TextDirectionOfLocale
FrankYFTang Nov 18, 2025
246ed31
Rename
FrankYFTang Nov 18, 2025
3c1d152
Sync FirstDay Description to the same as Temporal
FrankYFTang Nov 18, 2025
4952936
Update spec/locale.html
FrankYFTang Nov 20, 2025
63d2a64
Update spec/locale.html
FrankYFTang Nov 20, 2025
1d593a6
Update spec/locale.html
FrankYFTang Nov 20, 2025
91149ee
Update spec/locale.html
FrankYFTang Nov 20, 2025
711f8c3
Change « »
FrankYFTang Nov 20, 2025
359d21f
fix UTS35
FrankYFTang Nov 20, 2025
1611929
fix link
FrankYFTang Nov 20, 2025
23943ac
Update spec/locale.html
FrankYFTang Nov 20, 2025
a3beaa3
Update spec/locale.html
FrankYFTang Nov 20, 2025
96ee873
Update spec/locale.html
FrankYFTang Nov 20, 2025
4e1e8c2
Update spec/locale.html
FrankYFTang Nov 20, 2025
084f2d0
Update spec/locale.html
FrankYFTang Nov 20, 2025
1b7a8e8
Update spec/locale.html
FrankYFTang Nov 20, 2025
82ac2f9
Update spec/locale.html
FrankYFTang Nov 20, 2025
f1d4cfe
Update spec/locale.html
FrankYFTang Nov 20, 2025
f2a0a5e
Update spec/locale.html
FrankYFTang Nov 20, 2025
6b40b34
Update spec/locale.html
FrankYFTang Nov 20, 2025
6c77f13
Update spec/locale.html
FrankYFTang Nov 20, 2025
59b5072
Update spec/locale.html
FrankYFTang Feb 19, 2026
be61076
Update spec/locale.html
FrankYFTang Feb 19, 2026
43e2240
Update spec/locale.html
FrankYFTang Feb 19, 2026
f0abd24
Update spec/locale.html
FrankYFTang Feb 19, 2026
3f4b292
Update spec/locale.html
FrankYFTang Feb 19, 2026
a48e515
Update spec/locale.html
FrankYFTang Feb 19, 2026
564000a
Update spec/locale.html
FrankYFTang Feb 19, 2026
1826701
Update locale.html
FrankYFTang Feb 19, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions spec/annexes.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,15 @@ <h1>Implementation Dependent Behaviour</h1>
<li>
Support for the Unicode extensions keys *"kf"*, *"kn"* and the parallel options properties *"caseFirst"*, *"numeric"* (<emu-xref href="#sec-Intl.Locale"></emu-xref>)
</li>
<li>
The set of preferred calendars (<emu-xref href="#sec-calendars-of-locale"></emu-xref>), collations (<emu-xref href="#sec-collations-of-locale"></emu-xref>), hour cycles (<emu-xref href="#sec-hour-cycles-of-locale"></emu-xref>), numbering systems (<emu-xref href="#sec-numbering-systems-of-locale"></emu-xref>), and time zones (<emu-xref href="#sec-time-zones-of-locale"></emu-xref>) per locale
</li>
<li>
The default general ordering of characters within a line per locale (<emu-xref href="#sec-locale-direction"></emu-xref>)
</li>
<li>
The first day of each week and which days of the week are considered as part of the weekend, for calendar purposes, per locale (<emu-xref href="#sec-week-info-of-locale"></emu-xref>)
</li>
</ul>
</li>
<li>
Expand Down
Loading
Loading