Re: [heycam/webidl] Type association restrictions for extended attributes break with unions (#827)

And yes, we could try to move nullables over to union syntax, with the complication that `null` would not be a type you can ever really use standalone, presumably...  and it would still need to get exempted from this checking so people can do `[AllowShared] (BufferSource or null)` (which WebGL wants to do; they are doing `[AllowShared] BufferSource?` right now).

-- 
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/827#issuecomment-565131478

Received on Thursday, 12 December 2019 18:40:07 UTC