Skip to content

Commit a110431

Browse files
committed
Intl Locale API proposal for Stage 4
The spec text change for https://github.com/tc39/proposal-intl-locale-info
1 parent 33893b3 commit a110431

File tree

2 files changed

+370
-2
lines changed

2 files changed

+370
-2
lines changed

spec/annexes.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,15 @@ <h1>Implementation Dependent Behaviour</h1>
108108
<li>
109109
Support for the Unicode extensions keys *"kf"*, *"kn"* and the parallel options properties *"caseFirst"*, *"numeric"* (<emu-xref href="#sec-Intl.Locale"></emu-xref>)
110110
</li>
111+
<li>
112+
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
113+
</li>
114+
<li>
115+
The default general ordering of characters within a line per locale (<emu-xref href="#sec-locale-direction"></emu-xref>)
116+
</li>
117+
<li>
118+
The 'first' day of a 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>)
119+
</li>
111120
</ul>
112121
</li>
113122
<li>

0 commit comments

Comments
 (0)