From f7e1ec3ba1af77158dae8833a196fe6757339dad Mon Sep 17 00:00:00 2001 From: littledan Date: Wed, 2 Nov 2016 06:01:38 +0100 Subject: [PATCH] Require ECMA-402 support from ECMA-262 implementations Fixes #1976. --- source | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source b/source index 765036e64e6..c305a9b5703 100644 --- a/source +++ b/source @@ -2981,6 +2981,9 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute

Some parts of the language described by this specification only support JavaScript as the underlying scripting language.

+

Users agents that support JavaScript must also implement the ECMAScript + Internationalization API Specification.

+

The term "JavaScript" is used to refer to ECMA-262, rather than the official term ECMAScript, since the term JavaScript is more widely known. Similarly, the MIME type used to refer to JavaScript in this specification is [JPEG]

JPEG File Interchange Format, E. Hamilton.
+
[JSINTL]
+
ECMAScript Internationalization API Specification. Ecma International.
+
[JSON]
The JavaScript Object Notation (JSON) Data Interchange Format, T. Bray. IETF.