File tree Expand file tree Collapse file tree 6 files changed +487
-11
lines changed
Expand file tree Collapse file tree 6 files changed +487
-11
lines changed Original file line number Diff line number Diff 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 >)
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments