- From: Boris Zbarsky <notifications@github.com>
 - Date: Mon, 25 Feb 2019 07:31:25 -0800
 - To: heycam/webidl <webidl@noreply.github.com>
 - Cc: Subscribed <subscribed@noreply.github.com>
 
Received on Monday, 25 February 2019 15:31:47 UTC
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