From fedaaea0c0ef73eb976cab97c7c94fa0f798af73 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 2 Mar 2016 13:13:21 +0100 Subject: [PATCH] Use JAVASCRIPT rather than ECMA262 as reference name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also reference https://javascript.spec.whatwg.org/ normatively for as long as it’s still relevant and require it to be implemented. --- source | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/source b/source index fb2ddc5c9a6..55918b79c31 100644 --- a/source +++ b/source @@ -2950,15 +2950,18 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

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

+ underlying scripting language.

-

The term "JavaScript" is used to refer to ECMA262, rather than the official term - ECMAScript, since the term JavaScript is more widely known. Similarly, the MIME +

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 text/javascript, since that is the most commonly used type, despite it being an officially obsoleted type according to RFC 4329.

+

User agents must follow the additions and clarifications made in the WHATWG JavaScript + standard.

+

The following terms are defined in the JavaScript specification and used in this specification: