From 1fbf3fb410a34b463dadf2e7f7759f6c7c4d006e Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 17 Dec 2021 13:48:33 -0800 Subject: [PATCH 1/3] Remove harmful stage 1 polyfill recommendation It seems that this document is inadvertently recommending that folks publish polyfills in stage 1, which is incredibly dangerous for web compat, rather than in stage 3, which is the appropriate time. This PR does not change any stage advancement criteria; in spec lingo, it is editorial, not normative. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index dcd9187..966322c 100644 --- a/index.html +++ b/index.html @@ -80,7 +80,7 @@

Stages

None Major - Polyfills / demos + Reference implemnentations / demos 2 @@ -110,7 +110,7 @@

Stages

The solution is complete and no further work is possible without implementation experience, significant usage and external feedback. Complete: all semantics, syntax and API are completed described Limited: only those deemed critical based on implementation experience - Spec compliant + Spec compliant; including polyfills, browsers, and any other implementations 4 From a6ffd8d7359d5ee249055d20c2d32b06b4d43128 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 17 Dec 2021 22:59:01 -0800 Subject: [PATCH 2/3] fixup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: J. S. Choi --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 966322c..01bceb4 100644 --- a/index.html +++ b/index.html @@ -80,7 +80,7 @@

Stages

None Major - Reference implemnentations / demos + Demos and experimental reference implementations (implementations that modify global built-in objects should not be published as libraries or used in production-deployed code; implementations that do not modify global built-in objects may be published) 2 From e8f0af994eb127c9f1e4b4a61067c302cb888a90 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 17 Dec 2021 22:59:24 -0800 Subject: [PATCH 3/3] fixup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: J. S. Choi --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 01bceb4..69e0433 100644 --- a/index.html +++ b/index.html @@ -110,7 +110,7 @@

Stages

The solution is complete and no further work is possible without implementation experience, significant usage and external feedback. Complete: all semantics, syntax and API are completed described Limited: only those deemed critical based on implementation experience - Spec compliant; including polyfills, browsers, and any other implementations + Spec-compliant polyfills, engines, and any other implementations (implementations that modify global built-in objects may be tentatively published) 4