diff --git a/spec/collator.html b/spec/collator.html index 14047c9c..05ce4734 100644 --- a/spec/collator.html +++ b/spec/collator.html @@ -212,7 +212,7 @@

The returned Number represents the result of an implementation-defined locale-sensitive String comparison of _x_ with _y_. The result is intended to correspond with a sort order of String values according to the effective locale and collation options of _collator_, and will be negative when _x_ is ordered before _y_, positive when _x_ is ordered after _y_, and zero in all other cases (representing no relative ordering between _x_ and _y_). - String values must be interpreted as UTF-16 code unit sequences as described in es2024, , and a surrogate pair (a code unit in the range 0xD800 to 0xDBFF followed by a code unit in the range 0xDC00 to 0xDFFF) within a string must be interpreted as the corresponding code point. + String values must be interpreted as UTF-16 code unit sequences as described in es2025, , and a surrogate pair (a code unit in the range 0xD800 to 0xDBFF followed by a code unit in the range 0xDC00 to 0xDFFF) within a string must be interpreted as the corresponding code point.
diff --git a/spec/conformance.html b/spec/conformance.html index 684573ae..3bf9699e 100644 --- a/spec/conformance.html +++ b/spec/conformance.html @@ -1,7 +1,7 @@

Conformance

- A conforming implementation of this specification must conform to the ECMAScript 2024 Language Specification (ECMA-262 15th Edition, or successor), and must provide and support all the objects, properties, functions, and program semantics described in this specification. Nothing in this specification is intended to allow behaviour that is otherwise prohibited by ECMA-262, and any such conflict should be considered an editorial error rather than an override of constraints from ECMA-262. + A conforming implementation of this specification must conform to the ECMAScript 2025 Language Specification (ECMA-262 16th Edition, or successor), and must provide and support all the objects, properties, functions, and program semantics described in this specification. Nothing in this specification is intended to allow behaviour that is otherwise prohibited by ECMA-262, and any such conflict should be considered an editorial error rather than an override of constraints from ECMA-262.

A conforming implementation is permitted to provide additional objects, properties, and functions beyond those described in this specification. In particular, a conforming implementation is permitted to provide properties not described in this specification, and values for those properties, for objects that are described herein. A conforming implementation is not permitted to add optional arguments to the functions defined in this specification. diff --git a/spec/conventions.html b/spec/conventions.html index a072284b..adfde434 100644 --- a/spec/conventions.html +++ b/spec/conventions.html @@ -2,14 +2,14 @@

Notational Conventions

- This standard uses a subset of the notational conventions of the ECMAScript 2024 Language Specification (ECMA-262 15th Edition), as es2024: + This standard uses a subset of the notational conventions of the ECMAScript 2025 Language Specification (ECMA-262 16th Edition), as es2025:

@@ -28,7 +28,7 @@

Notational Conventions

Well-Known Intrinsic Objects

- The following table extends the Well-Known Intrinsic Objects table defined in es2024, . + The following table extends the Well-Known Intrinsic Objects table defined in es2025, .

diff --git a/spec/datetimeformat.html b/spec/datetimeformat.html index 3a8b38d0..85fa757b 100644 --- a/spec/datetimeformat.html +++ b/spec/datetimeformat.html @@ -1502,7 +1502,7 @@

description
-
It interprets _x_ as a time value as specified in es2024, , and creates the corresponding parts according to the effective locale and the formatting options of _dateTimeFormat_.
+
It interprets _x_ as a time value as specified in es2025, , and creates the corresponding parts according to the effective locale and the formatting options of _dateTimeFormat_.
1. Let _x_ be TimeClip(_x_). @@ -1569,7 +1569,7 @@

description
-
It interprets _x_ and _y_ as time values as specified in es2024, , and creates the corresponding parts according to the effective locale and the formatting options of _dateTimeFormat_.
+
It interprets _x_ and _y_ as time values as specified in es2025, , and creates the corresponding parts according to the effective locale and the formatting options of _dateTimeFormat_.
1. Set _x_ to TimeClip(_x_). diff --git a/spec/index.html b/spec/index.html index 6a0b77c4..a77c6256 100644 --- a/spec/index.html +++ b/spec/index.html @@ -38,7 +38,7 @@ }