- From: Boris Zbarsky <notifications@github.com>
- Date: Wed, 16 May 2018 18:30:26 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 17 May 2018 01:30:48 UTC
Consider this IDL: dictionary A { Node node; }; dictionary B : A { DOMString str; }; Is `B` a JSON type? The spec says "dictionaries where all of their members are JSON types" are JSON types, and all the members of B itself are JSON types... I suspect this should be clarified to include the members of all the inherited dictionaries. -- 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/555
Received on Thursday, 17 May 2018 01:30:48 UTC