Skip to content

Commit

Permalink
squash: "Legacy" re B.1.2 String Literals
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdyck committed Jul 24, 2021
1 parent 67d8ff2 commit d3139c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -16696,7 +16696,7 @@ <h1>Static Semantics: Early Errors</h1>
<ul>
<li>It is a Syntax Error if the source code matching this production is strict mode code.</li>
</ul>
<emu-note>In non-strict code, this syntax is legacy.</emu-note>
<emu-note>In non-strict code, this syntax is Legacy.</emu-note>
<emu-note>
<p>It is possible for string literals to precede a Use Strict Directive that places the enclosing code in <emu-xref href="#sec-strict-mode-code">strict mode</emu-xref>, and implementations must take care to enforce the above rules for such literals. For example, the following source text contains a Syntax Error:</p>
<pre><code class="javascript">
Expand Down

0 comments on commit d3139c6

Please sign in to comment.