[heycam/webidl] Is [AllowShared] an applicable-to-types attribute? (#687)

The section of [annotated types](https://github.com/heycam/webidl/issues/638) has an explicit list of applicable-to-types, as `[Clamp]`,` [EnforceRange]`, and `[TreatNullAs]`.

Beside it, in the section of [`[AllowShared]`](https://heycam.github.io/webidl/#AllowShared), it says

> If the [AllowShared] extended attribute appears on one of the buffer source types, it creates a new IDL type 

it seems to say [AllowShared] is an applicable-to-types.  Is it correct? And do we need the explicit list of applicable-to-type ones?

-- 
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/687

Received on Friday, 15 March 2019 06:57:51 UTC