Skip to content

Commit 4d1a24a

Browse files
authored
Normative: Adding Intl.Locale specification. (#406)
1 parent da4d4a0 commit 4d1a24a

File tree

6 files changed

+487
-11
lines changed

6 files changed

+487
-11
lines changed

spec/annexes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>Implementation Dependent Behaviour</h1>
1313
Additional values for some properties of _options_ arguments (<emu-xref href="#conformance"></emu-xref>)
1414
</li>
1515
<li>
16-
Canonicalization of extension subtag sequences beyond the rules of RFC 5646 (<emu-xref href="#sec-canonicalizelanguagetag"></emu-xref>)
16+
Canonicalization of extension subtag sequences beyond the rules of RFC 5646 (<emu-xref href="#sec-canonicalizeunicodelocaleid"></emu-xref>)
1717
</li>
1818
<li>
1919
The default locale (<emu-xref href="#sec-defaultlocale"></emu-xref>)

spec/conventions.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@ <h1>Well-Known Intrinsic Objects</h1>
106106
<td>`Intl.RelativeTimeFormat.prototype`</td>
107107
<td>The initial value of the `prototype` data property of the intrinsic %RelativeTimeFormat% (<emu-xref href="#sec-Intl.RelativeTimeFormat.prototype"></emu-xref>).</td>
108108
</tr>
109+
<tr>
110+
<td>%Locale%</td>
111+
<td>`Intl.Locale`</td>
112+
<td>The `Intl.Locale` constructor (<emu-xref href="#sec-intl-locale-constructor"></emu-xref>).</td>
113+
</tr>
114+
<tr>
115+
<td>%LocalePrototype%</td>
116+
<td>`Intl.Locale.prototype`</td>
117+
<td>The initial value of the `prototype` data property of the intrinsic %Locale% (<emu-xref href="#sec-Intl.Locale.prototype"></emu-xref>).</td>
118+
</tr>
109119
</table>
110120
</emu-table>
111121
</emu-clause>

spec/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
<emu-import href="./requirements.html"></emu-import>
8383
<emu-import href="./intl.html"></emu-import>
8484
<emu-import href="./negotiation.html"></emu-import>
85+
<emu-import href="./locale.html"></emu-import>
8586
<emu-import href="./collator.html"></emu-import>
8687
<emu-import href="./numberformat.html"></emu-import>
8788
<emu-import href="./datetimeformat.html"></emu-import>

0 commit comments

Comments
 (0)