Re: [heycam/webidl] Arguments allow double extended attributes (#691)

Note that this also applies to dictionary members:

```
DictionaryMember ::
    ExtendedAttributeList DictionaryMemberRest

DictionaryMemberRest ::
    required TypeWithExtendedAttributes identifier ;
    Type identifier Default ;
```

like `[Clamp] required short membername`, which is related with step 5.

-- 
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/issues/691#issuecomment-475110812

Received on Thursday, 21 March 2019 04:34:50 UTC