Skip to content

Commit

Permalink
Update gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot committed Aug 13, 2024
1 parent 1f237d0 commit 9ce72c9
Show file tree
Hide file tree
Showing 42 changed files with 15,822 additions and 15,822 deletions.
2 changes: 1 addition & 1 deletion assets/ecmarkup.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/multipage.js

Large diffs are not rendered by default.

15,782 changes: 7,891 additions & 7,891 deletions index.html

Large diffs are not rendered by default.

124 changes: 62 additions & 62 deletions multipage/abstract-operations.html

Large diffs are not rendered by default.

584 changes: 292 additions & 292 deletions multipage/additional-ecmascript-features-for-web-browsers.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion multipage/bibliography.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
right: 1em;
}
</style>
<title>ECMAScript® 2025 Language&nbsp;Specification</title><script src="../assets/multipage.js?cache=KS8qvHTd" defer=""></script><script src="../assets/ecmarkup.js?cache=kmUJLK4p" defer=""></script><style>
<title>ECMAScript® 2025 Language&nbsp;Specification</title><script src="../assets/multipage.js?cache=bGoindcm" defer=""></script><script src="../assets/ecmarkup.js?cache=ZlCASNfn" defer=""></script><style>
@media print {
@page :left {
@bottom-right {
Expand Down
2 changes: 1 addition & 1 deletion multipage/colophon.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
right: 1em;
}
</style>
<title>ECMAScript® 2025 Language&nbsp;Specification</title><script src="../assets/multipage.js?cache=KS8qvHTd" defer=""></script><script src="../assets/ecmarkup.js?cache=kmUJLK4p" defer=""></script><style>
<title>ECMAScript® 2025 Language&nbsp;Specification</title><script src="../assets/multipage.js?cache=bGoindcm" defer=""></script><script src="../assets/ecmarkup.js?cache=ZlCASNfn" defer=""></script><style>
@media print {
@page :left {
@bottom-right {
Expand Down
2 changes: 1 addition & 1 deletion multipage/conformance.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
right: 1em;
}
</style>
<title>ECMAScript® 2025 Language&nbsp;Specification</title><script src="../assets/multipage.js?cache=KS8qvHTd" defer=""></script><script src="../assets/ecmarkup.js?cache=kmUJLK4p" defer=""></script><style>
<title>ECMAScript® 2025 Language&nbsp;Specification</title><script src="../assets/multipage.js?cache=bGoindcm" defer=""></script><script src="../assets/ecmarkup.js?cache=ZlCASNfn" defer=""></script><style>
@media print {
@page :left {
@bottom-right {
Expand Down
460 changes: 230 additions & 230 deletions multipage/control-abstraction-objects.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion multipage/copyright-and-software-license.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
right: 1em;
}
</style>
<title>ECMAScript® 2025 Language&nbsp;Specification</title><script src="../assets/multipage.js?cache=KS8qvHTd" defer=""></script><script src="../assets/ecmarkup.js?cache=kmUJLK4p" defer=""></script><style>
<title>ECMAScript® 2025 Language&nbsp;Specification</title><script src="../assets/multipage.js?cache=bGoindcm" defer=""></script><script src="../assets/ecmarkup.js?cache=ZlCASNfn" defer=""></script><style>
@media print {
@page :left {
@bottom-right {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
right: 1em;
}
</style>
<title>ECMAScript® 2025 Language&nbsp;Specification</title><script src="../assets/multipage.js?cache=KS8qvHTd" defer=""></script><script src="../assets/ecmarkup.js?cache=kmUJLK4p" defer=""></script><style>
<title>ECMAScript® 2025 Language&nbsp;Specification</title><script src="../assets/multipage.js?cache=bGoindcm" defer=""></script><script src="../assets/ecmarkup.js?cache=ZlCASNfn" defer=""></script><style>
@media print {
@page :left {
@bottom-right {
Expand Down Expand Up @@ -96,13 +96,13 @@
<li><span>Jump to <i>n</i>th pin</span><code>1-9</code></li>
</ul></div><div id='spec-container'><emu-annex id="sec-corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact">
<h1><span class="secnum">E</span> Corrections and Clarifications in ECMAScript 2015 with Possible Compatibility Impact</h1>
<p><emu-xref href="#sec-candeclareglobalvar" id="_ref_917"><a href="executable-code-and-execution-contexts.html#sec-candeclareglobalvar">9.1.1.4.15</a></emu-xref>-<emu-xref href="#sec-createglobalfunctionbinding" id="_ref_918"><a href="executable-code-and-execution-contexts.html#sec-createglobalfunctionbinding">9.1.1.4.18</a></emu-xref> Edition 5 and 5.1 used a property existence test to determine whether a <emu-xref href="#sec-global-object" id="_ref_15771"><a href="global-object.html#sec-global-object">global object</a></emu-xref> property corresponding to a new global declaration already existed. ECMAScript 2015 uses an own property existence test. This corresponds to what has been most commonly implemented by web browsers.</p>
<p><emu-xref href="#sec-array-exotic-objects-defineownproperty-p-desc" id="_ref_919"><a href="ordinary-and-exotic-objects-behaviours.html#sec-array-exotic-objects-defineownproperty-p-desc">10.4.2.1</a></emu-xref>: The 5<sup>th</sup> Edition moved the capture of the current array length prior to the <emu-xref href="#integer" id="_ref_15772"><a href="notational-conventions.html#integer">integer</a></emu-xref> conversion of the <emu-xref href="#array-index" id="_ref_15773"><a href="ecmascript-data-types-and-values.html#array-index">array index</a></emu-xref> or new length value. However, the captured length value could become invalid if the conversion process has the side-effect of changing the array length. ECMAScript 2015 specifies that the current array length must be captured after the possible occurrence of such side-effects.</p>
<p><emu-xref href="#sec-timeclip" id="_ref_920"><a href="numbers-and-dates.html#sec-timeclip">21.4.1.31</a></emu-xref>: Previous editions permitted the <emu-xref aoid="TimeClip" id="_ref_15774"><a href="numbers-and-dates.html#sec-timeclip">TimeClip</a></emu-xref> abstract operation to return either <emu-val>+0</emu-val><sub>𝔽</sub> or <emu-val>-0</emu-val><sub>𝔽</sub> as the representation of a 0 <emu-xref href="#sec-time-values-and-time-range" id="_ref_15775"><a href="numbers-and-dates.html#sec-time-values-and-time-range">time value</a></emu-xref>. ECMAScript 2015 specifies that <emu-val>+0</emu-val><sub>𝔽</sub> always returned. This means that for ECMAScript 2015 the <emu-xref href="#sec-time-values-and-time-range" id="_ref_15776"><a href="numbers-and-dates.html#sec-time-values-and-time-range">time value</a></emu-xref> of a Date is never observably <emu-val>-0</emu-val><sub>𝔽</sub> and methods that return <emu-xref href="#sec-time-values-and-time-range" id="_ref_15777"><a href="numbers-and-dates.html#sec-time-values-and-time-range">time values</a></emu-xref> never return <emu-val>-0</emu-val><sub>𝔽</sub>.</p>
<p><emu-xref href="#sec-candeclareglobalvar" id="_ref_917"><a href="executable-code-and-execution-contexts.html#sec-candeclareglobalvar">9.1.1.4.15</a></emu-xref>-<emu-xref href="#sec-createglobalfunctionbinding" id="_ref_918"><a href="executable-code-and-execution-contexts.html#sec-createglobalfunctionbinding">9.1.1.4.18</a></emu-xref> Edition 5 and 5.1 used a property existence test to determine whether a <emu-xref href="#sec-global-object" id="_ref_15768"><a href="global-object.html#sec-global-object">global object</a></emu-xref> property corresponding to a new global declaration already existed. ECMAScript 2015 uses an own property existence test. This corresponds to what has been most commonly implemented by web browsers.</p>
<p><emu-xref href="#sec-array-exotic-objects-defineownproperty-p-desc" id="_ref_919"><a href="ordinary-and-exotic-objects-behaviours.html#sec-array-exotic-objects-defineownproperty-p-desc">10.4.2.1</a></emu-xref>: The 5<sup>th</sup> Edition moved the capture of the current array length prior to the <emu-xref href="#integer" id="_ref_15769"><a href="notational-conventions.html#integer">integer</a></emu-xref> conversion of the <emu-xref href="#array-index" id="_ref_15770"><a href="ecmascript-data-types-and-values.html#array-index">array index</a></emu-xref> or new length value. However, the captured length value could become invalid if the conversion process has the side-effect of changing the array length. ECMAScript 2015 specifies that the current array length must be captured after the possible occurrence of such side-effects.</p>
<p><emu-xref href="#sec-timeclip" id="_ref_920"><a href="numbers-and-dates.html#sec-timeclip">21.4.1.31</a></emu-xref>: Previous editions permitted the <emu-xref aoid="TimeClip" id="_ref_15771"><a href="numbers-and-dates.html#sec-timeclip">TimeClip</a></emu-xref> abstract operation to return either <emu-val>+0</emu-val><sub>𝔽</sub> or <emu-val>-0</emu-val><sub>𝔽</sub> as the representation of a 0 <emu-xref href="#sec-time-values-and-time-range" id="_ref_15772"><a href="numbers-and-dates.html#sec-time-values-and-time-range">time value</a></emu-xref>. ECMAScript 2015 specifies that <emu-val>+0</emu-val><sub>𝔽</sub> always returned. This means that for ECMAScript 2015 the <emu-xref href="#sec-time-values-and-time-range" id="_ref_15773"><a href="numbers-and-dates.html#sec-time-values-and-time-range">time value</a></emu-xref> of a Date is never observably <emu-val>-0</emu-val><sub>𝔽</sub> and methods that return <emu-xref href="#sec-time-values-and-time-range" id="_ref_15774"><a href="numbers-and-dates.html#sec-time-values-and-time-range">time values</a></emu-xref> never return <emu-val>-0</emu-val><sub>𝔽</sub>.</p>
<p><emu-xref href="#sec-date-time-string-format" id="_ref_921"><a href="numbers-and-dates.html#sec-date-time-string-format">21.4.1.32</a></emu-xref>: If a UTC offset representation is not present, the local time zone is used. Edition 5.1 incorrectly stated that a missing time zone should be interpreted as <emu-val>"z"</emu-val>.</p>
<p><emu-xref href="#sec-date.prototype.toisostring" id="_ref_922"><a href="numbers-and-dates.html#sec-date.prototype.toisostring">21.4.4.36</a></emu-xref>: If the year cannot be represented using the Date Time String Format specified in <emu-xref href="#sec-date-time-string-format" id="_ref_923"><a href="numbers-and-dates.html#sec-date-time-string-format">21.4.1.32</a></emu-xref> a RangeError exception is thrown. Previous editions did not specify the behaviour for that case.</p>
<p><emu-xref href="#sec-date.prototype.tostring" id="_ref_924"><a href="numbers-and-dates.html#sec-date.prototype.tostring">21.4.4.41</a></emu-xref>: Previous editions did not specify the value returned by <code>Date.prototype.toString</code> when the <emu-xref href="#sec-time-values-and-time-range" id="_ref_15778"><a href="numbers-and-dates.html#sec-time-values-and-time-range">time value</a></emu-xref> is <emu-val>NaN</emu-val>. ECMAScript 2015 specifies the result to be the String value <emu-val>"Invalid Date"</emu-val>.</p>
<p><emu-xref href="#sec-date.prototype.tostring" id="_ref_924"><a href="numbers-and-dates.html#sec-date.prototype.tostring">21.4.4.41</a></emu-xref>: Previous editions did not specify the value returned by <code>Date.prototype.toString</code> when the <emu-xref href="#sec-time-values-and-time-range" id="_ref_15775"><a href="numbers-and-dates.html#sec-time-values-and-time-range">time value</a></emu-xref> is <emu-val>NaN</emu-val>. ECMAScript 2015 specifies the result to be the String value <emu-val>"Invalid Date"</emu-val>.</p>
<p><emu-xref href="#sec-regexp-pattern-flags" id="_ref_925"><a href="text-processing.html#sec-regexp-pattern-flags">22.2.4.1</a></emu-xref>, <emu-xref href="#sec-escaperegexppattern" id="_ref_926"><a href="text-processing.html#sec-escaperegexppattern">22.2.6.13.1</a></emu-xref>: Any LineTerminator code points in the value of the <emu-val>"source"</emu-val> property of a RegExp instance must be expressed using an escape sequence. Edition 5.1 only required the escaping of <code>/</code>.</p>
<p><emu-xref href="#sec-regexp.prototype-%symbol.match%" id="_ref_927"><a href="text-processing.html#sec-regexp.prototype-%symbol.match%">22.2.6.8</a></emu-xref>, <emu-xref href="#sec-regexp.prototype-%symbol.replace%" id="_ref_928"><a href="text-processing.html#sec-regexp.prototype-%symbol.replace%">22.2.6.11</a></emu-xref>: In previous editions, the specifications for <code>String.prototype.match</code> and <code>String.prototype.replace</code> was incorrect for cases where the pattern argument was a RegExp value whose <code>global</code> flag is set. The previous specifications stated that for each attempt to match the pattern, if <code>lastIndex</code> did not change, it should be incremented by 1. The correct behaviour is that <code>lastIndex</code> should be incremented by 1 only if the pattern matched the empty String.</p>
<p><emu-xref href="#sec-array.prototype.sort" id="_ref_929"><a href="indexed-collections.html#sec-array.prototype.sort">23.1.3.30</a></emu-xref>: Previous editions did not specify how a <emu-val>NaN</emu-val> value returned by a <var>comparator</var> was interpreted by <code>Array.prototype.sort</code>. ECMAScript 2015 specifies that such as value is treated as if <emu-val>+0</emu-val><sub>𝔽</sub> was returned from the <var>comparator</var>. ECMAScript 2015 also specifies that <emu-xref aoid="ToNumber" id="_ref_15779"><a href="abstract-operations.html#sec-tonumber">ToNumber</a></emu-xref> is applied to the result returned by a <var>comparator</var>. In previous editions, the effect of a <var>comparator</var> result that <emu-xref href="#sec-ecmascript-language-types-number-type" id="_ref_15780"><a href="ecmascript-data-types-and-values.html#sec-ecmascript-language-types-number-type">is not a Number</a></emu-xref> value was <emu-xref href="#implementation-defined" id="_ref_15781"><a href="overview.html#implementation-defined">implementation-defined</a></emu-xref>. In practice, implementations call <emu-xref aoid="ToNumber" id="_ref_15782"><a href="abstract-operations.html#sec-tonumber">ToNumber</a></emu-xref>.</p>
<p><emu-xref href="#sec-array.prototype.sort" id="_ref_929"><a href="indexed-collections.html#sec-array.prototype.sort">23.1.3.30</a></emu-xref>: Previous editions did not specify how a <emu-val>NaN</emu-val> value returned by a <var>comparator</var> was interpreted by <code>Array.prototype.sort</code>. ECMAScript 2015 specifies that such as value is treated as if <emu-val>+0</emu-val><sub>𝔽</sub> was returned from the <var>comparator</var>. ECMAScript 2015 also specifies that <emu-xref aoid="ToNumber" id="_ref_15776"><a href="abstract-operations.html#sec-tonumber">ToNumber</a></emu-xref> is applied to the result returned by a <var>comparator</var>. In previous editions, the effect of a <var>comparator</var> result that <emu-xref href="#sec-ecmascript-language-types-number-type" id="_ref_15777"><a href="ecmascript-data-types-and-values.html#sec-ecmascript-language-types-number-type">is not a Number</a></emu-xref> value was <emu-xref href="#implementation-defined" id="_ref_15778"><a href="overview.html#implementation-defined">implementation-defined</a></emu-xref>. In practice, implementations call <emu-xref aoid="ToNumber" id="_ref_15779"><a href="abstract-operations.html#sec-tonumber">ToNumber</a></emu-xref>.</p>
</emu-annex></div></body>
2 changes: 1 addition & 1 deletion multipage/ecmascript-data-types-and-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
right: 1em;
}
</style>
<title>ECMAScript® 2025 Language&nbsp;Specification</title><script src="../assets/multipage.js?cache=KS8qvHTd" defer=""></script><script src="../assets/ecmarkup.js?cache=kmUJLK4p" defer=""></script><style>
<title>ECMAScript® 2025 Language&nbsp;Specification</title><script src="../assets/multipage.js?cache=bGoindcm" defer=""></script><script src="../assets/ecmarkup.js?cache=ZlCASNfn" defer=""></script><style>
@media print {
@page :left {
@bottom-right {
Expand Down
Loading

0 comments on commit 9ce72c9

Please sign in to comment.