We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa38f6c commit fad813aCopy full SHA for fad813a
index.bs
@@ -685,6 +685,7 @@ underscore.
685
"attribute"
686
"callback"
687
"const"
688
+ "constructor"
689
"deleter"
690
"dictionary"
691
"enum"
@@ -714,7 +715,7 @@ keyword token is used, then the [=identifier=] of the operation argument
714
715
is simply that token.
716
717
The [=identifier=] of any of the abovementioned
-IDL constructs must not be "<code>constructor</code>",
718
+IDL constructs (except operation arguments) must not be "<code>constructor</code>",
719
"<code>toString</code>",
720
or begin with a <span class="char">U+005F LOW LINE ("_")</span> character. These
721
are known as <dfn id="dfn-reserved-identifier" export>reserved identifiers</dfn>.
0 commit comments