Re: [heycam/webidl] Add namespaces (#121)

> @@ -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>

`CSS.elementSources` is an attribute. https://github.com/w3c/csswg-drafts/issues/428

-- 
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#r76386423

Received on Friday, 26 August 2016 08:58:37 UTC