Skip to content

Commit 0f5727d

Browse files
bathosMs2ger
authored andcommitted
Revert ""constructor" is now a terminal, so prohibiting it as an identifier is redundant"
1 parent 41e5fa4 commit 0f5727d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,8 @@ keyword token is used, then the [=identifier=] of the operation argument
715715
is simply that token.
716716

717717
The [=identifier=] of any of the abovementioned
718-
IDL constructs (except operation arguments) must not be "<code>toString</code>",
718+
IDL constructs (except operation arguments) must not be "<code>constructor</code>",
719+
"<code>toString</code>",
719720
or begin with a <span class="char">U+005F LOW LINE ("_")</span> character. These
720721
are known as <dfn id="dfn-reserved-identifier" export>reserved identifiers</dfn>.
721722

0 commit comments

Comments
 (0)