From d3139c6a30c19bb1ae51c863e53949d04feeaf73 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Fri, 23 Jul 2021 21:24:36 -0400 Subject: [PATCH] squash: "Legacy" re B.1.2 String Literals --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 868f1ea0d2c..11f5cbed29f 100644 --- a/spec.html +++ b/spec.html @@ -16696,7 +16696,7 @@

Static Semantics: Early Errors

- In non-strict code, this syntax is legacy. + In non-strict code, this syntax is Legacy.

It is possible for string literals to precede a Use Strict Directive that places the enclosing code in strict mode, and implementations must take care to enforce the above rules for such literals. For example, the following source text contains a Syntax Error: