Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions spec/annexes.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,17 @@ <h1>Additions and Changes That Introduce Incompatibilities with Prior Editions</
<li>
<emu-xref href="#sec-intl.datetimeformat.prototype.format"></emu-xref> In ECMA-402, 1st Edition, the *"length"* property of the function object _F_ was set to *0*. In 2nd Edition, *"length"* is set to *1*.
</li>
<li>
<emu-xref href="#sec-intl.collator.prototype-@@tostringtag"></emu-xref> In ECMA-402, 7th Edition, the @@toStringTag property of `Intl.Collator.prototype` was set to *"Object"*. In 8th Edition, @@toStringTag is set to *"Intl.Collator"*.
</li>
<li>
<emu-xref href="#sec-intl.datetimeformat.prototype-@@tostringtag"></emu-xref> In ECMA-402, 7th Edition, the @@toStringTag property of `Intl.DateTimeFormat.prototype` was set to *"Object"*. In 8th Edition, @@toStringTag is set to *"Intl.DateTimeFormat"*.
</li>
<li>
<emu-xref href="#sec-intl.numberformat.prototype-@@tostringtag"></emu-xref> In ECMA-402, 7th Edition, the @@toStringTag property of `Intl.NumberFormat.prototype` was set to *"Object"*. In 8th Edition, @@toStringTag is set to *"Intl.NumberFormat"*.
</li>
<li>
<emu-xref href="#sec-intl.pluralrules.prototype-tostringtag"></emu-xref> In ECMA-402, 7th Edition, the @@toStringTag property of `Intl.PluralRules.prototype` was set to *"Object"*. In 8th Edition, @@toStringTag is set to *"Intl.PluralRules"*.
</li>
</ul>
</emu-annex>
2 changes: 1 addition & 1 deletion spec/collator.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h1>Intl.Collator.prototype.constructor</h1>
<h1>Intl.Collator.prototype [ @@toStringTag ]</h1>

<p>
The initial value of the @@toStringTag property is the String value *"Object"*.
The initial value of the @@toStringTag property is the String value *"Intl.Collator"*.
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion spec/datetimeformat.html
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ <h1>Intl.DateTimeFormat.prototype.constructor</h1>
<h1>Intl.DateTimeFormat.prototype [ @@toStringTag ]</h1>

<p>
The initial value of the @@toStringTag property is the String value *"Object"*.
The initial value of the @@toStringTag property is the String value *"Intl.DateTimeFormat"*.
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion spec/numberformat.html
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ <h1>Intl.NumberFormat.prototype.constructor</h1>
<h1>Intl.NumberFormat.prototype [ @@toStringTag ]</h1>

<p>
The initial value of the @@toStringTag property is the String value *"Object"*.
The initial value of the @@toStringTag property is the String value *"Intl.NumberFormat"*.
</p>
<p>
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.
Expand Down
2 changes: 1 addition & 1 deletion spec/pluralrules.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ <h1>Intl.PluralRules.prototype.constructor</h1>
<h1>Intl.PluralRules.prototype [ @@toStringTag ]</h1>

<p>
The initial value of the @@toStringTag property is the String value *"Object"*.
The initial value of the @@toStringTag property is the String value *"Intl.PluralRules"*.
</p>
<p>
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.
Expand Down