From 1e00ac27782fcdcbf02724f16d0f9cb1fdbdd775 Mon Sep 17 00:00:00 2001 From: "T.J. Crowder" Date: Fri, 22 Sep 2017 14:16:35 +0100 Subject: [PATCH] Editorial: say what the draft represents Fixes #1007. --- spec.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec.html b/spec.html index 98cfdfebe6..fcf2e9a6ac 100644 --- a/spec.html +++ b/spec.html @@ -74,6 +74,8 @@

Contributing to this Specification

Refer to the colophon for more information on how this document is created.

+

About this Specification

+

This document at https://tc39.es/ecma262/ is the most accurate up-to-date ECMAScript specification. It contains the content of the most recent yearly snapshot plus any finished proposals (those that have reached Stage 4 in the proposal process and thus are implemented in several implementations and will be in the next practical revision) since that snapshot was taken.

Introduction