From daba40ae4904edaae56e6d26817840dc5dd3deb8 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 ad70ef70bfc..0e696b5085d 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.