diff --git a/spec/annexes.html b/spec/annexes.html index 656dcf57..e23ab569 100644 --- a/spec/annexes.html +++ b/spec/annexes.html @@ -183,19 +183,19 @@
- 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 61ebc667..1737f5b3 100644 --- a/spec/datetimeformat.html +++ b/spec/datetimeformat.html @@ -885,11 +885,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 27614738..a6782f41 100644 --- a/spec/displaynames.html +++ b/spec/displaynames.html @@ -132,11 +132,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 b031589d..89401915 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 cc58398c..a045827c 100644 --- a/spec/listformat.html +++ b/spec/listformat.html @@ -119,10 +119,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 1dc2e0fb..0ec91d87 100644 --- a/spec/locale.html +++ b/spec/locale.html @@ -191,11 +191,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 87b1cd0a..b4067be3 100644 --- a/spec/numberformat.html +++ b/spec/numberformat.html @@ -301,11 +301,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 661f3aac..a5618c8a 100644 --- a/spec/pluralrules.html +++ b/spec/pluralrules.html @@ -106,11 +106,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 15c57cc8..7f28d946 100644 --- a/spec/relativetimeformat.html +++ b/spec/relativetimeformat.html @@ -128,10 +128,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 2a69201b..cf5a626c 100644 --- a/spec/segmenter.html +++ b/spec/segmenter.html @@ -100,11 +100,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* }. @@ -241,9 +241,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* }.