Re: [heycam/webidl] Interaction of extended attributes and typedefs is weird (#649)

Also, is this allowed?

    typedef long Foo;

    interface Bar {
      void func([Clamp] Foo arg);
    };

https://heycam.github.io/webidl/#idl-typedefs says no extended attributes apply to typedefs, but presumably that means the actual typedef statement, right?  So in this case, does the arg get clamping behavior?

-- 
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/649#issuecomment-467055510

Received on Monday, 25 February 2019 15:31:47 UTC