[Bug 23602] "optional any" is nonsense that should be disallowed

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23602

--- Comment #1 from Cameron McCormack <cam@mcc.id.au> ---
If we do that then we should do something similar for dictionary members,
making

  dictionary A {
    any x;
  };

  interface B {
    void f(A a);
  };

  b.f({ x: undefined });

mean that x is present with the undefined value, rather than not present as is
currently specced.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Wednesday, 23 October 2013 06:49:17 UTC