--- 1/draft-ietf-dispatch-javascript-mjs-00.txt 2017-10-30 16:15:23.365438898 -0700 +++ 2/draft-ietf-dispatch-javascript-mjs-01.txt 2017-10-30 16:15:23.397439789 -0700 @@ -1,19 +1,19 @@ DISPATCH B. Farias Internet-Draft Updates: 4329 (if approved) M. Miller Intended status: Informational Mozilla -Expires: April 10, 2018 October 7, 2017 +Expires: May 2, 2018 October 29, 2017 ECMAScript Media Types Updates - draft-ietf-dispatch-javascript-mjs-00 + draft-ietf-dispatch-javascript-mjs-01 Abstract This document proposes updates to the ECMAScript media types, superseding the existing registrations for "application/javascript" and "text/javascript" by adding an additional extension and removing usage warnings. This document updates RFC4329, "Scripting Media Types". Note to Readers @@ -35,21 +35,21 @@ Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at https://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." - This Internet-Draft will expire on April 10, 2018. + This Internet-Draft will expire on May 2, 2018. Copyright Notice Copyright (c) 2017 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents @@ -58,21 +58,21 @@ include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License. Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3 2. Background . . . . . . . . . . . . . . . . . . . . . . . . . 3 3. Notational Conventions . . . . . . . . . . . . . . . . . . . 3 4. Registration . . . . . . . . . . . . . . . . . . . . . . . . 3 - 4.1. appliaction/ecmascript . . . . . . . . . . . . . . . . . 3 + 4.1. application/ecmascript . . . . . . . . . . . . . . . . . 3 4.2. application/javascript . . . . . . . . . . . . . . . . . 4 4.3. application/x-ecmascript . . . . . . . . . . . . . . . . 5 4.4. application/x-javascript . . . . . . . . . . . . . . . . 6 4.5. text/ecmascript . . . . . . . . . . . . . . . . . . . . . 7 4.6. text/javascript . . . . . . . . . . . . . . . . . . . . . 8 4.7. text/javascript1.0 . . . . . . . . . . . . . . . . . . . 9 4.8. text/javascript1.1 . . . . . . . . . . . . . . . . . . . 10 4.9. text/javascript1.2 . . . . . . . . . . . . . . . . . . . 11 4.10. text/javascript1.3 . . . . . . . . . . . . . . . . . . . 12 4.11. text/javascript1.4 . . . . . . . . . . . . . . . . . . . 13 @@ -121,21 +121,21 @@ The ECMAScript media types are to be updated to point to a non-vendor specific standard undated specification of ECMAScript. In addition, a new file extension of .mjs is to be added to the list of file extensions with the restriction that it must correspond to the Module grammar of [ECMA-262]. Finally, the [HTML] specification is using text/javascript as the default media type of ECMAScript when preparing script tags; therefore, text/javascript has been moved intended usage from OBSOLETE to COMMON. -4.1. appliaction/ecmascript +4.1. application/ecmascript Type name: application Subtype name: ecmascript Required parameters: none Optional parameters: charset, see section 4.1 of [RFC4329]. goal, declares the goal symbol within [ECMA-262] to be used while parsing.