Re: [heycam/webidl] Investigate removing [PrimaryGlobal] and requiring [Exposed] (#365)

For Constructors, I usually see is as:
`[Constructor(...), Exposed=Window]`

But sometimes (eg: in [webvr](https://github.com/dontcallmedom/webvr/commit/d57be524c1b6c8acc6f71afcc3e923f50d388f13)) it is:
`[Exposed=Window, Constructor(...)]`

Do we want to be consistent with placing this annotation at the end, or does it not matter?

-- 
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/365#issuecomment-329848347

Received on Friday, 15 September 2017 17:34:49 UTC