Skip to content

Commit

Permalink
Editorial: Remove '_' RHS for IdentifierPart
Browse files Browse the repository at this point in the history
... because that RHS made it ambiguous.

(Resolves issue tc39#1059.)
  • Loading branch information
jmdyck committed Jan 26, 2018
1 parent 731c653 commit d6cc133
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -9822,7 +9822,6 @@ <h2>Syntax</h2>
IdentifierPart ::
UnicodeIDContinue
`$`
`_`
`\` UnicodeEscapeSequence
&lt;ZWNJ&gt;
&lt;ZWJ&gt;
Expand All @@ -9834,6 +9833,9 @@ <h2>Syntax</h2>
&gt; any Unicode code point with the Unicode property &ldquo;ID_Continue&rdquo;
</emu-grammar>
<p>The definitions of the nonterminal |UnicodeEscapeSequence| is given in <emu-xref href="#sec-literals-string-literals"></emu-xref>.</p>
<emu-note>
<p>The nonterminal |IdentifierPart| derives `_` via |UnicodeIDContinue|.</p>
</emu-note>
<emu-note>
<p>The sets of code points with Unicode properties &ldquo;ID_Start&rdquo; and &ldquo;ID_Continue&rdquo; include, respectively, the code points with Unicode properties &ldquo;Other_ID_Start&rdquo; and &ldquo;Other_ID_Continue&rdquo;.</p>
</emu-note>
Expand Down

0 comments on commit d6cc133

Please sign in to comment.