Skip to content

Commit

Permalink
Editorial: Fix Annex B step number reference (#1636)
Browse files Browse the repository at this point in the history
Commit ea16790 inserted a step,
pushing the Annex B 'insertion point'
from step 28 to step 29.
  • Loading branch information
jmdyck authored and ljharb committed Sep 16, 2019
1 parent f2d550e commit 0a5db75
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 @@ -41142,7 +41142,7 @@ <h1>Block-Level Function Declarations Web Legacy Compatibility Semantics</h1>
<p>If an ECMAScript implementation has a mechanism for reporting diagnostic warning messages, a warning should be produced when code contains a |FunctionDeclaration| for which these compatibility semantics are applied and introduce observable differences from non-compatibility semantics. For example, if a var binding is not introduced because its introduction would create an early error, a warning message should not be produced.</p>
<emu-annex id="sec-web-compat-functiondeclarationinstantiation">
<h1>Changes to FunctionDeclarationInstantiation</h1>
<p>During FunctionDeclarationInstantiation the following steps are performed in place of step 28:</p>
<p>During FunctionDeclarationInstantiation the following steps are performed in place of step 29:</p>
<emu-alg>
1. If _strict_ is *false*, then
1. For each |FunctionDeclaration| _f_ that is directly contained in the |StatementList| of a |Block|, |CaseClause|, or |DefaultClause|, do
Expand Down

0 comments on commit 0a5db75

Please sign in to comment.