- From: Boris Zbarsky <notifications@github.com>
- Date: Fri, 13 May 2016 08:23:03 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc:
Received on Friday, 13 May 2016 15:23:34 UTC
> @@ -14892,6 +15172,11 @@ d.type = et; > <prod nt='ExtendedAttributeIdentList'>identifier "=" "(" IdentifierList ")"</prod> > <prod nt='ExtendedAttributeNamedArgList'>identifier "=" identifier "(" ArgumentList ")"</prod> > > + <prod nt='Namespace'>"namespace" identifier "{" NamespaceMembers "}" ";"</prod> > + > + <prod nt='NamespaceMembers'>ExtendedAttributeList NamespaceMember NamespaceMembers | ε</prod> > + <prod nt='NamespaceMember'>ReturnType OperationRest</prod> Why can't a namespace have constants or attributes? Certainly constants seem like a totally reasonable thing! --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/pull/121/files/70ba6d9c213e2b05cf0d8b3ebd14ce9a4583f4c6#r63201561
Received on Friday, 13 May 2016 15:23:34 UTC