diff --git a/spec/locale.html b/spec/locale.html index 0ec91d87..2a9823f3 100644 --- a/spec/locale.html +++ b/spec/locale.html @@ -17,11 +17,11 @@
type
Unicode locale nonterminal, throw a *RangeError* exception.
1. Set _opt_.[[nu]] to _numberingSystem_.
- 1. Let _r_ be MakeLocaleRecord(_tag_, _opt_, _relevantExtensionKeys_).
+ 1. Let _r_ be MakeLocaleRecord(_tag_, _opt_, _localeExtensionKeys_).
1. Set _locale_.[[Locale]] to _r_.[[locale]].
1. Set _locale_.[[Calendar]] to _r_.[[ca]].
1. Set _locale_.[[Collation]] to _r_.[[co]].
1. Set _locale_.[[HourCycle]] to _r_.[[hc]].
- 1. If _relevantExtensionKeys_ contains *"kf"*, then
+ 1. If _localeExtensionKeys_ contains *"kf"*, then
1. Set _locale_.[[CaseFirst]] to _r_.[[kf]].
- 1. If _relevantExtensionKeys_ contains *"kn"*, then
+ 1. If _localeExtensionKeys_ contains *"kn"*, then
1. If SameValue(_r_.[[kn]], *"true"*) is *true* or _r_.[[kn]] is the empty String, then
1. Set _locale_.[[Numeric]] to *true*.
1. Else,
@@ -106,12 +106,12 @@ - The value of the [[RelevantExtensionKeys]] internal slot is « *"ca"*, *"co"*, *"hc"*, *"kf"*, *"kn"*, *"nu"* ». If %Intl.Collator%.[[RelevantExtensionKeys]] does not contain *"kf"*, then remove *"kf"* from %Intl.Locale%.[[RelevantExtensionKeys]]. If %Intl.Collator%.[[RelevantExtensionKeys]] does not contain *"kn"*, then remove *"kn"* from %Intl.Locale%.[[RelevantExtensionKeys]]. + The value of the [[LocaleExtensionKeys]] internal slot is « *"ca"*, *"co"*, *"hc"*, *"kf"*, *"kn"*, *"nu"* ». If %Intl.Collator%.[[RelevantExtensionKeys]] does not contain *"kf"*, then remove *"kf"* from %Intl.Locale%.[[LocaleExtensionKeys]]. If %Intl.Collator%.[[RelevantExtensionKeys]] does not contain *"kn"*, then remove *"kn"* from %Intl.Locale%.[[LocaleExtensionKeys]].
@@ -258,7 +258,7 @@This property only exists if %Intl.Locale%.[[RelevantExtensionKeys]] contains *"kf"*.
+This property only exists if %Intl.Locale%.[[LocaleExtensionKeys]] contains *"kf"*.
`Intl.Locale.prototype.caseFirst` is an accessor property whose set accessor function is *undefined*. Its get accessor function performs the following steps:
This property only exists if %Intl.Locale%.[[RelevantExtensionKeys]] contains *"kn"*.
+This property only exists if %Intl.Locale%.[[LocaleExtensionKeys]] contains *"kn"*.
`Intl.Locale.prototype.numeric` is an accessor property whose set accessor function is *undefined*. Its get accessor function performs the following steps: