You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editorial: Add notes about extension points for ECMA-402
As per TC39 plenary, the specification should include informative notes
indicating where ECMA-402 extends prototypes with additional properties.
Closes: #2169
Copy file name to clipboardexpand all lines: spec/calendar.html
+4
Original file line number
Diff line number
Diff line change
@@ -868,6 +868,10 @@ <h1>Properties of the Temporal.Calendar Prototype Object</h1>
868
868
<li>has a [[Prototype]] internal slot whose value is %Object.prototype%.</li>
869
869
</ul>
870
870
871
+
<emu-note>
872
+
An ECMAScript implementation that includes the ECMA-402 Internationalization API extends this prototype with additional properties in order to represent calendar data.
Copy file name to clipboardexpand all lines: spec/plaindate.html
+4
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,10 @@ <h1>Properties of the Temporal.PlainDate Prototype Object</h1>
93
93
<li>has a [[Prototype]] internal slot whose value is %Object.prototype%.</li>
94
94
</ul>
95
95
96
+
<emu-note>
97
+
An ECMAScript implementation that includes the ECMA-402 Internationalization API extends this prototype with additional properties in order to represent calendar data.
Copy file name to clipboardexpand all lines: spec/plaindatetime.html
+4
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,10 @@ <h1>Properties of the Temporal.PlainDateTime Prototype Object</h1>
96
96
<li>has a [[Prototype]] internal slot whose value is %Object.prototype%.</li>
97
97
</ul>
98
98
99
+
<emu-note>
100
+
An ECMAScript implementation that includes the ECMA-402 Internationalization API extends this prototype with additional properties in order to represent calendar data.
Copy file name to clipboardexpand all lines: spec/plainmonthday.html
+4
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,10 @@ <h1>Properties of the Temporal.PlainMonthDay Prototype Object</h1>
80
80
<li>has a [[Prototype]] internal slot whose value is %Object.prototype%.</li>
81
81
</ul>
82
82
83
+
<emu-note>
84
+
An ECMAScript implementation that includes the ECMA-402 Internationalization API extends this prototype with additional properties in order to represent calendar data.
Copy file name to clipboardexpand all lines: spec/plainyearmonth.html
+4
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,10 @@ <h1>Properties of the Temporal.PlainYearMonth Prototype Object</h1>
91
91
<li>has a [[Prototype]] internal slot whose value is %Object.prototype%.</li>
92
92
</ul>
93
93
94
+
<emu-note>
95
+
An ECMAScript implementation that includes the ECMA-402 Internationalization API extends this prototype with additional properties in order to represent calendar data.
Copy file name to clipboardexpand all lines: spec/zoneddatetime.html
+4
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,10 @@ <h1>Properties of the Temporal.ZonedDateTime Prototype Object</h1>
93
93
<li>has a [[Prototype]] internal slot whose value is %Object.prototype%.</li>
94
94
</ul>
95
95
96
+
<emu-note>
97
+
An ECMAScript implementation that includes the ECMA-402 Internationalization API extends this prototype with additional properties in order to represent calendar data.
0 commit comments