- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 15 May 2017 17:23:57 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 May 2017 00:24:32 UTC
domenic commented on this pull request.
> + E implements I;
+ </pre>
+
+ Calling the <code>toJSON</code> method of an object
+ implementing interface `A` defined above
+ would return the following JSON object:
+
+ <pre highlight=json>
+ {
+ "w": "...",
+ "z": "...",
+ "u": "...",
+ "s": "...",
+ "x": "...",
+ "y": "..."
+ }
Yeah, not clear as-is. I think it should definitely be {a,b} though, as the "main" stuff takes priority, and stuff added by other specs would come later, not first.
--
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/pull/323#discussion_r116630850
Received on Tuesday, 16 May 2017 00:24:32 UTC