Re: [heycam/webidl] Union types with colliding enum values (#219)

>    attribute (A or B) prop;

Not valid IDL, because two enum types are never considered distinguishable.  Doesn't matter whether they have any overlap in values.

-- 
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/219#issuecomment-258050105

Received on Thursday, 3 November 2016 02:03:50 UTC