From 2a6dfe4fd94cd49104c89d5b5872c963c6b24204 Mon Sep 17 00:00:00 2001
From: Linus Groh Additions and Changes That Introduce Incompatibilities with Prior Editions
Intl.Collator.prototype.constructor
- The initial value of the @@toStringTag property is the String value *"Intl.Collator"*. + The initial value of the %Symbol.toStringTag% property is the String value *"Intl.Collator"*.
diff --git a/spec/datetimeformat.html b/spec/datetimeformat.html index 7b9dd70b..ff292f01 100644 --- a/spec/datetimeformat.html +++ b/spec/datetimeformat.html @@ -482,11 +482,11 @@
- The initial value of the @@toStringTag property is the String value *"Intl.DateTimeFormat"*. + The initial value of the %Symbol.toStringTag% property is the String value *"Intl.DateTimeFormat"*.
diff --git a/spec/displaynames.html b/spec/displaynames.html index 2f647100..06906e51 100644 --- a/spec/displaynames.html +++ b/spec/displaynames.html @@ -134,11 +134,11 @@
- The initial value of the @@toStringTag property is the String value *"Intl.DisplayNames"*. + The initial value of the %Symbol.toStringTag% property is the String value *"Intl.DisplayNames"*.
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }. diff --git a/spec/intl.html b/spec/intl.html index 8a612be9..ee9509e5 100644 --- a/spec/intl.html +++ b/spec/intl.html @@ -19,11 +19,11 @@
- The initial value of the @@toStringTag property is the String value *"Intl"*. + The initial value of the %Symbol.toStringTag% property is the String value *"Intl"*.
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }. diff --git a/spec/listformat.html b/spec/listformat.html index 4391006f..9dca3979 100644 --- a/spec/listformat.html +++ b/spec/listformat.html @@ -121,10 +121,10 @@
- The initial value of the @@toStringTag property is the String value *"Intl.ListFormat"*. + The initial value of the %Symbol.toStringTag% property is the String value *"Intl.ListFormat"*.
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }. diff --git a/spec/locale.html b/spec/locale.html index 4e977e71..36490b1d 100644 --- a/spec/locale.html +++ b/spec/locale.html @@ -194,11 +194,11 @@
- The initial value of the @@toStringTag property is the String value *"Intl.Locale"*. + The initial value of the %Symbol.toStringTag% property is the String value *"Intl.Locale"*.
diff --git a/spec/numberformat.html b/spec/numberformat.html index 68cd005e..d36b86b4 100644 --- a/spec/numberformat.html +++ b/spec/numberformat.html @@ -326,11 +326,11 @@
- The initial value of the @@toStringTag property is the String value *"Intl.NumberFormat"*. + The initial value of the %Symbol.toStringTag% property is the String value *"Intl.NumberFormat"*.
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }. diff --git a/spec/pluralrules.html b/spec/pluralrules.html index 1956bc37..4ae063d2 100644 --- a/spec/pluralrules.html +++ b/spec/pluralrules.html @@ -123,11 +123,11 @@
- The initial value of the @@toStringTag property is the String value *"Intl.PluralRules"*. + The initial value of the %Symbol.toStringTag% property is the String value *"Intl.PluralRules"*.
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }. diff --git a/spec/relativetimeformat.html b/spec/relativetimeformat.html index b8a19699..c36bffa6 100644 --- a/spec/relativetimeformat.html +++ b/spec/relativetimeformat.html @@ -148,10 +148,10 @@
- The initial value of the @@toStringTag property is the String value *"Intl.RelativeTimeFormat"*. + The initial value of the %Symbol.toStringTag% property is the String value *"Intl.RelativeTimeFormat"*.
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }. diff --git a/spec/segmenter.html b/spec/segmenter.html index eaefc094..2e30f57a 100644 --- a/spec/segmenter.html +++ b/spec/segmenter.html @@ -101,11 +101,11 @@
- The initial value of the @@toStringTag property is the String value *"Intl.Segmenter"*. + The initial value of the %Symbol.toStringTag% property is the String value *"Intl.Segmenter"*.
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }. @@ -242,9 +242,9 @@
The `@@iterator` method is called on a Segments instance to create a Segment Iterator over its string using the locale and options of its constructing Intl.Segmenter instance. The following steps are taken:
+The `%Symbol.iterator%` method is called on a Segments instance to create a Segment Iterator over its string using the locale and options of its constructing Intl.Segmenter instance. The following steps are taken:
- The initial value of the @@toStringTag property is the String value *"Segmenter String Iterator"*. + The initial value of the %Symbol.toStringTag% property is the String value *"Segmenter String Iterator"*.
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.