diff --git a/spec/collator.html b/spec/collator.html index 57dac1d3..4f7f4341 100644 --- a/spec/collator.html +++ b/spec/collator.html @@ -75,7 +75,7 @@
- The value of `Intl.Collator.prototype` is %CollatorPrototype%. + The value of `Intl.Collator.prototype` is %Collator.prototype%.
@@ -146,7 +146,7 @@
- The Intl.Collator prototype object is itself an ordinary object. %CollatorPrototype% is not an Intl.Collator instance and does not have an [[InitializedCollator]] internal slot or any of the other internal slots of Intl.Collator instance objects. + The Intl.Collator prototype object is itself an ordinary object. %Collator.prototype% is not an Intl.Collator instance and does not have an [[InitializedCollator]] internal slot or any of the other internal slots of Intl.Collator instance objects.
- Intl.Collator instances are ordinary objects that inherit properties from %CollatorPrototype%. + Intl.Collator instances are ordinary objects that inherit properties from %Collator.prototype%.
diff --git a/spec/conventions.html b/spec/conventions.html index 50e07124..4fd33491 100644 --- a/spec/conventions.html +++ b/spec/conventions.html @@ -114,7 +114,7 @@
- The value of `Intl.DateTimeFormat.prototype` is %DateTimeFormatPrototype%. + The value of `Intl.DateTimeFormat.prototype` is %DateTimeFormat.prototype%.
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }. @@ -601,7 +601,7 @@
- The Intl.DateTimeFormat prototype object is itself an ordinary object. %DateTimeFormatPrototype% is not an Intl.DateTimeFormat instance and does not have an [[InitializedDateTimeFormat]] internal slot or any of the other internal slots of Intl.DateTimeFormat instance objects. + The Intl.DateTimeFormat prototype object is itself an ordinary object. %DateTimeFormat.prototype% is not an Intl.DateTimeFormat instance and does not have an [[InitializedDateTimeFormat]] internal slot or any of the other internal slots of Intl.DateTimeFormat instance objects.
- Intl.DateTimeFormat instances are ordinary objects that inherit properties from %DateTimeFormatPrototype%. + Intl.DateTimeFormat instances are ordinary objects that inherit properties from %DateTimeFormat.prototype%.
diff --git a/spec/intl.html b/spec/intl.html index 43536323..9296174b 100644 --- a/spec/intl.html +++ b/spec/intl.html @@ -5,7 +5,7 @@
- The value of the [[Prototype]] internal slot of the Intl object is the intrinsic object %ObjectPrototype%. + The value of the [[Prototype]] internal slot of the Intl object is the intrinsic object %Object.prototype%.
diff --git a/spec/locale.html b/spec/locale.html index f6b9be89..06ab02b0 100644 --- a/spec/locale.html +++ b/spec/locale.html @@ -108,7 +108,7 @@
- The value of *Intl.Locale.prototype* is *%LocalePrototype%*. + The value of *Intl.Locale.prototype* is *%Locale.prototype%*.
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }. @@ -189,7 +189,7 @@
- The Intl.Locale prototype object is itself an ordinary object. %LocalePrototype% is not an Intl.Locale instance and does not have an [[InitializedLocale]] internal slot or any of the other internal slots of Intl.Locale instance objects. + The Intl.Locale prototype object is itself an ordinary object. %Locale.prototype% is not an Intl.Locale instance and does not have an [[InitializedLocale]] internal slot or any of the other internal slots of Intl.Locale instance objects.
- The abstract operation GetNumberFormatPattern considers the resolved unit-related options in the number format object along with the final scaled and rounded number being formatted and returns a pattern, a String value as described in
- The abstract operation GetNotationSubPattern considers the resolved notation and _exponent_, and returns a String value for the notation sub pattern as described in
- The value of `Intl.NumberFormat.prototype` is %NumberFormatPrototype%. + The value of `Intl.NumberFormat.prototype` is %NumberFormat.prototype%.
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }. @@ -988,7 +988,7 @@
- The Intl.NumberFormat prototype object is itself an ordinary object. %NumberFormatPrototype% is not an Intl.NumberFormat instance and does not have an [[InitializedNumberFormat]] internal slot or any of the other internal slots of Intl.NumberFormat instance objects. + The Intl.NumberFormat prototype object is itself an ordinary object. %NumberFormat.prototype% is not an Intl.NumberFormat instance and does not have an [[InitializedNumberFormat]] internal slot or any of the other internal slots of Intl.NumberFormat instance objects.
- Intl.NumberFormat instances are ordinary objects that inherit properties from %NumberFormatPrototype%. + Intl.NumberFormat instances are ordinary objects that inherit properties from %NumberFormat.prototype%.
diff --git a/spec/pluralrules.html b/spec/pluralrules.html index 7d07cf93..ab3cebea 100644 --- a/spec/pluralrules.html +++ b/spec/pluralrules.html @@ -41,7 +41,7 @@
- The value of `Intl.PluralRules.prototype` is %PluralRulesPrototype%. + The value of `Intl.PluralRules.prototype` is %PluralRules.prototype%.
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }. @@ -229,7 +229,7 @@
- The Intl.PluralRules prototype object is itself an ordinary object. %PluralRulesPrototype% is not an Intl.PluralRules instance and does not have an [[InitializedPluralRules]] internal slot or any of the other internal slots of Intl.PluralRules instance objects. + The Intl.PluralRules prototype object is itself an ordinary object. %PluralRules.prototype% is not an Intl.PluralRules instance and does not have an [[InitializedPluralRules]] internal slot or any of the other internal slots of Intl.PluralRules instance objects.
- Intl.PluralRules instances are ordinary objects that inherit properties from %PluralRulesPrototype%. + Intl.PluralRules instances are ordinary objects that inherit properties from %PluralRules.prototype%.
diff --git a/spec/relativetimeformat.html b/spec/relativetimeformat.html index 3124b46c..89f0a174 100644 --- a/spec/relativetimeformat.html +++ b/spec/relativetimeformat.html @@ -170,7 +170,7 @@
- The value of `Intl.RelativeTimeFormat.prototype` is %RelativeTimeFormatPrototype%. + The value of `Intl.RelativeTimeFormat.prototype` is %RelativeTimeFormat.prototype%.
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }. @@ -235,11 +235,11 @@
The value of the *"length"* property of the *supportedLocalesOf* method is 1.
- +- The Intl.RelativeTimeFormat prototype object is itself an ordinary object. %RelativeTimeFormatPrototype% is not an Intl.RelativeTimeFormat instance and does not have an [[InitializedRelativeTimeFormat]] internal slot or any of the other internal slots of Intl.RelativeTimeFormat instance objects. + The Intl.RelativeTimeFormat prototype object is itself an ordinary object. %RelativeTimeFormat.prototype% is not an Intl.RelativeTimeFormat instance and does not have an [[InitializedRelativeTimeFormat]] internal slot or any of the other internal slots of Intl.RelativeTimeFormat instance objects.
- Intl.RelativeTimeFormat instances are ordinary objects that inherit properties from %RelativeTimeFormatPrototype%. + Intl.RelativeTimeFormat instances are ordinary objects that inherit properties from %RelativeTimeFormat.prototype%.