Skip to content

Commit

Permalink
Normative: Adding Intl.Locale specification. (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
zbraniecki authored Feb 26, 2020
1 parent da4d4a0 commit 4d1a24a
Show file tree
Hide file tree
Showing 6 changed files with 487 additions and 11 deletions.
2 changes: 1 addition & 1 deletion spec/annexes.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Implementation Dependent Behaviour</h1>
Additional values for some properties of _options_ arguments (<emu-xref href="#conformance"></emu-xref>)
</li>
<li>
Canonicalization of extension subtag sequences beyond the rules of RFC 5646 (<emu-xref href="#sec-canonicalizelanguagetag"></emu-xref>)
Canonicalization of extension subtag sequences beyond the rules of RFC 5646 (<emu-xref href="#sec-canonicalizeunicodelocaleid"></emu-xref>)
</li>
<li>
The default locale (<emu-xref href="#sec-defaultlocale"></emu-xref>)
Expand Down
10 changes: 10 additions & 0 deletions spec/conventions.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@ <h1>Well-Known Intrinsic Objects</h1>
<td>`Intl.RelativeTimeFormat.prototype`</td>
<td>The initial value of the `prototype` data property of the intrinsic %RelativeTimeFormat% (<emu-xref href="#sec-Intl.RelativeTimeFormat.prototype"></emu-xref>).</td>
</tr>
<tr>
<td>%Locale%</td>
<td>`Intl.Locale`</td>
<td>The `Intl.Locale` constructor (<emu-xref href="#sec-intl-locale-constructor"></emu-xref>).</td>
</tr>
<tr>
<td>%LocalePrototype%</td>
<td>`Intl.Locale.prototype`</td>
<td>The initial value of the `prototype` data property of the intrinsic %Locale% (<emu-xref href="#sec-Intl.Locale.prototype"></emu-xref>).</td>
</tr>
</table>
</emu-table>
</emu-clause>
Expand Down
1 change: 1 addition & 0 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<emu-import href="./requirements.html"></emu-import>
<emu-import href="./intl.html"></emu-import>
<emu-import href="./negotiation.html"></emu-import>
<emu-import href="./locale.html"></emu-import>
<emu-import href="./collator.html"></emu-import>
<emu-import href="./numberformat.html"></emu-import>
<emu-import href="./datetimeformat.html"></emu-import>
Expand Down
Loading

0 comments on commit 4d1a24a

Please sign in to comment.